Hi,
Some users ask that queue members hear a message with their position in queue.
I want to try to use the callcenter-announce-position.lua script found in
https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter .
I presume that I should insert in /etc/sipxpbx/freeswitch/conf/dialplan/sipX_content.xml an entry like this:
...
<action application="set" data="result=${luarun(callcenter-announce-position.lua ${uuid} queue-XXX 30000)}"/>
...
But I can't figure out how to insert that entry in a way it will persist at every configuration change.
Any hints?
Massimo