diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 519efa1dc0a304412d43bb81899f3c14fa6c5b2a..fe2ae1e983c37f8f99537d4d4a801503b7a0dd4b 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -15597,7 +15597,7 @@ static int manager_sipnotify(struct mansession *s, const struct message *m) return 0; } - if (create_addr(p, channame, NULL, 0)) { + if (create_addr(p, channame, NULL, 1)) { /* Maybe they're not registered, etc. */ dialog_unlink_all(p); dialog_unref(p, "unref dialog inside for loop" );