Hi, ALL:
I have an username '1011' on my subscriber table and I want my 1011 can map to a name 'charles' for alias on my aliases table.
all subscribers and aliases are the same domain.
But I use lookup("aliases"), and I have a record on aliases table.
------------------------------------------------------------------------------------------------- username domain contact ------------------------------------------------------------------------------------------------- 1011 sip.company.com charles@sip.company.com -------------------------------------------------------------------------------------------------
I dial to 1011 from another UAC and register on the same ser sip proxy. It works fine. But I dial to charles. It failed.
Does anybody know what it happen and how to solve it?
Hi, Charles
Maybe the mail from Edgardo O. Gonzales II below can slove your probelm!! I tried it and it's work, and the contact column in my aliases table looks like "sip:username@domain". ######################################################## create an account after that assign an alias to the email address used in creating an account
for example
serctl add <username> <password> <email address> serctl alias add <number> sip:<email address>
serctl add test 123456 test@domain.com serctl alias add 8888 sip:test@domain.com
after that you may now login using test as login name and 123456 as password. Once your registered, your friends can dial 8888 as your voip ext number.
its better if you will use mysql or radiator for authentication.
thanks, ed
----- Original Message ----- From: "Charles Wang" lazy.charles@gmail.com To: serusers@lists.iptel.org Sent: Wednesday, April 27, 2005 1:50 PM Subject: [Serusers] HELP: lookup("aliases")
Hi, ALL:
I have an username '1011' on my subscriber table and I want my 1011 can map to a name 'charles' for alias on my aliases table.
all subscribers and aliases are the same domain.
But I use lookup("aliases"), and I have a record on aliases table.
-----------------------
username domain contact
-----------------------
1011 sip.company.com charles@sip.company.com
-----------------------
I dial to 1011 from another UAC and register on the same ser sip proxy. It works fine. But I dial to charles. It failed.
Does anybody know what it happen and how to solve it?
--
Best Regards Charles
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thank you very much, nilus.
But it is very stange that I can use serctl to add alias well. I can make a call from another UACs to charles( in fact, it is equal to 1011 username).
But I can not find any record at my aliases table. Can you tell me how to do it?
On 4/27/05, Nilus nilus@babuzu.com wrote:
Hi, Charles
Maybe the mail from Edgardo O. Gonzales II below can slove your probelm!! I tried it and it's work, and the contact column in my aliases table looks like "sip:username@domain". ######################################################## create an account after that assign an alias to the email address used in creating an account
for example
serctl add <username> <password> <email address> serctl alias add <number> sip:<email address>
serctl add test 123456 test@domain.com serctl alias add 8888 sip:test@domain.com
after that you may now login using test as login name and 123456 as password. Once your registered, your friends can dial 8888 as your voip ext number.
its better if you will use mysql or radiator for authentication.
thanks, ed
----- Original Message ----- From: "Charles Wang" lazy.charles@gmail.com To: serusers@lists.iptel.org Sent: Wednesday, April 27, 2005 1:50 PM Subject: [Serusers] HELP: lookup("aliases")
Hi, ALL:
I have an username '1011' on my subscriber table and I want my 1011 can map to a name 'charles' for alias on my aliases table.
all subscribers and aliases are the same domain.
But I use lookup("aliases"), and I have a record on aliases table.
username domain contact
1011 sip.company.com charles@sip.company.com
I dial to 1011 from another UAC and register on the same ser sip proxy. It works fine. But I dial to charles. It failed.
Does anybody know what it happen and how to solve it?
--
Best Regards Charles
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi!
Did you check you db if table alias exist and if there is a value.
thanks, ed
At 02:52 PM 4/27/2005, Charles Wang wrote:
Thank you very much, nilus.
But it is very stange that I can use serctl to add alias well. I can make a call from another UACs to charles( in fact, it is equal to 1011 username).
But I can not find any record at my aliases table. Can you tell me how to do it?
On 4/27/05, Nilus nilus@babuzu.com wrote:
Hi, Charles
Maybe the mail from Edgardo O. Gonzales II below can slove your probelm!! I tried it and it's work, and the contact column in my aliases table looks like "sip:username@domain". ######################################################## create an account after that assign an alias to the email address used in creating an account
for example
serctl add <username> <password> <email address> serctl alias add <number> sip:<email address>
serctl add test 123456 test@domain.com serctl alias add 8888 sip:test@domain.com
after that you may now login using test as login name and 123456 as password. Once your registered, your friends can dial 8888 as your voip ext number.
its better if you will use mysql or radiator for authentication.
thanks, ed
----- Original Message ----- From: "Charles Wang" lazy.charles@gmail.com To: serusers@lists.iptel.org Sent: Wednesday, April 27, 2005 1:50 PM Subject: [Serusers] HELP: lookup("aliases")
Hi, ALL:
I have an username '1011' on my subscriber table and I want my 1011 can map to a name 'charles' for alias on my aliases table.
all subscribers and aliases are the same domain.
But I use lookup("aliases"), and I have a record on aliases table.
username domain contact
1011 sip.company.com charles@sip.company.com
I dial to 1011 from another UAC and register on the same ser sip proxy. It works fine. But I dial to charles. It failed.
Does anybody know what it happen and how to solve it?
--
Best Regards Charles
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi, charles
I saw you have a record on aliases table, so I can't understand why you said you can't find any record on your aliases table.
From you aliases record "1011", it means that you have a user "charles" in
your subscriber table and you set an alias "1011" to charles. The username column in aliases table is different from the username column in subscriber table.
----- Original Message ----- From: "Charles Wang" lazy.charles@gmail.com To: "Nilus" nilus@babuzu.com; serusers@lists.iptel.org Sent: Wednesday, April 27, 2005 2:52 PM Subject: Re: [Serusers] HELP: lookup("aliases")
Thank you very much, nilus.
But it is very stange that I can use serctl to add alias well. I can make a call from another UACs to charles( in fact, it is equal to 1011 username).
But I can not find any record at my aliases table. Can you tell me how to
do it?
On 4/27/05, Nilus nilus@babuzu.com wrote:
Hi, Charles
Maybe the mail from Edgardo O. Gonzales II below can slove your
probelm!!
I tried it and it's work, and the contact column in my aliases table
looks
like "sip:username@domain". ######################################################## create an account after that assign an alias to the email address used
in
creating an account
for example
serctl add <username> <password> <email address> serctl alias add <number> sip:<email address>
serctl add test 123456 test@domain.com serctl alias add 8888 sip:test@domain.com
after that you may now login using test as login name and 123456 as password. Once your registered, your friends can dial 8888 as your voip ext number.
its better if you will use mysql or radiator for authentication.
thanks, ed
----- Original Message ----- From: "Charles Wang" lazy.charles@gmail.com To: serusers@lists.iptel.org Sent: Wednesday, April 27, 2005 1:50 PM Subject: [Serusers] HELP: lookup("aliases")
Hi, ALL:
I have an username '1011' on my subscriber table and I want my 1011 can map to a name 'charles' for alias on my aliases table.
all subscribers and aliases are the same domain.
But I use lookup("aliases"), and I have a record on aliases table.
username domain contact
1011 sip.company.com charles@sip.company.com
I dial to 1011 from another UAC and register on the same ser sip
proxy.
It works fine. But I dial to charles. It failed.
Does anybody know what it happen and how to solve it?
--
Best Regards Charles
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
Thank you, Nilus.
Do you know me? That is just some strange condiction on my ser. After the moment, it works fine. Thank you for your help.
On 4/27/05, Nilus nilus@babuzu.com wrote:
Hi, charles
I saw you have a record on aliases table, so I can't understand why you said you can't find any record on your aliases table. From you aliases record "1011", it means that you have a user "charles" in your subscriber table and you set an alias "1011" to charles. The username column in aliases table is different from the username column in subscriber table.
----- Original Message ----- From: "Charles Wang" lazy.charles@gmail.com To: "Nilus" nilus@babuzu.com; serusers@lists.iptel.org Sent: Wednesday, April 27, 2005 2:52 PM Subject: Re: [Serusers] HELP: lookup("aliases")
Thank you very much, nilus.
But it is very stange that I can use serctl to add alias well. I can make a call from another UACs to charles( in fact, it is equal to 1011 username).
But I can not find any record at my aliases table. Can you tell me how to
do it?
On 4/27/05, Nilus nilus@babuzu.com wrote:
Hi, Charles
Maybe the mail from Edgardo O. Gonzales II below can slove your
probelm!!
I tried it and it's work, and the contact column in my aliases table
looks
like "sip:username@domain". ######################################################## create an account after that assign an alias to the email address used
in
creating an account
for example
serctl add <username> <password> <email address> serctl alias add <number> sip:<email address>
serctl add test 123456 test@domain.com serctl alias add 8888 sip:test@domain.com
after that you may now login using test as login name and 123456 as password. Once your registered, your friends can dial 8888 as your voip ext number.
its better if you will use mysql or radiator for authentication.
thanks, ed
----- Original Message ----- From: "Charles Wang" lazy.charles@gmail.com To: serusers@lists.iptel.org Sent: Wednesday, April 27, 2005 1:50 PM Subject: [Serusers] HELP: lookup("aliases")
Hi, ALL:
I have an username '1011' on my subscriber table and I want my 1011 can map to a name 'charles' for alias on my aliases table.
all subscribers and aliases are the same domain.
But I use lookup("aliases"), and I have a record on aliases table.
username domain contact
1011 sip.company.com charles@sip.company.com
I dial to 1011 from another UAC and register on the same ser sip
proxy.
It works fine. But I dial to charles. It failed.
Does anybody know what it happen and how to solve it?
--
Best Regards Charles
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
Hi
In your debug logs, can you see alias lookup happening, if so what is it returning.
Iqbal
Charles Wang wrote:
Hi, ALL:
I have an username '1011' on my subscriber table and I want my 1011 can map to a name 'charles' for alias on my aliases table.
all subscribers and aliases are the same domain.
But I use lookup("aliases"), and I have a record on aliases table.
username domain contact
1011 sip.company.com charles@sip.company.com
I dial to 1011 from another UAC and register on the same ser sip proxy. It works fine. But I dial to charles. It failed.
Does anybody know what it happen and how to solve it?