Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
mflorell wrote:If the bold, red "CALLS IN QUEUE" message at the top of the agent screen, or the color-coded "CALLS IN QUEUE" list at the bottom of the screen aren't enough, we recently added the Waiting Call URL On/Off features to have a flashing light go off in the call center to wake agents up
Waiting Call URL On/Off:
This feature allows you to trigger a URL when there are calls waiting in this In-Group. The -On- URL will be sent the first time a call is waiting, and no more will be sent as long as there are still calls from this In-Group waiting in the queue. The -Off- URL will be sent as soon as there are no calls waiting for this In-Group anymore. This feature was created to allow for a remote power switch to be triggered to light up a flashing light to notify agents in a call center room that there were calls waiting for them. For this feature to work, both the -On- and -Off- URLs must be filled in. Default is -empty- for disabled.
ghernandez wrote:I added both URL to the ON & OFF switch but is not working for the inbound queue. Now what I did was created a web page with a "Call Waiting" sign. Is this correct?
williamconley wrote:ghernandez wrote:I added both URL to the ON & OFF switch but is not working for the inbound queue. Now what I did was created a web page with a "Call Waiting" sign. Is this correct?
but is not working is a bit vague. How about this:
Are you saying vicidial did not request the URL when there was a call waiting in queue in the campaign? If so, provide all changes you made to the campaign for this feature ... and consider this:
The method to use this is two-fold: First you create a web page that will (outside of Vicidial) accomplish the task at hand (designed to blink a light, but if you want it to activate a shock-chair for the manager, that works just as well ... whatever you want it to do). Test it by surfing to that web page yourself, it should "do ... whatever" when you request the page. THEN you put the URL from that page into the "Waiting Call URL On" and Vicidial will request that page when there is a queue if you've set it up according to the instructions.
If that does not happen, you need to be sure Vicidial is allowed to request that page (eg: is a firewall blocking Vicidial's access? Is it on a network Vicidial can't access?) You can also test this from the Linux CLI using wget or curl. Additionally, I suspect the response from this will be in the URL log table.
williamconley wrote:You have agents with computers. Any one of which has plenty of CPU available for a quick noisemaker function with an external speaker ... Yet you feel the need to set up a funky little computer to make a noise.
Lemme guess: your agents are still all on windows and you don't want to figure out how to program a noisemaker in a windows worstation, so you're gonna just work it out on a little linux pi server?
williamconley wrote:Use linux for the agent workstations. Then every machine can run linux software (there's no real difference between a workstation and a server). And whatever you were planning to do in the pi you can do on any workstation instead.
You could also write an app that would allow you to notify the agents directly that a call is waiting, and run apache on each agent's computer to accept that signal. There are much smaller servers available for web server, but apache is the most well-known and supported.
You could also just modify the agent screen to make noise when the image changes, which is merely a change to the javascript code.
You could generate a ring on any (all?) agent phones with a CallerID Name of "Call Is Waiting!" and then hang up.
You could even just install a VOIP Telephone with a speaker and have Vicidial call that speaker phone and broadcast a "TONE" that would tell the agents that there is a call waiting. This requires a soft or physical phone with auto-answer on speaker capability.
A lot of ways to skin that cat.
ghernandez wrote:williamconley wrote:Use linux for the agent workstations. Then every machine can run linux software (there's no real difference between a workstation and a server). And whatever you were planning to do in the pi you can do on any workstation instead.
You could also write an app that would allow you to notify the agents directly that a call is waiting, and run apache on each agent's computer to accept that signal. There are much smaller servers available for web server, but apache is the most well-known and supported.
You could also just modify the agent screen to make noise when the image changes, which is merely a change to the javascript code.
You could generate a ring on any (all?) agent phones with a CallerID Name of "Call Is Waiting!" and then hang up.
You could even just install a VOIP Telephone with a speaker and have Vicidial call that speaker phone and broadcast a "TONE" that would tell the agents that there is a call waiting. This requires a soft or physical phone with auto-answer on speaker capability.
A lot of ways to skin that cat.
Vicibox v8.1.2 from .iso | Vicidial 2.1-714a Build 190628-1511 | Asterisk 13.21.1-Vici | 6 Cluster Servers | No Digium/Sangoma Hardware | No Extra Software After Installation | 2x E5-2660 0 @ 2.20GHz |
Morning Guys!!
I have everything set up and I can do wget xx.xx.xx.xx/start-alarm and it goes through in my CLI and it's working on the Raspberry pi, but when you send the command from the vicidial call waiting on or off is not working.
does anyone have any idea why?
i'm getting a response of 200 OK
CLI kernel:
dialer:~ # wget xx.xx.xxx.xx/start-alarm
--2019-08-23 08:32:55-- http://xx.xx.xxx.xx/alarm-alarm
Connecting to xx.xx.xxx.xx:80...Connected.
HTTP request sent, awaiting response... 200 OK
Lenght: 8 [text/html]
Saving to: start-alarm.2
100%[==========================================>] 8 .-K/s in 0s
This is what I'm getting from my URL log report.
--- URL LOG RECORDS FOR 2019-08-23, 00:00:00 TO 23:59:59 , RECORDS #1-2 [DOWNLOAD]
+----------------------+---------------------+--------------+----------+----------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
| UNIQUE ID | URL DATE | URL TYPE | RESP SEC | URL | URL RESPONSE |
+----------------------+---------------------+--------------+----------+----------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
| 0 | 2019-08-23 08:08:46 | wcu_on | 0 | http://xx.xxx.xx.xxx/start-alarm | |
| 0 | 2019-08-23 08:10:23 | wcu_off | 0 | http://xx.xxx.xx.xxx/stop-alarm | |
+----------------------+---------------------+--------------+----------+----------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
Actually 40 minutes later I got an error. looks like it keeps trying until it gives up.
--- URL LOG RECORDS FOR 2019-08-23, 00:00:00 TO 23:59:59 , RECORDS #1-8 [DOWNLOAD]
+----------------------+---------------------+--------------+----------+----------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
| UNIQUE ID | URL DATE | URL TYPE | RESP SEC | URL | URL RESPONSE |
+----------------------+---------------------+--------------+----------+----------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
| 0 | 2019-08-23 08:08:46 | wcu_on | 2690 | http://xx.xxx.xx.xxx/start-alarm | <RESPONSE EMPTY>|--2019-08-23 08:08:46--http://xx.xxx.xx.xxx/start-alarm!Connect |
| | | | | | ing to xx.xxx.xx.xxx:80... failed: Connection timed out.!Retrying.!!--2019-08-23 |
| | | | | | 08:10:55--(try: 2)http://xx.xxx.xx.xxx/start-alarm!Connecting to xx.xxx.xx.xxx: |
| | | | |
| | | | | | failed: Connection timed out.!Giving up.!! |
ghernandez
Posts: 18
Joined: Thu Jul 04, 2019 7:01 am
Users browsing this forum: No registered users and 24 guests