Yearly Archives: 2007
Meaning of callstatusHandler.jsp return string
When I query for a call status using callstatusHandler.jsp sometimes I get as part of the returned string “Line Occupied. Try in 5 minutes”. Is this due to the gateway (modem) is busy or the call was attempted and a … Continue reading
Posted in Developer
Using VOIP service such as Vonage for autodialer
VOIP services are getting more and more popular. We have many customers using VOIP service, such as Vonage, for their autodialers. One common problem with VOIP servces is that they are not as reliable as the traditional phone services. You … Continue reading
Posted in Auto Dialer, Gateway
Sending multiple calls to gateway
Using the Java Simple Interface functions, when I send a callText record to the gateway, do I have to wait for that call to be completed before sending the next record or can I just send over all records over … Continue reading