search for: homeautoattend

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

2004 Mar 31
2
Basic Answering Machine Function?
...someone picked up an extension, of course. I haven't seen any predicates for incoming call progress detection, and the Answer predicate, while it says it only answers if the line is ringing, always seems to pickup. Do I need to sprinkle in a ChanIsAvail somehow to detect a call in progress? [HomeAutoAttendant] exten => s,1,Wait,20 ; Let phone ring for 20 seconds exten => s,2,Answer ; If line is ringing, answer, else do nothing exten => s,3,DigitTimeout,5 exten => s,4,ResponseTimeout,10 exten => s,5,BackGround(home-welcome) Thanks for any help. -Jeff Rush -------------- ne...