public static CreateResponse ( int responseCode, string responseText, Dictionary |
||
responseCode | int | The response code (200 etc.) |
responseText | string | The response text (OK etc.) |
headers | Dictionary |
The SIP headers. |
content | string | The SIP body content. |
originalRequest | The original request. | |
return |