Asterisk on internet
Re: Asterisk on internet
This is pretty simple to do. It all depends on how secure you want it.
Search web for:
Asterisk NAT firewall
example in sip.conf. Replace addresses with your settings.
general
context=default
allowoverlap=no
videosupport=yes
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
externip=(your public IP)
nat=yes
localnet=(local Net)/(local mask)
Set exceptions in your firewall.
Good luck
Search web for:
Asterisk NAT firewall
example in sip.conf. Replace addresses with your settings.
general
context=default
allowoverlap=no
videosupport=yes
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
externip=(your public IP)
nat=yes
localnet=(local Net)/(local mask)
Set exceptions in your firewall.
Good luck
Asterisk on internet
Is it possible to configure an asterisk server to connect to a voIP device over internet?
Could you give me some tips to perform this deployment
Could you give me some tips to perform this deployment



