[asterisk-bugs] [JIRA] (ASTERISK-26726) Call app.Dial with "d" option from lua dialplan freeze asterisk until kill the process of asterisk
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Jan 18 04:43:10 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234695#comment-234695 ]
Asterisk Team commented on ASTERISK-26726:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> Call app.Dial with "d" option from lua dialplan freeze asterisk until kill the process of asterisk
> ----------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-26726
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26726
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_dial, PBX/pbx_lua
> Affects Versions: 11.25.0, 13.10.0
> Environment: Ubuntu 16.04,14.04
> Reporter: Yuriy Gorlichenko
>
> I trying to call app.Dial from extesnions.lua
> I have context. Presume it named main
> ["main"]={
> ["_XXXX"]=simpleDial,
> ["0"]=app.NoOp("Works!")
> }
> function simpleDial(context,extension)
> app.Dial("SIP/"..extension..","10","d")
> end
> After press 0 while extension ringing
> at the debug watch only (at the asterisk 13.10)
> pbx_lua.c:1480 lua_find_extension: Looking up 0 at main:1
> Then asterisk freezes while I not kill the process
> I checked other versions of 13 asterisk, but there was not updates of pbx_lua module.
> In 14 asterisk updates also was not include nothing for this module so i suppose tha tthis issue will happen at the 14 asterisk also. But i will check.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list