<html><body>
<p><font size="2" face="sans-serif">Dear Kamailio experts,</font><br>
<br>
<font size="2" face="sans-serif">I would like to able to register one kamailio (localuser) in another another kamailio (remoteuser) when the jitsi sip </font><br>
<font size="2" face="sans-serif">account "localuser@localdomain" is online. Using the UAC module for remote registration the uacreg table's l_username and </font><br>
<font size="2" face="sans-serif">l_domain attributes are set to refer to the local kamailio while the r_username and r_domain attributes refer to the remote </font><br>
<font size="2" face="sans-serif">kamailio. I  would appreciate your advice on the missing piece of the puzzle.</font><br>
<br>
<font size="2" face="sans-serif">Following is my configuration of the "local" kamailio. The "remote" kamailio.cfg is unchanged.</font><br>
<br>
<font size="2" face="sans-serif">/etc/kamailio/kamailio.cfg</font><br>
<br>
<font size="2" face="sans-serif">loadmodule "db_text.so"</font><br>
<font size="2" face="sans-serif">loadmodule "uac.so"</font><br>
<br>
<font size="2" face="sans-serif">modparam("uac", "reg_timer_interval", 30)</font><br>
<font size="2" face="sans-serif">modparam("uac", "reg_retry_interval", 60)</font><br>
<font size="2" face="sans-serif">modparam("uac", "reg_contact_addr","xx.xx.xx.xx:5060")</font><tt><font size="3"><br>
</font></tt><font size="2" face="sans-serif">modparam("uac", "reg_db_table", "uacreg")</font><br>
<font size="2" face="sans-serif">modparam("uac", "reg_db_url", "text:///etc/kamailio/dbtext")</font><br>
<br>
<br>
<font size="2" face="sans-serif">/etc/kamailio/dbtext/uacreg</font><br>
<br>
<font size="2" face="sans-serif">l_uuid(string) l_username(string) l_domain(string) r_username(string) r_domain(string) realm(string) auth_username(string) </font><br>
<font size="2" face="sans-serif">auth_password(string) auth_proxy(string) expires(int) flags(int) reg_delay(int)</font><br>
<font size="2" face="sans-serif">11111111:localuser:localdomain:remoteuser:remotedomain:remoteuser::::360:4:30</font><br>
<br>
<font size="2" face="sans-serif"><br>
Thanks<br>
Hildah</font><br>
</body></html>