mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-17 00:47:44 -07:00
Don't wait for additional digits when overlap dialing is enabled if the setup message contains the sending_complete information element.
(closes issue #11785) Reported by: klaus3000 Patches: sending_complete_overlap_asterisk-1.4.17.patch.txt uploaded by klaus3000 (license 65) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@103953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -8810,7 +8810,7 @@ static void *pri_dchannel(void *vpri)
|
||||
pri->pvts[chanpos]->callingpres = e->ring.callingpres;
|
||||
|
||||
/* Start PBX */
|
||||
if (pri->overlapdial && ast_matchmore_extension(NULL, pri->pvts[chanpos]->context, pri->pvts[chanpos]->exten, 1, pri->pvts[chanpos]->cid_num)) {
|
||||
if (!e->ring.complete && pri->overlapdial && ast_matchmore_extension(NULL, pri->pvts[chanpos]->context, pri->pvts[chanpos]->exten, 1, pri->pvts[chanpos]->cid_num)) {
|
||||
/* Release the PRI lock while we create the channel */
|
||||
ast_mutex_unlock(&pri->lock);
|
||||
if (crv) {
|
||||
|
||||
Reference in New Issue
Block a user