Displaying 1 result from an estimated 1 matches for "as30297c0c".
2014 Dec 10
0
UPDATE instead of RE-INVITE
...media path redirection in a
UPDATE message rather than an INVITE, after calls are transfered.
My asterisk is version 11.
e.g:
----------------------------------------
SIP/2.0 200 OK
.
From: "user <sip:+2404985962 at IP>;tag=1685058321
To: user2 <sip:user2 at 10.20.0.22:5060>;tag=as30297c0c
..
Allow: ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH,
MESSAGE, UPDATE <--------
----------------------------------------
(INVITE should not be on the list for this 200 OK responses)
Now, the other endpoint won't see INVITE on 'Allow' list and should send
t...