<div dir="ltr"><div dir="ltr"><div>Hi folks, </div><div><br></div><div>I am facing a weird issue. can anyone help me please?</div><div><br></div><div>opensips 2.2.2 with the below config. Trying to register my sip provider trunk on our opensips.</div><div><br></div><div>loadmodule "uac_registrant.so"<br>modparam("uac_registrant", "hash_size", 2)<br>modparam("uac_registrant", "timer_interval", 120)<br>modparam("uac_registrant", "db_url", "mysql://mydbuser:pass@databasename/mydb")<br>modparam("uac_registrant", "table_name", "registrant")<br>modparam("uac_registrant", "username_column", "username")<br>modparam("uac_registrant", "password_column", "password")<br>modparam("uac_registrant", "expiry_column", "expiry")<br>modparam("uac_registrant", "aor_column", "aor")<br>modparam("uac_registrant", "proxy_column", "proxy")</div><div><br>Here is the table structure.<br>| id | registrar | proxy   | aor | third_party_registrant | username | password| binding_URI | binding_params | expiry | forced_socket </div><div>When i reload: opensipsctl fifo reg_reload</div><div>Feb 18 20:39:56 sbc1 /usr/sbin/opensips[14223]: DBG:db_mysql:db_mysql_str2val: converting INT [180]<br>Feb 18 20:39:56 sbc1 /usr/sbin/opensips[14223]: INFO:uac_registrant:load_reg_info_from_db: loading [1] records from db<br>Feb 18 20:39:56 sbc1 /usr/sbin/opensips[14223]: ERROR:core:parse_uri: bad uri, state 0 parsed: <test01> (4) / <<a href="http://test0102-p01.mytestprovider.com">test0102-p01.mytestprovider.com</a>> (22)<br>Feb 18 20:39:56 sbc1 /usr/sbin/opensips[14223]: ERROR:uac_registrant:load_reg_info_from_db: cannot parse registrar uri [<a href="http://test0102-p01.mytestprovider.com">test0102-p01.mytestprovider.com</a>]</div><div><br></div><div><br></div><div>Regards,</div><div>Jehanzaib</div></div></div>