[asterisk-bugs] [JIRA] (ASTERISK-23558) UPDATE causes channel to be taken off hold
John Bigelow (JIRA)
noreply at issues.asterisk.org
Sat Mar 29 00:09:18 CDT 2014
John Bigelow created ASTERISK-23558:
---------------------------------------
Summary: UPDATE causes channel to be taken off hold
Key: ASTERISK-23558
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23558
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