cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1096
Views
0
Helpful
4
Replies

Remote Button Programing

Teleplex1
Level 1
Level 1

I'm able to program the remote buttons with no problem but, i have over 60 DMPs deployed and would like to be able to program them all at once.  Is there a way in the DMM to write an advanced task app that will program the button remote?

Thanks,

Al

2 Accepted Solutions

Accepted Solutions

Tomas de Leon
Cisco Employee
Cisco Employee

Alan,


here is a tech tip that I wrote on programming the buttons on the remote via

a HTTP mib.  Just create an Advanced Task under the System task

for each colored button.  Test & verify it works on a single DMP first and

then send task for each colored button to all of the DMPs.  Once this is

completed make sure you SAVE the configuration.


If this answers your question, Please take time to mark this

discussion answered & rate the response.


Thank You!


T.



******************************


You can use DMP MIBs to reconfigure the DMP Remote Buttons.

VARIABLES
=========
  admin           = DMP Web Account Username
  default         = DMP Web Account Password
  a.b.c.d         = IP Address of DMP
  dmm.company.com = FQDN of the Digital Media Manager(DMM) Appliance

MIBS
====

** Use the Following MIB to see the CURRENT Remote Mappings

https://admin:default@a.b.c.d:7777/get_param?p=*.*&init.pop_enable=false


** Configure Buttons

RED
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_RED=ira%20add%201%20sh%201%20RED%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dwww.cisco.com%22

GREEN
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_GREEN=ira%20add%201%20sh%201%20GREEN%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://www.google.com%22

YELLOW
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_YELLOW=ira%20add%201%20sh%201%20YELLOW%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://www.yahoo.com%22

BLUE
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_BLUE=ira%20add%201%20sh%201%20BLUE%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://www.apple.com%22


ASSIGN A BUTTON TO CAST
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_RED=ira%20add%201%20sh%201%20RED%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://dmm.company.com:8080/etv-flash-webapp/app/etv_24_.htm%22


** Use the Following MIB to see the NEW CONFIGURED Remote Mappings

https://admin:default@a.b.c.d:7777/get_param?p=*.*&init.pop_enable=false


** Save NEW CONFIGURED Remote Mappings on DMP

   -> Use the ADVANCED TASK to SAVE the DMP Settings.
   -> or Directly on the DMP using the DMP-DM Web Admin
   -> or HTTP MIB
         ie.
         https://admin:default@a.b.c.d:7777/set_param?mib.save=1
         https://admin:default@a.b.c.d:7777/set_param?mib.save=1&mng.reboot=1
 

View solution in original post

Try this string to set the YELLOW button and then you can use this

as a template:


irasrv.key_YELLOW=ira%20add%201%20sh%201%20YELLOW%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://www.yahoo.com%22


Notice: in your string you are NOT escaping the RESERVED codes.  Per URL addressing spec RESERVED

characters need to be escaped.



I hope this clarifies this. 


Also, test your string in the browser first and then you only add the request after set_param?


Cheers!


T.

View solution in original post

4 Replies 4

Tomas de Leon
Cisco Employee
Cisco Employee

Alan,


here is a tech tip that I wrote on programming the buttons on the remote via

a HTTP mib.  Just create an Advanced Task under the System task

for each colored button.  Test & verify it works on a single DMP first and

then send task for each colored button to all of the DMPs.  Once this is

completed make sure you SAVE the configuration.


If this answers your question, Please take time to mark this

discussion answered & rate the response.


Thank You!


T.



******************************


You can use DMP MIBs to reconfigure the DMP Remote Buttons.

VARIABLES
=========
  admin           = DMP Web Account Username
  default         = DMP Web Account Password
  a.b.c.d         = IP Address of DMP
  dmm.company.com = FQDN of the Digital Media Manager(DMM) Appliance

MIBS
====

** Use the Following MIB to see the CURRENT Remote Mappings

https://admin:default@a.b.c.d:7777/get_param?p=*.*&init.pop_enable=false


** Configure Buttons

RED
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_RED=ira%20add%201%20sh%201%20RED%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dwww.cisco.com%22

GREEN
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_GREEN=ira%20add%201%20sh%201%20GREEN%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://www.google.com%22

YELLOW
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_YELLOW=ira%20add%201%20sh%201%20YELLOW%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://www.yahoo.com%22

BLUE
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_BLUE=ira%20add%201%20sh%201%20BLUE%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://www.apple.com%22


ASSIGN A BUTTON TO CAST
https://admin:default@a.b.c.d:7777/set_param?irasrv.key_RED=ira%20add%201%20sh%201%20RED%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://dmm.company.com:8080/etv-flash-webapp/app/etv_24_.htm%22


** Use the Following MIB to see the NEW CONFIGURED Remote Mappings

https://admin:default@a.b.c.d:7777/get_param?p=*.*&init.pop_enable=false


** Save NEW CONFIGURED Remote Mappings on DMP

   -> Use the ADVANCED TASK to SAVE the DMP Settings.
   -> or Directly on the DMP using the DMP-DM Web Admin
   -> or HTTP MIB
         ie.
         https://admin:default@a.b.c.d:7777/set_param?mib.save=1
         https://admin:default@a.b.c.d:7777/set_param?mib.save=1&mng.reboot=1
 

Thanks for the quick response.


I have tried this string in the app and i must be missing something.

request typ to "set"

request irasrv.key_RED=ira add 1 sh 1 RED bg wget -q "localhost:7777/set_param?init.BROWSER_CMD=http://a.b.c.d:8080/xTAS-core/appgen/clad/clad_158_.htm"

a.b.c.d = ip address of server

much appreciated.

Try this string to set the YELLOW button and then you can use this

as a template:


irasrv.key_YELLOW=ira%20add%201%20sh%201%20YELLOW%20bg%20wget%20-q%20%22localhost%3a7777%2Fset_param%3Finit.BROWSER_CMD%3Dhttp://www.yahoo.com%22


Notice: in your string you are NOT escaping the RESERVED codes.  Per URL addressing spec RESERVED

characters need to be escaped.



I hope this clarifies this. 


Also, test your string in the browser first and then you only add the request after set_param?


Cheers!


T.

Hi Tomas,

May I know how to send an HTTP MIB request to a certain DMP to simulate a "remote" key click if I don't now have a remote handy. Say I want to test the Yellow button after it is programmed. I heared there was a remote simulator application out there but don't know how to get it?

Thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: