Module: sems Branch: 1.4 Commit: 193d49bfc7aed63acd972885b6fc59dcc4ad1d10 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=193d49bfc7aed63acd972885b6fc59dcc4ad1d10
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon May 23 13:52:10 2011 +0200 clarified use of additional_interfaces in doc --- core/etc/sems.conf.sample | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/core/etc/sems.conf.sample b/core/etc/sems.conf.sample index e6f4582..dd3042b 100644 --- a/core/etc/sems.conf.sample +++ b/core/etc/sems.conf.sample @@ -129,6 +129,12 @@ rtp_high_port=60000 # Additional IFs (optional): # additional_interfaces = <list of interfaces> # +# additional_interfaces must be set if more than one +# interface is to be used for the same purpose (e.g. +# more than one interface for SIP). Configure additional +# interfaces if networks should be bridged or separate +# networks should be served. +# # For each additional interface, a set of parameters # suffixed with the interface name should be listed # with the 'additional_interfaces' parameter. _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
