[asterisk-bugs] [JIRA] (ASTERISK-24444) Asterisk crash

Leandro Dardini (JIRA) noreply at issues.asterisk.org
Wed Oct 22 10:41:29 CDT 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-24444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=223100#comment-223100 ] 

Leandro Dardini commented on ASTERISK-24444:
--------------------------------------------

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: 12.6.1
>         Environment: Linux CentOS 6.5 Kernel 2.6.32-431.11.2.el6.x86_64
>            Reporter: Leandro Dardini
>         Attachments: backtrace.txt
>
>
> Asterisk crashes in the middle of the normal daily calls from clients.



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



More information about the asterisk-bugs mailing list