[asterisk-bugs] [JIRA] (ASTERISK-28218) Asterisk crashes when using Queue with a pre-dial handler (option b)
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Fri Dec 21 05:50:47 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=245797#comment-245797 ]
Asterisk Team commented on ASTERISK-28218:
------------------------------------------
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].
> Asterisk crashes when using Queue with a pre-dial handler (option b)
> --------------------------------------------------------------------
>
> Key: ASTERISK-28218
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28218
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 16.1.0, 16.0.1
> Reporter: Mark
> Severity: Blocker
>
> I am trying to add custom SIP headers in a pre-dial handler.
> Option b, which is working great for app Dial, is available for app Queue in Asterisk 16. Unfortunately Asterisk is crashing as soon as a call is transferred.
> Setup:
> Queues and users in realtime database
> Dialplan:
> exten => _X.,n,Queue(${queueid},b(addheaders^s^1))
> [addheaders]
> exten => s,1,NoOp(Adding custom headers to queue call)
> exten => s,n,SipAddHeader(X-Queue-ID: ${queueid})
> exten => s,n,SipAddHeader(X-Queue-Name: ${queuename})
> exten => s,n,Return
> Result:
> Asterisk crashes with segmentation fault. No call is placed to the user.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list