<div dir="ltr">If it&#39;s not a development related question it should go to the users list. A question regarding help to build your own module in C would be a development related question, this is not.<div><br></div><div>
Please post to users list instead, you will get lots of more attention in there.</div><div><br></div><div>/Peter</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/19 ThanhTruong <span dir="ltr">&lt;<a href="mailto:ngoc217thanh@yahoo.com" target="_blank">ngoc217thanh@yahoo.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><span>Hi all,</span></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">
<span><br></span></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><span>That is not a basic problem. </span></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">
<span><br></span></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><span>Because FS and Asterisk server not in NAT. I can call direct when
 register all softphone to asterisk server.</span></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><span><br></span></div>
<div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><span>Thanks,</span></div><div></div><div> </div><div>ThanhTruong</div><div><br>
</div>  <div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"> <div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"> <div dir="ltr"> <hr size="1">
  <font face="Arial"> <b><span style="font-weight:bold">From:</span></b> Michael Jerris &lt;<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>&gt;<br> <b><span style="font-weight:bold">To:</span></b> <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a> <br>
 <b><span style="font-weight:bold">Sent:</span></b> Monday, August 19, 2013 8:36 PM<br> <b><span style="font-weight:bold">Subject:</span></b> Re: [Freeswitch-dev] Freeswitch signaling issue when bridge call        from FS to asterisk server.<br>
 </font> </div> <div><br>
<div><div>seems like a freeswitch-users question to me.<div><br><div><div>On Aug 19, 2013, at 6:53 AM, ThanhTruong &lt;<a rel="nofollow" href="mailto:ngoc217thanh@yahoo.com" target="_blank">ngoc217thanh@yahoo.com</a>&gt; wrote:</div>
<br><blockquote type="cite"><div><div style="font-size:12pt;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
<span>Hi all,</span></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:16px;background-color:transparent;font-style:normal"><span><br></span></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:16px;background-color:transparent;font-style:normal">
<span>I have a small issue with my testing system with
 asterisk and FS server.</span></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:16px;background-color:transparent;font-style:normal"><span><br></span></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:16px;background-color:transparent;font-style:normal">
<span>I have 2 servers. One is Fs and one is asterisk server. I open incoming call from asterisk server(for all call coming).</span></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:16px;background-color:transparent;font-style:normal">
<span><br></span></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:16px;background-color:transparent;font-style:normal"><span>In Fs server, I have routed call in public.xml like:</span></div>
<div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:16px;background-color:transparent;font-style:normal"><span><br></span></div><div style="background-color:transparent">&lt;extension name=&quot;ROUTE&quot;&gt;</div>
<div style="background-color:transparent">        &lt;condition
 field=&quot;destination_number&quot; expression=&quot;(\d+)$&quot; require-nested=&quot;true&quot;&gt;</div><div style="background-color:transparent">            &lt;condition field=&quot;network_addr&quot; expression=&quot;^X\.X\.X\.X$&quot;  break=&quot;never&quot;&gt;</div>
<div style="background-color:transparent">                &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div><div style="background-color:transparent">                &lt;action application=&quot;export&quot; data=&quot;sip_h_X-ROUTE=LOOKUP&quot;/&gt;</div>
<div style="background-color:transparent">                &lt;action application=&quot;bridge&quot; data=&quot;user/${destination_number}@${domain_name}&quot;/&gt;</div><div style="background-color:transparent">                &lt;anti-action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div>
<div style="background-color:transparent">                &lt;anti-action application=&quot;export&quot; data=&quot;sip_h_X-ROUTE=LOOKUP&quot;/&gt;</div><div style="background-color:transparent">                &lt;anti-action application=&quot;bridge&quot; data=&quot;sofia/internal/${destination_number}@X.X.X.X&quot;/&gt;</div>
<div style="background-color:transparent">            &lt;/condition&gt;</div><div style="background-color:transparent">        &lt;/condition&gt;</div><div style="background-color:transparent"><span></span></div><div style="background-color:transparent">
    &lt;/extension&gt;</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"><br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
I have 2 client :</div><div><br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">+ Xlite registered in Fs server</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
+ Eyebeam registered in asterisk server.</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"><br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
Then I have tried some several case and get some results as:</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"><br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
+ when I make call from xlite to eyebeam , call connected and:</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"><br></div><div>   - When i hangup from xlite, eyebeam keep connected and not hangup</div>
<div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">   - when I hangup from eyebeam, xlite keep connected and not hangup too.</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
<br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">+Then, I have tried to make call from eyebeam to xlite, call connected and:</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
<br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">    - I hangup call in xlite, eyebeam hangup.</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
    - I hangup call in eyebeam, xlite
 hangup.</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"><br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"> -----------------------&gt; only can hangup in this case.</div>
<div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"><br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
+ Then I have tried another case:</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">I have call from eyebeam to xlite and vise versace : call auto hangup after 30 seconds.</div>
<div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">I have thought that is NAT issue, But If I register direct xlite and eyebeam to asterisk server, call will ok,
 and there is not any issue there.</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">So, Hope some one can suggest some thing to fix it.</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">
<br></div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">Thanks,</div><div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt"> </div>
<div style="font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif;font-size:12pt">ThanhTruong</div></div></div>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br>
<a rel="nofollow" href="mailto:consulting@freeswitch.org" target="_blank">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>FreeSWITCH-dev mailing list<br><a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div></div></div><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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>FreeSWITCH-dev mailing list<br><a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<br><br></div> </div> </div>  </div></div><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>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>