]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Incorrect display option Outbound reg. retry 403 58/4258/1
authorGrachev Sergey <grachev@mcn.ru>
Tue, 1 Nov 2016 13:32:35 +0000 (16:32 +0300)
committerGrachev Sergey <grachev@mcn.ru>
Tue, 1 Nov 2016 14:06:31 +0000 (09:06 -0500)
commit782dfa09a8b1de87a9b041efa6fb781c0cd926e5
treeff2981dd83afa7dda1da739f1a80836fd8aaa32f
parent201f21e0e567c53c51601d5903999f538ce84178
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