[Asterisk-cvs] asterisk/channels chan_zap.c,1.496,1.497
kpfleming
kpfleming
Thu Sep 1 17:55:40 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv6331/channels
Modified Files:
chan_zap.c
Log Message:
don't send warnings for unhandled indications, let ast_indicate() deal with them (issue #5097)
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.496
retrieving revision 1.497
diff -u -d -r1.496 -r1.497
--- chan_zap.c 1 Sep 2005 19:02:37 -0000 1.496
+++ chan_zap.c 1 Sep 2005 21:56:39 -0000 1.497
@@ -4780,8 +4780,6 @@
case -1:
res = tone_zone_play_tone(p->subs[index].zfd, -1);
break;
- default:
- ast_log(LOG_WARNING, "Don't know how to set condition %d on channel %s\n", condition, chan->name);
}
} else
res = 0;
More information about the svn-commits
mailing list