On RSIP, send RQNT

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@658 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-03-19 19:56:30 +00:00
parent dfd7cff867
commit 18a59c1f0a

View File

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