]> git.ipfire.org Git - thirdparty/asterisk.git/commit
DTMF transfer plays the wrong sounds for wrong number or other call failure.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 19 Jan 2011 21:21:56 +0000 (21:21 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 19 Jan 2011 21:21:56 +0000 (21:21 +0000)
commit866cb279203ff95fa14d6591d7d9003f6e2d34d3
treed5629ec6f49837f6bc3deb6e8ab4f16530b465df
parentc1f5ef751a779368da0db815d78081cf4ba1f2ac
DTMF transfer plays the wrong sounds for wrong number or other call failure.

* Set the default for features.conf.sample xferfailsound option to "beeperr"
as documented instead of "pbx-invalid" and corrected the use of it in DTMF
blind transfer (#1).

* Improved DTMF blind transfer handling of wrong numbers.

Most of the concerns in this issue were taken care of by the patch for
issue 17999: Issues with DTMF triggered attended transfers.

(closes issue #18379)
Reported by: gincantalupo
Tested by: rmudgett

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@302671 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_features.c