]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Handle outbound unregister correctly
authorScott Griepentrog <sgriepentrog@digium.com>
Fri, 31 Oct 2014 16:21:01 +0000 (16:21 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Fri, 31 Oct 2014 16:21:01 +0000 (16:21 +0000)
commit54b84b5405b9fea9191f706c4b21aed4f12bf1cd
tree6ccb29961642441ffa814db3a465f65a3616ea7c
parent357980c52efa39b49e4f3089fd02a06485016c31
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)

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