linux – List of subscribers in a separate file

Question:

I am studying Asterisk and at the moment I have already raised the server on Ubuntu, and I am making calls from / to devices. I am interested in the question: is it possible in some way to form a list of subscribers in a separate file (not in sip.conf )? More precisely, I want to write a web muzzle in order to enter subscriber numbers and their parameters from the browser, and then save them in a file so as not to climb into sip.conf every time?

Answer:

can

#include "/etc/asterisk/testfor.ael"

https://wiki.asterisk.org/wiki/display/AST/AEL+including+other+files

Scroll to Top