Extension |
This object contains the extension, which is a dialable
string consisting of the digits 0..9, * and #. |
Type |
Specifies the call types, for which the entry shall be valid. Enumerations: - voice (1)
- data (2)
- voice-and-data (3)
- delete (4)
|
IpAddr |
Specifies the ip-address, to which the call shall be routed
if pabxExtDestination is set to internet-telephony. |
EAZ |
The EAZ is to be used by 1TR6-based applications such as
CAPI 1.1. and is only valid if the object
pabxExtDestination is set to application. |
Layer1Prot |
The layer1 protocol to be used for multiprotocol-routing
(incoming calls only). Enumerations: - auto (1)
- sync-64k (11)
- sync-56k (12)
- modem (13)
- v110-1200 (15)
- v110-2400 (16)
- v110-4800 (17)
- v110-9600 (18)
- v110-14400 (19)
- v110-19200 (20)
- v110-38400 (21)
- modem-profile-1 (26)
- modem-profile-2 (27)
- modem-profile-3 (28)
- modem-profile-4 (29)
- modem-profile-5 (30)
- modem-profile-6 (31)
- modem-profile-7 (32)
- modem-profile-8 (33)
|
IfIndex |
The interface index of the MPR interface to be used for the
call. This object is valid for routing only. |
Id |
The id uniquely identifies an extension may be within the
range from 0 to 2147483647. This id is used to refer to that
extension from other tables. Id 0 has the special meaning,
that the PABX shall choose a valid one. |
UserId |
This identificator refers to the user the extension is
associated with. Its default value is 0 meaning no particular
user. |
TermId |
This identificator refers to the terminal the extension is
associated with. Its value must be a valid identificator,
i.e. there must be a terminal with the given id. The special
number -1 is used for specifying that the extension is a
group extension. |
DefaultExtFlag |
This value specifies whether the extension should be used as a default
extension (for outgoing calls) for the associated terminal. The flag to
be set currently only makes sense for physical analog terminals.
The case that this flag is yes(1) for more than one extension per terminal
is considered a configuration error. Which extension will be used in that
case depends on the order in which extensions are configured
(automatically at system start-up) and, hence, is undefined. Enumerations: |
PresentationNr |
This field allows for specifying an extension that will be presented to
externally called partners instead of the actual calling number. Hence
it allows to use a group extension so that the called partner does only
see the extension she should use for call back if necessary, rather than
the extension within the group.
Default value is the empty string meaning that no mapping shall take
place. |
OutsideCallSeq |
Set the ringing sequence for incoming calls from outside Enumerations: - type1 (1)
- type2 (2)
- type3 (3)
- type4 (4)
- type5 (5)
- type6 (6)
- systeltype7 (7)
- systeltype8 (8)
- systeltype9 (9)
- systeltype10 (10)
|
InsideCallSeq |
Set the ringing sequence for incoming calls inside the PABX. Enumerations: - type1 (1)
- type2 (2)
- type3 (3)
- type4 (4)
- type5 (5)
- type6 (6)
- systeltype7 (7)
- systeltype8 (8)
- systeltype9 (9)
- systeltype10 (10)
|
PresentationFlag |
Specify when the presentation number should take effect.
By default its value is 'off' defining the actual extension
is to be used.
If presentation number shall be used only on internal calls
ExtPresentation must be set to 'internal'.
Analogous to the last, value 'external' is for use on
external calls.
The last value 'on' specifies that the presentation number
is to be used in any case. Enumerations: - off (1)
- internal (2)
- external (3)
- on (4)
|
ProfileId |
ProfileId holds an id specifying an applying profile entry in
pabx profile table.
If set to 0 no profile applies as 0 is not a valid id for
profiles. In that case terminal profile applies, or if also 0,
system default settings apply for the extension. |
CtrlByCapiApp |
CtrlByCapiAppl indicates whether a capi application controls
this extension. If set to on a special CAPI application
registered for handling incoming calls, causing PABX to only
signal that incoming call towards CAPI application, hence
avoiding a spurious short alerting of Phone until call is
answered by application.
A CAPI application can request this feature by a LISTEN request
with special contents.
The default value is off. Enumerations: |
CtrlByCapiAppNo |
CtrlByCapiAppl indicates capi application number that controls
extension in case pabxExtCtrlByCapiApp is set to on. |