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.
Good day,I am just getting my feet wet in LUA normalization scripting for cisco.Im attempting to modify a private IP that appears in the c= header of the SDP (for a remote user), with the public-facing IP.The background for this is that we are interf...
Good Day,Im playing around a little with the sample python code created by dekwan ( https://github.com/CiscoDevNet/finesse-sample-code/tree/master/NonGadgetPythonSample )using REST APIs and python to see/change agent states, with the end game of chec...
Good Day,We are in the process of switching from our established conventional ERLs in CER, to Redsky using Intrado.(Redsky will be via SIP trunk rather than PSTN)I have a couple of 'safety valve' questions before I break something in a regrettable wa...
Good Day, We are moving a site over from an old Nortel implementation, to cisco call manager 11.5. The site has an overhead paging system - a Bogen TPU100B, to which we need to interface. In the past we would just drop an FXO/FXS card into the router...
Hi All, I am trying to extract line info from extensions on call manager 11.5 using python and AXL. I can see the data with the following test code, but I cant get at the data to assign it to variables. resp2 = service.getPhone(name=mac)
pho...
Hi 380,We did eventually get things going but note - most of our changes needed to be on the firewall side, and based on your description I think that is true with you as well. If its a case of NAT getting in the way I think you probably need to ensu...
Finally, Ive put some trace.format statements in the script to try to help troubleshoot it:M = {}trace.enable()function M.inbound_INVITE(msg)trace.format("message captured: ",msg)local sdp = msg:getSdp()trace.format("sdp captured: ",sdp)if sdpthentr...
also another very general question:if the invite is coming from a remote call manager phone (jabber in this case) into call manager - then out the trunk, is that characterized as an inbound_invite or outbound_invite?So HomeJabberUserOnCiscoCM --> Cis...
ok - reviewing the logs I found this error://SIPLua/Error/SipContexts_removeContext: call contexts object is missingThe only reference I can find for it suggests increasing the memory and number of lines allowed for the script - which I increased to ...