search for: strcontext

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

Did you mean: st_context
2007 Jul 06
1
Asterisk Manager
...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"); fputs($oSocket, "Priority: $strPriority\r\n\r\n"); fputs($oSocket, "Action: Logoff\r\n\r\n"); when call gets answered i...
2007 Jul 08
1
Asterisk Help
...fputs($oSocket, "Action: Originate\r\n"); fputs($oSocket, "Channel: $strChannel\r\n"); 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 -----------...
2011 Feb 13
1
Call Files, Variable passing
...ot;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"); fputs($oSocket, "RetryTime: $strRetryTime\r\n"); fputs($oSocket, "SetVar: DIAL1=$number1\r\n"); fputs($oSocket, "SetVar: DIAL2...
2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
...ou want to receive the call requests with #e.g. SIP/XXX, IAX2/XXXX, ZAP/XXXX, etc $strChannel = "Local/15555555555@outrt-001-telasip"; #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 = &...
2007 Jul 08
1
Early Media Handling
...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"); fputs($oSocket, "Priority: $strPriority\r\n\r\n"); Please help thanks arun -------------- next part -------------- An HTML attachment was scrubbed... URL: htt...
2007 Oct 13
0
Set up two PSTN calls and then join them
...ocket, "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"); 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....
2006 Dec 29
0
PHP to call script
...channel (extension) you want to receive the call requests with #e.g. SIP/XXX, IAX2/XXXX, ZAP/XXXX, etc #$strChannel = "IAX2/XXXXXX"; #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"; ####---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 o...