[asterisk-bugs] [Asterisk 0013891]: "empty" overlap-dial-in doesn't work
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Nov 13 13:17:45 CST 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=13891
======================================================================
Reported By: smurfix
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 13891
Category: Core/PBX
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-11-12 14:41 CST
Last Modified: 2008-11-13 13:17 CST
======================================================================
Summary: "empty" overlap-dial-in doesn't work
Description:
Some PRI callers (like the ancient telephone system we want to replace)
always send an empty SETUP message, and provide the actual number later.
Unfortunately, pbx_find_extension() is set to return NULL if it sees an
empty extension, thus preventing the call from ever completing.
I noticed the problem with DAHDI, but I suspect it's not limited to that.
======================================================================
----------------------------------------------------------------------
(0094856) svnbot (reporter) - 2008-11-13 13:17
http://bugs.digium.com/view.php?id=13891#c94856
----------------------------------------------------------------------
Repository: asterisk
Revision: 156649
U trunk/main/pbx.c
------------------------------------------------------------------------
r156649 | jpeeler | 2008-11-13 13:17:45 -0600 (Thu, 13 Nov 2008) | 6 lines
(closes issue http://bugs.digium.com/view.php?id=13891)
Reported by: smurfix
This reverts a change I made in 116297. At the time it seemed the change
was required to solve an issue with attempting a transfer but then letting
it timeout without dialing any digits. However, I didn't realize that
having an empty extension was possible. I'm removing the immediate return
that was added in pbx_find_extension if the extension is null.
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=156649
Issue History
Date Modified Username Field Change
======================================================================
2008-11-13 13:17 svnbot Checkin
2008-11-13 13:17 svnbot Note Added: 0094856
2008-11-13 13:17 svnbot Status assigned => resolved
2008-11-13 13:17 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list