search for: phonecompany

Displaying 2 results from an estimated 2 matches for "phonecompany".

Did you mean: myphonecompany
2003 Nov 26
3
AGI - CallerID ??
I have a client who needs an application for there field techs to call in when they arrive on site and when they leave. The logic behind it seems pretty simple. I am going to write something in AGI to capture some DTMF tones and update this data into MySQL to run some reports from. But here's my initial problem. I have started to create a simple AGI script to capture the CallerID, but I
2008 Feb 14
1
Error checking asterisk method - suggestions?
...nateAction originateAction = new OriginateAction(); ManagerResponse originateResponse = null; originateAction.setChannel("ZAP/1"); originateAction.setContext("Outgoing"); originateAction.setExten("201"); // maps to ZAP/7 through external phonecompany PBX originateAction.setPriority(new Integer(1)); originateAction.setTimeout(new Long(15*1000)); // xml-milliseconds originateAction.setAsync(false); ============== extensions.conf (extract) [Incoming] exten => s,1,Set(DYNAMIC_FEATUR...