C
C
choodo2015-09-03 23:55:57
Asterisk
choodo, 2015-09-03 23:55:57

How to automate subscriber list update (html file) in Asterisk?

Please tell me the link or the name of the module / plugin / extension / etc for Asterisk, which automatically updates any file (ideally html) of the telephone directory, that is, when creating / editing a new number, the directory file is updated automatically.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
huko, 2015-09-10
@choodo

Run something like this on the server via cron:
asterisk -rx "sip show peers" | awk '{ print $1;}'
and format the output in the format you want.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question