Archived
14
0
Fork 0

Merged revisions 75732 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r75732 | qwell | 2007-07-18 15:17:27 -0500 (Wed, 18 Jul 2007) | 1 line

Umm, why are we transmitting dialtone on cfwdall?
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@75734 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2007-07-18 20:18:00 +00:00
parent 41ce098672
commit 2597fd7b5a

View file

@ -4255,7 +4255,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);