[asterisk-commits] qwell: branch 1.4 r75732 - /branches/1.4/channels/chan_skinny.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 18 15:17:28 CDT 2007
Author: qwell
Date: Wed Jul 18 15:17:27 2007
New Revision: 75732
URL: http://svn.digium.com/view/asterisk?view=rev&rev=75732
Log:
Umm, why are we transmitting dialtone on cfwdall?
Modified:
branches/1.4/channels/chan_skinny.c
Modified: branches/1.4/channels/chan_skinny.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_skinny.c?view=diff&rev=75732&r1=75731&r2=75732
==============================================================================
--- branches/1.4/channels/chan_skinny.c (original)
+++ branches/1.4/channels/chan_skinny.c Wed Jul 18 15:17:27 2007
@@ -3956,7 +3956,6 @@
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);
More information about the asterisk-commits
mailing list