diff --git a/channels/chan_sip.c b/channels/chan_sip.c index c2e9886fb1..dba3506ff9 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -14512,7 +14512,7 @@ static char *sip_notify(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a return CLI_FAILURE; } - if (create_addr(p, a->argv[i], 0)) { + if (create_addr(p, a->argv[i], 1)) { /* Maybe they're not registered, etc. */ sip_destroy(p); ast_cli(a->fd, "Could not create address for '%s'\n", a->argv[i]);