Answer the question
In order to leave comments, you need to log in
How to remove silence from the voice menu in asterisk?
There is a voice menu like "Click on 1 to get to such and such a department or enter an internal number."
Here is a snippet of the config:
exten => 1,1,Goto(otdel1,s,1) ; Делаем переход в контекст первого отдела по нажатию клавиши 1
exten => _XXX,1,Dial(SIP/${EXTEN}) ; Звонок на добавочный
Answer the question
In order to leave comments, you need to log in
indeed, it waits to see if more characters are entered.
win - as an option:
exten => 1,1,Goto(otdel1,s,1) ; Делаем переход в контекст первого отдела по нажатию клавиши 1
exten => _2XX,1,Dial(SIP/${EXTEN}) ; Звонок на добавочный
exten => 2,1,Goto(otdel1,s,1) ; Делаем переход в контекст первого отдела по нажатию клавиши 1
exten => _1XX,1,Dial(SIP/${EXTEN}) ; Звонок на добавочный
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question