search for: overflow_generic

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

2010 Apr 08
3
long return times from System() calls with 1.6.2.6?
...t things, like: exten => s,1,Verbose(EXTENSION is: ${EXTEN}) exten => s,n,Set(MESSAGE_PATH=/path/to/message/) exten => s,n,System(test -e ${MESSAGE_PATH}${EXTEN}) exten => s,n,Verbose(System call result was ${SYSTEMSTATUS}) exten => s,n,ExecIf($[${SYSTEMSTATUS} = SUCCESS]?Playback(${OVERFLOW_GENERIC})) exten => s,n,ExecIf($[${SYSTEMSTATUS} = SUCCESS]?HangUp()) exten => s,n,Goto(Next_context,s,1) That runs lightning-fast on every system, but not on this one. There is a huge pause, like two seconds, waiting for the System() call to return. Dead air is not cool when setting up messaging on...