]> git.ipfire.org Git - thirdparty/asterisk.git/commit
overlap receiving: automatically send CALL PROCEEDING when dialplan starts
authorAlec L Davis <sivad.a@paradise.net.nz>
Sat, 27 Feb 2010 23:37:16 +0000 (23:37 +0000)
committerAlec L Davis <sivad.a@paradise.net.nz>
Sat, 27 Feb 2010 23:37:16 +0000 (23:37 +0000)
commit23fcfd1d29c10a1cadd6f48b24efcb0c006db5af
tree1e89cc28eef2d0542b4ebbb82e70bb96fecdb735
parent34b834645ffe6cdcd44c9380fdb35b6a720891a4
overlap receiving: automatically send CALL PROCEEDING when dialplan starts

Following Q.931 5.2.4
When the user has determined that sufficient call information has been received the
user shall stop T302 and send CALL PROCEEDING to the network.

Previously timeouts were possible if the dialplan took a long time to issue any
response back to the network.

Verified that our local TELCO also does the same.

(issue #16789)
Reported by: alecdavis
Patches:
      overlap_receiving_trunk.diff.txt uploaded by alecdavis (license 585)
Tested by: alecdavis

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@249363 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c