[Asterisk-code-review] format: Update the maximum packetization time for iLBC 30. (asterisk[13])

Alexander Traud asteriskteam at digium.com
Wed Oct 21 08:11:27 CDT 2015


Alexander Traud has uploaded a new change for review.

  https://gerrit.asterisk.org/1465

Change subject: format: Update the maximum packetization time for iLBC 30.
......................................................................

format: Update the maximum packetization time for iLBC 30.

In September 2006, the maximum packetization time (ptime) were set to such a
low value, packetization was disabled for many codecs actually. This was fixed
for many codecs but not for iLBC 30. This enables packetization for iLBC which
can be enabled for example via allow=ilbc:60,gsm,alaw,ulaw in the file sip.conf.

ASTERISK-7803 #comment Fixed for iLBC 30

Change-Id: I2ef90023d35efb7cb8fe96ed74f53f6846ffad12
---
M main/codec_builtin.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/65/1465/1

diff --git a/main/codec_builtin.c b/main/codec_builtin.c
index 2e89e9a..346b47b 100644
--- a/main/codec_builtin.c
+++ b/main/codec_builtin.c
@@ -594,7 +594,7 @@
 	.type = AST_MEDIA_TYPE_AUDIO,
 	.sample_rate = 8000,
 	.minimum_ms = 30,
-	.maximum_ms = 30,
+	.maximum_ms = 300,
 	.default_ms = 30,
 	.minimum_bytes = 50,
 	.samples_count = ilbc_samples,

-- 
To view, visit https://gerrit.asterisk.org/1465
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ef90023d35efb7cb8fe96ed74f53f6846ffad12
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>



More information about the asterisk-code-review mailing list