summaryrefslogtreecommitdiff
path: root/channels/chan_sip.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_sip.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_sip.c')
-rwxr-xr-xchannels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 536a0ecf4..5bd01a1fe 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -631,6 +631,7 @@ static const struct ast_channel_tech sip_tech = {
.type = channeltype,
.description = "Session Initiation Protocol (SIP)",
.capabilities = ((AST_FORMAT_MAX_AUDIO << 1) - 1),
+ .properties = AST_CHAN_TP_WANTSJITTER,
.requester = sip_request,
.devicestate = sip_devicestate,
.call = sip_call,