So here is one of those issues that I really hate.....
Appreciate anyones time if you can help.
I have a php script setup to send a blank email through my mail server. The script is called send_alert.php
When I run in from the CLI like so:
php send_alert.php
The email sends fine.
However...
I have 2 php pages:
index.php - Is a simple form that collects information
process.php - is reciving the variables from the form and is carrying out some actions to process data, send emails, send sms etc.
However it takes about 10 seconds to fully run process.php after submitting the form...
I have some calls that come into asterisk as a normal number in the format:
09X XXX XXX
However depending on the carrier i sometimes get
03539X XXX XXX
I want a way to remove the 353 ONLY if it is received in that format...
Any Ideas?
I have 2 servers:
1.1.1.1 and 1.1.1.2 both running mysql
1.1.1.1 has a table called table1
1.1.1.2 has a table called table2
Both of these tables are the exact same structure. I need to know how to do the following:
on table2 select the max(id) then use that value to:
insert into table2 the...
UPDATE intellicom.agent_performance ap, pbxware.ql_cache qlc
SET ap.inbcalls = count(qlc.event = 'CONNECT')
WHERE ap.agentid = qlc.type;
the above query give me the following error "Invalid use of group function". However I am not wanting to group by... I am simple wanting to select values...
I have a directory with over 200,000 files in it but some file are old. I also have a table in mysql which keeps a record of every file in that directory:
Example:
DIR = Recordings
FILE = 1234567.gsm
I can run a query on my table to fine specific files and dump that into a text file. For...
Hey guys...
I have a shell script in a directory /home/mydir called getfiles.sh i want to run it every night however my problem is the file needs to run in its own directory because it needs to access stuff in there. Is there a way I can tell crontab to move into this directory before running...
I have a domain name which points to a public ip address which in turn is being nat'd through our pro3060 to a server on the LAN.
When people on the LAN browse to this domain name they get page can not be displayed. I came accross this problem before when LAN users could not go out and come...
I am starting to hate my sonicwall pro3060.... I have a mac and am using VPN tracker as a vpn client. I have it working with a sonicwall pro2040 and the setting on the two devices are identical. However on the pro3060 I am getting the following error every time...
"The gateway informed us that...
Ok I have a very weird issue with tapi 2.3....
I have an application that runs on every agents desktop presenting them with the callerid for each call. On the tapi server when looking at Julmar and monitoring a line the events are sooooooo slow.
For example a call might actually come in and be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.