Line Keys
Line keys are features assigned to the physical line buttons on the phone. Set by the <line> element in SEPMAC.cnf.xml. Note: Some phone models do not support certain line keys and those features may instead be available as Soft Keys.Redial
Redials the last called number.<line button="2">
<featureID>1</featureID>
<featureLabel>Redial</featureLabel>
</line>
Speed Dial
Dials the number specified by the <speedDialNumber>.<line button="2">
<featureID>2</featureID>
<featureLabel>LABEL</featureLabel>
<speedDialNumber>NUMBER</speedDialNumber>
</line>
Abbreviated Speed Dial
The phone will dialx-cisco-serviceuri-abbrdial-XXX where XXX is specified in <speedDialIndex> which is a number between 1 and 99. These numbers will also appear in the phone's speed dial menu. 7800 and 8800 series only.<line button="2">
<featureID>2</featureID>
<featureLabel>LABEL</featureLabel>
<speedDialNumber>NUMBER</speedDialNumber>
<speedDialIndex>NUMBER</speedDialIndex>
</line>
Hold
Places the currently selected call on hold.<line button="2">
<featureID>3</featureID>
<featureLabel>Hold</featureLabel>
</line>
Transfer
Transfers the currently selected call.<line button="2">
<featureID>4</featureID>
<featureLabel>Transfer</featureLabel>
</line>
Call Forward
Sets or clears the currentl call forward target. The phone make a call tox-cisco-serviceuri-cfwdall-XXX where XXX is replaced by the forwarding target dialed by the user. The phone will make a call to x-cisco-serviceuri-cfwdall when clearing the forwarding target. See Dialplan Extensions for an example.<line button="2">
<featureID>5</featureID>
<featureLabel>Call Forward</featureLabel>
</line>
Line
Phone line, at least one of these must be defined.lineIndex is the number identifying the line starting from 1. Note: For secondary lines, do not include <authName> and <authPassword> elements. See SEPMAC.cnf.xml for more information.<line button="1" lineIndex="1">
<featureID>9</featureID>
<featureLabel>PEERNAME</featureLabel>
<proxy>USECALLMANAGER</proxy>
<port>5060</port>
<name>PEERNAME</name>
<displayName>NAME</displayName>
<autoAnswer>
<autoAnswerEnabled>0</autoAnswerEnabled>
<autoAnswerMode />
</autoAnswer>
<callWaiting>1</callWaiting>
<authName>PEERNAME</authName>
<authPassword>SECRET</authPassword>
<sharedLine>false</sharedLine>
<messageWaitingLampPolicy>3</messageWaitingLampPolicy>
<messagesNumber>VOICEMAIL EXTENSION</messagesNumber>
<ringSettingIdle>4</ringSettingIdle>
<ringSettingActive>5</ringSettingActive>
<forwardCallInfoDisplay>
<callerName>true</callerName>
<callerNumber>true</callerNumber>
<redirectedNumber>false</redirectedNumber>
<dialedNumber>true</dialedNumber>
</forwardCallInfoDisplay>
<maxNumCalls>5</maxNumCalls>
<busyTrigger>4</busyTrigger>
</line>
Settings
Same as thesettings button. 7900 series only.<line button="2">
<featureID>18</featureID>
<featureLabel>Settings</featureLabel>
</line>
Service URI
Load an XML service specified in <serviceURI>. Note: If an HTTPS URL is used the line key will behave as if <secureServiceURI> was used. See Phone Services for more information.<line button="2">
<featureID>20</featureID>
<featureLabel>LABEL</featureLabel>
<serviceURI>URL</serviceURI>
</line>
Secure Service URI
Load an HTTPS XML service specified in <secureServiceURI>. See Phone Services for more information.<line button="2">
<featureID>20</featureID>
<featureLabel>LABEL</featureLabel>
<secureServiceURI>URL</secureServiceURI>
</line>
BLF Speed Dial
Speed Dial that monitors the device and presence state of an extension, a correspondinghint must be created in extensions.conf as well as a subscribe entry in sip.conf.Using a <
featureOptionMask> of 1 will also display whether that extension is ringing and will perform a directed call pickup request when pressed by dialing x-cisco-serviceuri-blfpickup-XXX where XXX is replaced by the number specified in <speedDialNumber>. See Dialplan Extensions for an example.<line button="2">
<featureID>21</featureID>
<featureLabel>LABEL</featureLabel>
<featureOptionMask>1</featureOptionMask>
<speedDialNumber>NUMBER</speedDialNumber>
</line>
BLF Directed Call Park
Speed Dial that monitors the state of a parking extension, only displays idle and busy device states. <speedDialNumber> contains the number dialed and <contact> contains the extension subscribed to. See above for additional subscription requirements.When idle, the current call will be blind-transferred to
x-cisco-serviceuri-dpark-XXX where XXX is replaced by the number in <speedDialNumber>. Otherwise when the in-use a call will be made to the number in <speedDialNumber> optionally prefixed by <retrievalPrefix>. See Dialplan Extensions for an example.<line button="2">
<featureID>22</featureID>
<featureLabel>LABEL</featureLabel>
<speedDialNumber>NUMBER</speedDialNumber>
<contact>NUMBER</contact>
<retrievalPrefix />
</line>
Intercom
Similar to a line except with most soft keys disabled and mute is automatically enabled for incoming calls. Intercom lines cannot be the primary line for a phone so aregister entry in sip.conf must be used to assign them to the peer.Use a <
TEMPLATE> entry with a line and rewrite attribute in the phone's dial template to automatically dial the intercom extension.<line button="2" lineIndex="2">
<featureID>23</featureID>
<featureLabel>Intercom</featureLabel>
<proxy>USECALLMANAGER</proxy>
<port>5060</port>
<name>PEERNAME</name>
<displayName>NAME</displayName>
<autoAnswer>
<autoAnswerEnabled>3</autoAnswerEnabled>
<autoAnswerMode>Auto Answer with Speakerphone</autoAnswerMode>
</autoAnswer>
<callWaiting>3</callWaiting>
<maxNumCalls>1</maxNumCalls>
<busyTrigger>1</busyTrigger>
</line>
Malicious Call
Report that the current call is suspicious or harrasing.<line button="2">
<featureID>27</featureID>
<featureLabel>Malicious Call</featureLabel>
</line>
Conference
Create an ad-hoc conference with the currently selected call.<line button="2">
<featureID>102</featureID>
<featureLabel>Conference</featureLabel>
</line>
Meet Me
Create a meetme conference. The phone will make a call to extensionx-cisco-serviceuri-meetme-XXX where XXX is replaced with the meetme number dialed by the user. See Dialplan Extensions for an example.<line button="2">
<featureID>123</featureID>
<featureLabel>MeetMe</featureLabel>
</line>
Park
Park the currently selected call.<line button="2">
<featureID>126</featureID>
<featureLabel>Park</featureLabel>
</line>
PickUp
Pick-up an incoming call to one of the phones in you call group. The phone will make a call to extensionx-cisco-serviceuri-pickup. See Dialplan Extensions for an example.<line button="2">
<featureID>127</featureID>
<featureLabel>PickUp</featureLabel>
</line>
Group PickUp
Pick-up an incoming call in a specific call group. The phone will make a call to extensionx-cisco-serviceuri-gickup-XXX where XXX is replaced with the group number dialed by the user. See Dialplan Extensions for an example.<line button="2">
<featureID>128</featureID>
<featureLabel>Group PickUp</featureLabel>
</line>
Do Not Disturb
Set to remove Do Not Disturb status. Line key lamp will be red or orange (depending on phone model) when Do Not Disturb is set.<line button="2">
<featureID>130</featureID>
<featureLabel>Do Not Disturb</featureLabel>
</line>
Remove Last Participant
Remove last participant added to the selected ad-hoc conference.<line button="2">
<featureID>132</featureID>
<featureLabel>Remove Last Participant</featureLabel>
</line>
Report Quality
Report a call-quality issue. RTP statistics about the call will be logged, <callStats> must be enabled.<line button="2">
<featureID>133</featureID>
<featureLabel>Report Quality</featureLabel>
</line>
Call Back
Activate a call-back for the current outgoing call. Phone will notify you when the extension becomes available. You need to have a ring-tone namedCallback.raw to get an audible notification.<line button="2">
<featureID>134</featureID>
<featureLabel>Call Back</featureLabel>
</line>
Other PickUp
Pick-up an incoming call to on of the phones in your other pickup group. The phone will make a call to extensionx-cisco-serviceuri-opickup.<line button="2">
<featureID>135</featureID>
<featureLabel>Other PickUp</featureLabel>
</line>
New Call
Make a new outgoing call.<line button="2">
<featureID>137</featureID>
<featureLabel>New Call</featureLabel>
</line>
Hunt Group
Login or Logout from the Hunt Group. Line key lamp will be orange when logged-in.<line button="2">
<featureID>139</featureID>
<featureLabel>Hunt Group</featureLabel>
</line>
All Calls
Display all calls on the phone. 7800 and 8800 series, 8961, 9951 and 9971 models only.<line button="2">
<featureID>140</featureID>
<featureLabel>All Calls</featureLabel>
</line>
Answer
Answer the oldest incoming call.<line button="2">
<featureID>141</featureID>
<featureLabel>Answer</featureLabel>
</line>
Alerting Calls
Only show the alerting (incoming) calls on your phone. 7800 and 8800 series, 8961, 9951 and 9971 models only.<line button="2">
<featureID>142</featureID>
<featureLabel>Alerting Calls</featureLabel>
</line>
Record
Record the currently selected call. Line key lamp will be red when recording. The separate inbound and outbound audio streams of the call duplicated on the phone and sent to therecord extension. See Dialplan Extensions for an example.<line button="2">
<featureID>159</featureID>
<featureLabel>Record</featureLabel>
</line>
Services
Same as theservices button. 7900 series only.<line button="2">
<featureID>192</featureID>
<featureLabel>Services</featureLabel>
</line>
Messages
Same as themessages button, needed for phone models like the 7931 that do not have a dedicated key for this feature.. 7900 series only.<line button="2">
<featureID>194</featureID>
<featureLabel>Messages</featureLabel>
</line>
Directories
Same as thedirectories button, needed for phone models like the 7931 that do not have a dedicated key for this feature.. 7900 series only.<line button="2">
<featureID>195</featureID>
<featureLabel>Directories</featureLabel>
</line>
Application Menu
Same as theapplications button, needed for phone models like the 7931 that do not have a dedicated key for this feature. 7900 series only.<line button="2">
<featureID>197</featureID>
<featureLabel>Applications</featureLabel>
</line>
Headset
Same as theheadset button, needed for phone models like the 7931 that do not have a dedicated key for this feature. 7900 series only.<line button="2">
<featureID>198</featureID>
<featureLabel>Headset</featureLabel>
</line>