rbrindley: branch 2.0 r4967 - /branches/2.0/config/js/pbx.js

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


Author: rbrindley
Date: Mon Jul 13 10:20:42 2009
New Revision: 4967

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

- fixed an issue with 1.6 where Record wasn't saving the file

(closes issue #15247)
Reported by: hterag


Modified:
    branches/2.0/config/js/pbx.js

Modified: branches/2.0/config/js/pbx.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/pbx.js?view=diff&rev=4967&r1=4966&r2=4967
==============================================================================
--- branches/2.0/config/js/pbx.js (original)
+++ branches/2.0/config/js/pbx.js Mon Jul 13 10:20:42 2009
@@ -85,6 +85,9 @@
 					'exten=play_file,n,Playback(${var1})',
 					'exten=play_file,n,Hangup'
 				];
+				if (sessionData.PLATFORM.isAST_1_6) {
+					check_For_Contexts[ASTGUI.contexts.guitools][4] = 'exten=record_vmenu,n,Record(${var1},0,500,k)';
+				}
 		
 				check_For_Contexts[ 'macro-' + ASTGUI.contexts.dialtrunks ] = [
 					// "; Macro by =  Brandon Kruse <bkruse at digium.com> & Matthew O'Gorman mogorman at digium.com",




More information about the asterisk-gui-commits mailing list