diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 5563a9ad2669ce1b69e46913a29085521a84185f..42362b8eca131b21ec25410bce741cf5bef7d134 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -15639,7 +15639,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" );