mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Merge "chan_sip: SipNotify on Chan_Sip vi AMI behave different to CLI" into 13
This commit is contained in:
@@ -15572,7 +15572,7 @@ static int manager_sipnotify(struct mansession *s, const struct message *m)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (create_addr(p, channame, NULL, 0)) {
|
if (create_addr(p, channame, NULL, 1)) {
|
||||||
/* Maybe they're not registered, etc. */
|
/* Maybe they're not registered, etc. */
|
||||||
dialog_unlink_all(p);
|
dialog_unlink_all(p);
|
||||||
dialog_unref(p, "unref dialog inside for loop" );
|
dialog_unref(p, "unref dialog inside for loop" );
|
||||||
|
|||||||
Reference in New Issue
Block a user