" /> DB stores a list of IP addresses associated with SIP Registration - Genesys CTI User Forum

Author Topic: DB stores a list of IP addresses associated with SIP Registration  (Read 2633 times)

Offline ramanjs

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
Advertisement
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

Offline borkokrz

  • Full Member
  • ***
  • Posts: 154
  • Karma: 6
Re: DB stores a list of IP addresses associated with SIP Registration
« Reply #1 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'

Offline ramanjs

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
Re: DB stores a list of IP addresses associated with SIP Registration
« Reply #2 on: November 23, 2011, 06:08:08 AM »
Thanks friend i found the ip address