search for: strpriority

Displaying 7 results from an estimated 7 matches for "strpriority".

Did you mean: setpriority
2007 Jul 06
1
Asterisk Manager
...fputs($oSocket, "CallerId: $strCallerId\r\n"); fputs($oSocket, "Context: $strContext\r\n"); fputs($oSocket, "Exten: $strExten\r\n"); fputs($oSocket, "Priority: $strPriority\r\n\r\n"); fputs($oSocket, "Action: Logoff\r\n\r\n"); when call gets answered it goes to my specified exten can I also handle if my call is not got answered b'coz of some reason. that is when get ans goto exten= 101 if call is not got and goto ex...
2007 Jul 08
1
Asterisk Help
...fputs($oSocket, "CallerId: $strCallerId\r\n"); fputs($oSocket, "Context: $strContext\r\n"); fputs($oSocket, "Exten: $strExten\r\n"); fputs($oSocket, "Priority: $strPriority\r\n\r\n"); fputs($oSocket, "Action: Logoff\r\n\r\n"); thanks arun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070708/7f9e627b/attachment.htm
2011 Feb 13
1
Call Files, Variable passing
...hannel: $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"); fputs($oSocket, "RetryTime: $strRetryTime\r\n"); fputs($oSocket, "SetVar: DIAL1=$number1\r\n"); fputs($oSocket, "SetVar: DIAL2=$number2\r\n"); fputs($oSocket, "SetVar: Accep...
2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
...-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 edit anything below this point to make this script work #-------------------------------------...
2007 Jul 08
1
Early Media Handling
...fputs($oSocket, "CallerId: $strCallerId\r\n"); fputs($oSocket, "Context: $strContext\r\n"); fputs($oSocket, "Exten: $strExten\r\n"); fputs($oSocket, "Priority: $strPriority\r\n\r\n"); Please help thanks arun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070708/762905d7/attachment.htm
2007 Oct 13
0
Set up two PSTN calls and then join them
...t, "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"); This simulates one extension calling another and has some limitations e.g. the CDR records show one call which doesn't meet my requirements for billing purposes. What's the best way to achieve this join up two cal...
2006 Dec 29
0
PHP to call script
...nal 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 below this point to make this script work #-------------------------------------------------...