<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:10pt"><div><span>HI <br></span></div><div><br><span></span></div><div><span>I think you should enable a dbaliase lookup as below</span></div><div><br><span></span></div><div>&nbsp;&nbsp;&nbsp; # apply DB based aliases (uncomment to enable)<br>&nbsp;&nbsp;&nbsp; alias_db_lookup("dbaliases");&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;-- uncomment this line<br></div><div><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 10pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Akib Sayyed &lt;akibsayyed@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> OpenSIPS users mailling list
 &lt;users@lists.opensips.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Friday, July 15, 2011 8:42 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [OpenSIPS-Users] aliasing in opensips not working<br></font><br><div id="yiv543760560">i am completely new to opensip<br>i am trying to add alias <br clear="all">it shows me when i execute&nbsp; following<br>[root@localhost akib]# opensipsctl alias_db list<br>database engine 'MYSQL' loaded<br>Control engine 'FIFO' loaded<br>
Dumping all aliases may take long: do you want to proceed? [Y<br>y<br>Dumping all aliases...<br><br>+----------------+---------------+----------+----------+<br>| alias_username | alias_domain&nbsp; | username | domain&nbsp;&nbsp; |<br>+----------------+---------------+----------+----------+<br>
| 100000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | 101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>| 10000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <a rel="nofollow" target="_blank" href="http://localhost.com">localhost.com</a> | 101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <a rel="nofollow" target="_blank" href="http://test.com">test.com</a> |<br>| 111&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <a rel="nofollow" target="_blank" href="http://test.com">test.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | 101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <a rel="nofollow" target="_blank" href="http://test.com">test.com</a> |<br>
+----------------+---------------+----------+----------+<br><br><br><br>but when i dial 111 it just dosent work it says call not found<br>here is my opensips.cfg<br><br>#<br># $Id: opensips.cfg 7027 2010-07-15 13:48:29Z razvancrainea $<br>
#<br># OpenSIPS basic configuration script<br>#&nbsp;&nbsp;&nbsp;&nbsp; by Anca Vamanu &lt;<a rel="nofollow" ymailto="mailto:anca@voice-system.ro" target="_blank" href="mailto:anca@voice-system.ro">anca@voice-system.ro</a>&gt;<br>#<br># Please refer to the Core CookBook at:<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a rel="nofollow" target="_blank" href="http://www.opensips.org/index.php?n=Resources.DocsCookbooks">http://www.opensips.org/index.php?n=Resources.DocsCookbooks</a><br>
# for a explanation of possible statements, functions and parameters.<br>#<br><br><br>####### Global Parameters #########<br><br>debug=3<br>log_stderror=no<br>log_facility=LOG_LOCAL0<br><br>fork=yes<br>children=4<br><br>/* uncomment the following lines to enable debugging */<br>
#debug=6<br>#fork=no<br>#log_stderror=yes<br><br>/* uncomment the next line to disable TCP (default on) */<br>#disable_tcp=yes<br><br>/* uncomment the next line to enable the auto temporary blacklisting of <br>&nbsp;&nbsp; not available destinations (default disabled) */<br>
#disable_dns_blacklist=no<br><br>/* uncomment the next line to enable IPv6 lookup after IPv4 dns <br>&nbsp;&nbsp; lookup failures (default disabled) */<br>#dns_try_ipv6=yes<br><br>/* uncomment the next line to disable the auto discovery of local aliases<br>
&nbsp;&nbsp; based on revers DNS on IPs (default on) */<br>#auto_aliases=no<br><br>/* uncomment the following lines to enable TLS support&nbsp; (default off) */<br>#disable_tls = no<br>#listen = tls:your_IP:5061<br>#tls_verify_server = 1<br>
#tls_verify_client = 1<br>#tls_require_client_certificate = 0<br>#tls_method = TLSv1<br>#tls_certificate = "/usr/local/etc/opensips/tls/user/user-cert.pem"<br>#tls_private_key = "/usr/local/etc/opensips/tls/user/user-privkey.pem"<br>
#tls_ca_list = "/usr/local/etc/opensips/tls/user/user-calist.pem"<br><br><br>port=5060<br><br>/* uncomment and configure the following line if you want opensips to <br>&nbsp;&nbsp; bind on a specific interface/port/proto (default bind on all available) */<br>
#listen=udp:<a rel="nofollow" target="_blank"  href="http://192.168.1.2:5060">192.168.1.2:5060</a><br><br><br>####### Modules Section ########<br><br>#set module path<br>mpath="/usr/local/lib/opensips/modules/"<br><br>/* uncomment next line for MySQL DB support */<br>
loadmodule "db_mysql.so"<br>loadmodule "signaling.so"<br>loadmodule "sl.so"<br>loadmodule "tm.so"<br>loadmodule "rr.so"<br>loadmodule "maxfwd.so"<br>loadmodule "usrloc.so"<br>
loadmodule "registrar.so"<br>loadmodule "textops.so"<br>loadmodule "mi_fifo.so"<br>loadmodule "uri.so"<br>loadmodule "acc.so"<br>loadmodule "dialog.so"<br>loadmodule "mi_xmlrpc.so"<br>
loadmodule "domain.so"<br>loadmodule "auth_db.so"<br>loadmodule "auth.so"<br>loadmodule "alias_db.so"<br>#loadmodule "auth_aaa.so"<br>/* uncomment next lines for MySQL based authentication support <br>
&nbsp;&nbsp; NOTE: a DB (like db_mysql) module must be also loaded */<br>#loadmodule "auth.so"<br>#loadmodule "auth_db.so"<br>/* uncomment next line for aliases support<br>&nbsp;&nbsp; NOTE: a DB (like db_mysql) module must be also loaded */<br>
#loadmodule "alias_db.so"<br>/* uncomment next line for multi-domain support<br>&nbsp;&nbsp; NOTE: a DB (like db_mysql) module must be also loaded<br>&nbsp;&nbsp; NOTE: be sure and enable multi-domain support in all used modules<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (see "multi-module params" section ) */<br>#loadmodule "domain.so"<br>/* uncomment the next two lines for presence server support<br>&nbsp;&nbsp; NOTE: a DB (like db_mysql) module must be also loaded */<br>
#loadmodule "presence.so"<br>#loadmodule "presence_xml.so"<br><br><br># ----------------- setting module-specific parameters ---------------<br><br>#=======================Dialog===================<br>
modparam("dialog", "enable_stats", 1)<br>modparam("dialog", "timeout_avp", "$avp(10)")<br>modparam("dialog", "default_timeout", 10111111)<br>modparam("dialog", "db_url", "mysql://opensips:opensipsrw@localhost/opensips")<br>
modparam("dialog", "db_mode", 1)<br>modparam("dialog", "table_name", "dialog")<br><br># ----- mi_fifo params -----<br>modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")<br>
<br><br># ----- rr params -----<br># add value to ;lr param to cope with most of the UAs<br>modparam("rr", "enable_full_lr", 1)<br># do not append from tag to the RR (no need for this script)<br>modparam("rr", "append_fromtag", 0)<br>
<br><br># ----- registrar params -----<br>/* uncomment the next line not to allow more than 10 contacts per AOR */<br>#modparam("registrar", "max_contacts", 10)<br><br><br># ----- usrloc params -----<br>
modparam("usrloc", "db_mode",&nbsp;&nbsp; 0)<br>/* uncomment the following lines if you want to enable DB persistency<br>&nbsp;&nbsp; for location entries */<br>#modparam("usrloc", "db_mode",&nbsp;&nbsp; 2)<br>#modparam("usrloc", "db_url",<br>
#&nbsp;&nbsp;&nbsp; "mysql://opensips:opensipsrw@localhost/opensips")<br><br><br># ----- uri params -----<br>modparam("uri", "use_uri_table", 0)<br><br><br># ----- acc params -----<br>/* what sepcial events should be accounted ? */<br>
modparam("acc", "early_media", 1)<br>modparam("acc", "report_ack", 1)<br>modparam("acc", "report_cancels", 1)<br>/* by default ww do not adjust the direct of the sequential requests.<br>
&nbsp;&nbsp; if you enable this parameter, be sure the enable "append_fromtag"<br>&nbsp;&nbsp; in "rr" module */<br>modparam("acc", "detect_direction", 0)<br>/* account triggers (flags) */<br>modparam("acc", "failed_transaction_flag", 3)<br>
modparam("acc", "log_flag", 1)<br>modparam("acc", "log_missed_flag", 2)<br>/* uncomment the following lines to enable DB accounting also */<br>modparam("acc", "db_flag", 1)<br>
modparam("acc", "db_missed_flag", 2)<br><br><br># ----- auth_db params -----<br>/* uncomment the following lines if you want to enable the DB based<br>&nbsp;&nbsp; authentication */<br>modparam("auth_db", "calculate_ha1", yes)<br>
modparam("auth_db", "password_column", "password")<br>modparam("auth_db", "db_url","mysql://opensips:opensipsrw@localhost/opensips")<br>modparam("auth_db", "load_credentials", "")<br>
<br><br># ----- alias_db params -----<br>/* uncomment the following lines if you want to enable the DB based<br>&nbsp;&nbsp; aliases */<br>modparam("alias_db", "db_url","mysql://opensips:opensipsrw@localhost/opensips")<br>
<br><br># ----- domain params -----<br>/* uncomment the following lines to enable multi-domain detection<br>&nbsp;&nbsp; support */<br>modparam("domain", "db_url","mysql://opensips:opensipsrw@localhost/opensips")<br>
modparam("domain", "db_mode", 1)&nbsp;&nbsp; # Use caching<br><br><br># ----- multi-module params -----<br>/* uncomment the following line if you want to enable multi-domain support<br>&nbsp;&nbsp; in the modules (dafault off) */<br>
#modparam("auth_db|usrloc|uri", "use_domain", 1)<br><br><br># ----- presence params -----<br>/* uncomment the following lines if you want to enable presence */<br>#modparam("presence|presence_xml", "db_url",<br>
#&nbsp;&nbsp;&nbsp; "mysql://opensips:opensipsrw@localhost/opensips")<br>#modparam("presence_xml", "force_active", 1)<br>#modparam("presence", "server_address", "sip:<a rel="nofollow" target="_blank"  href="http://192.168.1.2:5060">192.168.1.2:5060</a>")<br>
<br># ================ Xmlrpc params========================<br>modparam("mi_xmlrpc", "port", 8000)<br>####### Routing Logic ########<br><br><br># main request routing logic<br><br>route{<br>&nbsp;&nbsp;&nbsp; setflag(4);<br>
&nbsp;&nbsp;&nbsp; create_dialog();<br>&nbsp;&nbsp;&nbsp; if (!mf_process_maxfwd_header("10")) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("483","Too Many Hops");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; if (has_totag()) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # sequential request withing a dialog should<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # take the path determined by record-routing<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (loose_route()) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (is_method("BYE")) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; setflag(1); # do accounting ...<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; setflag(3); # ... even if the transaction fails<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } else if (is_method("INVITE")) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # even if in most of the cases is useless, do RR for<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # re-INVITEs alos, as some buggy clients do change route set<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # during the dialog.<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; record_route();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # route it out to whatever destination was set by loose_route()<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # in $du (destination URI).<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; route(1);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } else {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; /* uncomment the following lines if you want to enable presence */<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##if (is_method("SUBSCRIBE") &amp;&amp; $rd == "your.server.ip.address") {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; # in-dialog subscribe requests<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; route(2);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##}<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ( is_method("ACK") ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ( t_check_trans() ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # non loose-route, but stateful ACK; must be an ACK after <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # a 487 or e.g. 404 from upstream server<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t_relay();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } else {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # ACK without matching transaction -&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # ignore and discard<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("404","Not here");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; #initial requests<br><br>&nbsp;&nbsp;&nbsp; # CANCEL processing<br>&nbsp;&nbsp;&nbsp; if (is_method("CANCEL"))<br>
&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (t_check_trans())<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t_relay();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; t_check_trans();<br><br>&nbsp;&nbsp;&nbsp; # authenticate if from local subscriber (uncomment to enable auth)<br>&nbsp;&nbsp;&nbsp; # authenticate all initial non-REGISTER request that pretend to be<br>
&nbsp;&nbsp;&nbsp; # generated by local subscriber (domain from FROM URI is local)<br>&nbsp;&nbsp;&nbsp; ##if (!(method=="REGISTER") &amp;&amp; from_uri==myself) /*no multidomain version*/<br>&nbsp;&nbsp;&nbsp; if (!(method=="REGISTER") &amp;&amp; is_from_local())&nbsp; /*multidomain version*/<br>
&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!proxy_authorize("", "subscriber")) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; proxy_challenge("", "0");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!db_check_from()) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("403","Forbidden auth ID");<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; consume_credentials();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # caller authenticated<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; # preloaded route checking<br>&nbsp;&nbsp;&nbsp; if (loose_route()) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; xlog("L_ERR",<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Attempt to route with preloaded Route's [$fu/$tu/$ru/$ci]");<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!is_method("ACK"))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("403","Preload Route denied");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; # record routing<br>&nbsp;&nbsp;&nbsp; if (!is_method("REGISTER|MESSAGE"))<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; record_route();<br><br>&nbsp;&nbsp;&nbsp; # account only INVITEs<br>&nbsp;&nbsp;&nbsp; if (is_method("INVITE")) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; setflag(1); # do accounting<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; if (!uri==myself)<br>&nbsp;&nbsp;&nbsp; ## replace with following line if multi-domain support is used<br>
&nbsp;&nbsp;&nbsp; ##if (!is_uri_host_local())<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; append_hf("P-hint: outbound\r\n"); <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # if you have some interdomain connections via TLS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##if($rd=="<a rel="nofollow" target="_blank" href="http://tls_domain1.net">tls_domain1.net</a>") {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; t_relay("tls:<a rel="nofollow" target="_blank" href="http://domain1.net">domain1.net</a>");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##} else if($rd=="<a rel="nofollow" target="_blank" href="http://tls_domain2.net">tls_domain2.net</a>") {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; t_relay("tls:<a rel="nofollow" target="_blank" href="http://domain2.net">domain2.net</a>");<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ##}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; route(1);<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; # requests for my domain<br><br>&nbsp;&nbsp;&nbsp; ## uncomment this if you want to enable presence server <br>&nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp; and comment the next 'if' block<br>
&nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp; NOTE: uncomment also the definition of route[2] from&nbsp; below<br>&nbsp;&nbsp;&nbsp; ##if( is_method("PUBLISH|SUBSCRIBE"))<br>&nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; route(2);<br><br>&nbsp;&nbsp;&nbsp; if (is_method("PUBLISH"))<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("503", "Service Unavailable");<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; if (is_method("REGISTER"))<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # authenticate the REGISTER requests (uncomment to enable auth)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!www_authorize("", "subscriber"))<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; www_challenge("", "0");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!db_check_to()) <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("403","Forbidden auth ID");<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!save("location"))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_reply_error();<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; if ($rU==NULL) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # request with no Username in RURI<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("484","Address Incomplete");<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; # apply DB based aliases (uncomment to enable)<br>&nbsp;&nbsp;&nbsp; ##alias_db_lookup("dbaliases");<br><br>&nbsp;&nbsp;&nbsp; # do lookup with method filtering<br>&nbsp;&nbsp;&nbsp; if (!lookup("location","m")) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; switch ($retcode) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case -1:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case -3:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t_newtran();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t_reply("404", "Not Found");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case -2:<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_send_reply("405", "Method Not Allowed");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; # when routing via usrloc, log the missed calls also<br>&nbsp;&nbsp;&nbsp; setflag(2);<br><br>&nbsp;&nbsp;&nbsp; route(1);<br>
}<br><br><br>route[1] {<br>&nbsp;&nbsp;&nbsp; # for INVITEs enable some additional helper routes<br>&nbsp;&nbsp;&nbsp; if (is_method("INVITE")) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t_on_branch("2");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t_on_reply("2");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t_on_failure("1");<br>
&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; if (!t_relay()) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_reply_error();<br>&nbsp;&nbsp;&nbsp; };<br>&nbsp;&nbsp;&nbsp; exit;<br>}<br><br><br># Presence route<br>/* uncomment the whole following route for enabling presence<br>&nbsp;&nbsp; NOTE: do not forget to enable the call of this route from the main<br>
&nbsp;&nbsp;&nbsp;&nbsp; route */<br>##route[2]<br>##{<br>##&nbsp;&nbsp;&nbsp; if (!t_newtran())<br>##&nbsp;&nbsp;&nbsp; {<br>##&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sl_reply_error();<br>##&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>##&nbsp;&nbsp;&nbsp; };<br>##<br>##&nbsp;&nbsp;&nbsp; if(is_method("PUBLISH"))<br>##&nbsp;&nbsp;&nbsp; {<br>##&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; handle_publish();<br>
##&nbsp;&nbsp;&nbsp; }<br>##&nbsp;&nbsp;&nbsp; else<br>##&nbsp;&nbsp;&nbsp; if( is_method("SUBSCRIBE"))<br>##&nbsp;&nbsp;&nbsp; {<br>##&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; handle_subscribe();<br>##&nbsp;&nbsp;&nbsp; }<br>##<br>##&nbsp;&nbsp;&nbsp; exit;<br>##}<br><br><br>branch_route[2] {<br>&nbsp;&nbsp;&nbsp; xlog("new branch at $ru\n");<br>
}<br><br><br>onreply_route[2] {<br>&nbsp;&nbsp;&nbsp; xlog("incoming reply\n");<br>}<br><br><br>failure_route[1] {<br>&nbsp;&nbsp;&nbsp; if (t_was_cancelled()) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; # uncomment the following lines if you want to block client <br>
&nbsp;&nbsp;&nbsp; # redirect based on 3xx replies.<br>&nbsp;&nbsp;&nbsp; ##if (t_check_status("3[0-9][0-9]")) {<br>&nbsp;&nbsp;&nbsp; ##t_reply("404","Not found");<br>&nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; ##}<br><br>&nbsp;&nbsp;&nbsp; # uncomment the following lines if you want to redirect the failed <br>
&nbsp;&nbsp;&nbsp; # calls to a different new destination<br>&nbsp;&nbsp;&nbsp; ##if (t_check_status("486|408")) {<br>&nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; sethostport("<a rel="nofollow" target="_blank"  href="http://192.168.2.100:5060">192.168.2.100:5060</a>");<br>&nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; # do not set the missed call flag again<br>
&nbsp;&nbsp;&nbsp; ##&nbsp;&nbsp;&nbsp; t_relay();<br>&nbsp;&nbsp;&nbsp; ##}<br>}<br><br><br>-- <br>Akib Sayyed<br>Matrix-Shell<br><a rel="nofollow" ymailto="mailto:akibsayyed@gmail.com" target="_blank" href="mailto:akibsayyed@gmail.com">akibsayyed@gmail.com</a><br><a rel="nofollow" ymailto="mailto:akibsayyed@matrixshell.com" target="_blank" href="mailto:akibsayyed@matrixshell.com">akibsayyed@matrixshell.com</a><br>
Mob:- +91-966-514-2243<br><br><br>
</div><br>_______________________________________________<br>Users mailing list<br><a ymailto="mailto:Users@lists.opensips.org" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br><br><br></div></div></div></body></html>