search for: ask_phone

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

Did you mean: add_phone
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
...auto_answer\r\n"); ? //This connects to a remote SIP user fputs($socket, "Context: askdaqe\r\n"); fputs($socket, "Exten: 100\r\n"); fputs($socket, "Priority: 1\r\n"); fputs($socket, "Variable: UID=$uid|USER_EXT=$user_ext|COMPANY=teenlighthouse|USER_PHONE=$ask_phone \r\n"); fputs($socket, "Callerid: DAQE Dialer\r\n\r\n"); // DAQE is the name of my CRM fclose($socket);u fputs($socket, "Action: Logoff\r\n\r\n"); while (!feof($socket)) { $content = fread($socket, 8192); echo $content."<br\n"; } fclose($socket); Here is...
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
...auto_answer\r\n"); ? //This connects to a remote SIP user fputs($socket, "Context: askdaqe\r\n"); fputs($socket, "Exten: 100\r\n"); fputs($socket, "Priority: 1\r\n"); fputs($socket, "Variable: UID=$uid|USER_EXT=$user_ext|COMPANY=teenlighthouse|USER_PHONE=$ask_phone \r\n"); fputs($socket, "Callerid: DAQE Dialer\r\n\r\n"); // DAQE is the name of my CRM fclose($socket);u fputs($socket, "Action: Logoff\r\n\r\n"); while (!feof($socket)) { $content = fread($socket, 8192); echo $content."<br\n"; } fclose($socket); Here is...