]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.
authorRichard Mudgett <rmudgett@digium.com>
Mon, 5 Mar 2012 22:22:21 +0000 (22:22 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 5 Mar 2012 22:22:21 +0000 (22:22 +0000)
commit4c9168a4c7c7a8aa37e199992bc0434c3a394cda
tree0c116eca100152e2bfab166771afb521aec4d7f5
parente0c235bd9b706e5368631c55e2277c645d0a17db
Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.

SS7 is a trunk protocol and should clear a failed call as soon as
possible.

* Made SS7 hangup a call immediately if it has not connected yet for
INCOMPLETE/BUSY/CONGESTION causes.  Otherwise, play an appropriate inband
tone.

(closes issue ASTERISK-19372)
Reported by: Igor Nikolaev

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@358278 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/sig_ss7.c