Displaying 1 result from an estimated 1 matches for "clickncall".
Did you mean:
click2call
2009 Dec 18
2
To Asterisk AMI Gurus - Tacking issue with originate
...ome syntax
problem.
/etc/asterisk/extensions_custom.conf
*[testphp]
exten => _X.,1,Answer()
exten => _X.,n,Dial(SIP/testTrunk/${EXTEN})
exten => _X.,n,Hangup()*
*
*
*
*
*
*****************************************************************************************************
*
/var/www/html/clickncall/index.php
<html>
<head>
<title>ClicknCall</title>
</head>
<body><br><br>
<div align="center">
<?php
$sys_ip = "127.0.0.1";
$User_str = "testphp";
$Secret_str = "testphp";
if ($_POST['x']) {
$...