[Freeswitch-users] mode_distributor in originate command
Vallimamod Abdullah
vma at vallimamod.org
Mon Jul 9 17:35:01 UTC 2018
Hi,
If I am not mistaken, your syntax does not work with api as the ${distributor(test)} part is not expanded within the originate command and is treated as a literal gateway name.
You need to make a separate api call to evaluate ${distributor(test)} and put the result in your originate dial-string.
Best Regards,
--
Vallimamod Abdullah
SIP Solutions
vma at sip.solutions
linkedin.com/in/vallimamod
.
> On 9 Jul 2018, at 16:39, Vishal Kakkar <vishal.kakkar at gmail.com> wrote:
>
> Hi all,
>
> How can we use mode_distributor in originate command.
>
> originate {ignore_early_media=true}sofia/gateway/${distributor(test)}/9822312312 myExtension xml ext
>
> Its giving following error on CLI:
> [ERR] mod_sofia.c:4408 Invalid Gateway '%{distributor(test)}'
>
> Distributor config:
> <configuration name="distributor.conf" description="Distributor Configuration">
> <lists>
> <list name="test" total-weight="10">
> <node name="foo1" weight="1"/>
> <node name="foo2" weight="9"/>
> </list>
> </lists>
> </configuration>
>
>
> Thanks
> Vishal.
> _________________________________________________________________________
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> 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
> https://freeswitch.com
More information about the FreeSWITCH-users
mailing list