rbrindley: branch rbrindley/features_revamp r4727 - /team/rbrindley/features_...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Apr 8 16:38:53 CDT 2009


Author: rbrindley
Date: Wed Apr  8 16:38:49 2009
New Revision: 4727

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4727
Log:

- added html for dial options, feature options, and seperated call parking options into divs


Modified:
    team/rbrindley/features_revamp/config/features2.html

Modified: team/rbrindley/features_revamp/config/features2.html
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/features_revamp/config/features2.html?view=diff&rev=4727&r1=4726&r2=4727
==============================================================================
--- team/rbrindley/features_revamp/config/features2.html (original)
+++ team/rbrindley/features_revamp/config/features2.html Wed Apr  8 16:38:49 2009
@@ -70,17 +70,26 @@
 		<span class="refresh_icon" >&nbsp;<img src="images/refresh.png" title=" Refresh " border="0" >&nbsp;</span>
 	</div>
 	<div id="right_container" class="container">
-		<div id="dial_options" class="section"> <span class="title">Dial Options</span></div>
+		<div id="dial_options" class="section">
+			<span class="title">Dial Options</span>
+			<div><input type="checkbox" id="dial_t" /> (t-Option) Allow the called party to transfer the calling party by sending the 'Blind Transfer' or 'Attended Transfer' feature maps.</div>
+			<div><input type="checkbox" id="dial_T" /> (T-Option) Allow the calling party to transfer the called party by sending the 'Blind Transfer' or 'Attended Transfer' feature maps.</div>
+			<div><input type="checkbox" id="dial_h" /> (h-Option) Allow the called party to hang up by sending the 'Disconnect' feature map.</div>
+			<div><input type="checkbox" id="dial_H" /> (H-Option) Allow the calling party to hang up by sending the 'Disconnect' feature map.</div>
+			<div><input type="checkbox" id="dial_k" /> (k-Option) Allow the called party to enable parking of the call by sending the 'Call Parking' feature map.</div>
+			<div><input type="checkbox" id="dial_K" /> (K-Option) Allow the calling party to enable parking of the call by sending the 'Call Parking' feature map.</div>
+		</div>
 	</div>
 	<div id="left_container" class="container">
-		<div id="feature_options" class="section"> <span class="title">Feature Options</span></div>
+		<div id="feature_options" class="section">
+			<span class="title">Feature Options</span>
+			<div> Feature Digit Timeout: <input type="text" id="feature_digittimeout" size="4" /></div>
+		</div>
 		<div id="call_parking" class="section">
 			<span class="title">Call Parking</span>
-			<div class="feature disabled">
-				Extension to Dial to Park a call: <input type="text" id="park_exten" size="4"/><br />
-				What Extensions to Park Calls On: <input type="text" id="park_pos" size="10" /> (Ex: '701-720')<br />
-				Number of Seconds a Call can be Parked For: <input type="text" id="park_time" size="2" /><br />
-			</div>
+			<div>Extension to Dial to Park a call: <input type="text" id="park_exten" size="4"/></div>
+			<div>What Extensions to Park Calls On: <input type="text" id="park_pos" size="10" /> (Ex: '701-720')</div>
+			<div>Number of Seconds a Call can be Parked For: <input type="text" id="park_time" size="2" /><br /></div>
 		</div>
 		<div id="feature_map" class="section">
 			<span class="title">Feature Map</span>




More information about the asterisk-gui-commits mailing list