]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove all PJSIP MWI-specific use from our MWI code.
authorMark Michelson <mmichelson@digium.com>
Thu, 13 Feb 2014 18:50:30 +0000 (18:50 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 13 Feb 2014 18:50:30 +0000 (18:50 +0000)
commit600c528e92c4a66dbdd8955e8690592bb37f4ba2
tree71778efe7be8524b5e069854844fd0cb6e7344bc
parent39f87c16a99b8dc736a3662b42d57c3d0a33cdc8
Remove all PJSIP MWI-specific use from our MWI code.

PJSIP has built-in MWI code that could be useful to some
degree, but our utilization of the API actually made our
code a bit more cluttered since we had to have special
cases peppered throughout.

With this change, we move to using the pjsip_evsub API
instead, which streamlines the code by removing special
cases.

Review: https://reviewboard.asterisk.org/r/3205

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@408005 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_mwi.c
res/res_pjsip_pubsub.c