Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

A-Series BLF Configuration

Rapid Dial Keys

A-Series phones rapid dial keys are configured using PHONE (A2x) or DSSKEY (A30) configuration module parameters.  Full documentation for the parameters is available in the children of the A-Series Provisioning wiki pages.

For an A2x phone, a key can be configured for Rapid Dial, with BLF subscription, to device 101, as follows:

<<VOIP CONFIG FILE>>Version:2.0002
   
<PHONE CONFIG MODULE>
--Function Key--   :
Fkey2 Type         :1
Fkey2 Value        :101@1/bc
Fkey2 Title        :Malcolm
<<END OF FILE>>

This will configure the second key of the phone (Fkey2) to act as a memory key (Type :1) and to dial 101 using account (@1) with subscription to and new call capability (/bc).  With a name Malcolm.

The configuration for an A30 phone is similar, taking place inside the DSSKEY module:

<<VOIP CONFIG FILE>>Version:2.0002
   
<DSSKEY CONFIG MODULE>
--Dsskey Config1--:
Fkey1 Type               :1
Fkey1 Value              :101@1/bc
Fkey1 Title              :Malcolm
<<END OF FILE>>

Within Asterisk, it is necessary to create a dial plan hint for the entity, e.g.:

exten => 101,hint,PJSIP/101
exten => 101,1,NoOp()
same =>  101,n,Dial(PJSIP/101,20)
  • No labels