[asterisk-bugs] [Asterisk 0017085]: [patch] [regression] Overlap dialing to PSTN failing after #16789
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 25 11:31:21 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17085
======================================================================
Reported By: shawkris
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17085
Category: Channels/chan_dahdi
Reproducibility: always
Severity: trivial
Priority: normal
Status: ready for testing
Asterisk Version: 1.4.30
JIRA: SWP-1321
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-03-23 14:13 CDT
Last Modified: 2011-01-25 11:31 CST
======================================================================
Summary: [patch] [regression] Overlap dialing to PSTN failing
after https://issues.asterisk.org/view.php?id=16789
Description:
In the UK, local and national calls can be variable length. In Asterisk
1.4.26.2 (and previously) the following dialplan (extract) works:
;National Calls
exten => _0[127]XXXXXXXX!,1,Dial(${GLOBAL(TRUNK)}/${EXTEN})
exten => _0[127]XXXXXXXX!,2,Hangup
In Asterisk 1.4.30, after the 10th digit has been received the call goes
to CALL PROCEEDING. No further digits are then received and forwarded to
the PSTN. It appears the ability to do "pass-through" overlap dialling
doesn't work anymore.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0018509 [patch] Sending out unnecessary PROCEED...
related to 0016789 [patch] Overlap receiving timeout, plus...
======================================================================
----------------------------------------------------------------------
(0131021) svnbot (reporter) - 2011-01-25 11:31
https://issues.asterisk.org/view.php?id=17085#c131021
----------------------------------------------------------------------
Repository: asterisk
Revision: 303747
U branches/1.4/main/pbx.c
------------------------------------------------------------------------
r303747 | rmudgett | 2011-01-25 11:31:19 -0600 (Tue, 25 Jan 2011) | 9
lines
Backport the Proceeding application.
Added in trunk -r129399.
Enable the workaround for issue https://issues.asterisk.org/view.php?id=17085
and https://issues.asterisk.org/view.php?id=18509.
(issue https://issues.asterisk.org/view.php?id=17085)
(issue https://issues.asterisk.org/view.php?id=18509)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=303747
Issue History
Date Modified Username Field Change
======================================================================
2011-01-25 11:31 svnbot Checkin
2011-01-25 11:31 svnbot Note Added: 0131021
======================================================================
More information about the asterisk-bugs
mailing list