From: Anthony Minessale Date: Sat, 17 May 2008 15:48:18 +0000 (+0000) Subject: doh X-Git-Tag: v1.0-rc6~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7daa751f1e49c5e5a96953a42baf690c2c36edad;p=thirdparty%2Ffreeswitch.git doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8460 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index 74c32d2ed2..40a258702d 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -2237,7 +2237,7 @@ static void message_query_handler(switch_event_t *event) id = dup; if (!strncasecmp(account, "sip:", 4)) { - dup += 4; + id += 4; } if (!id) {