[asterisk-users] OpenVPN + SIP configuration?
Gilles
codecomplete at free.fr
Thu Jan 13 09:00:18 CST 2011
On Thu, 13 Jan 2011 15:55:10 +0100, Gilles <codecomplete at free.fr>
wrote:
>The only issue I notice, is that Asterisk doesn't tell the other end
>when the local end has hung up, so the other end either remains online
>or hangs up after 20-30 seconds.
Found it: We must add a "localnet" directive so that Asterisk hangs up
the call OK:
externip=<public IP>
#local end-points
localnet=192.168.0.0/255.255.255.0
#remote end-points through VPN
localnet=10.0.0.0/255.0.0.0
More information about the asterisk-users
mailing list