search for: ask_pd

Displaying 2 results from an estimated 2 matches for "ask_pd".

Did you mean: ask_id
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
...########################### $socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout); if (!$socket) { echo "$errstr ($errno)<br /\n"; } else { fputs($socket, "Action: Login\r\n"); fputs($socket, "UserName: $ask_us\r\n"); fputs($socket, "Secret: $ask_pd\r\n\r\n"); fputs($socket, "Action: Originate\r\n"); // Note I have tried both using the remote SIP user throught IAX2 and Originating the call using the Zap channel fputs($socket, "Channel: IAX2/askdaqe:a\$teri\$k@teenlighthouse/$user_ext@auto_answer\r\n"); ? //This...
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
...########################### $socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout); if (!$socket) { echo "$errstr ($errno)<br /\n"; } else { fputs($socket, "Action: Login\r\n"); fputs($socket, "UserName: $ask_us\r\n"); fputs($socket, "Secret: $ask_pd\r\n\r\n"); fputs($socket, "Action: Originate\r\n"); // Note I have tried both using the remote SIP user throught IAX2 and Originating the call using the Zap channel fputs($socket, "Channel: IAX2/askdaqe:a\$teri\$k@teenlighthouse/$user_ext@auto_answer\r\n"); ? //This...