If its an extension then asterisk must have the extension. Otherwise it
will be treated like a did on asterisk, and in your dial plan you can
define something like this.<br><br>exten =&gt; enum,hint,SIP/yourextensionhere
<br><br>This will ring yourextension when the call come for enum. Ofcourse you need to make sure that this is called in proper context. <br><br>On ser you can check <br>if (uri=~&quot;^<a href="mailto:enum@dimain.tld" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
enum@dimain.tld
</a>&quot;) {<br><br>&nbsp;&nbsp;&nbsp; rewritehost(&quot;asteriskip&quot;) ;&nbsp; //something like this. check the syntax. <br>&nbsp;&nbsp; t_relay();<br>&nbsp;&nbsp;&nbsp; break;<br>&nbsp;};<br><br>Hope this helps,<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 all,<br><br>
Anyone know how can I transfer an incoming call from SER to an<br>Asterisk ?<br><br>The sip uri wich comes from SER is like : <a href="mailto:sip:enum@domain.tld">sip:enum@domain.tld</a><br><br>But on Asterisk enum will not be necessary the extension.
<br><br>IT seems that with a single rewritehostport to Asterisk, it doesn&#39;t run.<br><br>Thanks for your support<br><br>Adrien<br><br>_______________________________________________<br>Serusers mailing list<br><a href="mailto:Serusers@lists.iptel.org">
Serusers@lists.iptel.org</a><br><a href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a><br></blockquote></div><br>