pari: branch 2.0 r3922 - in /branches/2.0/config: features.html index.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Sep 29 15:13:28 CDT 2008
Author: pari
Date: Mon Sep 29 15:13:27 2008
New Revision: 3922
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3922
Log:
AA50-2283 - Feature Codes tab is missing an option for Parking feature code
AA50-2284 - Change Dial Options tab text
Modified:
branches/2.0/config/features.html
branches/2.0/config/index.html
Modified: branches/2.0/config/features.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/features.html?view=diff&rev=3922&r1=3921&r2=3922
==============================================================================
--- branches/2.0/config/features.html (original)
+++ branches/2.0/config/features.html Mon Sep 29 15:13:27 2008
@@ -186,6 +186,7 @@
ASTGUI.updateFieldToValue( 'featureMap_blindxfer' , c[FM].getProperty('blindxfer') );
ASTGUI.updateFieldToValue( 'featureMap_disconnect' , c[FM].getProperty('disconnect') );
ASTGUI.updateFieldToValue( 'featureMap_atxfer' , c[FM].getProperty('atxfer') );
+ ASTGUI.updateFieldToValue( 'featureMap_parkcall' , c[FM].getProperty('parkcall') );
ASTGUI.updateFieldToValue( 'parkext' , c[ct].getProperty('parkext') );
ASTGUI.updateFieldToValue( 'parkpos' , c[ct].getProperty('parkpos') );
@@ -194,6 +195,8 @@
ASTGUI.domActions.enableDisableByCheckBox ('chk_featureMap_blindxfer', 'featureMap_blindxfer');
ASTGUI.domActions.enableDisableByCheckBox ('chk_featureMap_disconnect', 'featureMap_disconnect');
ASTGUI.domActions.enableDisableByCheckBox ('chk_featureMap_atxfer', 'featureMap_atxfer');
+ ASTGUI.domActions.enableDisableByCheckBox ('chk_featureMap_parkcall', 'featureMap_parkcall');
+
_$('chk_featureMap_blindxfer').checked = ( ASTGUI.getFieldValue('featureMap_blindxfer') ) ? true : false ;
_$('chk_featureMap_blindxfer').updateStatus();
@@ -201,6 +204,9 @@
_$('chk_featureMap_disconnect').updateStatus();
_$('chk_featureMap_atxfer').checked = ( ASTGUI.getFieldValue('featureMap_atxfer') ) ? true : false ;
_$('chk_featureMap_atxfer').updateStatus();
+
+ _$('chk_featureMap_parkcall').checked = ( ASTGUI.getFieldValue('featureMap_parkcall') ) ? true : false ;
+ _$('chk_featureMap_parkcall').updateStatus();
generate_applicationMap_TRs();
@@ -269,6 +275,14 @@
u.new_action('delete', FM , 'atxfer', '');
}
+ var parkcall_map = ASTGUI.getFieldValue('featureMap_parkcall') ;
+ if( _$('chk_featureMap_parkcall').checked && parkcall_map ){
+ u.new_action('update', FM , 'parkcall', parkcall_map );
+ }else{
+ u.new_action('delete', FM , 'parkcall', '');
+ }
+
+
u.new_action( 'delcat', 'applicationmap' , '', '');
u.new_action( 'newcat', 'applicationmap' , '', '');
@@ -345,6 +359,10 @@
<td> <input size=2 id='featureMap_atxfer'> Attended transfer </td>
</tr>
+ <tr> <td valign=top align=right> <input type=checkbox id='chk_featureMap_parkcall'></td>
+ <td> <input size=2 id='featureMap_parkcall'> Call Parking </td>
+ </tr>
+
</table>
</div>
@@ -376,45 +394,39 @@
<div class='lite_Heading' style='margin-left: -150px'>Dial Options</div>
<table align="center" cellpadding=2 cellspacing=2 border=0>
<tr> <td valign=top align=right> <input type=checkbox id='dialoptions_t'></td>
- <td> (t) Allow the called party to transfer the calling party <BR>
- by sending the DTMF sequence defined in features.conf
+ <td> (t-Option) Allow the called party to transfer the calling party by sending the DTMF sequence defined on the Feature Codes page.</td>
+ </tr>
+
+ <tr><td height=10></td></tr>
+
+ <tr> <td valign=top align=right> <input type=checkbox id='dialoptions_T'></td>
+ <td> (T-Option) Allow the calling party to transfer the called party by sending the DTMF sequence defined on the Feature Codes page.
</td>
</tr>
<tr><td height=10></td></tr>
- <tr> <td valign=top align=right> <input type=checkbox id='dialoptions_T'></td>
- <td> (T) Allow the calling party to transfer the called party <BR>
- by sending the DTMF sequence defined in features.conf
- </td>
- </tr>
-
- <tr><td height=10></td></tr>
-
<tr> <td valign=top align=right> <input type=checkbox id='dialoptions_h'></td>
- <td> (h) Allow the called party to hang up by sending the '*' DTMF digit.</td>
+ <td> (h-Option) Allow the called party to hang up by sending the DTMF sequence defined on the Feature Codes page.</td>
</tr>
<tr><td height=10></td></tr>
<tr><td valign=top align=right> <input type=checkbox id='dialoptions_H'></td>
- <td> (H) Allow the calling party to hang up by hitting the '*' DTMF digit.</td>
+ <td> (H-Option) Allow the calling party to hang up by sending the DTMF sequence defined on the Feature Codes page.</td>
</tr>
<tr><td height=10></td></tr>
<tr><td valign=top align=right> <input type=checkbox id='dialoptions_k'></td>
- <td>(k) Allow the called party to enable parking of the call by sending<BR>
- the DTMF sequence defined for call parking in features.conf.
+ <td>(k-Option) Allow the called party to enable parking of the call by sending the DTMF sequence defined on the Feature Codes page.
</td>
</tr>
<tr><td height=10></td></tr>
<tr><td valign=top align=right> <input type=checkbox id='dialoptions_K'></td>
- <td>(K) Allow the calling party to enable parking of the call by sending<BR>
- the DTMF sequence defined for call parking in features.conf.
- </td>
+ <td>(K-Option) Allow the calling party to enable parking of the call by sending the DTMF sequence defined on the Feature Codes page.</td>
</tr>
</table>
Modified: branches/2.0/config/index.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/index.html?view=diff&rev=3922&r1=3921&r2=3922
==============================================================================
--- branches/2.0/config/index.html (original)
+++ branches/2.0/config/index.html Mon Sep 29 15:13:27 2008
@@ -33,7 +33,7 @@
var sessionData = {
finishedParsing : false,
PLATFORM: {
- isAA50 : false, // AA50
+ isAA50 : true, // AA50
isABE : false, // Asterisk Business Edition
isOSA : false, // plain OpenSource Asterisk
// also look at the 'detectPlatform' function below
More information about the asterisk-gui-commits
mailing list