Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-09-03 Thread Daniel-Constantin Mierla
Just pushed a patch for mi commands (a10d8b133edef697ec3bd40e5babd76dc881b2cb). Reopen if the issue is still there. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-137487745___ sr-dev m

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-09-03 Thread Daniel-Constantin Mierla
Closed #264. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#event-400211529___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-31 Thread 00Asgaroth00
Hi, I can confirm that the "kamcmd ul.lookup " command does work with this patch, I also tried the curl xmlrpc equivilent call to ul.lookup and it also works now. Just to re-iterate, the kamctl ul show does not work at the moment. Thanks for you time looking into this so far. --- Reply to t

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-31 Thread 00Asgaroth00
ok, i'll give kamcmd a go shortly --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-136305157___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-31 Thread Daniel-Constantin Mierla
Could be the same code, I haven't had the time to look at mi commands. However, you can test the rpc command without xmlrpc, simply running the equivalent kamcmd -- don't know it by hard for 'ul show', might be 'ul.show', see 'kamcmd help'. --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-31 Thread 00Asgaroth00
Hi, I did some tests this morning and I still get the "404 AOR not found message" using the "kamctl ul show " command, I have not tested the xml-rpc command yet, but I believe they make the same call right? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamail

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-26 Thread 00Asgaroth00
I'll try test those patches against 4.3.1 and get back to you in the next day or two, thanks for the patches. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-135040884___ sr-dev mailing

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-26 Thread Daniel-Constantin Mierla
Can you test with master or by backporting the patches 06e36989b2c5332b3ca377ec8098d8f2d953a5b6 , acf0432cafdaa4b464f1069996e46d54ab0c22e4 , e319a22f80d425f39611857fddc1e948e76ebe87 ? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecom

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-25 Thread 00Asgaroth00
Thanks for the update, I'd be happy to test the patch when you have it available. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-134563430___ sr-dev mailing list sr-dev@lists.sip-route

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-24 Thread Daniel-Constantin Mierla
Hello, thanks for reminding, they are really useful, especially in holidays season. A short update: somehow made my mind on how to fix it, by propagating the case_sensitive from registrar to the core, and check it from there in usrloc module. My concern is that other places might need this (e.g

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-08-24 Thread 00Asgaroth00
Hi, Just a freindly 'bump' to remind you of this issue, please let me know if you need me to provide any more info on this one. Thanks --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-134130870___

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-07-28 Thread 00Asgaroth00
Thanks for looking in to it, let me know if you need any more info from me. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-125500901___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-07-28 Thread Daniel-Constantin Mierla
The issue is caused by case_sensitive=1, which is in registrar module but the mi/rpc command is in usrloc module. I will try to find a solution for it. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-125495465

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-07-28 Thread 00Asgaroth00
Sure, here they are: ``` modparam("registrar", "method_filtering", 1) modparam("registrar", "case_sensitive",1) modparam("registrar", "append_branches", 0) modparam("registrar", "use_path", 1) modparam("registrar", "path_mode", 0) modparam("registrar", "path_use_received",

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-07-27 Thread Daniel-Constantin Mierla
Can you share the parameters for registrar and usrloc modules? db_url is not important, so you can skip that one. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-125325037___ sr-dev mai

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-07-27 Thread 00Asgaroth00
It always happens, there are a couple subscriber names that I query that respond back with a 404 Not Found. I will send on an example directly to you as I dont want to expose valid usernames. Hopefully that may show the issue in a little more detail. --- Reply to this email directly or view it

Re: [sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-07-27 Thread Daniel-Constantin Mierla
Does this happen always? Any other pattern/detail? E.g., the second entry is not show... --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/264#issuecomment-125214319___ sr-dev mailing list sr-dev@lists.si

[sr-dev] [kamailio] kamctl ul show/xmlrpc ul.lookup not find valid AOR (Kamailio v4.3.1) (#264)

2015-07-24 Thread 00Asgaroth00
For some registered users the kamctl ul show subscriber@domain does not find the AOR, however in a full listing it shows up, the ul.lookup rpc method has the same issue. Kamailio version is 4.3.1 For example, here is a full listing: ``` Domain:: location table=1024 records=4 max_slot=1