search for: ast_clav

Displaying 1 result from an estimated 1 matches for "ast_clav".

Did you mean: asm_clac
2011 Aug 01
1
Problems with AMI connections (Asterisk 1.8.3.2)
...eneral] enabled = yes port = 5038 bindaddr = 0.0.0.0 webenabled = no [mark] secret = mysecret permit=0.0.0.0/255.255.255.0 read = system,call,log,verbose,command,agent,user,originate write = system,call,log,verbose,command,agent,user,originate *This is my code in PHP*: <?php function ast_claves(){ $socket = fsockopen('192.168.25.18','5038',$errno,$errstr,10); fwrite($socket,"Action: Login\r\n"); fwrite($socket,"UserName: mark\r\n"); fwrite($socket,"Secret: mysecret\r\n\r\n");...