[asterisk-bugs] [JIRA] (ASTERISK-29343) Wrong pjsip order in queue_log when disconnect call while on hold
Edmond Dobrova (JIRA)
noreply at issues.asterisk.org
Thu Mar 11 16:15:15 CST 2021
Edmond Dobrova created ASTERISK-29343:
-----------------------------------------
Summary: Wrong pjsip order in queue_log when disconnect call while on hold
Key: ASTERISK-29343
URL: https://issues.asterisk.org/jira/browse/ASTERISK-29343
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_queue
Affects Versions: 16.5.1
Reporter: Edmond Dobrova
hi, i have switched from local channel to pjsip channel in the queue configuration, but i figure it out that the order is not correct on the pjsip, for example if i put my customer on hold and than the customer disconnects the call while on hold than this is the order that i get:
Local Channel (this is correct):
1) CONNECT
2) HOLD
3) END HOLD
4) COMPLETE
Pjsip:
1)CONNECT
2) HOLD
3)COMPLETE
4)END HOLD
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list