summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-07 07:11:40 +0000
committerMark Spencer <markster@digium.com>2005-01-07 07:11:40 +0000
commitd3418aa14a83615a488508df8dcf60e86c0504c9 (patch)
treef57ec6973fb479564d4e7221ca33babd6802d40a /include/asterisk
parent238c12b67e49791844cc10a45aaf04e1e70c00fb (diff)
Support CNG transmission when on hold (bug #2904)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/rtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index 6b2df7c02..0fc653e59 100755
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -78,6 +78,8 @@ int ast_rtcp_fd(struct ast_rtp *rtp);
int ast_rtp_senddigit(struct ast_rtp *rtp, char digit);
+int ast_rtp_sendcng(struct ast_rtp *rtp, int level);
+
int ast_rtp_settos(struct ast_rtp *rtp, int tos);
// Setting RTP payload types from lines in a SDP description: