Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
HTTP request sent, awaiting response... 200 OK
Length: 3086 (3.0K) [audio/mpeg]
Saving to: ‘email_alert.mp3’
100%[===================================================================================================================================================================================================>] 3,086 --.-K/s in 0s
2020-07-16 18:01:18 (218 MB/s) - ‘email_alert.mp3’ saved [3086/3086]
williamconley wrote:URL is expected to be a web page. The web page will be expected to accomplish a task (such as inserting audio into the agent's session if logged in, or sending an email or ... something). However, this will be running Server Side and as such will not be able to generate sound directly in the agent's web page since the agent's worksztation/web page is not pulling the URL. The agent's web page is sending a request to the server to pull the web page.
<RESPONSE EMPTY>|--2020-07-23 15:44:03--http://abc.ddns.net/alert/search.php?phone=--A--phone_number--B--!Resolving ABC.ddns.net (ABC.ddns.net)... 78.46.xxx.xxx!Connecting to ABC.ddns.net (ABC.ddns.net)|78.46.xxx.xxx|:80... connected.!HTTP request sent, awaiting response... 404 Not Found!2020-07-23 15:44:03 ERROR 404: Not Found.!!
awaiting response... 404 Not Found
Maverick1 wrote:HI William,
I tried different URLs including following
http://abc.ddns.net/alert/search.php?phone=--A--phone_number--B--
but response in URL log report
- Code: Select all
<RESPONSE EMPTY>|--2020-07-23 15:44:03--http://abc.ddns.net/alert/search.php?phone=--A--phone_number--B--!Resolving ABC.ddns.net (ABC.ddns.net)... 78.46.xxx.xxx!Connecting to ABC.ddns.net (ABC.ddns.net)|78.46.xxx.xxx|:80... connected.!HTTP request sent, awaiting response... 404 Not Found!2020-07-23 15:44:03 ERROR 404: Not Found.!!
whereas http://abc.ddns.net/alert works fine but not sending any variables
I tried adding "print_r($_GET)" at end of URL but response was blank
I tried with phone_number but want to send the extension(s) or user(s) on which call came
Not sure what I'm missing here
Users browsing this forum: No registered users and 81 guests