OK, i moved it to the sofia profile and it works just fine. Next step in my authorization problem. I call in with a softphone and want my call to be transferred via event socket to a remote application.
Yet, Freeswitch rejects the call with the reason: [407][Proxy Authentication Required] session:sofia/internal/[EMAIL PROTECTED] I've got the outbound event socket working fine when i call from a peer registered with Freeswitch. But in this new scenario (with a non-registered device calling) Freeswitch is not happy. Anything i could change to make it work? Thanks, Klaus. -------- Original-Nachricht -------- > Datum: Fri, 10 Oct 2008 14:47:34 -0500 > Von: Brian West <[EMAIL PROTECTED]> > An: [email protected] > Betreff: Re: [Freeswitch-users] Accepting SIP Calls from unregistered devices > Well removing it off the sofia profile is optimal since you're going > to mix half open half authed. > > /b > > On Oct 10, 2008, at 2:45 PM, Klaus Teller wrote: > > > Great, thanks for the support. I've changed acl.conf.xml in the > > following way: > > > > <list name="domains" default="deny"> > > <node type="allow" domain="$${domain}"/> > > </list> > > > > into > > > > <list name="domains" default="allow"> > > <node type="allow" domain="$${domain}"/> > > </list> > > > > > > Regards, > > > > Klaus. > > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
