キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 
cancel
760
閲覧回数
0
いいね!
3
返信

how can query config on Callmanager

ereyes
Level 1
Level 1

I need know how can query the database of our configuration of the translation pattern and users.

thanks

1 件の受理された解決策

受理された解決策

For ccm 4.2 you have no user information in ccm database. All user info is stored in DC Directory (or MS AD), you can query about users using LDAP.

Here is doc link, should help:

http://www.cisco.com/en/US/products/sw/voicesw/ps1860/products_configuration_example09186a00801939d3.shtml

--

regards,

PK

元の投稿で解決策を見る

3件の返信3

pklos
Level 4
Level 4

You can query database for translation pattern list using this query:

select * from numplan where tkpatternusage = 3

For users it depend on CCM version you have.

--

regards,

PK

thanks , the version that have is 4.2.

For ccm 4.2 you have no user information in ccm database. All user info is stored in DC Directory (or MS AD), you can query about users using LDAP.

Here is doc link, should help:

http://www.cisco.com/en/US/products/sw/voicesw/ps1860/products_configuration_example09186a00801939d3.shtml

--

regards,

PK