search for: message_path

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

Did you mean: message_part
2010 Apr 08
3
long return times from System() calls with 1.6.2.6?
...isk. It almost feels like delay in reading loopback, or running out of available files on the system, or something like that. I'm rebooted, and the problem did not go away. I'm doing really, really innocent 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...