Page 1 of 1
external ip access of the vici for the registration of SIP
Posted:
Mon Mar 03, 2014 10:59 am
by sarxiejr
I would like to know on how to enable my external ip where my server pointed to register a SIP phone outside of the LAN network.
I had already allowed the ip of the target PC that want to register to our server and also they can access our external ip thru web but when we try to register a soft phone thru external server of the vici nothings work..
What am I missing?
Re: external ip access of the vici for the registration of S
Posted:
Tue Mar 04, 2014 4:20 am
by DomeDan
It might be the externip setting in /etc/asterisk/sip.conf
try to set that to your external ip and uncomment it, if it's commented out.
if it won't help then post the output from the asterisk CLI (asterisk -r) when a phone tries to register from outside
Re: external ip access of the vici for the registration of S
Posted:
Tue Mar 04, 2014 4:48 am
by geoff3dmg
Did you allow the SIP and RTP traffic through your firewall/router?
Re: external ip access of the vici for the registration of S
Posted:
Tue Mar 04, 2014 6:32 pm
by sarxiejr
DomeDan: ill check it in our office later if its the cause of my problem
geoff3dmg: Yes already been added to the firewall
Re: external ip access of the vici for the registration of S
Posted:
Wed Mar 05, 2014 1:32 pm
by smead
You added it to the firewall, but did you forward the TCP/UDP ports in your router?
Re: external ip access of the vici for the registration of S
Posted:
Wed Mar 05, 2014 2:00 pm
by williamconley
smead wrote:You added it to the firewall, but did you forward the TCP/UDP ports in your router?
Please note that for registration it is usually NOT necessary to forward any ports, but some routers will require "port triggering" (or sip algorithm) to be active. Inbound calls for IP authentication (as opposed to Registration), however, require forwarding as the carrier will blindly send the call to the IP and the router will otherwise drop the packets.
Re: external ip access of the vici for the registration of S
Posted:
Fri Mar 07, 2014 11:15 am
by sarxiejr
im having a hard time to register a sip phone thru external ip..until now..
Re: external ip access of the vici for the registration of S
Posted:
Fri Mar 07, 2014 12:08 pm
by smead
Don't forget to share what you did to fix it