]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Umm, why are we transmitting dialtone on cfwdall?
authorJason Parker <jparker@digium.com>
Wed, 18 Jul 2007 20:17:27 +0000 (20:17 +0000)
committerJason Parker <jparker@digium.com>
Wed, 18 Jul 2007 20:17:27 +0000 (20:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@75732 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_skinny.c

index f057ec0075e3a086ea4d1d386e4cc150233e81f4..dc8f05bdb8da1ac3f64dfb14655194de2d3db255 100644 (file)
@@ -3956,7 +3956,6 @@ static int handle_soft_key_event_message(struct skinny_req *req, struct skinnyse
                        ast_verbose("Received Softkey Event: Forward All(%d)\n", instance);
 
                /* Do not disturb */
-               transmit_tone(s, SKINNY_DIALTONE);
                if (l->dnd != 0){
                        if (option_verbose > 2)
                                ast_verbose(VERBOSE_PREFIX_3 "Disabling DND on %s@%s\n", l->name, d->name);