Here's what is in mine verbatim.
Ah....... I just looked into an ACID install of mine. Didn't see rtp.conf there at all. You may need to create it.
When I first starting to add extensions, I used the Asterisk book as a guide. Very helpful.
It covers Asterisk 1.8, but most of the config stuff still applies to 1.4 I find.
Anyhow, here's what I have in rtp.conf on my node that has SIP phones attached:
;
; RTP Configuration
;
[general]
;
; RTP start and RTP end configure start and end addresses
; These are the addresses where your system will RECEIVE audio and video stream$
; If you have connections across a firewall, make sure that these are open.
;
rtpstart=10000
rtpend=10999
Hope this helps.