[asterisk-bugs] [Asterisk 0015655]: [patch] Dialplan starts execution before call is accepted
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Aug 4 19:55:13 CDT 2009
The following issue has been ASSIGNED.
======================================================================
https://issues.asterisk.org/view.php?id=15655
======================================================================
Reported By: alecdavis
Assigned To: rmudgett
======================================================================
Project: Asterisk
Issue ID: 15655
Category: Channels/chan_dahdi
Reproducibility: always
Severity: crash
Priority: normal
Status: assigned
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 210436
Request Review:
======================================================================
Date Submitted: 2009-08-04 18:40 CDT
Last Modified: 2009-08-04 19:55 CDT
======================================================================
Summary: [patch] Dialplan starts execution before call is
accepted
Description:
example dialplan code that is repeatable.
exten => 8696,1,Congestion(0)
<b>Correct</b> console output:
Unknown IE 50 (cs5, Unknown Information Element)
-- Accepting call from 'XXXX205' to '8696' on channel 0/31, span 1
-- Executing [8696 at incoming:1] Congestion("DAHDI/31-1", "0") in new
stack
== Spawn extension (incoming, 8696, 1) exited non-zero on 'DAHDI/31-1'
-- Hungup 'DAHDI/31-1'
<b>Incorrect</b> console output:
!! Unknown IE 50 (cs5, Unknown Information Element)
-- Executing [8696 at incoming:1] Congestion("DAHDI/31-1", "0") in new
stack
== Spawn extension (incoming, 8696, 1) exited non-zero on 'DAHDI/31-1'
-- Hungup 'DAHDI/31-1'
-- Accepting call from 'XXXXX205' to '' on channel 0/31, span 1
No further calls can be made into asterisk.
Shortly after. Asterisk will segfault.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-08-04 19:55 rmudgett Status new => assigned
2009-08-04 19:55 rmudgett Assigned To => rmudgett
======================================================================
More information about the asterisk-bugs
mailing list