From: Russell Bryant Date: Thu, 30 Dec 2004 20:07:17 +0000 (+0000) Subject: remove duplicate option parsing (bug #3173) X-Git-Tag: 1.0.11.1~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4671a3d886031897c7da9b88b38dd187939ca72;p=thirdparty%2Fasterisk.git remove duplicate option parsing (bug #3173) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4607 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c index 2f96ed934b..ae9335adcf 100755 --- a/channels/chan_mgcp.c +++ b/channels/chan_mgcp.c @@ -3518,8 +3518,6 @@ static struct mgcp_gateway *build_gateway(char *cat, struct ast_variable *v) 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")) {