<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><span>Hi all,</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); 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: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0);
 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: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span>In Fs server, I have routed call in public.xml like:</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br></span></div><div style="background-color: transparent;">&lt;extension name="ROUTE"&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;condition
 field="destination_number" expression="(\d+)$" require-nested="true"&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field="network_addr" expression="^X\.X\.X\.X$" &nbsp;break="never"&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="set" data="hangup_after_bridge=true"/&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="export" data="sip_h_X-ROUTE=LOOKUP"/&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="bridge" data="user/${destination_number}@${domain_name}"/&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;anti-action application="set" data="hangup_after_bridge=true"/&gt;</div><div
 style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;anti-action application="export" data="sip_h_X-ROUTE=LOOKUP"/&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;anti-action application="bridge" data="sofia/internal/${destination_number}@X.X.X.X"/&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;</div><div style="background-color: transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;</div><div style="background-color: transparent;"><span></span></div><div style="background-color: transparent;">&nbsp; &nbsp; &lt;/extension&gt;</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">I have 2 client :</div><div style="font-family: 'times new
 roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">+ Xlite registered in Fs server</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">+ Eyebeam registered in asterisk server.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">Then I have tried some several case and get some results as:</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">+ when I make call from xlite to eyebeam , call connected and:</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new
 roman', 'new york', times, serif; font-size: 12pt;">&nbsp; &nbsp;- When i hangup from xlite, eyebeam keep connected and not hangup</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">&nbsp; &nbsp;- when I hangup from eyebeam, xlite keep connected and not hangup too.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">+Then, I have tried to make call from eyebeam to xlite, call connected and:</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">&nbsp; &nbsp; - I hangup call in xlite, eyebeam hangup.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">&nbsp; &nbsp; - I hangup call in eyebeam, xlite
 hangup.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">&nbsp;-----------------------&gt; only can hangup in this case.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">+ Then I have tried another case:</div><div style="font-family: 'times new roman', 'new york', 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: 'times new roman', 'new york', 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: 'times new roman', 'new york', times, serif; font-size: 12pt;">So, Hope some one can suggest some thing to fix it.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">Thanks,</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">&nbsp;</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">ThanhTruong</div></div></body></html>