summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndreas Eversberg2009-09-23 10:07:00 +0200
committerAndreas Eversberg2009-09-23 10:07:00 +0200
commitfeea42c7f7f2e171c1490bd0d3af09beba629f21 (patch)
tree9a3dfc15ae995a73d6269b81ce6de59cbe7ca5c0 /README
parentFixed bad bug in joining calls. Please update, if you have changed to version... (diff)
downloadlcr-feea42c7f7f2e171c1490bd0d3af09beba629f21.tar.gz
lcr-feea42c7f7f2e171c1490bd0d3af09beba629f21.tar.xz
lcr-feea42c7f7f2e171c1490bd0d3af09beba629f21.zip
Added 'extern' flag to interface.conf.
If no specific interface is given for the 'extern' rule in the routing.conf, or if call is forwarded (settings), then only interfaces marked with 'extern' flag are used. You need to set this flag when upgrading to this version. See default/interface.conf for hint. modified: README modified: apppbx.cpp modified: default/interface.conf modified: interface.c modified: interface.h
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 4331faf..5496175 100644
--- a/README
+++ b/README
@@ -513,8 +513,12 @@ Changes after Version 1.5
New release Version 1.6
-Changes after Version 1.5
+Changes after Version 1.6
- Fixed bad call/conference bug in joinpbx.c
+- External interfaces must now be specified using 'extern' keyword.
+ -> This prevents from selecting other interfaces when dialing out.
+ -> Just add 'extern' right below your external interface, or define
+ external interface name in routing.conf: ": extern interfaces=XXXXX"