CHANNELS(String
)
; Gibt die im Moment offenen Channels auf dem CLI aus. exten => 123,n,Verbose(1, Im Moment existierende Channels: ${CHANNELS()})
| | | | | 1.6 |————————
-= Info about function 'CHANNELS' =-
[Syntax]
CHANNEL([regular expression])
[Synopsis]
Gets the list of channels, optionally filtering by a regular expression.
[Description]
Gets the list of channels, optionally filtering by a regular expression. If
no argument is provided, all known channels are returned. The regular
expression must correspond to the POSIX.2 specification, as shown in
regex(7). The list returned will be space-delimited.
CHANNEL()
“