update the rest of the channel drivers that use RTP so that their channel

tech structures indicate that they create jitter


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31077 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-05-31 17:21:21 +00:00
parent a74ebe5933
commit 0384330d64
4 changed files with 4 additions and 3 deletions

View File

@@ -503,7 +503,7 @@ static const struct ast_channel_tech mgcp_tech = {
.type = "MGCP",
.description = tdesc,
.capabilities = AST_FORMAT_ULAW,
.properties = AST_CHAN_TP_WANTSJITTER,
.properties = AST_CHAN_TP_WANTSJITTER | AST_CHAN_TP_CREATESJITTER,
.requester = mgcp_request,
.devicestate = mgcp_devicestate,
.call = mgcp_call,