summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.h')
-rw-r--r--zaptel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index d0e95f3..24b12fe 100644
--- a/zaptel.h
+++ b/zaptel.h
@@ -177,6 +177,9 @@
#define ZT_GET_PARAMS_RETURN_MASTER 0x40000000
+/* Extended attributes in lineconfig structure */
+#define ZT_SPANINFO_HAS_LINECONFIG
+
typedef struct zt_params
{
int channo; /* Channel number */
@@ -222,6 +225,8 @@ int syncsrc; /* span # of current sync source, or 0 for free run */
int numchans; /* number of configured channels on this span */
int totalchans; /* total number of channels on the span */
int totalspans; /* total number of zaptel spans in entire system */
+int lbo; /* line build out */
+int lineconfig; /* framing/coding */
} ZT_SPANINFO;
typedef struct zt_maintinfo