summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-11-01 14:28:22 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-11-01 14:28:22 -0500
commited89866e76ad4086ce9f1555f61500b58b48acfa (patch)
treef7d334884dc3d98222d9fe9515d8e9fbd963e84b
parent42bd70b29f5673ffead10c70cc4096c1410f4144 (diff)
parentb3f10b7b94c08e9024057d0237a83da1bda6a946 (diff)
Merge "chan_sip: Incorrect display option Outbound reg. retry 403" into 13
-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 1f3a2f470..4c742cefe 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -21585,7 +21585,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\n", AST_CLI_YESNO(sip_cfg.notifyringing));
if (sip_cfg.notifyringing) {
ast_cli(a->fd, " Include CID: %s%s\n",