]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Handle outbound unregister correctly
authorScott Griepentrog <sgriepentrog@digium.com>
Fri, 31 Oct 2014 16:21:57 +0000 (16:21 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Fri, 31 Oct 2014 16:21:57 +0000 (16:21 +0000)
commitb4ee155c6266edaeadc9e6a67fb5c64dc5eb2d77
tree2b7475ae0bf8eafd78ec469e3ea70a1f42838932
parentf6809b01df4a958d493f12d2c286a86193a8775a
pjsip: Handle outbound unregister correctly

This updates the status of the outbound registration
to reflect when it has been unregistered.  Since the
registration is unregistered but is not stopped, the
registration schedule remains active as before.  The
patch also updates the documentation of both the AMI
and CLI commands.

ASTERISK-24411 #close
Review: https://reviewboard.asterisk.org/r/4119/
Reported by: John Bigelow
patches:
  unregister-patch1.txt uploaded by John Bigelow (License 5091)
........

Merged revisions 426923 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@426924 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_outbound_registration.c