mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
More specifics in MGCP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@684 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1249,9 +1249,9 @@ static int transmit_notify_request_with_callerid(struct mgcp_endpoint *p, char *
|
|||||||
reqprep(&resp, p, "RQNT");
|
reqprep(&resp, p, "RQNT");
|
||||||
add_header(&resp, "X", p->txident);
|
add_header(&resp, "X", p->txident);
|
||||||
if (offhook)
|
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
|
else
|
||||||
add_header(&resp, "R", "hd(N)");
|
add_header(&resp, "R", "L/hd(N)");
|
||||||
add_header(&resp, "S", tone2);
|
add_header(&resp, "S", tone2);
|
||||||
return send_request(p, &resp, oseq);
|
return send_request(p, &resp, oseq);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user