Call Canter run lua

Status
Not open for further replies.

Vahram

Member
Oct 2, 2017
36
0
6
57
Hi guys

I want run lua script after pressing key: 1 and exit from callcenter (queue waiting)

Please help
Thanks
 

Attachments

  • Untitled.png
    Untitled.png
    21.7 KB · Views: 24

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,045
566
113
As far as I'm aware there isn't a way to do this. Callcenter is a Freeswitch module and once transferred to there you are in it. I think it would take modification of the Freeswitch C code itself to do this. I could be wrong though.
 

Vahram

Member
Oct 2, 2017
36
0
6
57
Hello

I found solution
I have added in Dial Plan Call center XML
<action application="set" data="cc_exit_keys=1"/>
<action application="bind_digit_action"data="myrealm,1,exec:Lua,lua_script.lua,1"/>
working properly

But after press save key in Call Center Queue on the web page that setting was gone from xml
How can i add row between Exit Key and Description on web page?
 

Attachments

  • Untitled.png
    Untitled.png
    33.6 KB · Views: 28
Status
Not open for further replies.