Hello,
I have the same problem that here http://bugs.digium.com/view.php?id=3710
but with using a ser and an Asterisk.
There is a solution using ser to solve this problem ?
Thanks,
Thomas
Hi,
How do you fix the UA's contact when SER and UA are behind different NATs?
When I use nathelper, it changes the contact to the source ip and port of the
packet coming the NAT device...not UA's public IP and port. Currently, I have
2 SER boxes behind a load-balancing switch, and would like to get UA behind
another NAT working. THanks in advance.
Jack
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi,
I have installed SER on a machine and I have mysql DataBase elsewhere. I was
able to add new users to that DB using serctl and even chenge their group to
ld. All the new users created are able to register but when I check whether
they are in ld and can call out in ser.cfg it always tells that they have no
permission and not in ld. I think it is checking localhost DB for credentials
to call out but I am sure for registration it is checking DB on other machine.
I included there in my ser.cfg
modparam("usrloc", "db_url", "mysql://user:secret@othermachineip/ser")
modparam("auth_db", "db_url", "mysql://user:secret@othermachineip/ser")
modparam("acc", "db_url", "mysql://user:secret@othermachineip/ser")
Please tell me what more should I include for making it point to DB on other
machine even for checking credentials for calling out.
Thanks,
Manoj.
Hi!
I've installed using the new debian installer from Dan - looks nice. But
I have one question: If core dumps are enabled, openser will runs as
user root. Is this really necessary? Wouldn't it be sufficient to start
as user openser, but change the core dump directory to /tmp ?
regards
klaus
Hi,
I would like to know if there´s a way to give "inteligence" to a sip
proxy (SER) of recognizing that 2 or more clients are requesting for the
same service (audio or video) and redirect the client´s call to another
proxy (multicast pheraps) without closing their session previosly
estabilished, aplying the model offer/answer [RFC 3264] if necessary.
Thanks.