Displaying 1 result from an estimated 1 matches for "grtg".
Did you mean:
greg
2004 Aug 27
3
Digit detect during a Background() inside a Macro wrongly jumps b ack to the calling context to match digits?
...)
; This is matched when 8 is dialed during macro-6800-interceptor,s,4
exten => _8,1,Playback(welcome)
exten => _8,2,Hangup
[macro-6800-interceptor]
exten => s,1,DigitTimeout,2
exten => s,2,ResponseTimeout,7
exten => s,3,Answer
exten => s,4,Background(autoattendant-ivr/grtg-6)
; Play full after-hours greeting
exten => t,1,Goto(s,1)
exten => i,1,Goto(s,1)
; However, this is never be matched if 8 is dialed during (s,4)
above
exten => _8,1,Playback(typhoon)
exten => _8,2,Hangup
So, why does the DTMF detect jump out to [macro-process-routing] instead...