Skip to content
Snippets Groups Projects
Commit a98ed49b authored by Mark Spencer's avatar Mark Spencer
Browse files

More specifics in MGCP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@684 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 697c33c8
Branches
Tags
No related merge requests found
......@@ -1249,9 +1249,9 @@ static int transmit_notify_request_with_callerid(struct mgcp_endpoint *p, char *
reqprep(&resp, p, "RQNT");
add_header(&resp, "X", p->txident);
if (offhook)
add_header(&resp, "R", "hu(N),hf(N),D/[0-9#*](N)");
add_header(&resp, "R", "L/hu(N),L/hf(N),D/[0-9#*](N)");
else
add_header(&resp, "R", "hd(N)");
add_header(&resp, "R", "L/hd(N)");
add_header(&resp, "S", tone2);
return send_request(p, &resp, oseq);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment