[Freeswitch-users] Alias user mapping

Michael Collins msc at freeswitch.org
Thu Oct 15 11:13:33 PDT 2009


On Thu, Oct 15, 2009 at 7:10 AM, Jonathan Barou <jbarou at sqli.com> wrote:

> Thanks, now it's working, but in my user directory I have something like
> this :
>
>   <user id="john" number-alias="1368">
>
> and in my dialplan.xml I have to put the two entry for working :
>
> <condition field="destination_number" expression="^(toto|john|8400|1368)$">
>
> If I only put john, when I try to call the "1368" it's not working. Is it a
> normal way ?
>

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.

-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091015/33d55d94/attachment-0002.html 


More information about the FreeSWITCH-users mailing list