]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make DAHDISendCallreroutingFacility wait 5 seconds for a reply before disconnecting...
authorRichard Mudgett <rmudgett@digium.com>
Wed, 25 Apr 2012 20:48:22 +0000 (20:48 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 25 Apr 2012 20:48:22 +0000 (20:48 +0000)
commitf381fecc875b91d9c170919e11d43792d3a3e22e
tree7bcb7a39b2eae39366c64df163a1cb25d89e4b4a
parent796f4dc4e09bd524f27859f26b70be7697fdc4cd
Make DAHDISendCallreroutingFacility wait 5 seconds for a reply before disconnecting the call.

Some switches may not handle the call-deflection/call-rerouting message if
the call is disconnected too soon after being sent.  Asteisk was not
waiting for any reply before disconnecting the call.

* Added a 5 second delay before disconnecting the call to wait for a
potential response if the peer does not disconnect first.

(closes issue ASTERISK-19708)
Reported by: mehdi Shirazi
Patches:
      jira_asterisk_19708_v1.8.patch (license #5621) patch uploaded by rmudgett
Tested by: rmudgett
........

Merged revisions 363730 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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