[Freeswitch-users] park and blf

fs at voice2net.ca fs at voice2net.ca
Mon Jul 8 18:41:40 MSD 2013


Update, I have done this using  $${domain}, using the actual domain, using
the ip address and just omitting it all together.  The park and retrieval
works great from the buttons, but I cannot get a lamp to illuminate.

Darcy

> I have blf's working fine with extensions but I cannot get them to work
> with parking.   Below is the setup I am using to park calls.  Any ideas
> what I need to change to get this working??
>
> Darcy Primrose
>
>
> <extension name="parking_slots">
>     <condition field="destination_number" expression="^(700\d{1})$"
> break="on-false">
>                  <action inline="true" application="set"
> data="slot_count=${fifo(count
> $1@${domain})}"/>
>                  <action inline="true" application="set"
> data="slot_count=${slot_count:-9:2}"/>
>     </condition>
>     <condition field="${slot_count}" expression="^\:0$" break="always">
>                  <action application="unset" data="fifo_chime_list"/>
>                  <action application="set" data="fifo_chime_freq=0"/>
>                  <action application="fifo"
> data="${destination_number}@${domain} in
> undef local_stream://moh"/>
>                  <anti-action application="fifo"
> data="${destination_number}@${domain}
> out nowait"/>
>     </condition>
> </extension>
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.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
> http://www.freeswitch.org
>





Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list