On July 16th you replied to another thread on Inbound Gateways that this was required.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian West Sent: Sunday, August 03, 2008 8:08 PM To: [email protected] Subject: Re: [Freeswitch-users] Inbound gateways You also forgot to mention that you should hit port 5080 instead of 5060 ... in the deafult config that port will 407 and try to auth you. Also where did you get the idea that a param was valid in an extension? If it was on the wiki like that we need to get it corrected. /b On Aug 3, 2008, at 12:05 PM, Henk Oegema wrote: > On Sunday 03 August 2008 18:37:59 Simon Shaw wrote: >> I would like to receive calls from an * box that is configured to >> trunk >> all calls starting with the digit 4 to my FS box. >> >> What happens now is that incoming calls are rejected with a 407, I >> set >> the param auth-calls to false for public DID numbers as shown below >> but >> this did not help. >> >> >> >> <extension name="public_did"> >> >> <condition field="destination_number" expression="^4(\d{4})$"> >> >> <param name="auth-calls" value="false"/> >> >> <action application="transfer" data="$1 XML default"/> >> >> </condition> >> >> </extension> > > > May be this could be usefull: > http://wiki.freeswitch.org/wiki/Connecting_Freeswitch_And_Asterisk > > I used it successfully. > > > _______________________________________________ > 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 _______________________________________________ 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 _______________________________________________ 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
