Been working on this awhile now and still haven't gotten the 1 to accept to function properly. I'm betting I am missing something fairly simple on the macro:
Quote:
[macro-screen]
exten => s,1,Wait(1)
exten => s,2,READ(ACCEPT|press-1-to-be-connected-to-the-caller|1)
exten => s,3,Set(TIMEOUT(response)=5)
exten => 1,1,NoOp(Caller accepted) ; Do not set MACRO_RESULT to anything to connect the caller
exten => i,1,Set(MACRO_RESULT=CONTINUE)
exten => t,1,Set(MACRO_RESULT=CONTINUE)
|
Anyone able to provide additional insight into this minor issue? I have done extensive research and I've attempted to add in the Waitexten but it hasn't functioned as intended in any case (for some reason user input is not working properly). I've also attempted this with an Answer as the first line of the macro for testing purposes (which has no effect).