On Sep 22, 2004 at 13:34, Java Rockx <javarockx(a)yahoo.com> wrote:
Hello all.
I'm using ser from the CVS head branch. When my ser.cfg calls
lookup("aliases")
nothing seems to be returned.
I have a real user named "1000" which works since I can originate and recieve
calls.
I need to alias this because I need this user to receive calls from the PSTN.
I have used serctl to create an alias with the following command:
serctl add 2025551234 sip:1000@mycompany.com
serctl alias add ....
I also verified that this new alias is in the mysql database ser.aliases table
What
does serctl alias show 2025551234(a)mycompany.com say?
Now I make a call from a land line to 2025551234 and I use ngrep on my sip
proxy to monitor port 5060. I see that a 404 is always returned after the
statement
How does the uri look? Is it 2025551234(a)mycompany.com? If not are you
re-writing it from your config?
Andrei