[asterisk-bugs] [JIRA] (ASTERISK-23567) UPDATE causes chan_pjsip channel to be taken off hold
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Mon Mar 31 17:27:21 CDT 2014
Rusty Newton created ASTERISK-23567:
---------------------------------------
Summary: UPDATE causes chan_pjsip channel to be taken off hold
Key: ASTERISK-23567
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23567
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Resources/res_musiconhold, Resources/res_pjsip, Resources/res_pjsip_sdp_rtp
Affects Versions: SVN
Environment: PJSIP trunk r4797 (after v2.2), pjsua.py library used for endpoints "alice" & "bob", Asterisk trunk r411312
Reporter: John Bigelow
With using PJSIP an UPDATE message sent to Asterisk from the caller who put the callee on hold causes the callee to be taken off of hold.
Break down of what happens after the call is up between "alice" and "bob:
# Alice sends an UPDATE message (a=sendrecv)
# Asterisk replies with a 200 OK (a=sendrecv)
# Alice then sends an INVITE (a=sendonly)
# Bob is put on hold and MOH is started on bob
# Asterisk replies with a 200 OK (a=recvonly)
# Alice sends another UPDATE message (a=sendonly)
# Bob is taken off of hold and MOH is stopped on bob
# Asterisk replies with a 200 OK (a=recvonly)
See Alice's Call-ID 'f7e233b6-86c4-4d32-8906-84e632b02c96' in the attached full log for more details.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list