Author: pari
Date: Tue Feb 19 13:57:39 2008
New Revision: 2349
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;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)} : $)})' );
+
+ chs.build_action ( 'append', c , mtd, 'exten',
's,1,set(CALLERID(all)=${IF($["${LEN(${CALLERID(num)})}
" > "6"]?${CALLERID(all)}:$)})' );
chs.build_action ( 'append', c , mtd, 'exten',
's,n,Dial($)' );
chs.build_action ( 'append', c , mtd, 'exten',
's,n,Goto(s-$,1)' );
chs.build_action ( 'append', c , mtd, 'exten',
's-NOANSWER,1,Hangup' );
_______________________________________________
--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
|