CHANNEL(Feld
)
(ab Asterisk 1.4 verfügbar)
Liest/setzt bestimmte Kanaldaten. Feld
ist eines der
folgenden (wenn nicht anders angegeben, ist nur Lesen
möglich):
audioreadformat
audionativeformat
audiowriteformat
callgroup
channeltype
language
musicclass
musiconhold.conf
definiert (auch Setzen
möglich)state
Zustand des Kanals (Down
, Rsrvd
,
OffHook
, Dialing
, Ring
,
Ringing
, Up
, Busy
,
Dialing Offhook
, Pre-ring
,
Unknown
)
tonezone
zaptel.conf
) durch loadzone
und
defaultzone
festgelegt. Die möglichen Werte sind (wie
in der indications.conf
definiert):
at
, au
, be
,
br
, ch
, cl
,
cn
, cz
, de
,
dk
, ee
, es
,
fi
, fr
, gr
,
hu
, it
, lt
,
mx
, ml
, no
,
nz
, pl
, pt
,
ru
, se
, sg
,
uk
, us
, us-old
,
tw
, ve
, za
.videonativeformat
Zusätzlich zu diesen Feldern kann der Treiber des Kanals noch weitere bereitstellen, die man in der entsprechenden Dokumentation nachschlagen kann. Felder, die auf dem aktuellen Kanal nicht zur Verfügung stehen, geben einen leeren String zurück.
; Typ des Kanals abfragen: exten => 123,1,Set(foo=${CHANNEL(channeltype)}) ; Sprache auf Englisch setzen: exten => 123,1,Set(CHANNEL(language)=en)
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about function 'CHANNEL' =- [Syntax] CHANNEL(item) [Synopsis] Gets/sets various pieces of information about the channel. [Description] Gets/set various pieces of information about the channel. Standard items (provided by all channel technologies) are: R/O audioreadformat format currently being read R/O audionativeformat format used natively for audio R/O audiowriteformat format currently being written R/W callgroup call groups for call pickup R/O channeltype technology used for channel R/W language language for sounds played R/W musicclass class (from musiconhold.conf) for hold music R/W rxgain set rxgain level on channel drivers that suppor t it R/O state state for channel R/W tonezone zone for indications played R/W txgain set txgain level on channel drivers that suppor t it R/O videonativeformat format used natively for video Additional items may be available from the channel driver providing the channel; see its documentation for details. Any item requested that is not available on the current channel will return an empty string. Differenz zum internen Hilfetext in Asterisk 1.2: -- in Version 1.2 nicht vorhanden -- |
[75] Diese Beschränkung auf 64 Gruppen scheint rein willkürlich zu sein, und dürfte für den ein oder anderen Anwender nicht ausreichen.