Hi Everyone
I am manually processing sdp and handling media so I want to repond to ACK myself instead
of forwarding on for media server.
I catch the method=="ACK" condition. From within this condition how do I
retrieve avp variables that were set in the INVITE.
Requesting $avp("myvar") comes out as null.
Also what function can I run so the ACK is replied to properly so it stops resending 200
OK of the Invite.