Method |
Description |
|
GetRequestIPAddress ( SIPRequest sipRequest ) : IPAddress |
|
|
MangleSDP ( string sdpBody, string publicIPAddress, bool &wasMangled ) : string |
|
|
MangleSIPRequest ( SIPMonitorServerTypesEnum server, SIPRequest sipRequest, string username, SIPMonitorLogDelegate logDelegate ) : void |
Mangles private IP addresses in a SIP request replacing them with the IP address the packet was received on. |
|
MangleSIPResponse ( SIPMonitorServerTypesEnum server, SIPResponse sipResponse, SIPEndPoint remoteEndPoint, string username, SIPMonitorLogDelegate logDelegate ) : void |
Mangles private IP addresses in a SIP response replacing them with the IP address the packet was received on. |
|