<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;"><extension name="ROUTE"></div><div style="background-color: transparent;"> <condition
field="destination_number" expression="(\d+)$" require-nested="true"></div><div style="background-color: transparent;"> <condition field="network_addr" expression="^X\.X\.X\.X$" break="never"></div><div style="background-color: transparent;"> <action application="set" data="hangup_after_bridge=true"/></div><div style="background-color: transparent;"> <action application="export" data="sip_h_X-ROUTE=LOOKUP"/></div><div style="background-color: transparent;"> <action application="bridge" data="user/${destination_number}@${domain_name}"/></div><div style="background-color: transparent;"> <anti-action application="set" data="hangup_after_bridge=true"/></div><div
style="background-color: transparent;"> <anti-action application="export" data="sip_h_X-ROUTE=LOOKUP"/></div><div style="background-color: transparent;"> <anti-action application="bridge" data="sofia/internal/${destination_number}@X.X.X.X"/></div><div style="background-color: transparent;"> </condition></div><div style="background-color: transparent;"> </condition></div><div style="background-color: transparent;"><span></span></div><div style="background-color: transparent;"> </extension></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;"> - 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;"> - 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;"> - I hangup call in xlite, eyebeam hangup.</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> - 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;"> -----------------------> 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;"> </div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">ThanhTruong</div></div></body></html>