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

changes/97/9297/7
George Joseph 8 years ago committed by Gerrit Code Review
commit d95515449c

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

Loading…
Cancel
Save