cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
220
Views
1
Helpful
1
Replies

how to create speeddial on Cisco Webex DX80 screen to joing a meeting

malik401
Level 1
Level 1

Dear Members,

how to create a  speed dial on Cisco Webex DX80 screen to joing a Zoom meeting.

your support in this matter will highly be appreciated.

Regards,

1 Reply 1

Hi,

Make sure that Macros are enabled on your Device.

On Configuration page of your DX80 Go to "Macro Editor".

Click on "Create New Macro"

Insert this on Macro Editor:

const xapi = require('xapi');

const MYSPEED_DIAL_NUMBER = 'zoom@zoomcrc.com';

xapi.event.on('UserInterface Extensions Page Action', (event) => {
if(event.Type == 'Opened' && event.PageId == 'zoom'){
xapi.command("dial", {Number: MYSPEED_DIAL_NUMBER});
}
});
 
Save it and activate.
 
Than Go to Extensions Editor Create a new Extension.
Select "Panel"
Change the "Name" field with a description that will appear on the Desk.
Than click on "Page" and fill "Page id" field with zoom (no capital letter)
Than click the Up arrow icon on the top right corner of the page and a new icon should appear on your DX80.
 
Click on it and you should call the Zoom Conference Room Connector.
 
 
HTH
 
Regards
 
Carlo
Please rate all helpful posts "The more you help the more you learn"