aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 18:33:22 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 18:33:22 +0000
commit974559afe7f47d12a770576b56c7960682fb7805 (patch)
tree5be5140ad9669c6f467e5c9273062422d9e22dd1
parent1690223ee5606043a8f768529d35eb52da1b5ea4 (diff)
make the option actually match the documentation
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48988 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index edec01b2f..b27c9de64 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -15332,7 +15332,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;