Speed Dial in Horizontal Keys

Hello,

The latest firmware update says that if fixes Speed Dial support for Horizontal Soft Keys.

http://wiki.freepbx.org/display/PHON/Firmware+Release+Notes
Fix bug with Speed Dials not working on Horizontal Soft Keys

But when I go into Endpoint Manager, I do not see a Speed Dial option for any of the modal conditions.

Thanks

Hello not sure if this will help i found this online i have the cisco-9971 phone i put speed dial buttons my phone. Maybe this can help you too.

21 Pick up park 1 1 1
		<line  button="3">
					<featureID>21</featureID>
					<featureLabel>Pick up park 2</featureLabel>
					<speedDialNumber>2</speedDialNumber>
					<featureOptionMask>1</featureOptionMask>
	</line>
	
				<line  button="4">
					<featureID>21</featureID>
					<featureLabel>Pick up park 3</featureLabel>
					<speedDialNumber>3</speedDialNumber>
					<featureOptionMask>1</featureOptionMask>
	</line>
	
				<line  button="5">
					<featureID>21</featureID>
					<featureLabel>Pick up park 4</featureLabel>
					<speedDialNumber>4</speedDialNumber>
					<featureOptionMask>1</featureOptionMask>
	</line>
	
					<line  button="6">
					<featureID>21</featureID>
					<featureLabel>Pick up park 5</featureLabel>
					<speedDialNumber>5</speedDialNumber>
					<featureOptionMask>1</featureOptionMask>
	</line>

Thanks for the file example. If I can’t find a way to do it through the Endpoint Manager interface, I’ll look into manually editing the files.

OK that wiki link was in regards to the intercom button. If you programmed intercom it would not actually work as in the background it does a speed dial. Please open a feature request at issues.freepbx.org to expose custom speed dial buttons for horizontal keys in EPM and we can get it added easy for you since our phone now supports it

Feature request has been created.

http://issues.freepbx.org/browse/TELE-297

Thanks!