O
O
Ownageax2019-01-15 12:35:13
Asterisk
Ownageax, 2019-01-15 12:35:13

How to make a group call to different numbers on a schedule in Asterisk?

Good afternoon! Please tell me how to make it so that when calling 111 on Monday-Thursday, the call goes to 1299 and on Friday-Sunday the call goes to 2409. At the moment, the call goes to two numbers at once. Thanks in advance!
extensions.conf
exten => 111,1,Answer
exten => 111,n,Queue(111,t)
exten => 111,n,Hangup
queues.conf
[111]
ringinuse=no
strategy = ringall
member => SIP/1299
member => SIP/2409

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Sh, 2019-01-15
@Ownageax

gotoIfTime
zarubochki.ru/asterisk_GotoIfTime

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question