Author: pari
Date: Thu Mar 13 09:50:37 2008
New Revision: 2545
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;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;
}
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
asterisk-gui-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-g
ui-commits
|