diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index f11da8d21a88b9dce3f756533dd56b5105af92cc..705d87aadd462823e451cd728ef5e2971cd3aa4b 100755
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -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");