I want to know is there any indirect method to extract information from location table that is kept by Usrloc module ?? I want to know about the username and domain name of users from Location Table on arrival of INVITE packet. How can it be done ?
-- View this message in context: http://sip-router.1086192.n5.nabble.com/How-to-extract-information-from-loca... Sent from the Users mailing list archive at Nabble.com.
Hello,
On 27/06/14 07:16, aawaise wrote:
I want to know is there any indirect method to extract information from location table that is kept by Usrloc module ?? I want to know about the username and domain name of users from Location Table on arrival of INVITE packet. How can it be done ?
check reg_fetch_contacts() function:
- http://kamailio.org/docs/modules/stable/modules/registrar.html#idp2002576
Cheers, Daniel