I have a OLD CentOS server with asterisk 18.5.0 (chan_sip) running works fine.
I try to migrate to a new UBuntu 22.04 asterisk 18.18.0 (chan_sip) that does not pass RTP
SIP device for paging - is 10.11.1.30 (exten 601)
the server is 10.11.1.15
the SIP PBX (non-asterisk) is 10.11.1.1
simple application - they pic ip SIP phone dial a number - comes into the server and we dial the extension and connect the call.
on the OLD server I “rtp set debug on” and I see RTP from 10.11.1.30
on the new server I do the same and NO RTP data from 10.11.1.30
I see RTP data in both cases from 10.11.1.1 and 10.11.1.15
What do I look for? Its all simple setup (typically)
[601]
type=friend
defaultname=601
defaultuser=601
secret=XXXXX
dtmfmode=RFC2833
host=dynamic
description=SH-PA-01
context=smvoice-sip
rtptimeout=60
rtpholdtimeout=60
rtpkeepalive=60
callerid=601
qualify=no
canreinvite=yes
timezone=0
nat=no
disallow=all
allow=ulaw
allow=alaw
allow=gsm
I COPIED all the old config file from teh old server to the new for asterisk. It should be the same.
Thanks,
Jerry