From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 3 20:55:02 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6922106566B for ; Mon, 3 Sep 2012 20:55:02 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id 82C678FC12 for ; Mon, 3 Sep 2012 20:55:02 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.80 (FreeBSD)) (envelope-from ) id 1T8dfa-000KWz-Tt; Mon, 03 Sep 2012 16:54:54 -0400 Date: Mon, 3 Sep 2012 16:54:54 -0400 From: Gary Palmer To: Matthias Apitz Message-ID: <20120903205454.GA77784@in-addr.com> References: <20120903112505.GA1451@tiny.Sisis.de> <1346672681003-5740292.post@n5.nabble.com> <1346675221022-5740306.post@n5.nabble.com> <20120903125123.GA1651@tiny.Sisis.de> <20120903191157.GA1414@tiny.Sisis.de> <20120903192812.GA1478@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120903192812.GA1478@tiny.Sisis.de> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on noop.in-addr.com); SAEximRunCond expanded to false Cc: freebsd-multimedia@freebsd.org, SicoSico , Chris Rees Subject: Re: baresip (was Re: Ekiga && FreeBSD (for a future without Skype) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 20:55:02 -0000 On Mon, Sep 03, 2012 at 09:28:14PM +0200, Matthias Apitz wrote: > El d?a Monday, September 03, 2012 a las 08:15:54PM +0100, Chris Rees escribi?: > > > > substitute with this Skype, for example that my wife could phone me from > > > home to my FreeBSD netbook connected via UMTS to Internet while sitting > > > in the greens, in a beer garden; I could never manage this; SIP, in > > > general, seems to be a mess, and my UMTS provider, in detail, does not > > > NAT the incoming IP traffic to my netbook :-( > > > > > > the dream continues to have video and voice without Skype, ofc > > > > Well, UMTS tends to strictly forbid any VOIP traffic anyway; they're > > run by phone companies, so they don't want you doing that. > > My UMTS provider is Fonic.de, a German o2 label; and they do no forbid VOIP > as I read, and there is no problem with Skype calls, for example. It is > just not working, not even incoming SSH is NAT'ed to the ppp interface. Skype does stuff standard SIP doesn't. e.g. AFAIR skype can tunnel its traffic over TCP/80 to take advantage of firewall holes for HTTP traffic. SIP was designed for an IPv6 world where endpoints are direclty exposed to the Internet. You probably have to use a SIP proxy on an unfirewalled public IP to handle your traffic. ( SIP sets up random ports on both end points to exchange voice traffic over. Most firewalls don't sniff SIP traffic and so the inbound packets are dropped. NAT and SIP really don't like each other too much ) Gary