Category Archives: Developer
Exit broadcast by phone autodialer when invoked from command line
Hi, I have a Perl script that logs into the dialer and runs the BroadcastByPhone. Once the application finishes, the script goes onto do other things. However it must see that the application has finished before it goes on. What … Continue reading
Posted in Auto Dialer, Developer
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
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