[asterisk-bugs] [JIRA] (ASTERISK-30329) Option g() do not take effect while announce played

Igor Goncharovsky (JIRA) noreply at issues.asterisk.org
Fri Nov 25 04:15:51 CST 2022


     [ https://issues.asterisk.org/jira/browse/ASTERISK-30329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Goncharovsky 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. 

{noformat}
exten => _X!,1,Dial(PJSIP/${EXTEN}@termination,,gA(announce))
same => n,Verbose(1,Call disconnected)
same => n,Hangup()
{/noformat}

  was:
While using both options A() and g() in case called party hangs up while announce played - dialplan execution would not continue. 

{quote}
exten => _X!,1,Dial(PJSIP/${EXTEN}@termination,,gA(announce))
same => n,Verbose(1,Call disconnected)
same => n,Hangup()
{/quote}


> 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
>
> While using both options A() and g() in case called party hangs up while announce played - dialplan execution would not continue. 
> {noformat}
> exten => _X!,1,Dial(PJSIP/${EXTEN}@termination,,gA(announce))
> same => n,Verbose(1,Call disconnected)
> same => n,Hangup()
> {/noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list