summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
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,