forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_asterisk
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
This plugin provides a simple way to see which zaptel trunks on an Asterisk phone server are in use. It works for up to 32 lines and displays either inactive or the sip device that is currently "connected" to the trunk. Only works for zaptel stuff for now as it's all I have to test.
asterisk::zapstatus(int) - Returns the status of the line passed to it.
Widget Zap1 {
class 'Text'
expression asterisk::zapstatus(1)
width 20
align 'L'
update 1000
}
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork