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:
@@ -211,7 +211,7 @@ static const struct ast_channel_tech oh323_tech = {
|
||||
.type = "H323",
|
||||
.description = tdesc,
|
||||
.capabilities = ((AST_FORMAT_MAX_AUDIO << 1) - 1),
|
||||
.properties = AST_CHAN_TP_WANTSJITTER,
|
||||
.properties = AST_CHAN_TP_WANTSJITTER | AST_CHAN_TP_CREATESJITTER,
|
||||
.requester = oh323_request,
|
||||
.send_digit = oh323_digit,
|
||||
.call = oh323_call,
|
||||
|
Reference in New Issue
Block a user