<br><br><div class="gmail_quote">On Thu, Oct 15, 2009 at 7:10 AM, Jonathan Barou <span dir="ltr"><<a href="mailto:jbarou@sqli.com">jbarou@sqli.com</a>></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'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);"> <user id="john" number-alias="1368"></span> </pre></span><div>and in my dialplan.xml I have to put the two entry for working :</div>
<div><br></div><div><div><condition field="destination_number" expression="^(toto|john|8400|1368)$"></div><div><br></div><div>If I only put john, when I try to call the "1368" it'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>