10-23-2025 06:35 AM
hello,
i would like too know if we can perform an export from CUCM for users having Recording option deactivated, or an SQL request
thanks in advance
10-23-2025 07:48 AM
Use Bulk Administration > Phones > Generate Phone Reports and add the fields you are interested in under the Line section. Note that when you 'select' the phones with a blank filter (so not limiting the search) for the report it will show you only up to 1000 devices, but the report itself will show all phones.
Let us know if you have questions or need more information. (And I'm writing this from memory, so the names on the menus might be slightly different...)
Maren
10-23-2025 11:20 AM
run sql select dev.name, np.dnorpattern from devicenumplanmap devnp inner join device dev on dev.pkid = devnp.fkdevice inner join numplan np on devnp.fknumplan = np.pkid where fkrecordingprofile is Null and np.tkpatternusage = 2
This will give you the device name and DN of any assigned DN with a null recording pattern.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide