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-alarmConnecting 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