<div class="gmail_extra"><div class="gmail_quote">On 18 June 2018 at 11:50, Adrian Georgescu <span dir="ltr"><<a href="mailto:ag@ag-projects.com" target="_blank">ag@ag-projects.com</a>></span> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div><div><span class="m_-5090189340925795498gmail-"><blockquote type="cite"><div>On 17 Jun 2018, at 13:31, Paul <<a href="mailto:xmppaulina@protonmail.com" target="_blank">xmppaulina@protonmail.com</a>> wrote:<br></div><div><br></div><div><div>What I wanted to achieve is that the users on my XMPP server can call an Asterisk server and receive calls from Asterisk.<br></div><div><br></div><div>XMPP client <---> <a href="http://example.net" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://example.net&source=gmail&ust=1529407184403000&usg=AFQjCNGcCgHerBVgkD9bPPOrFdKMHyqidw">example.net</a> (XMPP server) <---> <a href="http://gate.example.net" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://gate.example.net&source=gmail&ust=1529407184403000&usg=AFQjCNHIHn3ZQztTTjcpm4waPQCXw4sl3g">gate.example.net</a> (Sylkserver) <---> <a href="http://pbx.example.net" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://pbx.example.net&source=gmail&ust=1529407184404000&usg=AFQjCNFq5A6PH-Ww4QEF1bVpuAI3oh9rZQ">pbx.example.net</a> (Asterisk SIP)<br></div></div></blockquote><div><br></div></span><div>Yes, this is the main usage scenario for which the server was designed.<br></div></div></div></blockquote><div> <br></div><div>[...]<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div></div></blockquote><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><div><br></div><div>The SIP DNS records must point to the SIP server<br></div><div>The XMPP DNS records must point to SylkServer<br></div><div><br></div></div></div></blockquote></div><div><br></div></div><div class="gmail_extra">Like<br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="font-size:13px" class="size"><span style="font-family:monospace, monospace" class="font">_xmpp-server._<a href="http://tcp.pbx.example.net" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://tcp.pbx.example.net&source=gmail&ust=1529407184404000&usg=AFQjCNEhmda75RTJfBvRugMkt7b2AzznTg">tcp.pbx.example.net</a>. 1 IN SRV 1 1 5269 <a href="http://sylkserver.example.net" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://sylkserver.example.net&source=gmail&ust=1529407184404000&usg=AFQjCNHWAjxEbMDO92rYqwPZAOkJ11vnTw">sylkserver.example.net</a>.</span></span><br></div><div class="gmail_extra"><div class="gmail_extra"><span style="font-family:monospace, monospace" class="font"><span style="font-size:13px" class="size">_sip._<a href="http://udp.pbx.example.net" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://udp.pbx.example.net&source=gmail&ust=1529407184404000&usg=AFQjCNE101Yxuh-qIVjp8lIpsNNyg1Enyg">udp.pbx.example.net</a>.         1 IN SRV 1 1 5060 <a href="http://asterisk.example.net" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en-GB&q=http://asterisk.example.net&source=gmail&ust=1529407184404000&usg=AFQjCNFRMd1lH2Ravbr6Ut2HY1kyJNUkkA">asterisk.example.net</a>.</span></span><br></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">I guess in this scenario Asterisk (or some SIP proxy) would need to route requests for <a href="mailto:xmpp-user@example.net" target="_blank">xmpp-user@example.net</a> to Sylkserver (I'm more familiar with XMPP and not so much into SIP).<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I'm
 still unsure if or how client to client communication would work with 
third party clients (like <a href="mailto:user@thirdparty.example">user@thirdparty.example</a>). I have the 
impression that it only works between providers that both offer XMPP 
_and_ SIP on the same domain, which 99% do not.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div>