[Freeswitch-users] dialing a alphanumeric user

Adolfo Delorenzo adolfo at delorenzo.mobi
Thu Sep 16 16:14:00 PDT 2010


Hello,

I am trying to call an alphanumeric user, for example john at domain.com and it
doesn't work. I get a [NO_ROUTE_DESTINATION] error message. It only works if
I add the number-alias option and dial the numeric extension.

My user extension config (without number-alias) as follows:

<include>
  <user id="john">
    <params>
      <param name="password" value="1234"/>
      <param name="vm-password" value="1234"/>
    </params>
    <variables>
      <variable name="toll_allow" value=""/>
      <variable name="accountcode" value="john"/>
      <variable name="user_context" value="default"/>
      <variable name="effective_caller_id_name" value="John Doe"/>
    </variables>
  </user>
</include>

What am I doing wrong?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100916/c07256c1/attachment.html 


More information about the FreeSWITCH-users mailing list