Cant connect to asterisk internal database [on hold]
- by Bilbo
Im trying to get a PHP script to connect to Asterisks internal mysql database.
I tried the to use the standard method for example
$con = mysqli_connect("192.168.1.126","root","mysql","asterisk");
However when I log into the asterisk server to access the mysql database all i need it to type "mysql" and im logged in.
Im wondering is it possible…