<div dir="ltr">Hey List,<div><br></div><div>Here's my current conundrum:</div><div>I have opensips running with textdb pointed at /usr/local/etc/opensips/dbtext. I've enabled the uac_registrant module and pointed it at the same directory (though it should be noted that this was done manually, as it wouldn't use the default for some reason). </div>
<div><br></div><div>I've put a registrant into the db:<br><div>sudo opensipsctl db show registrant</div><div>[1, 'sip:<a href="http://sip.DOMAIN.com">sip.DOMAIN.com</a>', '', '<a href="mailto:sip%3ANAME@sip.DOMAIN.com">sip:NAME@sip.DOMAIN.com</a>', '', 'NAME', 'PASSWORD', 'sip:opensips@localhost', '', 600, '']</div>
</div><div><br></div><div>However, the uac_registrant module doesn't seem to read this:</div><div><div>sudo opensipsctl fifo reg_reload</div></div><div><div>May 31 01:20:27 ip-172-31-27-53 /usr/sbin/opensips[6034]: INFO:uac_registrant:load_reg_info_from_db: loading [0] records from db</div>
</div><div><br></div><div>This is actually confirmed by actually going through the textdb itself, there's nothing in the registrant table!</div><div><div>cat dbtext/registrant </div><div>id(int,auto) registrar(string) proxy(string,null) aor(string) third_party_registrant(string,null) username(string,null) password(string,null) binding_URI(string) binding_params(string,null) expiry(int,null) forced_socket(string,null) </div>
</div><div><br></div><div>What's going on here? I've double checked that they are reading from the same db, and they should be, unless there's another one somewhere that's outside of configuration? The log seems to think it's fine:</div>
<div>May 30 22:00:28 ip-172-31-27-53 /usr/sbin/opensips[6033]: INFO:db_text:dbt_init: using database at: /usr/local/etc/opensips/dbtext<br></div><div><br></div><div>Any suggestions/directions would be appreciated. </div>
<div>
<br></div><div><br></div><div><br></div><div><br></div></div>