Dear all<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I Am working on Voip projects asterisk,freeswitch and other opensource software. now i come on Openser community i have setup of openser and it is working fine with mysql base user authentication verything runing fine now i want to implement multi-domain support with openser but i am stuck in some problem i have read doc and implement configuation but there is some problem <br><br>My configure file<br><br>openser.cfg<br><br>fork=no<br>log_stderror=yes<br>port=5060<br>children=4<br>port=5060<br>children=4<br>fifo="/tmp/openser_fifo"<br>fifo_db_url="mysql://root:tulip786@localhost/openser"<br>loadmodule "/usr/lib/openser/modules/mysql.so"<br>loadmodule "/usr/lib/openser/modules/sl.so"<br>loadmodule "/usr/lib/openser/modules/tm.so"<br>loadmodule "/usr/lib/openser/modules/rr.so"<br>loadmodule "/usr/lib/openser/modules/maxfwd.so"<br>loadmodule
 "/usr/lib/openser/modules/usrloc.so"<br>loadmodule "/usr/lib/openser/modules/registrar.so"<br>loadmodule "/usr/lib/openser/modules/textops.so"<br>loadmodule "/usr/lib/openser/modules/xlog.so"<br>loadmodule "/usr/lib/openser/modules/auth.so"<br>loadmodule "/usr/lib/openser/modules/auth_db.so"<br>loadmodule "/usr/lib/openser/modules/uri_db.so"<br>loadmodule "/usr/lib/openser/modules/domain.so"<br>modparam("auth_db|uri_db|domain|usrloc", "db_url", "mysql://root:tulip786@localhost/openser")<br>modparam("usrloc", "db_mode", 2)<br>modparam("rr", "enable_full_lr", 1)<br>modparam("xlog", "buf_size", 8192)<br>route {<br>&nbsp; if (!mf_process_maxfwd_header("10")) {<br>&nbsp;&nbsp;&nbsp; sl_send_reply("483", "Too Many Hops");<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>&nbsp; if (msg:len &gt; max_len) {<br>&nbsp;&nbsp;&nbsp; sl_send_reply("513", "Message Overflow");<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>&nbsp; if (method!="REGISTER") {<br>&nbsp;&nbsp;&nbsp;
 record_route();<br>&nbsp; };<br>&nbsp; if (loose_route()) {<br>&nbsp;&nbsp;&nbsp; route(1);<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>if (!is_from_local()) {<br>&nbsp;&nbsp; sl_send_reply("403", "Unknown domain");<br>&nbsp;&nbsp; return;<br>};<br>&nbsp; if (method=="ACK") {<br>&nbsp;&nbsp;&nbsp; route(1);<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; } if (method=="INVITE") {<br>&nbsp;&nbsp;&nbsp; route(3);<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; } else&nbsp; if (method=="REGISTER") {<br>&nbsp;&nbsp;&nbsp; route(2);<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>&nbsp; lookup("aliases");<br>&nbsp; if (uri!=myself) {<br>&nbsp;&nbsp;&nbsp; route(1);<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>&nbsp; if (!lookup("location")) {<br>&nbsp;&nbsp;&nbsp; sl_send_reply("404", "User Not Found");<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>&nbsp; route(1);<br>}<br>route[1] {<br>&nbsp; if (!t_relay()) {<br>&nbsp;&nbsp;&nbsp; sl_reply_error();<br>&nbsp; };<br>}<br>route[2] {<br>&nbsp;
 sl_send_reply("100", "Trying");<br><br>&nbsp; if (!check_to()) {<br>&nbsp;&nbsp;&nbsp; sl_send_reply("401", "Unauthorized");<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>&nbsp; consume_credentials();<br>&nbsp; if (!save("location")) {<br>&nbsp;&nbsp;&nbsp; sl_reply_error();<br>&nbsp; };<br>}<br>route[3] {<br>&nbsp; consume_credentials();<br>&nbsp; lookup("aliases");<br>&nbsp; if (uri!=myself) {<br>&nbsp;&nbsp;&nbsp; route(1);<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>&nbsp; if (!lookup("location")) {<br>&nbsp;&nbsp;&nbsp; sl_send_reply("404", "User Not Found");<br>&nbsp;&nbsp;&nbsp; return;<br>&nbsp; };<br>&nbsp; route(1);<br>}<br><br>but this is not working for me ??<br><br>I have created domain in mysql domain tables <br><br>anyone have runing configuration of multidoamin support in openser<br><br>Satish Patel<br><br>http://linuxbug.org<br><p>&#32;__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam
 protection around <br>http://mail.yahoo.com