mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user