<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello all,<br><br>Any body knows how to adjust the rtmp?<br><br>When i try to place a call and give 1000@serverip, I can see the call in fs_cli. However, it says <br><br>freeswitch@internal&gt; 2012-02-07 19:01:32.972040 [DEBUG] rtmp.c:869 [chunk_stream=3 type=0x14 ts=12247591 stream_id=0x0] len=58<br>2012-02-07 19:01:32.972040 [DEBUG] rtmp.c:170 [amfnumber=3] Got INVOKE for makeCall<br>2012-02-07 19:01:32.972040 [WARNING] rtmp_sig.c:296 Unauthorized call to sip:1000@serverip.com, client is not logged in.<br><br>How can i make the client log in?<br>I have the following in the autoconfig/rtmp.conf.xml. <br><br><br>&lt;configuration name="rtmp.conf" description="RTMP Endpoint"&gt;<br>&nbsp; &lt;profiles&gt;<br>&nbsp;&nbsp;&nbsp; &lt;profile name="default"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;settings&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp; &lt;param name="bind-address" value="0.0.0.0:1935" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="context" value="sipinterface_1" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="dialplan" value="XML" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!-- If this is set to true, no unauthenticated inbound calls will be allowed --&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="auth-calls" value="false" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!-- How much time should the clients buffer the media stream (miliseconds) --&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="buffer-len" value="50" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!-- Sets the maximum size of outbound RTMP chunks --&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp; &lt;param name="chunksize" value="512" /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/settings&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/profile&gt;<br>&nbsp; &lt;/profiles&gt;<br>&lt;/configuration&gt;<br><br>any help is appreciated<br><br>thank you<br><br>regards,<br>Sherif Omran<br><br><br></td></tr></table>