<br><br><div class="gmail_quote">On Thu, Oct 15, 2009 at 7:10 AM, Jonathan Barou <span dir="ltr">&lt;<a href="mailto:jbarou@sqli.com">jbarou@sqli.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks, now it&#39;s working, but in my user directory I have something like this :<div><br></div><div><span style="font-family: sans-serif; font-size: 13px; line-height: 19px;"><pre style="border: 1px dashed rgb(47, 111, 171); padding: 1em; color: black; background-color: rgb(249, 249, 249); line-height: 1.1em;">
 <span style="background-color: rgb(230, 236, 249);"> &lt;user id=&quot;john&quot; number-alias=&quot;1368&quot;&gt;</span> </pre></span><div>and in my dialplan.xml I have to put the two entry for working :</div>
<div><br></div><div><div>&lt;condition field=&quot;destination_number&quot; expression=&quot;^(toto|john|8400|1368)$&quot;&gt;</div><div><br></div><div>If I only put john, when I try to call the &quot;1368&quot; it&#39;s not working. Is it a normal way ?</div>
</div></div></blockquote><div><br>Correct. The number-alias in the directory has no relation to the destination_number matching in the dialplan. The destination_number match will match whatever the person physically dialed on the telephone, so leave the 1368 in there.<br>
<br>-MC<br></div></div><br>