search for: strwaittim

Displaying 6 results from an estimated 6 matches for "strwaittim".

Did you mean: strwaittime
2007 Jul 06
1
Asterisk Manager
...fputs($oSocket, "Secret: $strSecret\r\n\r\n"); fputs($oSocket, "Action: Originate\r\n"); fputs($oSocket, "Channel: $strChannel\r\n"); fputs($oSocket, "WaitTime: $strWaitTime\r\n"); fputs($oSocket, "CallerId: $strCallerId\r\n"); fputs($oSocket, "Context: $strContext\r\n"); fputs($oSocket, "Exten: $strExten\r\n");...
2011 Feb 13
1
Call Files, Variable passing
..."Events: off\r\n"); fputs($oSocket, "Username: $strUser\r\n"); fputs($oSocket, "Secret: $strSecret\r\n\r\n"); fputs($oSocket, "Action: originate\r\n"); fputs($oSocket, "Channel: $strChannel\r\n"); fputs($oSocket, "WaitTime: $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&...
2006 Dec 29
0
PHP to call script
...ontext to make the outgoing call from. By default, AAH uses from-internal #Using from-internal will make you outgoing dialing rules apply #$strContext = "from-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...
2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
...asip"; #specify the context to make the outgoing call from. By default, AAH uses from-internal #Using from-internal will make you outgoing dialing rules apply $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 e...
2007 Jul 08
1
Early Media Handling
...fputs($oSocket, "Secret: $strSecret\r\n\r\n"); fputs($oSocket, "Action: Originate\r\n"); fputs($oSocket, "Channel: $strChannel\r\n"); fputs($oSocket, "WaitTime: $strWaitTime\r\n"); fputs($oSocket, "CallerId: $strCallerId\r\n"); fputs($oSocket, "Context: $strContext\r\n"); fputs($oSocket, "Exten: $strExten\r\n");...
2007 Oct 13
0
Set up two PSTN calls and then join them
...puts($oSocket, "Events: off\r\n"); fputs($oSocket, "Username: $strUser\r\n"); fputs($oSocket, "Secret: $strSecret\r\n\r\n"); fputs($oSocket, "Action: originate\r\n"); fputs($oSocket, "Channel: $strChannel\r\n"); fputs($oSocket, "WaitTime: $strWaitTime\r\n"); fputs($oSocket, "CallerId: $strCallerId\r\n"); fputs($oSocket, "Exten: $strExten\r\n"); fputs($oSocket, "Context: $strContext\r\n"); fputs($oSocket, "Priority: $strPriority\r\n\r\n"); fputs($oSocket, "Action: Logoff\r\n\r\n");...