login | register
Sun 12 of Oct, 2008 [22:02 UTC]

voip-info.org

Discuss [1] History

Asterisk config rtp.conf

Created by: oej,Last modification on Sat 15 of May, 2004 [05:53 UTC] by simon

RTP.conf

Configuration of Asterisk Real Time Protocol, RTP, media channels. RTP is used for SIP communication.

Example


 ;
 ; RTP Configuration
 ;
 [general]
 ;
 ; RTP start and RTP end configure start and end addresses
 ;
 rtpstart=10000
 rtpend=20000


If you have a NAT or firewall between Asterisk and the server, you need to set these up to handle forwarding of the configured ports.

RTP - Real Time Protocol

See also


Comments

Comments Filter
222

333H323 clash

by timking, Thursday 01 of March, 2007 [16:44:41 UTC]
These default values clash with the compiled-in values used by ooh323. There the range used is 12030-12230 so after you have been using Asterisk and H323 for a while many H323 calls fail to go through. So if you are using ooh323 change the start value to 12500 say.