X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=channels%2Fchan_unistim.c;h=41fa777d9f92de3fec590102763cb7bc30705a29;hp=c625dc52887b917601ce40c1cfa281c42e372f42;hb=cb6d928a39d62574f5cffdef378436b8e390971f;hpb=9653c6d35766ff4ffc3278fc0b0850ddb4b426f8;ds=sidebyside diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c index c625dc5..41fa777 100644 --- a/channels/chan_unistim.c +++ b/channels/chan_unistim.c @@ -2859,9 +2859,6 @@ static void send_dial_tone(struct unistimsession *pte) ind = ast_strdupa(ts->data); s = strsep(&ind, ","); ast_tone_zone_part_parse(s, &tone_data); - if (tone_data.modulate) { - tone_data.freq2 = 0; - } send_tone(pte, tone_data.freq1, tone_data.freq2); if (unistimdebug) { ast_verb(0, "Country code found (%s), freq1=%d freq2=%d\n",