[asterisk-bugs] [JIRA] (ASTERISK-30329) app_dial: Option g() do not take effect while announce played
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Sat Nov 26 04:31:51 CST 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-30329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua C. Colp updated ASTERISK-30329:
--------------------------------------
Description:
While using both options A() and g() in case called party hangs up while announce played - dialplan execution would not continue.
{code}
exten => _X!,1,Dial(PJSIP/${EXTEN}@termination,,gA(announce))
same => n,Verbose(1,Call disconnected)
same => n,Hangup()
{code}
was:
While using both options A() and g() in case called party hangs up while announce played - dialplan execution would not continue.
{code}
exten => _X!,1,Dial(PJSIP/${EXTEN}@termination,,gA(announce))
same => n,Verbose(1,Call disconnected)
same => n,Hangup()
{/code}
> app_dial: Option g() do not take effect while announce played
> -------------------------------------------------------------
>
> Key: ASTERISK-30329
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-30329
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_dial
> Affects Versions: 18.15.0
> Reporter: Igor Goncharovsky
> Attachments: ASTERISK-30329-1.log
>
>
> While using both options A() and g() in case called party hangs up while announce played - dialplan execution would not continue.
> {code}
> exten => _X!,1,Dial(PJSIP/${EXTEN}@termination,,gA(announce))
> same => n,Verbose(1,Call disconnected)
> same => n,Hangup()
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list