[Freeswitch-users] Setting gateway username dynamically

Kristian Kielhofner kris at kriskinc.com
Tue May 24 23:01:55 MSD 2011


Don't use a gateway at all:

http://wiki.freeswitch.org/wiki/Variable_sip_auth_username

On Tue, May 24, 2011 at 1:17 AM, Liam Farr <liam at intersys.co.nz> wrote:
> Hi,
>
>
>
> I have a sip provider who requires me to set the username to be the same as
> the outbound caller id for the gateway (trunk) to them.
>
>
>
> Is there a way to do this dynamically for each call?
>
>
>
> e.g.
>
>
>
> <include>
>
>     <gateway name="SIP-Provider">
>
>       <param name="username" value="${outbound_caller_id_number}"/>
>
>       <param name="password" value="password"/>
>
>       <param name="realm" value="1.2.3.4"/>
>
>       <param name="proxy" value="1.2.3.4"/>
>
>       <param name="expire-seconds" value="800"/>
>
>       <param name="register" value="false"/>
>
>       <param name="retry-seconds" value="60"/>
>
>       <param name="context" value="public"/>
>
>     </gateway>
>
> </include>
>
>
>
>
>
> Cheers
>
>
>
> Liam
>
>
>
>
>
> _______________________________________________
> 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
>
>



-- 
Kristian Kielhofner



More information about the FreeSWITCH-users mailing list