[Freeswitch-users] upper registration in FS?
Jason White
jason at jasonjgw.net
Thu Apr 2 23:53:35 PDT 2009
xbipin <bipin at xbipin.com> wrote:
>
> any1 have any idea how what to sue in dialplan such that calls from a single
> id go to a specific gateway only with blind registration enabled, this is
> the only major issue im having.
Perhaps you could match the source address in the dial plan and then bridge or
redirect the call to the desired gateway.
<condition field="network_addr" expression="^192.168.140.5$">
for example.
I tested a similar example once and it did work.
More information about the FreeSWITCH-users
mailing list