search for: ignorepath

Displaying 2 results from an estimated 2 matches for "ignorepath".

Did you mean: ignorepat
2005 Jun 07
0
X100P long delay before dial
...-extensions] exten => s,1,Dial(${ARG1},20) exten => s,2,Voicemail2(u${ARG2}) exten => s,102,Voicemail2(b${ARG2}) exten => s,103,Hangup [home] include=>tozap exten => 2201,1,Macro(extensions,${PHONE1},${PHONE1VM}) exten => 2202,1,Macro(extensions,${PHONE2},${PHONE2VM}) [tozap] ignorepath => 9 exten => _9XXXXXXX,1,Dial(${LINE1}/9WW${EXTEN:1},90,rt) ; is 9 and a second wait for dialing tone from the legacy PBX central, then the number. exten => _9XXXXXXX,2,Congestion I don't know why yet, but when dialing any matching string I get busy tone. if I change the stanza to:...
2007 Nov 23
3
CopyHandler and hidden files?
Hello, I was wondering whether the CopyHandler plugin works with hidden files like .htaccess? I have an .htaccess under src/ and another one under src/code/, but they won''t be copied to output/. My config.yaml is: File/CopyHandler: paths: [''**/*.css'', ''**/*.js'', ''**/*.jpg'', ''**/*.png'',