[Asterisk-cvs] asterisk/channels iax2-parser.c,1.14.2.1,1.14.2.2
markster at lists.digium.com
markster at lists.digium.com
Tue May 25 11:00:02 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv20403/channels
Modified Files:
Tag: v1-0_stable
iax2-parser.c
Log Message:
Don't warn on unknown IE's, debug only
Index: iax2-parser.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/iax2-parser.c,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- iax2-parser.c 18 Mar 2004 06:03:24 -0000 1.14.2.1
+++ iax2-parser.c 25 May 2004 15:14:10 -0000 1.14.2.2
@@ -509,7 +509,7 @@
break;
default:
snprintf(tmp, sizeof(tmp), "Ignoring unknown information element '%s' (%d) of length %d\n", iax_ie2str(ie), ie, len);
- errorf(tmp);
+ outputf(tmp);
}
/* Overwrite information element with 0, to null terminate previous portion */
data[0] = 0;
More information about the svn-commits
mailing list