[asterisk-users] Is this Asterisk issue of feature

virendra bhati virbhati at gmail.com
Thu May 26 05:45:31 CDT 2011


Hi List,

I am confuse about this feature.
When we use Wait(20)  in active call session then it's work. But when we use
after hangup the call then Asterisk don't wait from define time.

Ex:-

[call_log]

exten => 4368,1,Answer()
exten => 4368,n,Flite("Welcome")
exten => 4368,n,Set(__StartTime=${STRFTIME(${EPOCH},Asia/Calcutta,%Y-%m-%d
%H:%M:%S)})
exten => 4368,n,Set(__uniqueId=${UNIQUEID})
*exten => 4368,n,Wait(20)* *; At this moment it's work.*
exten => 4368,n,Hangup()


exten => h,1,NoOp(*******************Now wait(20) wouldn't work
***************** )
exten => h,n,Wait(20)     *  ; At this moment it's not work.*
exten => h,n,NoOp(*******************never come  into execution
******************)

-----
Thanks and regards

 Virendra Bhati
+91-9172341457
Asterisk Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110526/952ba9f1/attachment.htm>


More information about the asterisk-users mailing list