Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Sending SIP calls via outbound proxy


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
sshaw at interwise.com
Guest





PostPosted: Wed Jan 28, 2009 9:56 am    Post subject: [Freeswitch-users] Sending SIP calls via outbound proxy Reply with quote

Is there a mechanism to configure FS to work with an edge proxy?
What I am attempting to achieve is a front end proxy that all the
clients connect to which simply forwards all messages to FS.

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Collins
Sent: Thursday, December 11, 2008 11:00 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Sending SIP calls via outbound proxy

On Thu, Dec 11, 2008 at 12:52 PM, Erick Johnson
<erick@junctionnetworks.com> wrote:
Quote:
Thanks Dave,

Actually I realized my problem (stupid mistake of course). For anyone
else
Quote:
trying to use the fs_path variable the value needs to be a fully
qualified SIP
URI, e.g. "bob@bar.com;fs_path=sip:host.domain.net", notice it being
prefaced
with the "sip:", my problem was that I was only entering
the host name. Then somewhere down in mod_sofia it must have decided
that
Quote:
it didn't like that and just closed the channel.

Erick, thanks for the clarification! I'll get it put on the wiki right
away.
-MC

Quote:

Hope this helps somebody who gets stuck like I did.

Cheers,

Erick

Quote:
Hi Erick,

Not sure if you've tried this (or if it'll help), but you can force
routing in the dialplan like so:
<action application="set" data="sip_h_Route=<sip:@11.22.33.44;lr>" />
<action application="bridge" data="sofia/gateway/gw/$1"/>

Cheers --

Dave


_______________________________________________
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
Quote:
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

_______________________________________________
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
Back to top
ajlong at worldlink.net
Guest





PostPosted: Wed Jan 28, 2009 11:16 am    Post subject: [Freeswitch-users] Sending SIP calls via outbound proxy Reply with quote

Quote:
From the Wiki..

Specifying SIP Proxy With fs_path
You can route a call through a specific SIP proxy by using the "fs_path"
directive. Example:

sofia/foo/user@that.domain;fs_path=sip:proxy.this.domain

Regards,
-Adam

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Simon
Shaw
Sent: Wednesday, January 28, 2009 9:52 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Sending SIP calls via outbound proxy

Is there a mechanism to configure FS to work with an edge proxy?
What I am attempting to achieve is a front end proxy that all the
clients connect to which simply forwards all messages to FS.

-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Collins
Sent: Thursday, December 11, 2008 11:00 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Sending SIP calls via outbound proxy

On Thu, Dec 11, 2008 at 12:52 PM, Erick Johnson
<erick@junctionnetworks.com> wrote:
Quote:
Thanks Dave,

Actually I realized my problem (stupid mistake of course). For anyone
else
Quote:
trying to use the fs_path variable the value needs to be a fully
qualified SIP
URI, e.g. "bob@bar.com;fs_path=sip:host.domain.net", notice it being
prefaced
with the "sip:", my problem was that I was only entering
the host name. Then somewhere down in mod_sofia it must have decided
that
Quote:
it didn't like that and just closed the channel.

Erick, thanks for the clarification! I'll get it put on the wiki right
away.
-MC

Quote:

Hope this helps somebody who gets stuck like I did.

Cheers,

Erick

Quote:
Hi Erick,

Not sure if you've tried this (or if it'll help), but you can force
routing in the dialplan like so:
<action application="set" data="sip_h_Route=<sip:@11.22.33.44;lr>" />
<action application="bridge" data="sofia/gateway/gw/$1"/>

Cheers --

Dave


_______________________________________________
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
Quote:
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

_______________________________________________
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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services