[Freeswitch-users] Some questions about FS with external users and domains
Brian West
brian at freeswitch.org
Mon Nov 24 05:20:30 PST 2008
This would catch what you want and send it out to the public internet.
<extension name="external_sip_uri" continue="true">
<condition field="source" expression="mod_sofia"/>
<condition field="${domain_exists(${sip_req_host})}"
expression="true">
<anti-action application="bridge" data="sofia/${use_profile}/$
{sip_to_uri}"/>
</condition>
</extension>
/b
On Nov 23, 2008, at 8:52 AM, Iñaki Baz Castillo wrote:
> El Domingo, 23 de Noviembre de 2008, Michael Jerris escribió:
>> We have never tried to make FreeSWITCH a transparent b2bua. It will
>> probably require a decent amount of c coding on your part to get it
>> to
>> do so as a truly transparent b2bua.
>
> Ok, I understand.
> Anyway, is it possible to change the From domain during the
> dialplan? We can
> read the inboud From domain but AFAIK setting it in realtime is not
> possible,
> is it?
>
> BTW: is not possible to avaoid FS sending RPID header?
>
> Thanks a lot.
>
> --
> Iñaki Baz Castillo
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
More information about the Freeswitch-users
mailing list