From: Olle Johansson Date: Tue, 14 Nov 2006 16:22:35 +0000 (+0000) Subject: Update documentation to fit the implementation... X-Git-Tag: 1.4.0-beta4~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ecb09f6e8718eaf2d677f067b2377a886279396;p=thirdparty%2Fasterisk.git Update documentation to fit the implementation... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47613 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 12aa997543..b46c9c04ff 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -14899,6 +14899,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