K
K
krll-k2016-12-05 05:39:49
Asterisk
krll-k, 2016-12-05 05:39:49

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()

It doesn't work like this:
[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

1 answer(s)
V
Vladimir, 2016-12-05
@krll-k

"s" is a special extension
that gets it in certain configurations, but not always
"_." - universal

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question