About two weeks ago FlowRoute stopped working with FreeSwitch.  Looking at the 
SIP trace there is chatter about a Proxy Auth required.  I ran out of time to 
debug as this was on a production system.

The work around was:

1) You need to prefix the dialed number with the FlowRoute Account Number in 
the dialplan: 
      <action application="bridge" 
data="sofia/gateway/sip.flowroute.com/${default_provider_username}#$1"/>

2) Specifiy FreeSWITCH's Public IP in the FlowRoute Interconnection page in the 
"Outbound Allowed IPs"


I've updated the wiki with the work around.  This needs more debug as it used 
to work with registration only - which is preferable if your public IP is 
changing. (FWIW - Inbound calls have always worked).


Alex: To make flowroute your default provider add to 
/usr/local/freeswitch/conf/vars.xml

  <X-PRE-PROCESS cmd="set" data="default_provider=sip.flowroute.com"/>
  <X-PRE-PROCESS cmd="set" data="default_provider_username=nnnnnnnn"/>
  <X-PRE-PROCESS cmd="set" data="default_provider_password=secret"/>
  <X-PRE-PROCESS cmd="set" 
data="default_provider_from_domain=sip.flowroute.com"/>

Chris.


-----Original Message-----
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Alex Harris
Sent: Monday, April 20, 2009 16:04
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] Configure FS using Flowroute.com

I placed the xml found at
http://wiki.freeswitch.org/wiki/SIP_Provider_Examples#Flowroute.com into the
file \conf\directory\default\flowroute.com.xml
Should I have placed it in another location?

Thank you,

Alex



You'll have to do this
http://wiki.freeswitch.org/wiki/SIP_Provider_Examples#Flowroute.com

/b

On Apr 20, 2009, at 5:15 PM, Alex Harris wrote:

> I am new to VoIP and FS and I was hoping that someone could help me  
> configure my FS server.
>
> I have add flowroute.com.xml to C:\Program Files (x86)\FreeSWITCH 
> \conf\directory\default using the example on the wiki.
>
> I have updated vars.xml with
>
>   <X-PRE-PROCESS cmd="set" data="default_provider=Flowroute.com"/>
>   <X-PRE-PROCESS cmd="set"  
> data="default_provider_username=*********"/>
>   <X-PRE-PROCESS cmd="set" data="default_provider_password=*******"/>
>   <X-PRE-PROCESS cmd="set"  
> data="default_provider_from_domain=Flowroute.com"/>
>   <!-- true or false -->
>   <X-PRE-PROCESS cmd="set" data="default_provider_register=true"/>
>   <X-PRE-PROCESS cmd="set" data="default_provider_contact=5000"/>
>
> Right now everytime I try to dial out I get a Gateway Invalid error  
> and I try to dial the DID and only get a busy tone.  Any help would  
> be much appriciate.
>
> Thank you,
>
> Alex
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

Brian West
br...@freeswitch.org

-- Meet us at ClueCon!  http://www.cluecon.com




-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090420/
c2f2bc54/attachment.html 

------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


End of Freeswitch-users Digest, Vol 34, Issue 111
*************************************************


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
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
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to