Displaying 7 results from an estimated 7 matches for "strchannel".
2006 Dec 29
0
PHP to call script
...ou're using AAH.
$strUser = "admin";
#specify the password for the above user
$strSecret = "amp111";
####-----This block is not used in this script----###
#specify the 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 calli...
2007 Jul 06
1
Asterisk Manager
...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, "Context: $strContext\r\n");...
2007 Jul 08
1
Asterisk Help
...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, "CallerId:
$strCallerId\r\n");
fputs($oSocket, "Context: $strContext\r\n");
fputs($oSocket, "Exten: $strExten\r\n");...
2011 Feb 13
1
Call Files, Variable passing
...Socket, "Action: login\r\n");
fputs($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: 3001\r\n");
fputs($oSocket, "Context: $strContext\r\n");
fputs($oSocket, "Priority: $strPriority\r\n&quo...
2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
...ult AAH AMP user; you shouldn't need to change, if
you're using AAH.
$strUser = "admin";
#specify the password for the above user
$strSecret = "amp111";
#specify the channel (extension) you 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...
2007 Jul 08
1
Early Media Handling
...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, "Context: $strContext\r\n");...
2007 Oct 13
0
Set up two PSTN calls and then join them
...d
be:
fputs($oSocket, "Action: login\r\n");
fputs($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");...