Hi Bogdan,

Thanks for spending time on this.

I do not have complete understanding of this but is this what I need to do
in dispatcher config:

 if (has_totag()) { 
    if (loose_route()) { 
                forward(); 
#       t_relay(); 
                exit;
} 
  if(method=="SUBSCRIBE") 
        { 
             record_route(); 
        }
        if ( !ds_select_dst("1", "4") ) { 
                send_reply("500","Unable to route"); 
                exit; 
        } 
                forward(); 
#       t_relay();

I have also posted my earlier config file in the earlier reply where I
didn't had the to_tag check.


Thanks,
Surya





--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Public-IP-dispatcher-and-private-ip-presence-servers-tp7604684p7604716.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to