chan_dahdi: Add POLARITY function.

Adds a POLARITY function which can be used to
retrieve the current polarity of an FXS channel
as well as set the polarity of an FXS channel
to idle or reverse at any point during a call.

ASTERISK-30000 #close

Change-Id: If6f50998f723e4484bf68e2473f5cedfeaf9b8f1
This commit is contained in:
Naveen Albert
2022-04-01 20:17:15 +00:00
committed by George Joseph
parent d2746b6e99
commit 0bd21cc88f
2 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Subject: chan_dahdi
A POLARITY function is now available that allows
getting or setting the polarity on a channel
from the dialplan.