smead wrote:Yes, I wish it was something that simple (and I'm sure it'll turn out to be something simple). I've tried multiple leads. Not sure what other details to give...
Also, as a side note. Is it possible to add timezone's to existing leads? In other words, display "EST, CST, etc" in a predefined field such as the "show" field.
LOL. Bummer. Perhaps you should try different call types (inbound/outbound/manual dial/autodial) and see if any of them work properly.
As this is a Vicibox 5.0.3, please also be sure your "asterisk version" in admin->servers matches the asterisk version shown by
- Code: Select all
asterisk -V
This being wrong has been known to cause all sorts of "strange" things, and last I knew it was showing as "1.4" instead of "1.8.23.0-vici" in 5.0.3.
As for visible time zone, that's not part of vicidial at present but the client time can be made visible. If you wanted to, however, you could certainly run a script every morning at 2AM to copy the GMT field to another field that happens to be visible to the agents. Just be sure that field is not already populated to avoid data loss.
You could also toy with a "start call URL" script that actually calculates the client time and places it in a field and see if that will "precede" the agent screen pulling the data to be useful. It would be a static time, but having the "started at" time would be more useful than "GMT-8" for most agents, I'm betting.
Happy Hunting!