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,We have an existing access control system that we are looking to replace with the Cisco solution. Part of the current system is elevator access control. This has a reader in each elevator car and a relay card that has one relay for each of the si...
Hi,We have a Unity 5.0(1) cluster with two servers. We are using the stored procedures to perform administration.We are having a problem where a user gets deleted from one server and then we try and provision a new user on the other server with the ...
Hi,Has anyone tried programming against Cisco Unity Connection 7 using the Informix client libraries?I am trying to call Csp_SubscriberCreate but I get back an error -937 from the Informix client libraries. This seems to be related to the subscriber...
Hi,I have a client that would like us to pre-load approximately 700 cell phone #s as alternate contacts for their users. I can see how I can use the sp_ModifyMenuEntry procedure to assign the action to the 1 key, but I haven't been able to find wher...
Hi,It would help if you could supply some more information on what you are trying to achieve, but aside from the URL trigger you mentioned, there is a web services event callback available if you purchase the web-services API license for CPAM - http:...
Hi,Apologies, it looks like I made a typo in my original message. Instead of setparam it should be set_param and it should be init.BROWSER_CMDso your URL should be:http://10.10.2.7:7777/set_param?init.BROWSER_CMD=http://www.google.com&init.IMM_ALPHA...
Hi,Yes, I did get it to work. Did you specify the DMP's admin username/password in the authentication section when you set up the URL?Have you tried just entering the URL in your browser?Paul
Hi,I got a chance to try this out and it works, but I had to add an additional command:I found that I needed to set the alpha value so that the web layer is visible, otherwise I just got a black screen.Also, it seems that the TVZILLA_URL parameter d...
Hi,I haven't tried this myself yet, but you should be able to do it using a URL like the following:http://:7777/set_param?init.BROWSER_CMD=http://www.google.com&init.TVZILLA_URL=http://www.google.comIt will get tricky if you want to include GET param...