mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user