[asterisk-bugs] [JIRA] (ASTERISK-28142) res_agi: asterisk will execute continuation of agi file in situation of simultaneous hangup in both side (caller and calle)
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Tue Nov 27 11:20:47 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua C. Colp updated ASTERISK-28142:
--------------------------------------
Assignee: robert (was: Unassigned)
Status: Waiting for Feedback (was: Triage)
In your AGI you have the following:
{noformat}
$agi->exec(“DIAL LOCAL/”.$queue."@from-internal,g");
{noformat}
The 'g' option is used to continue in the dialplan if the destination channel hangs up. Is there a reason you are using this and if you remove it does the behavior change? It may have an interaction with AGI when used in there.
> res_agi: asterisk will execute continuation of agi file in situation of simultaneous hangup in both side (caller and calle)
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-28142
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28142
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_agi
> Affects Versions: 13.18.4
> Environment: centos7
> Reporter: robert
> Assignee: robert
> Severity: Minor
> Attachments: log.txt
>
>
> agi continues to its work after call comes out from it and i h exten i see in log AGISTATUS is not success and its hangup,
> but it does the code after the place it comes out from agi ang go to h exten of main context
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list