Answer the question
In order to leave comments, you need to log in
Why does asterisk only work in one of the two cases?
This is how it works:
[incoming]
exten => _7XXXXXXXXXX,1,Answer()
exten => _7XXXXXXXXXX,n,Playback(hello-world)
exten => _7XXXXXXXXXX,n,Hangup()
[incoming]
exten => s,1,Answer()
exten => s,n,Playback(hello-world)
exten => s,n,Hangup()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question