|
OnSipPacketSent |
Top Previous Next |
|
OnSipPacketSent Occurs when outgoing raw SIP packet is sent. This event is useful if you with to experiment with SIP.
Content – the text of sent packet. FromIP – the destination 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.
|