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.
I am trying to use DAP to evaluate that the endpoint have ANY AV and ANY firewall enabled. I have two separate functions that i believe i need to combine into a single LUA function so that i can use a single DAP record as both criteria must be hit. ...
Trying to setup my meet me bridge on CUCM 8.6. I have the DN assigned, but when i pickup the phone, hit meet me and dial the number it never picks up, its just silent. If i pickup another phone and do the same thing with the other one just silent i g...
Im using a SIP provider (voip.ms) to a H323 gateway (2801) and from there go to my CUCM 8.6 server. Inbound calls work fine, i get ringback and outbound calls connect and work fine, i just hear no ringback on my outbound calls via my SIP provider.At...
FYI i was able to find a way to do this. I used these functions in individual DAP entries to solve my problem: assert(function()for k,v in pairs(endpoint.pfw) doif (EVAL(v.enabled, "EQ", "ok", "string"))thenreturn falseendendreturn CheckAndMsg(true,...
I believe i am using G711, where can i check that? I have tried resetting the conference bridges in CUCM.Yes i have access to the meetme DN, there are no CSS applied and the conf bridge media resources are in the same device pool
OK. I bound SIP to the internal interface and setup the SIP traffic to route out my ASA gateway and setup static statements on the ASA to map the SIP traffic to the router behind it and viola, everything is working once i converted cucm to the sip ...
The show run is attached in the zip file in the first postwhen i do a show sip-ua register status it shows up as registered: YESif i bind sip to the internal interface it shows registered: NO and no calls work in or outwhen i did a debug ccsip messa...
problem im running into now, is that when i bind the sip source interface to the internal FA port rather than the external, now my sip trunk does not registerhow can i bind it to the external AND internal interface so it will register and work as a ...