[asterisk-bugs] [JIRA] (ASTERISK-26476) Incorrect display option "Outbound reg. retry 403" in "sip show settings"
Grachev Sergey (JIRA)
noreply at issues.asterisk.org
Mon Oct 17 08:26:01 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=232736#comment-232736 ]
Grachev Sergey commented on ASTERISK-26476:
-------------------------------------------
fix:
in channels/chan_sip.c on 20991 string instead:
ast_cli(a->fd, " Outbound reg. retry 403:%d\n", global_reg_retry_403);
must be:
ast_cli(a->fd, " Outbound reg. retry 403:%s\n", AST_CLI_YESNO(global_reg_retry_403));
> Incorrect display option "Outbound reg. retry 403" in "sip show settings"
> -------------------------------------------------------------------------
>
> Key: ASTERISK-26476
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26476
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/General
> Affects Versions: 14.0.2
> Reporter: Grachev Sergey
> Severity: Trivial
>
> 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
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list