Merge "chan_sip: SipNotify on Chan_Sip vi AMI behave different to CLI" into 16

This commit is contained in:
George Joseph 2018-09-26 09:33:15 -05:00 committed by Gerrit Code Review
commit 7638366c2f
1 changed files with 1 additions and 1 deletions

View File

@ -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" );