[Freeswitch-users] External Profile Problem
Frank Carmickle
frank at carmickle.com
Tue Jan 26 19:09:29 PST 2010
On Tue, Jan 26, juan camilo ospina quintero wrote:
>
> Hi,
>
> im trying to establish a simple conference using freeswitch and sailfin, sailfin is
> and application server that works with SipSevlets.
> the all thing works as follow.
>
> two softphone register with freeswitch, extension 1000 and 1001
> 1000 sends and invite to 1001, this invite goes to sailfin, i use this
>
> <extension name="redirect">
> <condition field="network_addr" expression="^192\.168\.2\.9$"/>
> <condition field="destination_number" expression="^1(\d+)$">
> <action application="bridge" data="sofia/external/$0 at 127.0.0.1:5070"/>
And what is the external profile listening on? Probably not the loopback address. Set up another profile listening on 127.0.0.1 and bridge to that.
I could be off base here because you haven't given us very much info about your freeswitch configurations.
--FC
More information about the FreeSWITCH-users
mailing list