summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-02-21 17:06:00 -0700
committerGeorge Joseph <gjoseph@digium.com>2017-02-27 15:10:48 -0600
commit22242fef5dd4de12697deb219c732b9c69b46954 (patch)
tree05c3ea2a09daa125c5ca3ecba76b2bfabbc7e02b /CHANGES
parentdf22d297a64ee2ef53ea0296a353a5c90ae70ba2 (diff)
res_pjsip_outbound_registration: Subscribe to network change events
Outbound registration now subscribes to network change events published by res_stun_monitor and refreshes all registrations when an event happens. The 'pjsip send (un)register' CLI commands were updated to accept '*all' as an argument to operate on all registrations. The 'PJSIP(Un)Register' AMI commands were also updated to accept '*all'. ASTERISK-26808 #close Change-Id: Iad58a9e0aa5d340477fca200bf293187a6ca5a25
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fafaa2141..d3d0cb81e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -88,6 +88,14 @@ app_record
* Added new 'u' option to Record() application which prevents Asterisk from
truncating silence from the end of recorded files.
+res_pjsip_outbound_registration
+------------------
+ * Outbound registrations are now refreshed when res_stun_monitor detects
+ a network change event has happened.
+ The 'pjsip send (un)register' CLI commands were updated to accept '*all'
+ as an argument to operate on all registrations.
+ The 'PJSIP(Un)Register' AMI commands were updated to also accept '*all'.
+
app_voicemail
------------------
* The 'Comedian Mail' prompts can now be overriden using the 'vm-login' and