RE: [asterisk-users] Having Trouble With Wait Command in CallbackContext

2007-02-07 Thread Yuan LIU
From:"Robert DeVries" [EMAIL PROTECTED] I am trying to get called back with a DISA dial tone when I call a trigger number. I got it to work almost the way I want, this is the callback context:[callback]exten= 501,1,Congestion() exten= 501,2,Hangup() exten =h,1,System(cp

Re: [asterisk-users] Having Trouble With Wait Command in CallbackContext

2007-02-07 Thread Robert DeVries
I just tried what you suggested - it executes the sleep for 10 seconds, then skips down to the hangup, without copying the call file to begin the callback. However, I then broke the system command into two lines like this: exten =h,1,System(sleep 10) exten =h,2,System(cp