Re: [asterisk-users] error: Autodestruct on dialog

2011-08-06 Thread Mr TrungND
$ds4rĘ°deseiiijp Sent from my Sony Ericsson Xperia neo Kevin P. Fleming kpflem...@digium.com wrote: On 08/05/2011 09:43 AM, Christian Pinedo Zamalloa wrote: Hi all, I need to wait several seconds in h extension. Since Wait application doesn't work in h extension I must use

Re: [asterisk-users] error: Autodestruct on dialog

2011-08-06 Thread Christian Pinedo Zamalloa
I am trying to do a dynamic wrapuptime for a queue. Instead of having to wait always x seconds once an angent has attended succesfully a call, I prefer to give the agent the option to disable his wrapuptime. exten = h,1,PauseQueuemember same = n,System(/bin/sleep 25) same =

[asterisk-users] error: Autodestruct on dialog

2011-08-05 Thread Christian Pinedo Zamalloa
Hi all, I need to wait several seconds in h extension. Since Wait application doesn't work in h extension I must use System in the following way: exten = h,1, same = n,... same = n,System(/bin/sleep 25) same = n,... But when I use this System command in h extension I get the

Re: [asterisk-users] error: Autodestruct on dialog

2011-08-05 Thread Kevin P. Fleming
On 08/05/2011 09:43 AM, Christian Pinedo Zamalloa wrote: Hi all, I need to wait several seconds in h extension. Since Wait application doesn't work in h extension I must use System in the following way: exten = h,1, same = n,... same = n,System(/bin/sleep 25) same =