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.
Hi,I am trying to use addCss with AXL 10.5.2 but jeep getting error. Could someone take a look at my function and soap header, please? I was able to run addCSS against 8.6.2 with schema 7.1 but cannot get it working for 10.5.2 with adCss.Any help app...
Hi All,We have a python scripts to update call forward on the line. It works well for CUCM 8.6.2 but keeps failing for 10.5.2 I have updated AXL scheme but still does not work.Could you advise on how to get this working for 10.5.2, please?Code: soap...
Hi There, I wonder if someone could suggest best practice for sip trace capture to pcap file. I would like to open file in the Wireshark after.I have looked at the traffic-export method and few others included in the below doc. However I am looking ...
Hi,I know this has been asked already but maybe there is some progress on this problem. Client of ours needs to be able to monitor the ringing status of the phone and be able to pickup a call straight from the sitecar. Based on the below post monitor...
Hi,I have a problem with outgoing calls to certain destinations.We have UC560 with PRI circuit and extensions range of 4XX.For direct dials telco sends did in four digit format which is 94XX - last for digits of actual phone number.We also use 9 as a...
Oh man!!! You are my hero. I would never think of that. The funny part is that XML version was added during the troubleshooting process. Initial version of code did not include it. It works now. I can now proceed with building the rest of the script ...
I have noticed that as well and still does not work. This is my exact function.def SOAPRequest(name,desc,PT1,PT2,PT3,host,usrnm,pw): #Set call forward to destination soaprequest = ''' <?xml version='1.0' encoding='utf-8'?> <...
still no joy. i tried to add " " in the soapheader. I also added <css>....</css> tags but still getting error 500this is code which works for me on 8.6.2 it uses old syntax addCSS .soaprequest = ''' <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://sc...
Hi,Thanks for coming back to me. I am trying to implement it but I am not sure where did you take do_axl from.(soapheaders, soaprequest) = do_axl(dict_source)NameError: name 'do_axl' is not definedCould you advise, please? I am python beginner.Thanks...