421
Views
0
Helpful
1
Replies
CUCM DB - Where is 'span to pc port' stored?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 01:17 PM
I have looked in the data dictionary and done a
run sql select * from device where name = 'SEPXXXX'
but I am not seeing it. I think it is on an XML column, but that didn't show from platform CLI. Any ideas? I have both version 10.5 and 12.5 in play.
Labels:
- Labels:
-
Call Control
-
Unified Communications
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 01:26 PM - edited 11-14-2023 01:28 PM
I think I found it.
run sql select fkdevice from devicexml4k where xml like '%<spanToPCPort>0</spanToPCPort>%'
Anyplace else I should look?
