summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-11-01 14:09:00 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-11-01 14:09:01 -0500
commit4361a24b636db0fac6859a380b122e460453e59d (patch)
treebc97dd1e9a31b301eda1ee2ec5ce2f395208ffc3
parent1648ca06c3257874e229df8f32a0b34082105471 (diff)
parent2526dff94d7d59852fe405615aef54d38dc32a80 (diff)
Merge "chan_sip: Incorrect display option Outbound reg. retry 403"
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index e3a638a9f..225931850 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -21652,7 +21652,7 @@ static char *sip_show_settings(struct ast_cli_entry *e, int cmd, struct ast_cli_
ast_cli(a->fd, " Sub. max duration: %d secs\n", max_subexpiry);
ast_cli(a->fd, " Outbound reg. timeout: %d secs\n", global_reg_timeout);
ast_cli(a->fd, " Outbound reg. attempts: %d\n", global_regattempts_max);
- ast_cli(a->fd, " Outbound reg. retry 403:%d\n", global_reg_retry_403);
+ ast_cli(a->fd, " Outbound reg. retry 403:%s\n", AST_CLI_YESNO(global_reg_retry_403));
ast_cli(a->fd, " Notify ringing state: %s%s\n", AST_CLI_YESNO(sip_cfg.notifyringing), sip_cfg.notifyringing == NOTIFYRINGING_NOTINUSE ? " (when not in use)" : "");
if (sip_cfg.notifyringing) {
ast_cli(a->fd, " Include CID: %s%s\n",