[asterisk-bugs] [JIRA] (ASTERISK-27065) call hangup after leaving app_queue
Marek Cervenka (JIRA)
noreply at issues.asterisk.org
Mon Jun 19 15:25:58 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237487#comment-237487 ]
Marek Cervenka commented on ASTERISK-27065:
-------------------------------------------
mc*CLI> dialplan show capp-Sup_5006
[ Context 'capp-Sup_5006' created by 'pbx_config' ]
'h' => 1. Gosub(extended_CDR,s,1) [pbx_config]
2. Hangup() [pbx_config]
'_[*+#0-9].' => 1. ipbxlog("${UNIQUEID} - ") [pbx_config]
2. Execif($["${CHANNEL(state)}" != "Up"]?Answer()) [pbx_config]
3. QueueLog(SUP_5006_a,${UNIQUEID},NONE,EXTENQUEUE,${EXTEN}) [pbx_config]
4. QueueLog(SUP_5006_a,${UNIQUEID},NONE,IVRQUEUE,${ipbx_ivrqueue}) [pbx_config]
5. Execif($["${ENABLE_AGENT_CUSTOM_DEVICE}" = "yes"]?Set(__IPBX_QUEUE_CALL=SUP_5006_a)) [pbx_config]
6. Set(_IPBX_QUEUE_NAME=SUP_5006_a) [pbx_config]
7. Queue(SUP_5006_a,rt,,,20) [pbx_config]
8. Execif($["${CHANNEL(state)}" != "Up"]?Answer()) [pbx_config]
9. QueueLog(SUP_5006_b,${UNIQUEID},NONE,EXTENQUEUE,${EXTEN}) [pbx_config]
10. QueueLog(SUP_5006_b,${UNIQUEID},NONE,IVRQUEUE,${ipbx_ivrqueue}) [pbx_config]
11. Execif($["${ENABLE_AGENT_CUSTOM_DEVICE}" = "yes"]?Set(__IPBX_QUEUE_CALL=SUP_5006_b)) [pbx_config]
12. Set(_IPBX_QUEUE_NAME=SUP_5006_b) [pbx_config]
13. Queue(SUP_5006_b,rt,,,20) [pbx_config]
14. Return() [pbx_config]
> call hangup after leaving app_queue
> -----------------------------------
>
> Key: ASTERISK-27065
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27065
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 13.16.0
> Environment: centos 7 64bit
> module CDR unloaded
> queue_log to Sqlite via realtime
> Reporter: Marek Cervenka
> Assignee: Benjamin Keith Ford
>
> call hangup after leaving queue testA
> dynamic agent paused in testA with unavailable device
> extensions.conf
> exten => _[*+#0-9].,n,Queue(testA,rt,,,20)
> exten => _[*+#0-9].,n,Queue(testB,rt,,,20)
> works ok in 13.15.0
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list