summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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"