[Freeswitch-trunk] [commit] r6830 - freeswitch/trunk/conf/directory/default
Freeswitch SVN
brian at freeswitch.org
Sun Dec 16 14:11:14 EST 2007
Author: brian
Date: Sun Dec 16 14:11:13 2007
New Revision: 6830
Modified:
freeswitch/trunk/conf/directory/default/1000.xml
freeswitch/trunk/conf/directory/default/1001.xml
freeswitch/trunk/conf/directory/default/1002.xml
freeswitch/trunk/conf/directory/default/1003.xml
freeswitch/trunk/conf/directory/default/1004.xml
freeswitch/trunk/conf/directory/default/1005.xml
freeswitch/trunk/conf/directory/default/1006.xml
freeswitch/trunk/conf/directory/default/1007.xml
freeswitch/trunk/conf/directory/default/1008.xml
freeswitch/trunk/conf/directory/default/1009.xml
freeswitch/trunk/conf/directory/default/1010.xml
freeswitch/trunk/conf/directory/default/1011.xml
freeswitch/trunk/conf/directory/default/1012.xml
freeswitch/trunk/conf/directory/default/1013.xml
freeswitch/trunk/conf/directory/default/1014.xml
freeswitch/trunk/conf/directory/default/1015.xml
freeswitch/trunk/conf/directory/default/1016.xml
freeswitch/trunk/conf/directory/default/1017.xml
freeswitch/trunk/conf/directory/default/1018.xml
freeswitch/trunk/conf/directory/default/1019.xml
Log:
adding info
Modified: freeswitch/trunk/conf/directory/default/1000.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1000.xml (original)
+++ freeswitch/trunk/conf/directory/default/1000.xml Sun Dec 16 14:11:13 2007
@@ -1,14 +1,13 @@
<include>
<user id="1000" mailbox="1000">
<params>
- <param name="password" value="mypass"/>
- <param name="vm-password" value="1234"/>
- <!--<param name="vm-mailto" value="me at mydomain.com"/>-->
- <!--<param name="vm-email-all-messages" value="true"/>-->
+ <param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1000"/>
+ <variable name="presence_id" value="1000@$${domain}"/>
<variable name="user_context" value="default"/>
- <variable name="effective_caller_id_name" value="Brian West"/>
+ <variable name="effective_caller_id_name" value="Extension 1000"/>
<variable name="effective_caller_id_number" value="1000"/>
</variables>
</user>
Modified: freeswitch/trunk/conf/directory/default/1001.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1001.xml (original)
+++ freeswitch/trunk/conf/directory/default/1001.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1001"/>
+ <variable name="presence_id" value="1001@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1001"/>
<variable name="effective_caller_id_number" value="1001"/>
Modified: freeswitch/trunk/conf/directory/default/1002.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1002.xml (original)
+++ freeswitch/trunk/conf/directory/default/1002.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1002"/>
+ <variable name="presence_id" value="1002@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1002"/>
<variable name="effective_caller_id_number" value="1002"/>
Modified: freeswitch/trunk/conf/directory/default/1003.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1003.xml (original)
+++ freeswitch/trunk/conf/directory/default/1003.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1003"/>
+ <variable name="presence_id" value="1003@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1003"/>
<variable name="effective_caller_id_number" value="1003"/>
Modified: freeswitch/trunk/conf/directory/default/1004.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1004.xml (original)
+++ freeswitch/trunk/conf/directory/default/1004.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1004"/>
+ <variable name="presence_id" value="1004@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1004"/>
<variable name="effective_caller_id_number" value="1004"/>
Modified: freeswitch/trunk/conf/directory/default/1005.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1005.xml (original)
+++ freeswitch/trunk/conf/directory/default/1005.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1005"/>
+ <variable name="presence_id" value="1005@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1005"/>
<variable name="effective_caller_id_number" value="1005"/>
Modified: freeswitch/trunk/conf/directory/default/1006.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1006.xml (original)
+++ freeswitch/trunk/conf/directory/default/1006.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1006"/>
+ <variable name="presence_id" value="1006@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1006"/>
<variable name="effective_caller_id_number" value="1006"/>
Modified: freeswitch/trunk/conf/directory/default/1007.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1007.xml (original)
+++ freeswitch/trunk/conf/directory/default/1007.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1007"/>
+ <variable name="presence_id" value="1007@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1007"/>
<variable name="effective_caller_id_number" value="1007"/>
Modified: freeswitch/trunk/conf/directory/default/1008.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1008.xml (original)
+++ freeswitch/trunk/conf/directory/default/1008.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1008"/>
+ <variable name="presence_id" value="1008@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1008"/>
<variable name="effective_caller_id_number" value="1008"/>
Modified: freeswitch/trunk/conf/directory/default/1009.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1009.xml (original)
+++ freeswitch/trunk/conf/directory/default/1009.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1009"/>
+ <variable name="presence_id" value="1009@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1009"/>
<variable name="effective_caller_id_number" value="1009"/>
Modified: freeswitch/trunk/conf/directory/default/1010.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1010.xml (original)
+++ freeswitch/trunk/conf/directory/default/1010.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1010"/>
+ <variable name="presence_id" value="1010@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1010"/>
<variable name="effective_caller_id_number" value="1010"/>
Modified: freeswitch/trunk/conf/directory/default/1011.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1011.xml (original)
+++ freeswitch/trunk/conf/directory/default/1011.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1011"/>
+ <variable name="presence_id" value="1011@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1011"/>
<variable name="effective_caller_id_number" value="1011"/>
Modified: freeswitch/trunk/conf/directory/default/1012.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1012.xml (original)
+++ freeswitch/trunk/conf/directory/default/1012.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1012"/>
+ <variable name="presence_id" value="1012@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1012"/>
<variable name="effective_caller_id_number" value="1012"/>
Modified: freeswitch/trunk/conf/directory/default/1013.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1013.xml (original)
+++ freeswitch/trunk/conf/directory/default/1013.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1013"/>
+ <variable name="presence_id" value="1013@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1013"/>
<variable name="effective_caller_id_number" value="1013"/>
Modified: freeswitch/trunk/conf/directory/default/1014.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1014.xml (original)
+++ freeswitch/trunk/conf/directory/default/1014.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1014"/>
+ <variable name="presence_id" value="1014@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1014"/>
<variable name="effective_caller_id_number" value="1014"/>
Modified: freeswitch/trunk/conf/directory/default/1015.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1015.xml (original)
+++ freeswitch/trunk/conf/directory/default/1015.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1015"/>
+ <variable name="presence_id" value="1015@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1015"/>
<variable name="effective_caller_id_number" value="1015"/>
Modified: freeswitch/trunk/conf/directory/default/1016.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1016.xml (original)
+++ freeswitch/trunk/conf/directory/default/1016.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1016"/>
+ <variable name="presence_id" value="1016@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1016"/>
<variable name="effective_caller_id_number" value="1016"/>
Modified: freeswitch/trunk/conf/directory/default/1017.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1017.xml (original)
+++ freeswitch/trunk/conf/directory/default/1017.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1017"/>
+ <variable name="presence_id" value="1017@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1017"/>
<variable name="effective_caller_id_number" value="1017"/>
Modified: freeswitch/trunk/conf/directory/default/1018.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1018.xml (original)
+++ freeswitch/trunk/conf/directory/default/1018.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1018"/>
+ <variable name="presence_id" value="1018@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1018"/>
<variable name="effective_caller_id_number" value="1018"/>
Modified: freeswitch/trunk/conf/directory/default/1019.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1019.xml (original)
+++ freeswitch/trunk/conf/directory/default/1019.xml Sun Dec 16 14:11:13 2007
@@ -4,6 +4,8 @@
<param name="password" value="1234"/>
</params>
<variables>
+ <variable name="accountcode" value="1019"/>
+ <variable name="presence_id" value="1019@$${domain}"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 1019"/>
<variable name="effective_caller_id_number" value="1019"/>
More information about the Freeswitch-trunk
mailing list