<div dir="ltr">i have installed FS in public.And configured profile as follows:<br><br><profile name="doublenat"><br> <settings><br> <param name="debug" value="0"/><br>
<param name="sip-trace" value="no"/><br> <param name="rfc2833-pt" value="101"/><br> <param name="sip-port" value="6000"/><br> <param name="dialplan" value="XML"/><br>
<param name="context" value="public"/><br> <param name="dtmf-duration" value="100"/><br> <param name="codec-prefs" value="$${outbound_codec_prefs}"/><br>
<param name="use-rtp-timer" value="true"/><br> <param name="hold-music" value="$${hold_music}"/><br> <param name="rtp-timer-name" value="soft"/><br>
<param name="manage-presence" value="false"/><br> <param name="aggressive-nat-detection" value="true"/><br> <param name="apply-nat-acl" value="rfc1918"/><br>
<param name="inbound-codec-negotiation" value="generous"/><br> <param name="nonce-ttl" value="60"/><br> <param name="auth-calls" value="true"/><br>
<param name="rtp-timeout-sec" value="1800"/><br> <param name="rtp-ip" value="$${local_ip_v4}"/><br> <param name="sip-ip" value="$${local_ip_v4}"/><br>
<param name="ext-rtp-ip" value="$${external_rtp_ip}"/><br> <param name="ext-sip-ip" value="$${external_sip_ip}"/><br> <param name="force-register-domain" value="$${domain}"/><br>
<param name="rtp-timeout-sec" value="300"/><br> <param name="rtp-hold-timeout-sec" value="1800"/><br> </settings><br> </profile><br><br>my dialplan is like this :<br>
<extension name="echo test"><br> <condition field="destination_number" expression="999"><br> <action application="answer" /><br> <action application="echo"/><br>
</condition><br> </extension><br> <br> <br> <extension name="curl_test"><br> <condition field="destination_number" expression="(.*)"><br>
<action application="set" data="proxy_media=true"/><br> <action application="bridge" data="sofia/internal/$1%$${domain}" /><br> <action application="hangup" /><br>
</condition><br> </extension><br><br><br>I have called from my pc to another pc with X-Lite. I can not hear voice from any end. i have dialed 999 for echo test.that also not working.<br><br>any help will be appreciatable.<br>
<br><br>-- <br>Regards <br>---------- <br>M Emran<br>InSpiration Software Ltd.<br><br>Web: <a href="http://www.inspiresoftbd.com">www.inspiresoftbd.com</a><br>
</div>