[asterisk-bugs] [JIRA] (ASTERISK-24444) Asterisk crash
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Oct 28 11:32:29 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-24444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=223100#comment-223100 ]
Matt Jordan edited comment on ASTERISK-24444 at 10/28/14 11:30 AM:
-------------------------------------------------------------------
In case it is needed, this is my extensions.conf, used only for hint processing.
{quote}
{noformat}
# cat /etc/asterisk/extensions.conf
{noformat}
{noformat}
[globals]
[authenticated]
exten => _.,hint,Custom:$\{EXTEN\}
{noformat}
{quote}
extensions.ael is the one used for the call logic and this is its start:
{quote}
{noformat}
_X. => {
NoOp(Received a call from peer $\{CHANNEL(peername)\} with CID $\{CALLERID(num)\} $\{CALLERID(name)\} to number $\{EXTEN\} for accountcode $\{CDR(accountcode)\} with SIP CALL ID $\{SIPCALLID\} requesting for a max duration of $\{SETTIMEOUT\} SETPEERNAME=$\{SETPEERNAME\});
NoOp(Transfer: $\{BLINDTRANSFER\} - $\{TRANSFERED_BY\} - $\{TRANSFER_CONTEXT\} - $\{CALLERID(RDNIS)\});
Set(TTL=$\{MAXTTL\});
Set(TENANTID=$\{ODBC_TENANTID_FROM_ACCOUNTCODE($\{CDR\(accountcode)\})\});
...
{noformat}
{quote}
was (Author: ldardini):
In case it is needed, this is my extensions.conf, used only for hint processing.
{quote}
# cat /etc/asterisk/extensions.conf
[globals]
[authenticated]
exten => _.,hint,Custom:$\{EXTEN\}
{quote}
extensions.ael is the one used for the call logic and this is its start:
{quote}
_X. => {
NoOp(Received a call from peer $\{CHANNEL(peername)\} with CID $\{CALLERID(num)\} $\{CALLERID(name)\} to number $\{EXTEN\} for accountcode $\{CDR(accountcode)\} with SIP CALL ID $\{SIPCALLID\} requesting for a max duration of $\{SETTIMEOUT\} SETPEERNAME=$\{SETPEERNAME\});
NoOp(Transfer: $\{BLINDTRANSFER\} - $\{TRANSFERED_BY\} - $\{TRANSFER_CONTEXT\} - $\{CALLERID(RDNIS)\});
Set(TTL=$\{MAXTTL\});
Set(TENANTID=$\{ODBC_TENANTID_FROM_ACCOUNTCODE($\{CDR\(accountcode)\})\});
...
{quote}
> Asterisk crash
> --------------
>
> Key: ASTERISK-24444
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24444
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 11.13.1, 12.6.1
> Environment: Linux CentOS 6.5 Kernel 2.6.32-431.11.2.el6.x86_64
> Reporter: Leandro Dardini
> Attachments: backtrace11.txt, backtrace.txt
>
>
> Asterisk crashes in the middle of the normal daily calls from clients. The crash has been noticed on both 12.6.1 and 11.13.1
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list