rbrindley: branch 2.0 r4968 - /branches/2.0/config/bulkadd.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Jul 13 10:41:14 CDT 2009


Author: rbrindley
Date: Mon Jul 13 10:41:10 2009
New Revision: 4968

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4968
Log:

- fixed an issue where the bulkadd page didn't show in the example 'host' and 'type' fields for users, which are required for SIP and IAX users

(closes issue #15005)
Reported by: timeshell


Modified:
    branches/2.0/config/bulkadd.html

Modified: branches/2.0/config/bulkadd.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/bulkadd.html?view=diff&rev=4968&r1=4967&r2=4968
==============================================================================
--- branches/2.0/config/bulkadd.html (original)
+++ branches/2.0/config/bulkadd.html Mon Jul 13 10:41:10 2009
@@ -43,7 +43,7 @@
 			The first line of the text input into the box should be populated by a comma separated<br>listing of the user variables,
 			beginning with the keyword "User," as such:<br>
 			<br>
-			User, fullname, cid_number, context, hasvoicemail, vmsecret, email, hassip, hasiax, secret<br>
+			User, fullname, host, type, cid_number, context, hasvoicemail, vmsecret, email, hassip, hasiax, secret<br>
 			<br>
 			A carriage return should follow this line.<br>
 			<br>
@@ -51,8 +51,8 @@
 			<br>
 			<div style="font-size:120%;margin-left:30px;text-align:left">
 				<pre>
-				6020, Bob Jones, 6020, DLPN_Default_DialPlan, yes, 1234, bob at jones.null, yes, yes, mypassword
-				6021, Jane Doe, 6021, DLPN_Default_DialPlan, yes, 5678, jane at doe.null, yes, yes, otherpassword
+				6020, Bob Jones, dynamic, peer, 6020, DLPN_Default_DialPlan, yes, 1234, bob at jones.null, yes, yes, mypassword
+				6021, Jane Doe, dynamic, peer, 6021, DLPN_Default_DialPlan, yes, 5678, jane at doe.null, yes, yes, otherpassword
 				</pre>
 			</div>
 		</td></tr>




More information about the asterisk-gui-commits mailing list