cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
245
Views
1
Helpful
2
Replies

recording option call manager

fk24
Level 1
Level 1

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

2 Replies 2

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.

  • Device: Select Device Name and Description
  • Line: Select Directory Number, Description, and the Recording field you are interested in.

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

Alexis Amaro
Cisco Employee
Cisco Employee

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.