pari: branch asterisknow r2349 - /branches/asterisknow/config/home.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Feb 19 13:57:39 CST 2008
Author: pari
Date: Tue Feb 19 13:57:39 2008
New Revision: 2349
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2349
Log:
thanks to <[hC]>
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=2349&r1=2348&r2=2349
==============================================================================
--- branches/asterisknow/config/home.html (original)
+++ branches/asterisknow/config/home.html Tue Feb 19 13:57:39 2008
@@ -181,7 +181,8 @@
chs.filename('extensions.conf'); var c = 0;
chs.build_action ( 'delcat', c , mtd, '', '');
chs.build_action ( 'newcat', c , mtd, '', '');
- chs.build_action ( 'append', c , mtd, 'exten', 's,1,set(CALLERID(all)=${IF(${LEN(${CALLERID(num)})} > 6 ? ${CALLERID(all)} : ${ARG2})})' );
+
+ chs.build_action ( 'append', c , mtd, 'exten', 's,1,set(CALLERID(all)=${IF($["${LEN(${CALLERID(num)})}" > "6"]?${CALLERID(all)}:${ARG2})})' );
chs.build_action ( 'append', c , mtd, 'exten', 's,n,Dial(${ARG1})' );
chs.build_action ( 'append', c , mtd, 'exten', 's,n,Goto(s-${DIALSTATUS},1)' );
chs.build_action ( 'append', c , mtd, 'exten', 's-NOANSWER,1,Hangup' );
More information about the asterisk-gui-commits
mailing list