Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: ramanjs on November 21, 2011, 08:12:30 AM
-
We need to know what DB on genesys would store the IP addresses associated with sip registrations or x-lite extensions. We have searched on the tenant DB and not found this info so i suspect it's on the config DB.
We need to know what table or DB stores a list of IP addresses associated with sip registrations or x-lite extensions
Can you please confirm which table or database is storing these ip address.
Raman
-
Configuration database, cfg_flex_prop table but only in case of persistent registration feature turned on
select * from cfg_flex_prop where prop_name='contact'
-
Thanks friend i found the ip address