summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-17 21:30:19 +0000
committerMark Spencer <markster@digium.com>2005-03-17 21:30:19 +0000
commit7082d0584eb61abbc7c8055b74d9a7955046a8ef (patch)
tree2ff53ca559c15101655e44ad4281225c8aae6685 /channels/chan_mgcp.c
parent6546acebfb807eed42c78e737eb2de158b0f26c0 (diff)
Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_mgcp.c')
-rwxr-xr-xchannels/chan_mgcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 16b7ee423..75e6c6696 100755
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -479,6 +479,7 @@ static const struct ast_channel_tech mgcp_tech = {
.type = type,
.description = tdesc,
.capabilities = AST_FORMAT_ULAW,
+ .properties = AST_CHAN_TP_WANTSJITTER,
.requester = mgcp_request,
.call = mgcp_call,
.hangup = mgcp_hangup,