pari: branch asterisknow r2545 -	/branches/asterisknow/config/home.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Mar 13 09:50:38 CDT 2008
    
    
  
Author: pari
Date: Thu Mar 13 09:50:37 2008
New Revision: 2545
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2545
Log:
Fix for BE-424 - Update the trunkdial macro in BE-C.1.4
Modified:
    branches/asterisknow/config/home.html
Modified: branches/asterisknow/config/home.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/home.html?view=diff&rev=2545&r1=2544&r2=2545
==============================================================================
--- branches/asterisknow/config/home.html (original)
+++ branches/asterisknow/config/home.html Thu Mar 13 09:50:37 2008
@@ -242,7 +242,7 @@
 	};
 
 	var checkExtconfig = function (op){
-		if( !op.hasOwnProperty(mtd) || (op[mtd] && !op[mtd][0].beginsWith('exten=s,1,set')) ){
+		if( !op.hasOwnProperty(mtd) || (op[mtd] && !op[mtd][0].beginsWith('exten=s,1,set(CALLERID(all)=${IF($[')) ){
 			updateTrunkDial();
 			return;
 		}
    
    
More information about the asterisk-gui-commits
mailing list