<div dir="ltr">Hello<br>I'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't call the flex client from other client (sip or flex clients). I've read the wiki over and over and used this instruction in my dial plan:<br><pre><action application="bridge" data="${rtmp_contact($${rtmp_profile}/${dialed_ext}@$${domain})}"/><br>
which I think it's wrong when I analysed the FS log I found it should be<br><action application="bridge" data="${rtmp_contact $${rtmp_profile}/${dialed_ext}@$${domain} }"/><br>i.e. with out ()<br>
<br>and I found that rtmp_profile is null<br><br>I don't know what to do.<br>pls help me and thanks in advance.<br>
</pre><br></div>