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 is to write a module that will use "get_all_ucontacts" function exported by usrloc module in its API.
no, there isn't such filter exported by usrloc. You need to write some c code if you want it.
If you save immediately in the database, then you can do an sql query over location table.
Alternative is to use htable to store such details.
Cheers, Daniel