esl

  1. T

    ESL and Timeout

    Hi! I am using the C# NEventSocket library to dial some some numbers. I have some Tasks that create an InBoundSocket, connect to them and send the originate command. It works most of the times, but sometimes it throws a timeout error: NEventSocket.InboundSocketConnectionFailedException: Timeout...
  2. S

    PHP ESL

    Hi, There is any simple way we activate PHP ESL on Debial ? So I will be to us the api? For example I would like to run this script: <?php require_once('ESL.php'); if ($argc > 1) { array_shift($argv); $command = sprintf('%s', implode(' ', $argv)); printf("Command to run is: %s\n"...