From 541e59fbbe1faf6b55bdb095b818c65c32594b95 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jan 2004 15:58:11 +0000 Subject: some more files git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@27 dbf6933d-3bce-0310-9bcc-ed052ba35b35 --- conf/msntab | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'conf/msntab') diff --git a/conf/msntab b/conf/msntab index 41a9973..4b063d3 100644 --- a/conf/msntab +++ b/conf/msntab @@ -16,7 +16,27 @@ # along with ivam2; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + +# The MSNs are matched with standard POSIX shell globbing. + +# The options defined are: +# rings=n -> specify after how many rings a call should be accepted +# pipehack -> enable the so-called "pipehack" for better latency +# shbuf -> enable shbuf support +# defaults -> all defaults + +# The action field should specify a program to launch for each line, two +# special values are allowed: @ignore will ignore the call, @hangup will +# hangup the call immediately. + +# The first line matching to the incoming call is used. + +# If no line matches, the call is ignored. + # local MSN remote MSN options action +* * rings=8,pipehack ivam-autobox + +# Some more examples #41264179 * rings=0,pipehack ivam-autobox -- cgit