On RSIP, send RQNT

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@658 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 23 years ago
parent dfd7cff867
commit 18a59c1f0a

@ -1369,6 +1369,7 @@ static int handle_request(struct mgcp_endpoint *p, struct mgcp_request *req, str
if (p->owner)
ast_softhangup(p->owner, AST_SOFTHANGUP_DEV);
transmit_response(p, "200", req, "OK");
transmit_notify_request(p, "", 0);
} else if (!strcasecmp(req->verb, "NTFY")) {
/* Acknowledge and be sure we keep looking for the same things */
transmit_response(p, "200", req, "OK");

Loading…
Cancel
Save