Skip to content
Snippets Groups Projects
Commit 6da142dc authored by Grzegorz Sluja's avatar Grzegorz Sluja Committed by Sukru Senli
Browse files

Handle configuration parameter enable/disable for telline


By default all tellines are enabled, we can disable it by
uci set asterisk.tellineX.enabled=0
When the corresponding telline is disabled all events in
brcm_process_event() are ignored (offhook, onhook etc),
no dialtone played and no call proceeded. For incoming
INVITE there is no ringing on the telline, we respond
with "403 Forbidden" when the telline is disabled.

Signed-off-by: default avatarGrzegorz Sluja <grzegorz.sluja@iopsys.eu>
parent 957672e5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment