search for: 30bytes

Displaying 2 results from an estimated 2 matches for "30bytes".

Did you mean: 0bytes
2006 Jun 01
2
Change g729 payload
Hi All, I have a SIP provider that tells me that my RTP stream uses a "20bytes payload in the g729 coded data". And they would like that we change this to 30bytes (3 frames). But maybe I'm wrong but isn't a certain payload just a standard for a codec ? And if I'm wrong, how can I change the payload for my g729 calls in Asterisk. Greetings, Attilla
2011 Dec 08
0
[hivex] [PATCH 1/8] Add test hive and generator script
...mvp + +moderate_value = "0123456789ABCDEF" + +values = [ + { "key": "3Bytes", "t": 3, "value": moderate_value[:3] }, + { "key": "16Bytes", "t": 3, "value": moderate_value }, + { "key": "30Bytes", "t": 3, "value": (moderate_value*2)[:30] }, + { "key": "31Bytes", "t": 3, "value": (moderate_value*2)[:31] }, + { "key": "32Bytes", "t": 3, "value": moderate_value*2 }, + { "key&...