NOTIFY and SUBSCRIBE are target refresh requests
This commit is contained in:
parent
8c65bf87d2
commit
b34b1217c0
2 changed files with 0 additions and 3 deletions
|
@ -100,7 +100,6 @@ static void notify_handler(struct sipevent_sock *sock,
|
|||
return;
|
||||
}
|
||||
|
||||
// todo: check
|
||||
(void)sip_dialog_update(sub->dlg, msg);
|
||||
}
|
||||
|
||||
|
@ -172,7 +171,6 @@ static void subscribe_handler(struct sipevent_sock *sock,
|
|||
return;
|
||||
}
|
||||
|
||||
// todo: check
|
||||
(void)sip_dialog_update(not->dlg, msg);
|
||||
|
||||
// ...
|
||||
|
|
|
@ -170,7 +170,6 @@ static void response_handler(int err, const struct sip_msg *msg, void *arg)
|
|||
sub->subscribed = true;
|
||||
}
|
||||
else {
|
||||
// todo: check
|
||||
(void)sip_dialog_update(sub->dlg, msg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue