pari: branch 2.0 r3888 - /branches/2.0/config/bulkadd.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Sep 25 15:20:20 CDT 2008
Author: pari
Date: Thu Sep 25 15:20:19 2008
New Revision: 3888
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3888
Log:
Example explaining how to add new users using CSV
Modified:
branches/2.0/config/bulkadd.html
Modified: branches/2.0/config/bulkadd.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/bulkadd.html?view=diff&rev=3888&r1=3887&r2=3888
==============================================================================
--- branches/2.0/config/bulkadd.html (original)
+++ branches/2.0/config/bulkadd.html Thu Sep 25 15:20:19 2008
@@ -162,8 +162,15 @@
<table width='98%' align=center id='table_usersFromCSV'>
<tr><td align=center>
<BR>
- <B>Heads:</B> User<sup>1</sup>,fullname,cid_number, context, hasvoicemail, vmsecret, email, hassip, hasiax, secret<BR>
- 1. 'User' should always be the first column, the remaining fields can be in any order.
+ Paste your new users information as Comma Seperated Variables in the below TextArea.<BR>
+ The first column of your CSV should be the variable heads.<BR>
+ 'User' should always be the first column, the remaining fields can be in any order.<BR>
+ <div style="font-size:120%;margin-left:30px;text-align:left"><pre>
+ For example your CSV text could be something like:<BR>
+ User,fullname,cid_number, hasvoicemail, vmsecret, email, hassip, hasiax, secret
+ 6020,Brandon Kruse, 6020, yes, 010100, bkruse at digium.com , yes, yes, mysecret
+ </pre>
+ </div>
</td></tr>
<tr><td align=center>
<textarea id='ta_ba_csv' rows=10 cols=120></textarea>
@@ -187,5 +194,4 @@
</tr>
</table>
-
</body>
More information about the asterisk-gui-commits
mailing list