On Thu, Oct 15, 2009 at 7:10 AM, Jonathan Barou <[email protected]> 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
_______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
