|
OnSipPacketArrived |
Top Previous Next |
|
OnSipPacketArrived Occurs when incoming raw SIP packet is received. This eventis useful if you wish to experiment with SIP.
Content – the text of received packet. FromIP – the source IP and port. Cookie – the tag for this packet. If you wish to change this packet and Cookie is not zero - you can need to pass this value and the new packet’s content to SetSIPPacket method. Please check also SetOption method.
|