Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: ramanjs on November 21, 2011, 08:12:30 AM

Title: DB stores a list of IP addresses associated with SIP Registration
Post 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
Title: Re: DB stores a list of IP addresses associated with SIP Registration
Post by: borkokrz on November 22, 2011, 11:43:30 AM
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'
Title: Re: DB stores a list of IP addresses associated with SIP Registration
Post by: ramanjs on November 23, 2011, 06:08:08 AM
Thanks friend i found the ip address