Merged revisions 48988 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 27 Dec 2006 18:34:24 +0000 (18:34 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 27 Dec 2006 18:34:24 +0000 (18:34 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r48988 | kpfleming | 2006-12-27 12:33:22 -0600 (Wed, 27 Dec 2006) | 2 lines

make the option actually match the documentation

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48990 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index aaf36f0..69e820c 100644 (file)
@@ -15547,7 +15547,7 @@ static int handle_common_options(struct ast_flags *flags, struct ast_flags *mask
                ast_set_flag(&mask[1], SIP_PAGE2_RFC2833_COMPENSATE);
                ast_set2_flag(&flags[1], ast_true(v->value), SIP_PAGE2_RFC2833_COMPENSATE);
                res = 1;
-       } else if (!strcasecmp(v->name, "buggyciscomwi")) {
+       } else if (!strcasecmp(v->name, "buggymwi")) {
                ast_set_flag(&mask[1], SIP_PAGE2_BUGGY_MWI);
                ast_set2_flag(&flags[1], ast_true(v->value), SIP_PAGE2_BUGGY_MWI);
                res = 1;