<DIV>wau thank you it works!! but,</DIV>
<DIV>&nbsp;</DIV>
<DIV>first it says that e loop is detected, </DIV>
<DIV>&nbsp;</DIV>
<DIV>and secondary what must I do to hand over the new working&nbsp;channel to my x-lite to use it???</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>DENGENS&nbsp;<BR><BR><B><I>Dana Olson &lt;rickaster@gmail.com&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">On 4/27/05, Guy Boehm <DENDENGENS@YAHOO.DE>wrote:<BR>&gt; Hello,<BR>&gt; <BR>&gt; I want to call a peer over the Asterisk Manager with this php-script:<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <PRE><BR>&gt; <?<br>&gt; $socket = fsockopen("192.168.204.44","5038", $errno, $errstr, <BR>&gt; $timeout);<BR>&gt; fputs($socket, "Action: Login\r\n");<BR>&gt; fputs($socket, "UserName: test\r\n");<BR>&gt; fputs($socket, "Secret: test\r\n\r\n");<BR>&gt; //fputs($socket, "Action: ListCommands\r\n\r\n");<BR>&gt; <BR>&gt; fputs($socket, "Action: Originate\r\n");<BR>&gt; fputs($socket, "Channel: 6159bfb47b9\r\n\r\n");<BR>&gt; fputs($socket, "Exten: 1009\r\n\r\n");<BR>&gt; fputs($socket, "Context: test\r\n\r\n");<BR>&gt; fputs($socket, "Priority: 1\r\n\r\n");<BR>&gt; <BR>&gt; <BR>&gt; fputs($socket, "Action: Logoff\r\n\r\n");<BR>&gt; while (!feof($socket)) {<BR>&gt; $wrets .= fread($socket,
 8192);<BR>&gt; }<BR>&gt; fclose($socket);<BR>&gt; echo &lt;&lt;<ASTERISKMANAGEREND<BR>&gt; ASTERISK MANAGER OUTPUT:<BR>&gt; $wrets<BR>&gt; ASTERISKMANAGEREND;<BR>&gt; ?&gt;<BR>&gt; </PRE><BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; I got this resulat: <BR>&gt; <BR>&gt; ASTERISK MANAGER OUTPUT:<BR>Asterisk Call Manager/1.0<BR>Response:<BR>&gt; Success<BR>Message: Authentication accepted<BR><BR>Response: Error<BR>Message: Invalid<BR>&gt; channel<BR><BR><BR>Response: Error<BR>Message: Missing action in request<BR><BR>Response:<BR>&gt; Error<BR>Message: Missing action in request<BR><BR>Response: Error<BR>Message: Missing<BR>&gt; action in request<BR><BR>Response: Goodbye<BR>Message: Thanks for all the fish.<BR><BR>I<BR>&gt; tried many diffrent SIP/Channels but nothing works<BR>&gt; <BR>&gt; THX<BR><BR><BR><BR><BR><BR>On top of what Richard mentioned, you have too many \r\n in the<BR>Originate action parameters. Only the final one should have two sets,<BR>the others hould have only
 one.<BR>--<BR>Dana<BR>_______________________________________________<BR>Asterisk-Users mailing list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To UNSUBSCRIBE or update options visit:<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR></BLOCKQUOTE><p>
                <hr size=1>Gesendet von <a href="http://de.mail.yahoo.com" target=_new>Yahoo! Mail</a> - Jetzt mit 250MB kostenlosem Speicher