Displaying 2 results from an estimated 2 matches for "amiadmin".
Did you mean:
adadmin
2004 May 21
0
Error message when trying to do smbmount
Hi,
Up until a couple weeks ago, I had a working connection between my Linux
and Win2000 machines with Samba. But nowadays, whenever I type:
smbmount //amiadmin/Scan32 /mnt/scan -o credentials=/root/creds
where amiadmin is the Win2000 machine, I get the following error message:
INFO: Debug class all level = 1 (pid 28704 from pid 28704)
28704: session setup failed: ERRSRV - 2242
SMB connection failed
Any clarification of the error code and maybe a possi...
2010 Jun 13
0
Asterisk AMI
Hi All,
Been having problem using the AMI, i've got this PHP script:
$socket = fsockopen("1.2.3.4","5038", $errno, $errstr, $timeout);
fputs($socket, "Action: Login\r\n");
fputs($socket, "UserName: amiadmin\r\n");
fputs($socket, "Secret: amiadminpassword\r\n\r\n");
fputs($socket, "Action: Command\r\n");
fputs($socket, "Command: module reload chan_sip.so\r\n\r\n");
$wrets=fgets($socket,128);
fputs($socket, "Action: Command\r\n");
fputs($socket, "Comma...