Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johnnyasterisk

    PHP Mail Pear Issue

    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...
  2. johnnyasterisk

    PHP Form - Please Wait

    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...
  3. johnnyasterisk

    removing prefixes

    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?
  4. johnnyasterisk

    Mysql Query - Different Servers

    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...
  5. johnnyasterisk

    cross table update

    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...
  6. johnnyasterisk

    Removing Files listed in a Text File

    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...
  7. johnnyasterisk

    Running Shell Script in Crontab

    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...
  8. johnnyasterisk

    PRO3060 LAN TO WAN traffic

    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...
  9. johnnyasterisk

    VPN Identifiers Issue

    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...
  10. johnnyasterisk

    TAPI 2.3 Issue

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

Part and Inventory Search

Back
Top