Re: [SR-Users] How does one populate the dbaliases table and how do we initiate a reload.

2018-05-04 Thread KamDev Essa
I fugured out the issue. "Alias" is the ext and not the other way around. Works perfectly now. Thanks for the help. KD On Thursday, May 3, 2018, 5:43:03 PM EDT, KamDev Essa wrote: I added alias and user via SQL insert (actual data changed for privacy) insert kamailio.dbaliases(alias_u

Re: [SR-Users] How does one populate the dbaliases table and how do we initiate a reload.

2018-05-03 Thread KamDev Essa
I added alias and user via SQL insert (actual data changed for privacy) insert kamailio.dbaliases(alias_username,alias_domain, username , domain) values('12345678901','123.123.123.123','202','justanother.domain.net'); On the SIPOUT route I have intentionally called alias_db_lookup("dbaliases");

Re: [SR-Users] How does one populate the dbaliases table and how do we initiate a reload.

2018-05-03 Thread Alex Balashov
You populate the table by... using SQL, I suppose. This module does no in-memory caching, so table changes have immediate effect and no reload is required. On May 3, 2018 1:56:11 PM EDT, KamDev Essa wrote: >How do I add entries into the dbaliases table and how do I reload >without restating Ka

[SR-Users] How does one populate the dbaliases table and how do we initiate a reload.

2018-05-03 Thread KamDev Essa
How do I add entries into the dbaliases table and how do I reload without restating Kamailio. KD___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users