Re: [SR-Users] is_subscriber function

2013-08-14 Thread Daniel W. Graham
Mierla Sent: Wednesday, August 14, 2013 5:36 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] is_subscriber function Hello, just to confirm my finding, is your load_credential parameter for auth_db module empty? If yes, try to set it to something like "id" f

Re: [SR-Users] is_subscriber function

2013-08-14 Thread Daniel-Constantin Mierla
Hello, just to confirm my finding, is your load_credential parameter for auth_db module empty? If yes, try to set it to something like "id" for a quick workaround (provided that you don't use $avp(id) anywhere). I will come up with a fix for this case in the near future. Cheers, Daniel On

Re: [SR-Users] is_subscriber function

2013-08-14 Thread Daniel-Constantin Mierla
Hello, thanks for troubleshooting further - it looks like an issue, I am going to check the sources. Cheers, Daniel On 8/14/13 8:55 PM, Daniel W. Graham wrote: Here is the debug output: Aug 14 14:47:36 SIP01 /usr/local/sbin/kamailio[30423]: INFO:

Re: [SR-Users] is_subscriber function

2013-08-14 Thread Daniel W. Graham
Here is the debug output: Aug 14 14:47:36 SIP01 /usr/local/sbin/kamailio[30423]: INFO:

[SR-Users] is_subscriber function

2013-08-14 Thread Daniel W. Graham
I am having an issue with the is_subscriber function provided by auth_db module. What I want to accomplish is: if the call is not to a local subscriber then route via LCR. If the call is to a local subscriber then route via LOCATION. My subscriber table is called sip_accounts and I am using mul