search for: astprompt

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

2015 Aug 07
3
compose_func_args: argbuf allocated 4 bytes compose_func_args: argbuf uses 3 bytes
...my first 2 lines are not being executed. The first line being executed is the Set() application, thus line 3. Secondly, the received digits (911) is not the same as the EXTEN (which is set to 91). exten => ivr,n,Set(TIMEOUT(digit)=2) exten => ivr,n,Background(/var/lib/asterisk/sounds/${ASTPROMPT}) exten => _X.,1,NoOp() exten => _X.,n,NoOp(input=${EXTEN}) exten => _X.,n,Set(choice=${EXTEN}) [Aug 7 12:31:26] -- Executing [ivr at pbx-routing:7] Set("SIP/SipAgenT-00000626", "TIMEOUT(digit)=2") in new stack [Aug 7 12:31:26] -- Digit timeout set to 2.0...