AFAIK you need to use different actions for each command.,
sending  3 commands in the same action wont work. I have no
problems to issue commands, originates etc.<br><br><div><span class="gmail_quote">On 12/28/05, <b class="gmail_sendername">Code Lover</b> &lt;<a href="mailto:lateef.np@gmail.com">lateef.np@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br><br>I have a small problem to execute Asterisk Commands in Asterisk<br>Manager using PHP.
<br>I am able to run all Asterisk Manager command but the problem is<br>comming with asterisk command.<br><br>here is the code i am trying to run.<br><br>&lt;?php<br> $socket = fsockopen(&quot;localhost&quot;,&quot;5038&quot;, $errno, $errstr, $timeout);
<br> fputs($socket, &quot;Action: Login\r\n&quot;);<br> fputs($socket, &quot;UserName: 1212\r\n&quot;);<br> fputs($socket, &quot;Secret: 1212\r\n\r\n&quot;);<br> fputs($socket, &quot;Action: Command\r\n&quot;);<br> fputs($socket, &quot;Command: reload\r\n\r\n&quot;); #Working well
<br> fputs($socket, &quot;Command: show channels\r\n\r\n&quot;); #Not working Working well<br> fputs($socket, &quot;Command: 'show channels'\r\n\r\n&quot;); #Not working Working well<br> $wrets=fgets($socket,128);<br><br>
?&gt;<br><br><br><br>If you see in my code when i am calling only &quot;reload&quot; command working<br>but when i am trying to call piar command it is just prompting :<br>== Manager '1212' logged off from localhost<br><br>
without showing channels<br><br>Please advice me to solve this problem.<br>--<br>Thank You,<br>Code Lover<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br><br clear="all"><br>-- <br>&quot;Su nombre es GNU/Linux, no solamente Linux, mas info en <a href="http://www.gnu.org">http://www.gnu.org</a>&quot;