[Asterisk-Users] How to set AbsoluteTimeout for DirectoryApp() ? Is this the safest way?

2006-04-10 Thread Marco Mouta
I have this to access directory of Asterisk:exten = *411,1,Answerexten = *411,2,Wait(1)exten = *411,3,AGI(directory,general,ext-local,${DIRECTORY:0:1}${DIRECTORY_OPTS})exten = *411,4,Playback(vm-goodbye) exten = *411,5,HangupWhich is the safest way to establish an Absolut Timeout for this?exten =

Re: [Asterisk-Users] How to set AbsoluteTimeout for DirectoryApp() ? Is this the safest way?

2006-04-10 Thread Kevin P. Fleming
Marco Mouta wrote: I have this to access directory of Asterisk: exten = *411,1,Answer exten = *411,2,Wait(1) exten = *411,3,AGI(directory,general,ext-local,${DIRECTORY:0:1}${DIRECTORY_OPTS}) exten = *411,4,Playback(vm-goodbye) exten = *411,5,Hangup The Asterisk directory is an