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.
Hello!We widely use python script for automation CUCM administration taskWe used SUDS - SOAP python client library for make requestFor example it works fine for SQL queryquery ='select count(*) from enduser'resp = client.service.executeSQLQuery(que...
We have large UC network with numerous CUCM clusters...Dial-plan is variable length and numerous direction presentFor example0782[78]XXX - 8 digit078[013-8]XX - 7 digit0614[12]XXX - 8 digitetc where are more than 300 route patterns We used UCCX scri...
I faced with name transmit trouble at SIP trunk beetwen CUCM 11.5 and CUCM 7.1 Correct Ringing:Use following fieldRemote-Party-ID: "Name" <sip:07827991@10.58.40.12>;party=called;screen=yes;privacy=offRemote-Party-ID: "Name" <sip:07827991@10.58.40.12;...
>https://github.com/CiscoDevNet/axl-python-zeep-samplesYes, I used exact this samples...SQL query =SELECT EU.pkid, EU.userid userid, EU.firstname firstname, EU.lastname lastname, LRU.snr snrenabled, (LRU.tin+LRU.copper+(CASE WHEN LRU.Telepresence>LRU...