Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Does anyone know if there are any settings for the Subwoofer line out on the Quad Camera? Or does it just use the main audio settings? Can the volume for example be adjusted on this line differently from the audio out on the codec?
Solved this via SQL. Note that updating the profile via the GUI after applying the SQL statement will remove the Username and Password run sql update ucserviceprofiledetailxml set xml = '<UseUDS>false</UseUDS><UseUserCredential>false</UseUserCredenti...
Hi, Looking for some help with running an SQL command to count the number of trunks. This will return the count of most of the trunks: run sql select count(tm.name) as Total from device as d inner join typemodel as tm on d.tkmodel = tm.enum where tm....
You can find an example here:
https://community.cisco.com/t5/management/using-python-to-get-device-registration-status/m-p/3529646/highlight/true#M1646
A quick and dirty way to get this would be via an SQL query:
run sql car select datetimeOrigination,callingPartyNumber,finalCalledPartyNumber,originalcalledpartynumber,duration,datetimeorigination from tbl_billing_data
You could also connect CUCM to ...
You can update this via updateLine operation. Check out the AXL Schema Reference for your particular version of CUCM. You'll be looking for the directoryURIs element under updateLine, and setting advertiseGloballyViaIls to false. Note: Documentation ...