]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_mwi: Set up unsolicited MWI upon registration. 20/720/1
authorJoshua Colp <jcolp@digium.com>
Wed, 17 Jun 2015 10:04:39 +0000 (07:04 -0300)
committerJoshua Colp <jcolp@digium.com>
Thu, 25 Jun 2015 14:54:39 +0000 (11:54 -0300)
commita35d6feae2fb15f40df82d0b487b8f63a6bd1f91
tree5de4f8daccc748a557e5aa8a9f50b5355b625f45
parent3e3ea112c6f03f6dd0b2304ea279019c9595b544
res_pjsip_mwi: Set up unsolicited MWI upon registration.

The res_pjsip_mwi previously required a reload to set up the proper
subscriptions to allow unsolicited MWI to work. This change
makes it so the act of registering will also cause this to occur.
This is particularly useful if realtime is involved as no reload
needs to occur within Asterisk to cause the MWI information
to get sent.

ASTERISK-25180 #close

Change-Id: Id847b47de4b8b3ab8858455ccc2f07b0f915f252
include/asterisk/res_pjsip.h
res/res_pjsip/location.c
res/res_pjsip_mwi.c
res/res_pjsip_registrar.c