Hi all,
In vicidialnow, we used web_vars quite a lot. Now we're upgraded to a fresh install (vicidial 2.2.1) and migrated database.
We depended highly in our CRM-integrated solution on the web_vars for users / inboud-group mapping. It seems as if I can manage the web_vars for inbound groups and campaigns at the user's page, but the script won't let me use it.
The documentation speaks of web_vars use in scripts on the user page, but it doesn't come up with this possibility on the script edit page help anymore.
Versions:
GoAutodial CE 2.0
Vicidial 2.2.1-237 / build: 100510-2015
Some more background:
We pass our only script for every ingroup (customer so to say) / every user (configured on the user's page, behind the checked ingroup) a customer id and a username. Like the string "2/index.php?username=john.doe". This part was then used by a little piece of javascript to build the URL which is used for a full blown div loading the CRM for the customer and call handling (dispositioning, transfer, hangup, also fax, sms, et cetera) functionality into a fullscreen (that is, the browser's screen) iframe.
So, that's why I need the web_vars, but I'm stuck in using them now.
Anyone?