search for: frontend_asl_english

Displaying 1 result from an estimated 1 matches for "frontend_asl_english".

2010 Jul 12
0
Inconsistent Behavior in SYSTEMSTATUS After System() Call
...xten => s,n,System(test -e ${OVERFLOW_PATH}${DAVEDNIS}.*) exten => s,n,Verbose(System call result was: ${SYSTEMSTATUS}) exten => s,n,ExecIf($[${SYSTEMSTATUS} = SUCCESS]?Playback(${OVERFLOW_PATH}${DAVEDNIS})) exten => s,n,ExecIf($[${SYSTEMSTATUS} = SUCCESS]?HangUp()) exten => s,n,Goto(FrontEnd_ASL_English,s,1) exten => h,1,HangUp We have a series of contexts that ultimately lead to this one (all of which are identical to this, save for a difference in file paths). A good deal of extensions reach these contexts. Our base case is that Asterisk should check for the existence of the file in quest...