search for: strmaxretry

Displaying 3 results from an estimated 3 matches for "strmaxretry".

2011 Feb 13
1
Call Files, Variable passing
...ime: $strWaitTime\r\n"); fputs($oSocket, "CallerId: $strCallerId\r\n"); fputs($oSocket, "Exten: 3001\r\n"); fputs($oSocket, "Context: $strContext\r\n"); fputs($oSocket, "Priority: $strPriority\r\n"); fputs($oSocket, "MaxRetries: $strMaxReTry\r\n"); fputs($oSocket, "RetryTime: $strRetryTime\r\n"); fputs($oSocket, "SetVar: DIAL1=$number1\r\n"); fputs($oSocket, "SetVar: DIAL2=$number2\r\n"); fputs($oSocket, "SetVar: AcceptParallel=$ap\r\n\r\n"); fputs($oSocket, "Action:...
2006 Dec 29
0
PHP to call script
...om-internal"; ####---End of block---### #specify the amount of time you want to try calling the specified channel before hangin up $strWaitTime = "30"; #specify the priority you wish to place on making this call $strPriority = "1"; #specify the maximum amount of retries $strMaxRetry = "2"; #-------------------------------------------------------------------------------------------- #Should edit some things below this point to make this script work #-------------------------------------------------------------------------------------------- #get the caller's numb...
2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
...ply $strContext = "from-internal"; #specify the amount of time you want to try calling the specified channel before hangin up $strWaitTime = "30"; #specify the priority you wish to place on making this call $strPriority = "1"; #specify the maximum amount of retries $strMaxRetry = "2"; #-------------------------------------------------------------------------------------------- #Shouldn't need to edit anything below this point to make this script work #-------------------------------------------------------------------------------------------- #get the phone...