Hello g,
Friday, September 24, 2004, 2:20:17 PM, you wrote:
gbatf> Thanks Daniel,
gbatf> I don't really understand... gbatf> In which config file do I set the alias as a second ID ? gbatf> By the way, which alias are you talking about ? I thought the aliases were gbatf> the "names" of the server ?
gbatf> Gwen
You can set the second ID as alias.
Daniel
On 9/24/2004 12:22 PM, g.billoudet@arwen-tech.fr wrote:
Hello,
I will use X-Lite and some GrandStream SIP phone in my VoIP solution.
I know users can write URI to phone another user via X-Lite. But they can only use digits to phone via SIP phone.
Is it possible to have two phone IDs : an URI (such as an e-mail address) and a digit phone number ?
Thanks in advance
Gwen
To add new alias to existing endpoint use command:
serctl alias add <alias> <uri>
example (sectl alias add john 65498@yourserver )
Also you need to have this line in your ser.cfg:
lookup('aliases')
Hope this will help.