<div dir="ltr">Hello<br>I&#39;m new to freeswitch. and have some problem in using rtmp.<br>I compiled the mod_rtmp ,installed and configured it.<br>and configured the flex client so I can make calls from the flex client to the demo IVR or other sip client.<br>

the problem is that I can&#39;t call the flex client from other client (sip or flex clients). I&#39;ve read the wiki over and over and used this instruction in my dial plan:<br><pre>&lt;action application=&quot;bridge&quot; data=&quot;${rtmp_contact($${rtmp_profile}/${dialed_ext}@$${domain})}&quot;/&gt;<br>

which I think it&#39;s wrong when I analysed the FS log I found it should be<br>&lt;action application=&quot;bridge&quot; data=&quot;${rtmp_contact $${rtmp_profile}/${dialed_ext}@$${domain} }&quot;/&gt;<br>i.e. with out ()<br>
<br>and I found that rtmp_profile is null<br><br>I don&#39;t know what to do.<br>pls help me and thanks in advance.<br>
</pre><br></div>