[Freeswitch-users] mod_snom + mod_fifo: Turning the light off
georg at riseup.net
georg at riseup.net
Sun Sep 16 22:23:23 MSD 2012
Hi all,
I'm using FS in a small office. I've setup a small queue with mod_fifo.
Now I woud like let my users know, when someone enters the queue and
they're still talking. I've used mod_snom for this, which works great.
Hoever, I'm not able to turn the light off after the call is completed.
<extension name="kunden-queue">
<condition field="destination_number" expression="^(666)$">
<!-- <key> <light> <label> <user> <host> <profile> <action_name>
<action> -->
<action application="eval" data="${snom_bind_key(2 on x kunden-1
192.168.1.93 internal x x)}"/>
<action application="fifo" data="fifo_kunden at 192.168.1.93 in undef
/data/usr/local/freeswitch/sounds/kunden-queue.raw" />
<action application="transfer" data="6666 XML public" />
<action application="eval" data="${snom_bind_key(2 off x kunden-1
192.168.1.93 internal x x)}"/>
</condition>
</extension>
It seems, that the dialplan is not processed anymore, after the caller
gets into the queue.
Any hints for this?
Thanks,
Georg
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list