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;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to