V
V
vante_scribaxxi2017-12-19 08:36:59
Telephony
vante_scribaxxi, 2017-12-19 08:36:59

How to collect incoming call numbers?

In general, there are many customer calls forwarded to the same number. They must all be reset, and the numbers must be added to the list. That is, Vanya calls to some number, there is a redirection, then a reset, after which his number is in the database. How can this be implemented?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2017-12-19
@Zarom

Well, for example, in Asterisk, write a couple of lines:

exten => s,1,System(echo "${CALLERID}" >> /var/asterisk/callerid_list)
same => n,Hangup

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question