]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Incorrect display option Outbound reg. retry 403 61/4261/1
authorGrachev Sergey <grachev@mcn.ru>
Tue, 1 Nov 2016 13:32:35 +0000 (16:32 +0300)
committerCorey Farrell <git@cfware.com>
Tue, 1 Nov 2016 15:14:06 +0000 (11:14 -0400)
commitb3f10b7b94c08e9024057d0237a83da1bda6a946
treef10e02516c3351b6421ab1aca54caa6c6e8146c2
parent6b1c55dc9be90904363dbcf958a9fcc243c85629
chan_sip: Incorrect display option Outbound reg. retry 403

If in sip.conf (general section) set option register_retry_403=no,
the command "sip show settings" return value:
Outbound reg. retry 403:0
If in sip.conf (general section) set option register_retry_403=yes,
the command "sip show settings" return value:
Outbound reg. retry 403:-1

* In static char "sip show settings" for "Outbound.reg. retry 403"
option use AST_CLI_YESNO

ASTERISK-26476 #close

Change-Id: I3c14272f05f1067bd2aeaa8b3ef9cf8fcb12dcf9
channels/chan_sip.c