Hi,
I am using asterisk 1.8 and I have to configure outbound call using sip account. I have to configure seaprate IPs for voice and Signalling.
voice IP is 10.XXX.XX.142 and signalling IP is 10.XXX.XX.150
I have make configuration is sip.conf like this:
[general]
context=default ; Default context for incoming calls
media_address=10.XXX.XX.142
externaddr=10.XXX.XX.150
nat=force_rport,comedia
And output of route -n is
Destination Gateway Genmask Flags Metric Ref Use Iface
10.XXX.XX.180 10.XXX.XX.150 255.255.255.255 UGH 0 0 0 eth1
0.0.0.0 10.XXX.XX.142 0.0.0.0 UG 0 0 0 eth0
But when I trying to test an outbound call using originate command its not working.Pls guide where I am making mistake.
originate SIP/10.XXX.XX.142/03430XXXXXX application playback vm-goodbye
originate SIP/10.XXX.XX.150/03430XXXXXX application playback vm-goodbye
Logs are below:
== Using SIP RTP CoS mark 5
[Jul 2 14:14:38] WARNING[23561]: chan_sip.c:3821 retrans_pkt: Retransmission timeout reached on transmission 2fb3ad7d558c2d85619519e3651a4ff7@10.XXX.XX.137:5060 for seqno 102 (Critical Request) -- See ........ ... nsmissions
Packet timed out after 32000ms with no response
Many Thanks.