summaryrefslogtreecommitdiffstats
path: root/route.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-24 19:41:32 +0100
committerAndreas Eversberg2010-01-24 19:41:32 +0100
commit8fb861ef9ece9f4bd68ef79a77625ec23c27aef1 (patch)
treeea055ed2a47d381bfd1978105442ff9144a7007c /route.h
parentAdded queue buffer for chan_lcr sending faxes without interruption. (diff)
downloadlcr-8fb861ef9ece9f4bd68ef79a77625ec23c27aef1.tar.gz
lcr-8fb861ef9ece9f4bd68ef79a77625ec23c27aef1.tar.xz
lcr-8fb861ef9ece9f4bd68ef79a77625ec23c27aef1.zip
- Fixed HLC (higher layer capability) modification to LCR routing.
- Fixed chan_lcr fax queue buffer. Added LCR_TRANSFERCAPABILITY environment. -> use options "n:t:q250" for sending/receiving faxes with asterisk and chan_lcr. modified: README modified: action.cpp modified: bchannel.c modified: chan_lcr.c modified: route.c modified: route.h
Diffstat (limited to 'route.h')
-rw-r--r--route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/route.h b/route.h
index dca5a4e..1606410 100644
--- a/route.h
+++ b/route.h
@@ -32,6 +32,7 @@ enum { /* how to parse text file during startup */
COND_TYPE_IP,
COND_TYPE_CAPABILITY,
COND_TYPE_BMODE,
+ COND_TYPE_HLC,
COND_TYPE_IFATTR,
};
@@ -84,6 +85,7 @@ enum { /* how to parse text file during startup */
PARAM_TYPE_YESNO,
PARAM_TYPE_CAPABILITY,
PARAM_TYPE_BMODE,
+ PARAM_TYPE_HLC,
PARAM_TYPE_DIVERSION,
PARAM_TYPE_DESTIN,
PARAM_TYPE_PORTS,