Re: [SR-Users] Locate UA in usrloc table

2012-10-03 Thread Daniel-Constantin Mierla
Hello, On 9/28/12 1:09 PM, Vitaliy Aleksandrov wrote: Hi all. Is there any easy method to find if somebody with $si:$sp is registered (usrloc->received.ip == $si, usrloc->received.port == $sp) ? reg_fetch_contacts uses uri as search key, but in my case I don't have it. The only way I know i

[SR-Users] Locate UA in usrloc table

2012-09-28 Thread Vitaliy Aleksandrov
Hi all. Is there any easy method to find if somebody with $si:$sp is registered (usrloc->received.ip == $si, usrloc->received.port == $sp) ? reg_fetch_contacts uses uri as search key, but in my case I don't have it. The only way I know is to write a module that will use "get_all_ucontacts" fu