[asterisk-bugs] [Asterisk 0016789]: [patch] Overlap receiving timeout, plus dialplan latency, causes network to retry SETUP
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Feb 16 17:16:35 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16789
======================================================================
Reported By: alecdavis
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16789
Category: Channels/chan_dahdi
Reproducibility: sometimes
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA: SWP-887
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!): 243988
Request Review:
======================================================================
Date Submitted: 2010-02-08 19:57 CST
Last Modified: 2010-02-16 17:16 CST
======================================================================
Summary: [patch] Overlap receiving timeout, plus dialplan
latency, causes network to retry SETUP
Description:
An overlap received call, should have a PROCEEDING sent when asterisk has
deemed that no further digits are coming, IE when asterisk starts executing
the dialplan.
The issue is, ast_waitfordigit in ss_thread waits 'matchdigittimeout'
which set 3 seconds, then there is dialplan delay, which may take a while
to execute PROGRESS(), PROGRESS() or ANSWER(). In our case, database
lookups.
When the network retries the SETUP, with the same channel and call
reference, libpri deems this as a 'Not a new call' and promptly rejects the
call. Now the call is lost!.
Previously it has required the PROCEEDING() to be the the first line of
the dialplan context.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016755 E1 PRI channel 'glare', where asterisk ...
======================================================================
----------------------------------------------------------------------
(0118135) alecdavis (manager) - 2010-02-16 17:16
https://issues.asterisk.org/view.php?id=16789#c118135
----------------------------------------------------------------------
There is a difference in the SETUP ACKNOWLEDGE between Asterisk overlap
receive dialling and our Telco.
The Setup Acknowledge from TELCO with an overlap call has progress
indicator, <b><u>'In-band info/approp patt now avail'</b></u>, as seen in
overlapdial-jtec-trace.txt
The Setup Ack from asterisk with overlap receiving doesn't?? This can be
seen in overlap-retry.txt
We may need to receive more INFO's.
Issue History
Date Modified Username Field Change
======================================================================
2010-02-16 17:16 alecdavis Note Added: 0118135
======================================================================
More information about the asterisk-bugs
mailing list