On Thu, 13 Jan 2011 15:55:10 +0100, Gilles <codecompl...@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


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to