hi,
I m trying to add my-sql support to my SER. i install SER with .deb package. I uncommented the lines regarding my-sql.so module.... now when i try to start server it's giving error like "bad configuration file" can anybody halp me in this regard?
thnx mukesh
--------------------------------- We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list.
Mukesh, For any one to help you, they need to see your configuration file and more detailed information on the error. Usually you get the line number with this error. Its impossible to guess what/where is the problem.
-Jai
On 6/11/07, Mukesh Prajapati mbprajapati@yahoo.com wrote:
hi,
I m trying to add my-sql support to my SER. i install SER with .deb package. I uncommented the lines regarding my-sql.so module.... now when i try to start server it's giving error like "bad configuration file" can anybody halp me in this regard?
thnx mukesh
We won't tell. Get more on shows you hate to lovehttp://us.rd.yahoo.com/evt=49980/*http://tv.yahoo.com/collections/265%0A (and love to hate): Yahoo! TV's Guilty Pleasures list.http://us.rd.yahoo.com/evt=49980/*http://tv.yahoo.com/collections/265%0A
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi All,
How can i solve the issue of ACK and BYE being sent to private IP? i'm behind a DSL modem/router (siemens speedstream), when i register to the SIP server, the SIP server does not think that i'm behind a NAT. because on my config:
if (method=="REGISTER") { if (nat_uac_test("19")) { xlog("L_INFO","%fu behind NAT"); fix_nated_register() xlog("L_INFO","%fu NATTED REGISTER FIXED"); force_rport() xlog("L_INFO","%fu rport forced"); }; xlog("L_INFO","%fu trying to register"); if (!www_authorize("mydomain.com", "subscriber")) { www_challenge("mydomain.com", "0"); break; }; xlog("L_INFO","%fu registered"); save("location"); break; };
i don't see on my log messages, the message if nat_uac_test returns true, i tried changing it to 23 then 31 and still nat_uac_test returns false. also i'm seeing that c IN= is already the public IP, but why is it that ACK and BYE are still sending it to the private IP?
TIA
Nhadie
The port in Contact is used and fix_nated_contact was not correctly done on the INVITE. g-)
Nhadie Ramos wrote:
Hi All,
How can i solve the issue of ACK and BYE being sent to private IP? i'm behind a DSL modem/router (siemens speedstream), when i register to the SIP server, the SIP server does not think that i'm behind a NAT. because on my config:
if (method=="REGISTER") { if (nat_uac_test("19")) { xlog("L_INFO","%fu behind NAT"); fix_nated_register() xlog("L_INFO","%fu
NATTED REGISTER FIXED"); force_rport() xlog("L_INFO","%fu rport forced"); }; xlog("L_INFO","%fu trying to register"); if (!www_authorize("mydomain.com", "subscriber")) { www_challenge("mydomain.com", "0"); break; }; xlog("L_INFO","%fu registered"); save("location"); break; };
i don't see on my log messages, the message if nat_uac_test returns true, i tried changing it to 23 then 31 and still nat_uac_test returns false. also i'm seeing that c IN= is already the public IP, but why is it that ACK and BYE are still sending it to the private IP?
TIA
Nhadie
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers