search for: ea3f2df0

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

2010 Apr 16
3
Delay the HungUp
Hi, I'm tying to delay the HungUp. I tried this way: exten => h,1,NoOp(Start) exten => h,n,Wait(5) exten => h,n,NoOp(End) exten => h,n,Hangup() but it doesn't work, Any idea? Thanks in advance.