Can you post your configurations and ngrep logs. <br>We use asterisk and ser for our calling application and dont have any issues. <br><br><br>-Jai <br><a href="http://www.bingotelecom.com">www.bingotelecom.com</a><br><br>
<br><br><br><div><span class="gmail_quote">On 7/17/07, <b class="gmail_sendername">inge</b> &lt;<a href="mailto:inge@legos.fr">inge@legos.fr</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Jai,<br><br>Thanks for your answer.<br><br>It seems to have something like a loop. When I do the call, SER loop<br>between him and Asterisk.<br><br>Maybe Asterisk doesn&#39;t match the call, or the loop is generate by SER.
<br><br>If somebody has experience in this kind of application :) I think it&#39;s<br>like a trunk.<br><br>Le mardi 17 juillet 2007 à 09:44 -0700, Jai Rangi a écrit :<br>&gt; If its an extension then asterisk must have the extension. Otherwise
<br>&gt; it will be treated like a did on asterisk, and in your dial plan you<br>&gt; can define something like this.<br>&gt;<br>&gt; exten =&gt; enum,hint,SIP/yourextensionhere<br>&gt;<br>&gt; This will ring yourextension when the call come for enum. Ofcourse you
<br>&gt; need to make sure that this is called in proper context.<br>&gt;<br>&gt; On ser you can check<br>&gt; if (uri=~&quot;^<a href="mailto:enum@dimain.tld">enum@dimain.tld</a>&quot;) {<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; rewritehost(&quot;asteriskip&quot;) ;&nbsp;&nbsp;//something like this. check the
<br>&gt; syntax.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;t_relay();<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&gt;&nbsp;&nbsp;};<br>&gt;<br>&gt; Hope this helps,<br>&gt;<br>&gt; On 7/17/07, inge &lt;<a href="mailto:inge@legos.fr">inge@legos.fr</a>&gt; wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hi all,
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Anyone know how can I transfer an incoming call from SER to an<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Asterisk ?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The sip uri wich comes from SER is like : <a href="mailto:sip:enum@domain.tld">sip:enum@domain.tld
</a><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; But on Asterisk enum will not be necessary the extension.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IT seems that with a single rewritehostport to Asterisk, it<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; doesn&#39;t run.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks for your support
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Adrien<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Serusers mailing list<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org
</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a><br>&gt;<br><br></blockquote></div><br>