Lilin Clearwater stores registration bindings in memcached, not Cassandra. We use our own replication algorithm to ensure that each binding is stored on multiple memcached instances for redundancy (assuming you are running a clustered system). Have a look at the sprout section of https://github.com/Metaswitch/clearwater-docs/wiki/Troubleshooting-and-Recovery for some information on querying memcached.
Mike -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Lilin Sent: 12 December 2014 15:33 To: [email protected] Subject: [Clearwater] Where is it stored - <SIP URI>mapped to <IP, UDP port> Hello, I wonder if anyone has the same curiosity. Since Alice calls Bob using the SIP URI, bob@ims_domain, and finally Alice sends the RTP to Bob's IP directly, then there must be somewhere the mapping information is stored: the mapping between bob@ims_domain and the IP and UDP port # of Bob. So I checked the cassandra DB on HSS, ran cqlsh and looked at two tables most likely to contain the IP/UDP info in my opinion, but : 1. the entries in homstead_cache:impu don't seem to have the IP/UDP information, rather it has the subscription information and ccf, ecf information of the user. 2. the entries in homestead_provisioning: service_profiles have the field "irs" filled with a hash-like value, not sure if it is encoded IP/UDP information. please advise. Regards, Lilin _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
