]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Skip check for extension when subscribing for MWI.
authorJoshua Colp <jcolp@digium.com>
Tue, 24 Feb 2009 15:16:07 +0000 (15:16 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 24 Feb 2009 15:16:07 +0000 (15:16 +0000)
commitaa488ca6b002c1d7ba7122524dc56a2b099bc3c4
tree385c2e2b7ed034d156b0ea0f641c2a85c1d5deca
parentaa5a927b694ef7e08b9ac418345fd2525b330543
Skip check for extension when subscribing for MWI.

Since the remote side is not actually subscribing to a specific extension when
subscribing for MWI just skip the check to see if the extension exists. They can't use it
to specify the mailbox either since we require configuration of that in sip.conf

(closes issue #14531)
Reported by: festr

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@178205 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c