View previous topic :: View next topic |
Author |
Message |
andres at telesip.net Guest
|
Posted: Tue Mar 25, 2008 1:53 pm Post subject: [asterisk-users] RTP Payload Problem |
|
|
Elliot Murdock wrote:
Quote: | Hello,
My provider has told me that I need to change the RTP payload time to
10 milliseconds instead of the default of 20 to make their RTP packet
communication work. Is there anyway to do this in Asterisk?
|
Sure, in sip.conf just define the codecs like this:
allow=ulaw:10 ;This means ulaw will use 10 millisecond frames for example.
It only works if you have Asterisk >= 1.4
Andres
http://www.neuroredes.com
Quote: |
Also, what does RTP payload mean and why would it effect the sending
of RTP packets?
Thank you,
Mords
------------------------------------------------------------------------
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
ex.vitorino at gmail.com Guest
|
Posted: Tue Mar 25, 2008 2:04 pm Post subject: [asterisk-users] RTP Payload Problem |
|
|
If you are running 1.4, check rtp-packetization.txt under
doc/ directory from source distribution.
Cheers,
--
exvito |
|
Back to top |
|
|
|