NOTIFY and SUBSCRIBE are target refresh requests

This commit is contained in:
Richard Aas 2011-11-30 09:09:24 +00:00
parent 8c65bf87d2
commit b34b1217c0
2 changed files with 0 additions and 3 deletions

View file

@ -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);
// ...

View file

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