From: Olle Johansson Date: Wed, 15 Nov 2006 15:27:46 +0000 (+0000) Subject: Update doxygen docs to reflect the code... X-Git-Tag: 1.6.0-beta1~3^2~3967 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef820e53cbc295019a1ab8d051aa3309abd01c6;p=thirdparty%2Fasterisk.git Update doxygen docs to reflect the code... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47657 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index b13868b54a..2971aef04b 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -15108,6 +15108,9 @@ static int sip_poke_peer(struct sip_peer *peer) - registered, no call AST_DEVICE_NOT_INUSE - registered, active calls AST_DEVICE_INUSE - registered, call limit reached AST_DEVICE_BUSY + - registered, onhold AST_DEVICE_ONHOLD + - registered, ringing AST_DEVICE_RINGING + For peers without call limit: - not registered AST_DEVICE_UNAVAILABLE - registered AST_DEVICE_NOT_INUSE