Hi all,<div><br></div><div>I am trying to do the following:  Originate a call from Freeswitch to an external gateway. I want the SIP signaling to go through a different Freeswitch box that is acting as an outbound proxy. It seems that I should be able to use fs_path to do this, however I am having trouble getting this to work. </div>
<div><br></div><div>I have tried the following originate commands, and for each one, the SIP signaling is not going through the other_fs box. Note that the originate is working just fine, its just going directly to the gateway:</div>
<div><br></div><div><div>originate sofia/gateway/my_gateway/+14145551212;fs_path=sip:other_fs &amp;park()</div><div>originate sofia/gateway/my_gateway/+14145551212;fs_path=sip:other_fs:5060 &amp;park()</div><div>originate &#39;sofia/gateway/my_gateway/+14145551212;fs_path=sip:other_fs&#39; &amp;park()</div>
<div>originate &#39;sofia/gateway/my_gateway/+14145551212;fs_path=sip:other_fs:5060&#39; &amp;park()</div></div><div><br></div><div>Am I doing something wrong with fs_path? My goal is to have a FS node (the other_fs) act as an outbound proxy to the gateway so that the gateway sees all SIP signaling traffic come from other_fs. Currently, I am using OpenSIPS to act as the outbound proxy but ideally I would just have Freeswitch nodes, so I am trying to remove OpenSIPS from the SIP path. </div>
<div><br></div><div>Any help on this is appreciated!</div><div><br></div><div>- Matt</div><div><br></div>