[Asterisk-cvs] asterisk/channels chan_mgcp.c,1.79.2.6,1.79.2.7
russell at lists.digium.com
russell at lists.digium.com
Thu Dec 30 15:12:37 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv28257/channels
Modified Files:
Tag: v1-0
chan_mgcp.c
Log Message:
remove duplicate option parsing (bug #3173)
Index: chan_mgcp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_mgcp.c,v
retrieving revision 1.79.2.6
retrieving revision 1.79.2.7
diff -u -d -r1.79.2.6 -r1.79.2.7
--- chan_mgcp.c 21 Dec 2004 20:10:06 -0000 1.79.2.6
+++ chan_mgcp.c 30 Dec 2004 20:07:17 -0000 1.79.2.7
@@ -3518,8 +3518,6 @@
adsi = ast_true(v->value);
} else if (!strcasecmp(v->name, "callreturn")) {
callreturn = ast_true(v->value);
- } else if (!strcasecmp(v->name, "immediate")) {
- immediate = ast_true(v->value);
} else if (!strcasecmp(v->name, "callwaiting")) {
callwaiting = ast_true(v->value);
} else if (!strcasecmp(v->name, "slowsequence")) {
More information about the svn-commits
mailing list