[asterisk-bugs] [Asterisk 0014437]: crash when setting an incoming call via SIP
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Feb 9 15:03:24 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14437
======================================================================
Reported By: eldadran
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14437
Category: Core/General
Reproducibility: always
Severity: crash
Priority: normal
Status: feedback
Asterisk Version: 1.4.23
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-02-09 09:43 CST
Last Modified: 2009-02-09 15:03 CST
======================================================================
Summary: crash when setting an incoming call via SIP
Description:
The system crash while settingup a call.
This is a brand new system, it not in production yet. while doing a single
test call, the system crash on me.
I'll attach the core dump and the consoledump while in full debug mode
======================================================================
----------------------------------------------------------------------
(0099750) eldadran (reporter) - 2009-02-09 15:03
http://bugs.digium.com/view.php?id=14437#c99750
----------------------------------------------------------------------
As per your request the relevant dialplan, as for the console, this is all
I got, I was set full debug (core set debug 10; core set verbose 10; sip
set debug)
[bezeqint_inbound]
exten => 039370000,1,NoOp(Start)
exten => 039370000,n,Ringing()
exten => 039370000,n,Goto(forward,s,1)
[forward]
exten => s,1,NoOp('Forward ${EXTEN} to ${TC_FRWDNAME} with ${accountcode}
- ${DNID}')
exten => s,n,SIPAddHeader(X-TC-accountcode: ${accountcode})
exten => s,n,SIPAddHeader(X-TC-API: 'WS')
exten => s,n,SIPAddHeader(X-TC-FRWD: 1)
exten => s,n,Progress()
exten => s,n,Dial(SIP/039370000 at tc014-146)
exten => h,1,DeadAGI(frwd_clean.php) ; Call hangup termination
exten => h,n,Hangup
exten => t,1,DeadAGI(frwd_clean.php) ; Call absulote timeout termination
exten => t,n,Hangup
exten => T,1,DeadAGI(frwd_clean.php) ; Call timeout termination
exten => T,n,Hangup
exten => i,1,DeadAGI(frwd_clean.php) ; Invalid
exten => i,n,Hangup(34)
Issue History
Date Modified Username Field Change
======================================================================
2009-02-09 15:03 eldadran Note Added: 0099750
======================================================================
More information about the asterisk-bugs
mailing list