Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question