You might wanna change your dialplan to something like this:<br><div><br>&lt;action application=&quot;bridge&quot; data=&quot;{
ignore_early_media=true }sofia/gateway/${default_gateway}/${dialed_number}&quot;/&gt; <br>That&#39;s How I;ve done it, no wonder I use LUA but the dial-string is exactly as below. <br><br></div><div>I think there is a difference if you do it like above, It will set the ignore_early_media on the B-leg session and  not on A-leg.</div>
<div><br></div><div>This a snippet from the FS-1.6 book: <b>page:186</b></div><div><br></div><div><div>&quot;Curly brackets are used &quot;globally&quot; for the duration of a call. Take the following example where we are bridging a call to Darren&#39;s cell phone, 203-829-3150. We</div>
<div>only want to ring the phone for 20 seconds, to avoid hitting voicemail.</div><div><br></div><div>&lt;application action=&quot;bridge&quot; data=&quot;{call_timeout=20}sofia/my_provider/2038293150&quot;&gt;</div><div>
<br></div><div><i>The variable in brackets is utilized on the newly setup channel, sofia/my_provider/2038293150.</i>&quot;</div><div><br></div><div><br></div>Regards,</div><div>Sammy</div><div><br></div><div><br><div class="gmail_quote">
On Wed, Aug 1, 2012 at 8:00 PM, Evgeniy Movlyan <span dir="ltr">&lt;<a href="mailto:evgeniy@bestnet.kharkov.ua" target="_blank">evgeniy@bestnet.kharkov.ua</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It did not work for me, i got the same message.<br>
My outbond extension:<br>
<br>
&lt;extension name=&quot;AUTH_rad&quot;&gt;<br>
  &lt;condition field=&quot;${toll_allow}&quot; expression=&quot;international&quot;/&gt;<br>
   &lt;condition field=&quot;${AUTH_RESULT_RADIUS}&quot; expression=&quot;^NOK$&quot;<br>
break=&quot;on-true&quot;&gt;<br>
    &lt;action application=&quot;lua&quot; data=&quot;callfailed.lua ${caller_id_number}&quot;/&gt;<br>
   &lt;/condition&gt;<br>
   &lt;condition field=&quot;${AUTH_RESULT_RADIUS}&quot; expression=&quot;^OK$&quot;&gt;<br>
    &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_number=${outbound_caller_id_number}&quot;/&gt;<br>
    &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_name=${outbound_caller_id_name}&quot;/&gt;<br>
    &lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;<br>
    &lt;action application=&quot;bridge&quot;<br>
data=&quot;sofia/gateway/${default_gateway}/${dialed_number}&quot;/&gt;<br>
   &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
<br>
31.07.2012 11:06, SamyGo пишет:<br>
<div class="HOEnZb"><div class="h5">&gt; Hi,<br>
&gt; Well its works perfect for me, do you guys have ignore_early_media set in<br>
&gt; your outbound string, if no then set it and then see what happens.<br>
&gt; On Jul 31, 2012 12:50 PM, &quot;Evgeniy Movlyan&quot;&lt;<a href="mailto:evgeniy@bestnet.kharkov.ua">evgeniy@bestnet.kharkov.ua</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;&gt; I have the same problem. When i am calling from one my extension to<br>
&gt;&gt; another all is ok, but when i am calling to external number i got this<br>
&gt;&gt; message: &quot;mod_nibblebill.c:465 Not billing XXXXXXXXXX - call is not in<br>
&gt;&gt; answered state&quot;.<br>
&gt;&gt;<br>
&gt;&gt; 31.07.2012 10:35, virendra bhati пишет:<br>
&gt;&gt;&gt; mod_nibblebill.c:465 Not billing<br>
&gt;&gt;&gt; 97183008 - call is not in answered state<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Evgeniy Movlyan,<br>
&gt;&gt; BestNet Ltd.<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; Join Us At ClueCon - Aug 7-9, 2012<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; Join Us At ClueCon - Aug 7-9, 2012<br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
--<br>
Evgeniy Movlyan,<br>
BestNet Ltd.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>