Author: sayer
Date: 2009-02-17 10:52:39 +0100 (Tue, 17 Feb 2009)
New Revision: 1278

Modified:
   trunk/apps/webconference/etc/webconference.conf
Log:
fixed regexp in sample config

Modified: trunk/apps/webconference/etc/webconference.conf
===================================================================
--- trunk/apps/webconference/etc/webconference.conf     2009-02-16 20:22:01 UTC 
(rev 1277)
+++ trunk/apps/webconference/etc/webconference.conf     2009-02-17 09:52:39 UTC 
(rev 1278)
@@ -27,13 +27,13 @@
 # the user of an incoming call, connects the caller directly to
 # the conference room, without asking for the PIN. 
 # 
-direct_room_re=00077*
+direct_room_re=000777.*
 #
 # direct_room_strip specifies the number of digits to strip 
 # from the user part of the request uri to get the conference
 # room number on direct room dial in.
-# e.g. direct_room_strip=5, called 00077123 => room 123
-direct_room_strip=5
+# e.g. direct_room_strip=5, called 000777123 => room 123
+direct_room_strip=6
 
 #
 # master_password sets optionally a master password which can be used to

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to