Closed PrimerMMM closed 2 years ago
ImportError: No module named asterisk2.ami
Необходимо переименовать каталог с модулем asterisk-ami:
mv /root/astconfman/astconfman/env/lib/python2.7/site-packages/asterisk/ /root/astconfman/astconfman/env/lib/python2.7/site-packages/asterisk2/
Если такого каталога нет - еще раз установить все пакеты:
pip2 install -r /root/astconfman/requirements.txt
(env) root@debian:~/astconfman/astconfman# ./manage.py init
/root/astconfman/env/lib/python2.7/site-packages/flask_sqlalchemy/init.py:873: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning.
'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '
/root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,logs
warnings.warn(text)
/root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,user,logs
warnings.warn(text)
/root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: user
warnings.warn(text)
Traceback (most recent call last):
File "./manage.py", line 8, in
Доброго времени суток! Установка прошла без сучка задоринки, а вот выполнение ./manage.py init ./run.py дало такой результат. Спасибо за помощ.
Результат выполнения pip2 install -r requirements.txt
Successfully built SQLAlchemy flask-admin Flask-BabelEx Flask-Bootstrap Flask-Script blinker python-crontab speaklater asterisk-ami alembic visitor Flask-Principal Flask-Mail Installing collected packages: pytz, Babel, itsdangerous, click, MarkupSafe, Jinja2, Werkzeug, Flask, SQLAlchemy, WTForms, flask-admin, speaklater, Flask-BabelEx, dominate, visitor, Flask-Bootstrap, Flask-SQLAlchemy, Flask-WTF, Flask-Script, Mako, python-editor, alembic, Flask-Migrate, passlib, blinker, Flask-Principal, Flask-Mail, Flask-Login, Flask-Security, greenlet, gevent, six, transliterate, python-dateutil, python-crontab, asterisk-ami, idna, dnspython, email-validator Successfully installed Babel-2.9.1 Flask-0.12.4 Flask-BabelEx-0.9.4 Flask-Bootstrap-3.3.7.1 Flask-Login-0.5.0 Flask-Mail-0.9.1 Flask-Migrate-2.7.0 Flask-Principal-0.4.0 Flask-SQLAlchemy-2.5.1 Flask-Script-2.0.6 Flask-Security-3.0.0 Flask-WTF-0.14.3 Jinja2-2.11.3 Mako-1.1.6 MarkupSafe-1.1.1 SQLAlchemy-1.2.0b3 WTForms-2.3.3 Werkzeug-0.11.10 alembic-0.8.6 asterisk-ami-0.1.6 blinker-1.4 click-7.1.2 dnspython-1.16.0 dominate-2.6.0 email-validator-1.1.3 flask-admin-1.3.0 gevent-1.2.2 greenlet-1.1.2 idna-2.10 itsdangerous-1.1.0 passlib-1.7.4 python-crontab-2.6.0 python-dateutil-2.8.2 python-editor-1.0.4 pytz-2021.3 six-1.16.0 speaklater-1.3 transliterate-1.10.2 visitor-0.1.3
client.login(username='conf',secret='7890ec8ff2955ec70a1b390b62f023da')
socket.error: [Errno 111] Connection refused
Для определения говорящего абонента я использовал AMI - в твой конфиг по адресу /etc/asterisk/manager.conf надо добавить имя пользователя и пароль для доступа(образец в папке asterisk_etc/manager.conf). Можно использовать представленые мной или изменить файл views.py добавив свои.
(env) root@debian:~/astconfman# cd astconfman (env) root@debian:~/astconfman/astconfman# ./manage.py init /root/astconfman/env/lib/python2.7/site-packages/flask_sqlalchemy/init.py:873: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and ' /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,logs warnings.warn(text) /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,user,logs warnings.warn(text) /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: user warnings.warn(text) (env) root@debian:~/astconfman/astconfman# ./run.py /root/astconfman/env/lib/python2.7/site-packages/flask_sqlalchemy/init.py:873: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and ' /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,logs warnings.warn(text) /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,user,logs warnings.warn(text) /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: user warnings.warn(text)
Файл заменил Астер ребутнул....как то так :-( вебморда молчит
Раньше sqlalchemy так не ругался - завтра проверю на какой версии работает боевой сервер, возможно регрессия в апстриме.
На Fri, 17 Dec 2021 12:47:16 -0800, PrimerMMM писал:
(env) @.:~/astconfman# cd astconfman (env) @.:~/astconfman/astconfman# ./manage.py init /root/astconfman/env/lib/python2.7/site-packages/flask_sqlalchemy/init.py:873: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and ' /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,logs warnings.warn(text) /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,user,logs warnings.warn(text) /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: user warnings.warn(text) (env) @.***:~/astconfman/astconfman# ./run.py /root/astconfman/env/lib/python2.7/site-packages/flask_sqlalchemy/init.py:873: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and ' /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,logs warnings.warn(text) /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,user,logs warnings.warn(text) /root/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: user warnings.warn(text)
Файл заменил Астер ребутнул....как то так :-( вебморда молчит
--
При запросе localhost:5000 на машине с запущеным run.py в консоль должно выходить:
127.0.0.1 - - [2021-12-18 10:49:14] "GET / HTTP/1.0" 200 3639 0.356634
Можешь проверить подключение вот так:
python2 ./run.py &
wget localhost:5000
При удачном подключении будет создан файл index.html с содержанием страницы авторизации.
Я правильно понял что астериск запущен на виртуалке?
@.:~/astconfman/astconfman# python2 ./run.py &
[1] 598
@.:~/astconfman/astconfman# Traceback (most recent call last):
File "./run.py", line 3, in
[1]+ Вихід 1 python2 ./run.py @.***:~/astconfman/astconfman# wget localhost:5000 --2021-12-18 09:19:09-- http://localhost:5000/ Визначення назви localhost (localhost)... ::1, 127.0.0.1 Встановлення з'єднання з localhost (localhost)|::1|:5000... невдача: У з'єднанні відмовлено. Встановлення з'єднання з localhost (localhost)|127.0.0.1|:5000... з’єднано. HTTP-запит надіслано, очікуємо на відповідь… 200 OK Довжина: 3425 (3,3K) [text/html] Зберігаємо до `index.html'
index.html 100%[=================================================================================================================================================================>] 3,34K --.-KB/s за 0s
2021-12-18 09:19:09 (237 MB/s) - `index.html' збережено [3425/3425]
Привет! Да, Астер на виртуалке VirtualBox, Debian11
сб, 18 дек. 2021 г. в 08:57, Ivan Samokhin @.***>:
При запросе localhost:5000 на машине с запущеным run.py в консоль должно выходить:
127.0.0.1 - - [2021-12-18 10:49:14] "GET / HTTP/1.0" 200 3639 0.356634
Можешь проверить подключение вот так:
python2 ./run.py &
wget localhost:5000
При удачном подключении будет создан файл index.html с содержанием страницы авторизации.
Я правильно понял что астериск запущен на виртуалке?
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997157396, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWNCU54ELOPOO47JHI3URQWEXANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
2021-12-18 09:19:09 (237 MB/s) - `index.html' збережено [3425/3425
Веб сервер на виртуалке запущен. Найди в интернете инструкцию как пробросить порт в виртуалбоксе и настрой его на порт 5000 TCP
На Fri, 17 Dec 2021 23:29:01 -0800, PrimerMMM писал:
@.:~/astconfman/astconfman# python2 ./run.py & [1] 598 @.:~/astconfman/astconfman# Traceback (most recent call last): File "./run.py", line 3, in
from gevent.wsgi import WSGIServer ImportError: No module named gevent.wsgi [1]+ Вихід 1 python2 ./run.py @.***:~/astconfman/astconfman# wget localhost:5000 --2021-12-18 09:19:09-- http://localhost:5000/ Визначення назви localhost (localhost)... ::1, 127.0.0.1 Встановлення з'єднання з localhost (localhost)|::1|:5000... невдача: У з'єднанні відмовлено. Встановлення з'єднання з localhost (localhost)|127.0.0.1|:5000... з’єднано. HTTP-запит надіслано, очікуємо на відповідь… 200 OK Довжина: 3425 (3,3K) [text/html] Зберігаємо до `index.html'
index.html
100%[=================================================================================================================================================================>] 3,34K --.-KB/s за 0s
2021-12-18 09:19:09 (237 MB/s) - `index.html' збережено [3425/3425]
Привет! Да, Астер на виртуалке VirtualBox, Debian11
сб, 18 дек. 2021 г. в 08:57, Ivan Samokhin @.***>:
При запросе localhost:5000 на машине с запущеным run.py в консоль должно выходить:
127.0.0.1 - - [2021-12-18 10:49:14] "GET / HTTP/1.0" 200 3639 0.356634
Можешь проверить подключение вот так:
python2 ./run.py &
wget localhost:5000
При удачном подключении будет создан файл index.html с содержанием страницы авторизации.
Я правильно понял что астериск запущен на виртуалке?
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997157396, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWNCU54ELOPOO47JHI3URQWEXANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
--
Хм. У меня там мостовое соединение, порты под NATом пробрасываются. Может я ошибаюсь?
сб, 18 дек. 2021 г. в 12:29, Ivan Samokhin @.***>:
2021-12-18 09:19:09 (237 MB/s) - `index.html' збережено [3425/3425
Веб сервер на виртуалке запущен. Найди в интернете инструкцию как пробросить порт в виртуалбоксе и настрой его на порт 5000 TCP
На Fri, 17 Dec 2021 23:29:01 -0800, PrimerMMM писал:
@.:~/astconfman/astconfman# python2 ./run.py & [1] 598 @.:~/astconfman/astconfman# Traceback (most recent call last): File "./run.py", line 3, in
from gevent.wsgi import WSGIServer ImportError: No module named gevent.wsgi [1]+ Вихід 1 python2 ./run.py @.***:~/astconfman/astconfman# wget localhost:5000 --2021-12-18 09:19:09-- http://localhost:5000/ Визначення назви localhost (localhost)... ::1, 127.0.0.1 Встановлення з'єднання з localhost (localhost)|::1|:5000... невдача: У з'єднанні відмовлено. Встановлення з'єднання з localhost (localhost)|127.0.0.1|:5000... з’єднано. HTTP-запит надіслано, очікуємо на відповідь… 200 OK Довжина: 3425 (3,3K) [text/html] Зберігаємо до `index.html'
index.html
100%[=================================================================================================================================================================>] 3,34K --.-KB/s за 0s
2021-12-18 09:19:09 (237 MB/s) - `index.html' збережено [3425/3425]
Привет! Да, Астер на виртуалке VirtualBox, Debian11
сб, 18 дек. 2021 г. в 08:57, Ivan Samokhin @.***>:
При запросе localhost:5000 на машине с запущеным run.py в консоль должно выходить:
127.0.0.1 - - [2021-12-18 10:49:14] "GET / HTTP/1.0" 200 3639 0.356634
Можешь проверить подключение вот так:
python2 ./run.py &
wget localhost:5000
При удачном подключении будет создан файл index.html с содержанием страницы авторизации.
Я правильно понял что астериск запущен на виртуалке?
— Reply to this email directly, view it on GitHub < https://github.com/litnimax/astconfman/issues/70#issuecomment-997157396>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AW4RWWNCU54ELOPOO47JHI3URQWEXANCNFSM5J7EEQCQ
. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
You are receiving this because you authored the thread.Message ID: @.***>
--
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997182416, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWIAQZMBXMUJWEQCIKDURRPCLANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Самая простая проверка доступности порта - подключится через telnet. Работает одинаково на Windows и Linux.
telnet IP-на-твоей-виртуалке 5000
Должно установится соединение и при отправке GET /
прилетит текст.
Если ошибка таймаута или сразу сброс проверяй настройки виртуалбокса.
C:\Windows\System32>telnet 192.168.0.105 5000 Connecting To 192.168.0.105...Could not open connection to the host, on port 5000: Connect failed
Просканировал порты. Открыты 22, 2000. Порт 5000 ни одно приложение не слушает, файервол, по умолчаеию, в Debian отключен.....опускаються руки.
В файле astconfman/astconfman/config.py измени LISTEN_ADDRESS = '127.0.0.1' на LISTEN_ADDRESS = '0.0.0.0' и перезапусти программу.
killall -9 python2
cd astconfman
source env/bin/activate
./run.py
Уже сам забыл что по умолчанию стоял локалхост в настройках - на будущее исправил.
ЗААААААРРРРРРАААААБОТАЛАААААААА!!!!!!!! Спасибо тебе Добрый человек! Со своей стороны хочу оказать помощь проекту. По моей просьбе добрые люди допилили морду конференции. В моем варианте все участники конференции уже на экране в виде транспорантов красного цвета с именем абонента после "Пригласить всех участников" транспарант абонента, если он вошел в конференцию, становиться зеленым. Архи удобно и наглядно. Еще раз спасибо. С уважением, Николай.
сб, 18 дек. 2021 г. в 18:35, Ivan Samokhin @.***>:
В файле astconfman/astconfman/config.py измени LISTEN_ADDRESS = '127.0.0.1' на LISTEN_ADDRESS = '0.0.0.0' и перезапусти программу.
cd astconfman
source env/bin/activate
./run.py
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997227532, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWJS67Q2IPX2ETZLYUTURSZ63ANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Отлично. Такая фича пригодится в работе. Ждем пулл-реквест.
На Sun, 19 Dec 2021 00:42:56 -0800, PrimerMMM писал:
ЗААААААРРРРРРАААААБОТАЛАААААААА!!!!!!!! Спасибо тебе Добрый человек! Со своей стороны хочу оказать помощь проекту. По моей просьбе добрые люди допилили морду конференции. В моем варианте все участники конференции уже на экране в виде транспорантов красного цвета с именем абонента после "Пригласить всех участников" транспарант абонента, если он вошел в конференцию, становиться зеленым. Архи удобно и наглядно. Еще раз спасибо. С уважением, Николай.
сб, 18 дек. 2021 г. в 18:35, Ivan Samokhin @.***>:
В файле astconfman/astconfman/config.py измени LISTEN_ADDRESS = '127.0.0.1' на LISTEN_ADDRESS = '0.0.0.0' и перезапусти программу.
cd astconfman
source env/bin/activate
./run.py
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997227532, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWJS67Q2IPX2ETZLYUTURSZ63ANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
--
вс, 19 дек. 2021 г. в 11:02, Ivan Samokhin @.***>:
Отлично. Такая фича пригодится в работе. Ждем пулл-реквест.
На Sun, 19 Dec 2021 00:42:56 -0800, PrimerMMM писал:
ЗААААААРРРРРРАААААБОТАЛАААААААА!!!!!!!! Спасибо тебе Добрый человек! Со своей стороны хочу оказать помощь проекту. По моей просьбе добрые люди допилили морду конференции. В моем варианте все участники конференции уже на экране в виде транспорантов красного цвета с именем абонента после "Пригласить всех участников" транспарант абонента, если он вошел в конференцию, становиться зеленым. Архи удобно и наглядно. Еще раз спасибо. С уважением, Николай.
сб, 18 дек. 2021 г. в 18:35, Ivan Samokhin @.***>:
В файле astconfman/astconfman/config.py измени LISTEN_ADDRESS = '127.0.0.1' на LISTEN_ADDRESS = '0.0.0.0' и перезапусти программу.
cd astconfman
source env/bin/activate
./run.py
— Reply to this email directly, view it on GitHub < https://github.com/litnimax/astconfman/issues/70#issuecomment-997227532>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AW4RWWJS67Q2IPX2ETZLYUTURSZ63ANCNFSM5J7EEQCQ
. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
You are receiving this because you authored the thread.Message ID: @.***>
--
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997353430, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWJJZVDIG62H6VQCIYDURWNTFANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Высылаю свою, доработанную версию. Удалены база и лого. У меня прикручен к asterisk-13.38.3
вт, 21 дек. 2021 г. в 14:27, Nik Mmm @.***>:
вс, 19 дек. 2021 г. в 11:02, Ivan Samokhin @.***>:
Отлично. Такая фича пригодится в работе. Ждем пулл-реквест.
На Sun, 19 Dec 2021 00:42:56 -0800, PrimerMMM писал:
ЗААААААРРРРРРАААААБОТАЛАААААААА!!!!!!!! Спасибо тебе Добрый человек! Со своей стороны хочу оказать помощь проекту. По моей просьбе добрые люди допилили морду конференции. В моем варианте все участники конференции уже на экране в виде транспорантов красного цвета с именем абонента после "Пригласить всех участников" транспарант абонента, если он вошел в конференцию, становиться зеленым. Архи удобно и наглядно. Еще раз спасибо. С уважением, Николай.
сб, 18 дек. 2021 г. в 18:35, Ivan Samokhin @.***>:
В файле astconfman/astconfman/config.py измени LISTEN_ADDRESS = '127.0.0.1' на LISTEN_ADDRESS = '0.0.0.0' и перезапусти программу.
cd astconfman
source env/bin/activate
./run.py
— Reply to this email directly, view it on GitHub < https://github.com/litnimax/astconfman/issues/70#issuecomment-997227532>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AW4RWWJS67Q2IPX2ETZLYUTURSZ63ANCNFSM5J7EEQCQ
. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
You are receiving this because you authored the thread.Message ID: @.***>
--
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997353430, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWJJZVDIG62H6VQCIYDURWNTFANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Добрый вечер Иван! Мой Астконфман пашет за что респект огромный! Но в логи бредит. По моему скудоумному заключению бока с правами, и что от кого стартует и работает. Астериск от юзера Астериск итд. Вот кусок лога. Буду признателен за помощ. Да, подскажи какие модули Астериска можно отключить без вреда Аstconfman?
[Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73419: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73491: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73502: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73511: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73521: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73531: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73541: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73551: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73563: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73571: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73582: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73591: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73601: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73611: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73621: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73631: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73643: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73651: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73661: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73671: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73681: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73690: Operation not permitted [Dec 23 15:56:01] NOTICE[1635] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:01] NOTICE[1635] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73419: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73491: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73502: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73511: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73521: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73531: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73541: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73551: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73563: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73571: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73582: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73591: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73601: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73611: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73631: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73643: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73651: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73661: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73671: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73681: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73690: Operation not permitted [Dec 23 15:56:15] NOTICE[1777] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1777] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1799] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1799] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1798] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1798] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1787] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1787] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1784] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1784] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1779] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1779] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1783] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1783] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:29] NOTICE[1641][C-00000042] pbx_spool.c: Call completed to @. [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73491: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73511: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73521: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73551: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73571: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73582: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73591: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73601: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73611: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73631: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73643: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73651: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73661: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73690: Operation not permitted [Dec 23 15:56:30] NOTICE[1863] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1863] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1864] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1864] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1860] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1860] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1865] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1865] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1856] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1856] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1853] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1853] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1851] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1851] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1861] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1861] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1862] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1862] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1852] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1852] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1858] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1858] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1854] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1854] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1850] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1850] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1859] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1859] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:00] NOTICE[1623] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:00] NOTICE[1623] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:14] NOTICE[1788] pbx_spool.c: Call failed to go through, reason (8) Congestion (circuits busy) [Dec 23 15:57:14] NOTICE[1788] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1794] pbx_spool.c: Call failed to go through, reason (8) Congestion (circuits busy) [Dec 23 15:57:15] NOTICE[1794] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1791] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1791] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1778] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1778] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1781] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1781] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1780] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1780] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1792] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1792] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1793] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1793] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1796] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1796] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1800] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1800] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1790] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1790] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1795] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1795] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1797] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1797] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:17] NOTICE[1639][C-0000002a] pbx_spool.c: Call completed to @. [Dec 23 15:57:21] NOTICE[1637][C-0000001e] pbx_spool.c: Call completed to @. [Dec 23 15:57:27] NOTICE[1630][C-00000021] pbx_spool.c: Call completed to @. [Dec 23 15:57:41] NOTICE[1619][C-00000028] pbx_spool.c: Call completed to @. [Dec 23 15:57:43] NOTICE[1620][C-00000022] pbx_spool.c: Call completed to @. [Dec 23 15:57:50] NOTICE[1625][C-00000054] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1618][C-00000044] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1614][C-00000045] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1642][C-00000043] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1640][C-00000020] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1628][C-00000029] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1616][C-00000023] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1634][C-0000002c] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1632][C-00000025] pbx_spool.c: Call completed to @. [Dec 23 15:57:53] NOTICE[1638][C-0000001f] pbx_spool.c: Call completed to @. [Dec 23 15:57:53] NOTICE[1631][C-00000026] pbx_spool.c: Call completed to @. [Dec 23 15:57:53] NOTICE[1643][C-00000027] pbx_spool.c: Call completed to @. [Dec 23 15:57:53] NOTICE[1626][C-00000024] pbx_spool.c: Call completed to @. [Dec 23 15:57:56] NOTICE[1627][C-0000002b] pbx_spool.c: Call completed to @. [Dec 23 16:00:16] WARNING[2027][C-00000059] chan_sip.c: Purely numeric hostname (735), and not a peer--rejecting! [Dec 23 16:00:16] WARNING[2027][C-00000059] app_dial.c: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent) [Dec 23 16:00:33] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73551: Operation not permitted [Dec 23 16:00:33] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73571: Operation not permitted [Dec 23 16:00:33] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73611: Operation not permitted [Dec 23 16:00:33] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73651: Operation not permitted [Dec 23 16:00:48] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73551: Operation not permitted [Dec 23 16:00:48] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73571: Operation not permitted [Dec 23 16:00:48] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73611: Operation not permitted [Dec 23 16:00:48] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73651: Operation not permitted [Dec 23 16:00:48] NOTICE[2077] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 16:00:48] NOTICE[2077] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 16:01:03] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73551: Operation not permitted [Dec 23 16:01:03] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73571: Operation not permitted [Dec 23 16:01:03] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73651: Operation not permitted [Dec 23 16:01:03] NOTICE[2091] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 16:01:03] NOTICE[2091] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 16:01:03] NOTICE[2093] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 16:01:03] NOTICE[2093] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 16:01:03] NOTICE[2092] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 16:01:03] NOTICE[2092] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 16:01:13] NOTICE[2035][C-00000061] pbx_spool.c: Call completed to @. [Dec 23 16:01:14] NOTICE[2037][C-00000066] pbx_spool.c: Call completed to @. [Dec 23 16:01:15] NOTICE[2039][C-0000005f] pbx_spool.c: Call completed to @. [Dec 23 16:01:15] NOTICE[2033][C-00000060] pbx_spool.c: Call completed to @. [Dec 23 16:01:33] NOTICE[2078][C-0000006b] pbx_spool.c: Call completed to @. [Dec 23 16:01:33] NOTICE[2076][C-0000006a] pbx_spool.c: Call completed to @. [Dec 23 16:01:36] NOTICE[2075][C-0000006c] pbx_spool.c: Call completed to @.
чт, 23 дек. 2021 г. в 13:27, Nik Mmm @.***>:
Высылаю свою, доработанную версию. Удалены база и лого. У меня прикручен к asterisk-13.38.3
вт, 21 дек. 2021 г. в 14:27, Nik Mmm @.***>:
вс, 19 дек. 2021 г. в 11:02, Ivan Samokhin @.***>:
Отлично. Такая фича пригодится в работе. Ждем пулл-реквест.
На Sun, 19 Dec 2021 00:42:56 -0800, PrimerMMM писал:
ЗААААААРРРРРРАААААБОТАЛАААААААА!!!!!!!! Спасибо тебе Добрый человек! Со своей стороны хочу оказать помощь проекту. По моей просьбе добрые люди допилили морду конференции. В моем варианте все участники конференции уже на экране в виде транспорантов красного цвета с именем абонента после "Пригласить всех участников" транспарант абонента, если он вошел в конференцию, становиться зеленым. Архи удобно и наглядно. Еще раз спасибо. С уважением, Николай.
сб, 18 дек. 2021 г. в 18:35, Ivan Samokhin @.***>:
В файле astconfman/astconfman/config.py измени LISTEN_ADDRESS = '127.0.0.1' на LISTEN_ADDRESS = '0.0.0.0' и перезапусти программу.
cd astconfman
source env/bin/activate
./run.py
— Reply to this email directly, view it on GitHub < https://github.com/litnimax/astconfman/issues/70#issuecomment-997227532 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AW4RWWJS67Q2IPX2ETZLYUTURSZ63ANCNFSM5J7EEQCQ
. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
You are receiving this because you authored the thread.Message ID: @.***>
--
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997353430, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWJJZVDIG62H6VQCIYDURWNTFANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
@.***:~# ls -l /var/spool/ загалом 12 drwxr-xr-x 10 asterisk asterisk 4096 гру 20 21:22 asterisk drwxr-xr-x 3 root root 4096 гру 20 20:54 cron lrwxrwxrwx 1 root root 7 гру 20 20:54 mail -> ../mail drwx------ 2 root root 4096 лют 17 2021 rsyslog
чт, 23 дек. 2021 г. в 16:51, Nik Mmm @.***>:
Добрый вечер Иван! Мой Астконфман пашет за что респект огромный! Но в логи бредит. По моему скудоумному заключению бока с правами, и что от кого стартует и работает. Астериск от юзера Астериск итд. Вот кусок лога. Буду признателен за помощ. Да, подскажи какие модули Астериска можно отключить без вреда Аstconfman?
[Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73419: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73491: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73502: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73511: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73521: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73531: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73541: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73551: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73563: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73571: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73582: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73591: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73601: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73611: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73621: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73631: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73643: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73651: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73661: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73671: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73681: Operation not permitted [Dec 23 15:56:00] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73690: Operation not permitted [Dec 23 15:56:01] NOTICE[1635] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:01] NOTICE[1635] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73419: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73491: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73502: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73511: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73521: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73531: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73541: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73551: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73563: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73571: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73582: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73591: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73601: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73611: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73631: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73643: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73651: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73661: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73671: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73681: Operation not permitted [Dec 23 15:56:15] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73690: Operation not permitted [Dec 23 15:56:15] NOTICE[1777] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1777] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1799] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1799] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1798] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1798] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1787] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1787] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1784] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1784] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1779] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1779] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:15] NOTICE[1783] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:15] NOTICE[1783] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:29] NOTICE[1641][C-00000042] pbx_spool.c: Call completed to @. [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73491: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73511: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73521: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73551: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73571: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73582: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73591: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73601: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73611: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73631: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73643: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73651: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73661: Operation not permitted [Dec 23 15:56:30] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/200.73690: Operation not permitted [Dec 23 15:56:30] NOTICE[1863] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1863] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1864] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1864] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1860] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1860] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1865] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1865] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1856] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1856] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1853] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1853] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1851] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1851] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1861] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1861] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1862] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1862] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1852] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1852] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1858] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1858] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1854] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1854] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1850] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1850] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:56:30] NOTICE[1859] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 15:56:30] NOTICE[1859] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:00] NOTICE[1623] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:00] NOTICE[1623] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:14] NOTICE[1788] pbx_spool.c: Call failed to go through, reason (8) Congestion (circuits busy) [Dec 23 15:57:14] NOTICE[1788] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1794] pbx_spool.c: Call failed to go through, reason (8) Congestion (circuits busy) [Dec 23 15:57:15] NOTICE[1794] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1791] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1791] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1778] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1778] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1781] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1781] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1780] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1780] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1792] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1792] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1793] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1793] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1796] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1796] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1800] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1800] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1790] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1790] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1795] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1795] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:15] NOTICE[1797] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1797] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 15:57:17] NOTICE[1639][C-0000002a] pbx_spool.c: Call completed to @. [Dec 23 15:57:21] NOTICE[1637][C-0000001e] pbx_spool.c: Call completed to @. [Dec 23 15:57:27] NOTICE[1630][C-00000021] pbx_spool.c: Call completed to @. [Dec 23 15:57:41] NOTICE[1619][C-00000028] pbx_spool.c: Call completed to @. [Dec 23 15:57:43] NOTICE[1620][C-00000022] pbx_spool.c: Call completed to @. [Dec 23 15:57:50] NOTICE[1625][C-00000054] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1618][C-00000044] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1614][C-00000045] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1642][C-00000043] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1640][C-00000020] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1628][C-00000029] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1616][C-00000023] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1634][C-0000002c] pbx_spool.c: Call completed to @. [Dec 23 15:57:51] NOTICE[1632][C-00000025] pbx_spool.c: Call completed to @. [Dec 23 15:57:53] NOTICE[1638][C-0000001f] pbx_spool.c: Call completed to @. [Dec 23 15:57:53] NOTICE[1631][C-00000026] pbx_spool.c: Call completed to @. [Dec 23 15:57:53] NOTICE[1643][C-00000027] pbx_spool.c: Call completed to @. [Dec 23 15:57:53] NOTICE[1626][C-00000024] pbx_spool.c: Call completed to @. [Dec 23 15:57:56] NOTICE[1627][C-0000002b] pbx_spool.c: Call completed to @. [Dec 23 16:00:16] WARNING[2027][C-00000059] chan_sip.c: Purely numeric hostname (735), and not a peer--rejecting! [Dec 23 16:00:16] WARNING[2027][C-00000059] app_dial.c: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent) [Dec 23 16:00:33] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73551: Operation not permitted [Dec 23 16:00:33] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73571: Operation not permitted [Dec 23 16:00:33] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73611: Operation not permitted [Dec 23 16:00:33] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73651: Operation not permitted [Dec 23 16:00:48] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73551: Operation not permitted [Dec 23 16:00:48] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73571: Operation not permitted [Dec 23 16:00:48] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73611: Operation not permitted [Dec 23 16:00:48] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73651: Operation not permitted [Dec 23 16:00:48] NOTICE[2077] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 16:00:48] NOTICE[2077] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 16:01:03] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73551: Operation not permitted [Dec 23 16:01:03] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73571: Operation not permitted [Dec 23 16:01:03] WARNING[1500] pbx_spool.c: Unable to set utime on /var/spool/asterisk/outgoing/73571.73651: Operation not permitted [Dec 23 16:01:03] NOTICE[2091] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 16:01:03] NOTICE[2091] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 16:01:03] NOTICE[2093] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 16:01:03] NOTICE[2093] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 16:01:03] NOTICE[2092] pbx_spool.c: Call failed to go through, reason (5) Remote end is Busy [Dec 23 16:01:03] NOTICE[2092] pbx_spool.c: Queued call to @. expired without completion after 0 attempts [Dec 23 16:01:13] NOTICE[2035][C-00000061] pbx_spool.c: Call completed to @. [Dec 23 16:01:14] NOTICE[2037][C-00000066] pbx_spool.c: Call completed to @. [Dec 23 16:01:15] NOTICE[2039][C-0000005f] pbx_spool.c: Call completed to @. [Dec 23 16:01:15] NOTICE[2033][C-00000060] pbx_spool.c: Call completed to @. [Dec 23 16:01:33] NOTICE[2078][C-0000006b] pbx_spool.c: Call completed to @. [Dec 23 16:01:33] NOTICE[2076][C-0000006a] pbx_spool.c: Call completed to @. [Dec 23 16:01:36] NOTICE[2075][C-0000006c] pbx_spool.c: Call completed to @.
чт, 23 дек. 2021 г. в 13:27, Nik Mmm @.***>:
Высылаю свою, доработанную версию. Удалены база и лого. У меня прикручен к asterisk-13.38.3
вт, 21 дек. 2021 г. в 14:27, Nik Mmm @.***>:
вс, 19 дек. 2021 г. в 11:02, Ivan Samokhin @.***>:
Отлично. Такая фича пригодится в работе. Ждем пулл-реквест.
На Sun, 19 Dec 2021 00:42:56 -0800, PrimerMMM писал:
ЗААААААРРРРРРАААААБОТАЛАААААААА!!!!!!!! Спасибо тебе Добрый человек! Со своей стороны хочу оказать помощь проекту. По моей просьбе добрые люди допилили морду конференции. В моем варианте все участники конференции уже на экране в виде транспорантов красного цвета с именем абонента после "Пригласить всех участников" транспарант абонента, если он вошел в конференцию, становиться зеленым. Архи удобно и наглядно. Еще раз спасибо. С уважением, Николай.
сб, 18 дек. 2021 г. в 18:35, Ivan Samokhin @.***>:
В файле astconfman/astconfman/config.py измени LISTEN_ADDRESS = '127.0.0.1' на LISTEN_ADDRESS = '0.0.0.0' и перезапусти программу.
cd astconfman
source env/bin/activate
./run.py
— Reply to this email directly, view it on GitHub < https://github.com/litnimax/astconfman/issues/70#issuecomment-997227532 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AW4RWWJS67Q2IPX2ETZLYUTURSZ63ANCNFSM5J7EEQCQ
. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
You are receiving this because you authored the thread.Message ID: @.***>
--
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-997353430, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWJJZVDIG62H6VQCIYDURWNTFANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
/var/spool/asterisk/outgoing/200.73419: Operation not permitted
В сообщениях выше ты запускал оболочку из под рута со всеми привелегиями - при этом файлы заданий со звонками создаются также от рута и юзер астериска не может их изменять, отсюда такая ошибка.
[Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Queued call to @.*** expired without completion after 0 attempts
Тут и дальше надо копать конфиг астериска и сделать соотвевующие настройки в контексте confman-dialout в конфигурационном файле.
Высылаю свою, доработанную версию
К сожалению гитхаб не обрабатывает почтовые вложения. Надо создать форк репозитория, внести в него изменения и отправить в основную ветку пулл-рексвест. Все через веб-интерфейс гитхаба.
Привет! "Высылаю свою, доработанную версию" ??? На счет пул-реквеста понял во вторнник отправлю
пт, 24 дек. 2021 г. в 11:32, Ivan Samokhin @.***>:
/var/spool/asterisk/outgoing/200.73419: Operation not permitted
В сообщениях выше ты запускал оболочку из под рута со всеми привелегиями - при этом файлы заданий со звонками создаются также от рута и юзер астериска не может из изменять, отсюда такая ошибка.
[Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Queued call to @.*** expired without completion after 0 attempts
Тут и дальше надо копать конфиг астериска и сделать соотвевующие настройки в контексте confman-dialout в конфигурационном файле.
Высылаю свою, доработанную версию
К сожалению гитхаб не обрабатывает почтовые вложения. Надо создать форк репозитория, внести в него изменения и отправить в основную ветку пулл-рексвест. Все через веб-интерфейс гитхаба.
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1000750512, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWO4IDXXOL7WLD5OYRDUSQ4ZBANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
ast_func_read: Function CURL not registered в make menuselect все CURL выбраны, заранее установлены apt-get install -y libcurl-dev, apt install curl Но все равно debian*CLI> core show function CURL No function by that name registered. Command 'core show function CURL' failed. Как победить???
пт, 24 дек. 2021 г. в 12:03, Nik Mmm @.***>:
Привет! "Высылаю свою, доработанную версию" ??? На счет пул-реквеста понял во вторнник отправлю
пт, 24 дек. 2021 г. в 11:32, Ivan Samokhin @.***>:
/var/spool/asterisk/outgoing/200.73419: Operation not permitted
В сообщениях выше ты запускал оболочку из под рута со всеми привелегиями
- при этом файлы заданий со звонками создаются также от рута и юзер астериска не может из изменять, отсюда такая ошибка.
[Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?) [Dec 23 15:57:15] NOTICE[1786] pbx_spool.c: Queued call to @.*** expired without completion after 0 attempts
Тут и дальше надо копать конфиг астериска и сделать соотвевующие настройки в контексте confman-dialout в конфигурационном файле.
Высылаю свою, доработанную версию
К сожалению гитхаб не обрабатывает почтовые вложения. Надо создать форк репозитория, внести в него изменения и отправить в основную ветку пулл-рексвест. Все через веб-интерфейс гитхаба.
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1000750512, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWO4IDXXOL7WLD5OYRDUSQ4ZBANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
По адресу /usr/lib/asterisk/modules/func_curl.so или /usr/local/lib/asterisk/modules/func_curl.so должна быть библиотека с этой функцией.
Командой :
ldd /usr/lib/asterisk/modules/func_curl.so | grep NOT
можно узнать недостающие для работы библиотеки.
Если все выше указанное в норме, в консоли астериска сделай:
module load func_curl
и пришли вывод.
ldd: /usr/lib/asterisk/modules/func_curl.so: Нет такого файла или каталога хотя это установлено apt-get install -y libcurl-dev, apt install curl
сб, 25 дек. 2021 г. в 13:02, Ivan Samokhin @.***>:
По адресу /usr/lib/asterisk/modules/func_curl.so или /usr/local/lib/asterisk/modules/func_curl.so должна быть библиотека с этой функцией. Командой : ldd /usr/lib/asterisk/modules/func_curl.so | grep NOT можно узнать недостающие для работы библиотеки.
Если все выше указанное в норме, в консоли астериска сделай: module load func_curl и пришли вывод.
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001004531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWLTHHLKS6PS2RKQYKDUSWQC7ANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Если ты собирал и ставил через make, он будет в /usr/local
Проще всего искать глобально:
find / -name func_curl.so
На Sat, 25 Dec 2021 03:14:00 -0800, PrimerMMM писал:
ldd: /usr/lib/asterisk/modules/func_curl.so: Нет такого файла или каталога хотя это установлено apt-get install -y libcurl-dev, apt install curl
сб, 25 дек. 2021 г. в 13:02, Ivan Samokhin @.***>:
По адресу /usr/lib/asterisk/modules/func_curl.so или /usr/local/lib/asterisk/modules/func_curl.so должна быть библиотека с этой функцией. Командой : ldd /usr/lib/asterisk/modules/func_curl.so | grep NOT можно узнать недостающие для работы библиотеки.
Если все выше указанное в норме, в консоли астериска сделай: module load func_curl и пришли вывод.
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001004531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWLTHHLKS6PS2RKQYKDUSWQC7ANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
--
@.:~# find / -name func_curl.so @.:~#
curl is already the newest version (7.74.0-1.3+deb11u1).
сб, 25 дек. 2021 г. в 13:58, Ivan Samokhin @.***>:
Если ты собирал и ставил через make, он будет в /usr/local
Проще всего искать глобально:
find / -name func_curl.so
На Sat, 25 Dec 2021 03:14:00 -0800, PrimerMMM писал:
ldd: /usr/lib/asterisk/modules/func_curl.so: Нет такого файла или каталога хотя это установлено apt-get install -y libcurl-dev, apt install curl
сб, 25 дек. 2021 г. в 13:02, Ivan Samokhin @.***>:
По адресу /usr/lib/asterisk/modules/func_curl.so или /usr/local/lib/asterisk/modules/func_curl.so должна быть библиотека с этой функцией. Командой : ldd /usr/lib/asterisk/modules/func_curl.so | grep NOT можно узнать недостающие для работы библиотеки.
Если все выше указанное в норме, в консоли астериска сделай: module load func_curl и пришли вывод.
— Reply to this email directly, view it on GitHub < https://github.com/litnimax/astconfman/issues/70#issuecomment-1001004531>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AW4RWWLTHHLKS6PS2RKQYKDUSWQC7ANCNFSM5J7EEQCQ
. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
You are receiving this because you authored the thread.Message ID: @.***>
--
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001008776, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWMK7JVWDCFA3ESUTIDUSWWVZANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
@.:~# find / -name curl /usr/include/x86_64-linux-gnu/curl /usr/bin/curl /usr/lib/python3/dist-packages/curl /usr/share/doc/curl /usr/share/bash-completion/completions/curl @.:~#
Но нигде нет func_curl.so
сб, 25 дек. 2021 г. в 20:10, Nik Mmm @.***>:
@.:~# find / -name func_curl.so @.:~#
curl is already the newest version (7.74.0-1.3+deb11u1).
сб, 25 дек. 2021 г. в 13:58, Ivan Samokhin @.***>:
Если ты собирал и ставил через make, он будет в /usr/local
Проще всего искать глобально:
find / -name func_curl.so
На Sat, 25 Dec 2021 03:14:00 -0800, PrimerMMM писал:
ldd: /usr/lib/asterisk/modules/func_curl.so: Нет такого файла или каталога хотя это установлено apt-get install -y libcurl-dev, apt install curl
сб, 25 дек. 2021 г. в 13:02, Ivan Samokhin @.***>:
По адресу /usr/lib/asterisk/modules/func_curl.so или /usr/local/lib/asterisk/modules/func_curl.so должна быть библиотека с этой функцией. Командой : ldd /usr/lib/asterisk/modules/func_curl.so | grep NOT можно узнать недостающие для работы библиотеки.
Если все выше указанное в норме, в консоли астериска сделай: module load func_curl и пришли вывод.
— Reply to this email directly, view it on GitHub < https://github.com/litnimax/astconfman/issues/70#issuecomment-1001004531 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AW4RWWLTHHLKS6PS2RKQYKDUSWQC7ANCNFSM5J7EEQCQ
. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
You are receiving this because you authored the thread.Message ID: @.***>
--
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001008776, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWMK7JVWDCFA3ESUTIDUSWWVZANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
@.***:~# find / -name func_curl.so
Модуля однозначно нет в системе. Еще раз выполни в каталоге с исходниками Asterisk'а
./configure
make -j 4
make install
На всякий установи в системе
apt install libcurl4-openssl-dev
@.***:/usr/src/asterisk-13.38.3# make -j 4 CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts make[1]: входимо до каталогу «/usr/src/asterisk-13.38.3/menuselect» make[1]: "makeopts" не вимагає оновлення. make[1]: Залишаю каталог "/usr/src/asterisk-13.38.3/menuselect" +--------- Asterisk Build Complete ---------+
doxygen installed on your local system + +-------------------------------------------+ WARNING WARNING WARNING
Your Asterisk modules directory, located at /usr/lib/asterisk/modules contains modules that were not installed by this version of Asterisk. Please ensure that these modules are compatible with this version before attempting to run Asterisk.
func_periodic_hook.so res_monitor.so
WARNING WARNING WARNING @.***:/usr/src/asterisk-13.38.3#
@.:~# find / -name func_curl.so @.:~#
сб, 25 дек. 2021 г. в 20:55, Ivan Samokhin @.***>:
@.***:~# find / -name func_curl.so
Модуля однозначно нет в системе. Еще раз выполни в каталоге с исходниками Asterisk'а
./configure
make -j 4
make install
На всякий установи в системе apt install libcurl4-openssl-dev
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001061811, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWM5SR3N4KFRTX6XVFTUSYHTRANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Connected to Asterisk 13.38.3 currently running on debian (pid = 444) debianCLI> module load curl Unable to load module curl Command 'module load curl' failed. [Dec 25 21:03:56] WARNING[1889]: loader.c:581 load_dlopen: Error loading module 'curl': /usr/lib/asterisk/modules/curl.so: cannot open shared object file: No such file or directory [Dec 25 21:03:56] WARNING[1889]: loader.c:1184 load_resource: Module 'curl' could not be loaded. debianCLI>
сб, 25 дек. 2021 г. в 21:03, Nik Mmm @.***>:
@.***:/usr/src/asterisk-13.38.3# make -j 4 CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts make[1]: входимо до каталогу «/usr/src/asterisk-13.38.3/menuselect» make[1]: "makeopts" не вимагає оновлення. make[1]: Залишаю каталог "/usr/src/asterisk-13.38.3/menuselect" +--------- Asterisk Build Complete ---------+
- Asterisk has successfully been built, and +
- can be installed by running: +
- +
- make install + +-------------------------------------------+ @.**:/usr/src/asterisk-13.38.3# make install CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts make[1]: входимо до каталогу «/usr/src/asterisk-13.38.3/menuselect» make[1]: "makeopts" не вимагає оновлення. make[1]: Залишаю каталог "/usr/src/asterisk-13.38.3/menuselect" Installing modules from channels... Installing modules from pbx... Installing modules from apps... Installing modules from codecs... Installing modules from formats... Installing modules from cdr... Installing modules from cel... Installing modules from bridges... Installing modules from funcs... Installing modules from tests... Installing modules from main... Installing modules from res... Installing modules from addons... /usr/bin/install -c -d "/usr/include/asterisk/doxygen" /usr/bin/install -c -m 644 include/asterisk.h "/usr/include" /usr/bin/install -c -m 644 include/asterisk/.h "/usr/include/asterisk" /usr/bin/install -c -m 644 include/asterisk/doxygen/.h "/usr/include/asterisk/doxygen" if [ -n "" ]; then \ for h in ; do rm -f "/usr/include/asterisk/$h"; done \ fi /usr/bin/install -c -m 755 contrib/scripts/astversion "/usr/sbin/" /usr/bin/install -c -m 755 contrib/scripts/astgenkey "/usr/sbin/" /usr/bin/install -c -m 755 contrib/scripts/autosupport "/usr/sbin/" if [ ! -f /sbin/launchd ]; then \ ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk"; \ fi /usr/bin/install -c -m 644 doc/core-.xml "/var/lib/asterisk/documentation" /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/documentation" /usr/bin/install -c -m 644 doc/appdocsxml.dtd "/var/lib/asterisk/documentation" /usr/bin/install -c -m 644 doc/asterisk.8 "/usr/share/man/man8" /usr/bin/install -c -m 644 doc/astdb.8 "/usr/share/man/man8" /usr/bin/install -c -m 644 contrib/scripts/astgenkey.8 "/usr/share/man/man8" /usr/bin/install -c -m 644 contrib/scripts/autosupport.8 "/usr/share/man/man8" /usr/bin/install -c -m 644 contrib/scripts/safe_asterisk.8 "/usr/share/man/man8" if [ -f contrib/firmware/iax/iaxy.bin ] ; then \ /usr/bin/install -c -m 644 contrib/firmware/iax/iaxy.bin "/var/lib/asterisk/firmware/iax/iaxy.bin"; \ fi CFLAGS=" -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 " build_tools/mkpkgconfig "/usr/lib/pkgconfig"; find static-http | while read x; do \ if test -d $x; then \ /usr/bin/install -c -m 755 -d "/var/lib/asterisk/$x"; \ else \ /usr/bin/install -c -m 644 $x "/var/lib/asterisk/$x" ; \ fi \ done /usr/bin/install -c -m 644 doc/core-en_US.xml "/var/lib/asterisk/static-http"; /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/static-http"; if [ -d doc/tex/asterisk ] ; then \ /usr/bin/install -c -d "/var/lib/asterisk/static-http/docs" ; \ for n in doc/tex/asterisk/ ; do \ /usr/bin/install -c -m 644 $n "/var/lib/asterisk/static-http/docs" ; \ done \ fi for x in images/.jpg; do \ /usr/bin/install -c -m 644 $x "/var/lib/asterisk/images" ; \ done make -C sounds install make[1]: входимо до каталогу «/usr/src/asterisk-13.38.3/sounds» make[1]: Залишаю каталог "/usr/src/asterisk-13.38.3/sounds" find rest-api -name ".json" | while read x; do \ /usr/bin/install -c -m 644 $x "/var/lib/asterisk/rest-api" ; \ done +---- Asterisk Installation Complete -------+
- +
- YOU MUST READ THE SECURITY DOCUMENT +
- +
- Asterisk has successfully been installed. +
- If you would like to install the sample +
- configuration files (overwriting any +
- existing config files), run: +
- +
- For generic reference documentation: +
- make samples +
- +
- For a sample basic PBX: +
- make basic-pbx +
- +
- + +----------------- or ---------------------+
- +
- You can go ahead and install the asterisk +
- program documentation now or later run: +
- +
- make progdocs +
- +
- Note This requires that you have +
doxygen installed on your local system + +-------------------------------------------+ WARNING WARNING WARNING
Your Asterisk modules directory, located at /usr/lib/asterisk/modules contains modules that were not installed by this version of Asterisk. Please ensure that these modules are compatible with this version before attempting to run Asterisk.
func_periodic_hook.so res_monitor.so
WARNING WARNING WARNING @.***:/usr/src/asterisk-13.38.3#
@.:~# find / -name func_curl.so @.:~#
сб, 25 дек. 2021 г. в 20:55, Ivan Samokhin @.***>:
@.***:~# find / -name func_curl.so
Модуля однозначно нет в системе. Еще раз выполни в каталоге с исходниками Asterisk'а
./configure
make -j 4
make install
На всякий установи в системе apt install libcurl4-openssl-dev
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001061811, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWM5SR3N4KFRTX6XVFTUSYHTRANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Вот так правильно:
module load func_curl
И ./configure вообще ничего не выводил?
debianCLI> module load func_curl Unable to load module func_curl Command 'module load func_curl' failed. [Dec 25 21:14:47] WARNING[1889]: loader.c:581 load_dlopen: Error loading module 'func_curl': /usr/lib/asterisk/modules/func_curl.so: cannot open shared object file: No such file or directory [Dec 25 21:14:47] WARNING[1889]: loader.c:1184 load_resource: Module 'func_curl' could not be loaded. debianCLI>
сб, 25 дек. 2021 г. в 21:13, Ivan Samokhin @.***>:
Вот так правильно: module load func_curl
И ./configure вообще ничего не выводил?
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001063351, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWOZ5AGMJKATGMOJPIDUSYJU7ANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
./configure --with-jansson-bundled
./configure --curl-bundled
делал так и так
сб, 25 дек. 2021 г. в 21:15, Nik Mmm @.***>:
debianCLI> module load func_curl Unable to load module func_curl Command 'module load func_curl' failed. [Dec 25 21:14:47] WARNING[1889]: loader.c:581 load_dlopen: Error loading module 'func_curl': /usr/lib/asterisk/modules/func_curl.so: cannot open shared object file: No such file or directory [Dec 25 21:14:47] WARNING[1889]: loader.c:1184 load_resource: Module 'func_curl' could not be loaded. debianCLI>
сб, 25 дек. 2021 г. в 21:13, Ivan Samokhin @.***>:
Вот так правильно: module load func_curl
И ./configure вообще ничего не выводил?
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001063351, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWOZ5AGMJKATGMOJPIDUSYJU7ANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
виноват./configure --with-curl-bundled
сб, 25 дек. 2021 г. в 21:17, Nik Mmm @.***>:
./configure --with-jansson-bundled
./configure --curl-bundled
делал так и так
сб, 25 дек. 2021 г. в 21:15, Nik Mmm @.***>:
debianCLI> module load func_curl Unable to load module func_curl Command 'module load func_curl' failed. [Dec 25 21:14:47] WARNING[1889]: loader.c:581 load_dlopen: Error loading module 'func_curl': /usr/lib/asterisk/modules/func_curl.so: cannot open shared object file: No such file or directory [Dec 25 21:14:47] WARNING[1889]: loader.c:1184 load_resource: Module 'func_curl' could not be loaded. debianCLI>
сб, 25 дек. 2021 г. в 21:13, Ivan Samokhin @.***>:
Вот так правильно: module load func_curl
И ./configure вообще ничего не выводил?
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001063351, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWOZ5AGMJKATGMOJPIDUSYJU7ANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
--with-curl-bundled
В configure из официального репозитория нет такой опции. Откуда исходники?
checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.68.0 checking for libcurl >= version 7.10.1... yes checking whether libcurl is usable... yes checking for curl_free... yes
У меня при запуске configure так пишет.
Привет! Победіл! вместо ./configure --with-jansson-bundled сделал ./configure и все собралось Нагуглил два варианта установки зависимостей apt install gcc g++ make patch libedit-dev uuid-dev libxml2-dev libsqlite3-dev libssl-dev apt -y install git curl wget libnewt-dev libssl-dev libncurses5-dev subversion libsqlite3-dev build-essential libjansson-dev libxml2-dev uuid-dev По твоему что добавить или лишнее убрать. Да на странице проекта не помешала бы ссылка на туториал по сборке Asterisk/ Да, почему 12,13 Астериск может просто инфа на странице проекта писалась когда 13 была старшей. Астконфман заработал, но на вэбморде не отображаются зашедшие и нет логов все появляется после обновления страницы.
сб, 25 дек. 2021 г. в 21:24, Ivan Samokhin @.***>:
checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.68.0 checking for libcurl >= version 7.10.1... yes checking whether libcurl is usable... yes checking for curl_free... yes
У меня при запуске configure так пишет.
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001064377, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWPS7YSZADJYEVAU2WDUSYLAJANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
./configure и все собралось Нагуглил два варианта установки зависимостей ... По твоему что добавить или лишнее убрать.
Эти тонкости, а также необходимость поддерживать целый парк инсталляций(~60 штук) побуждают меня к использованию пакетов из репозитория дистрибутива(Ubuntu, Debian).
Да на странице проекта не помешала бы ссылка на туториал по сборке Asterisk
Инструкций в интернете море - каждая под свой конкретный случай.
Со своей стороны, принимая выше сказанное могу предложить только:
apt-get install asterisk
Да, почему 12,13 Астериск может просто инфа на странице проекта писалась когда 13 была старшей.
Именно так. На тот момент также продолжалась разработка и поддержка Python2 - сейчас все это в прошлом.
Астконфман заработал, но на вэбморде не отображаются зашедшие и нет логов все появляется после обновления страницы.
Еще раз проверяем доступность модуля func_curl. Затем проверить наличие настроек из файла asterisk_etc/extensions.conf в основном конфиге астериска:
asterisk -rx "asterisk -rx "dialplan show" | grep confman"
Весь обмен данными между астериском и веб-интерфейсом ведется через curl, в файле с образцом настроек есть все функции для обновления страницы в реальном времени.
C pjsip Кофман будет работать?
вс, 26 дек. 2021 г. в 11:52, Ivan Samokhin @.***>:
./configure и все собралось Нагуглил два варианта установки зависимостей ... По твоему что добавить или лишнее убрать.
Эти тонкости, а также необходимость поддерживать целый парк инсталляций(~60 штук) побуждают меня к использованию пакетов из репозитория дистрибутива(Ubuntu, Debian).
Да на странице проекта не помешала бы ссылка на туториал по сборке Asterisk
Инструкций в интернете море - каждая под свой конкретный случай. Со своей стороны, принимая выше сказанное могу предложить только: apt-get install asterisk
Да, почему 12,13 Астериск может просто инфа на странице проекта писалась когда 13 была старшей.
Именно так. На тот момент также продолжалась разработка и поддержка Python2 - сейчас все это в прошлом.
Астконфман заработал, но на вэбморде не отображаются зашедшие и нет логов все появляется после обновления страницы.
Еще раз проверяем доступность модуля func_curl. Затем проверить наличие настроек из файла asterisk_etc/extensions.conf в основном конфиге астериска: asterisk -rx "asterisk -rx "dialplan show" | grep confman"
Весь обмен данными между астериском и веб-интерфейсом ведется через curl, в файле с образцом настроек есть все функции для обновления страницы в реальном времени.
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001140148, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWM5LOZXYCQO4NBWSXLUS3QWBANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Будет. Внеси изменения в контекст confman-dialout.
На Sun, 26 Dec 2021 08:45:04 -0800, PrimerMMM писал:
C pjsip Кофман будет работать?
вс, 26 дек. 2021 г. в 11:52, Ivan Samokhin @.***>:
./configure и все собралось Нагуглил два варианта установки зависимостей ... По твоему что добавить или лишнее убрать.
Эти тонкости, а также необходимость поддерживать целый парк инсталляций(~60 штук) побуждают меня к использованию пакетов из репозитория дистрибутива(Ubuntu, Debian).
Да на странице проекта не помешала бы ссылка на туториал по сборке Asterisk
Инструкций в интернете море - каждая под свой конкретный случай. Со своей стороны, принимая выше сказанное могу предложить только: apt-get install asterisk
Да, почему 12,13 Астериск может просто инфа на странице проекта писалась когда 13 была старшей.
Именно так. На тот момент также продолжалась разработка и поддержка Python2 - сейчас все это в прошлом.
Астконфман заработал, но на вэбморде не отображаются зашедшие и нет логов все появляется после обновления страницы.
Еще раз проверяем доступность модуля func_curl. Затем проверить наличие настроек из файла asterisk_etc/extensions.conf в основном конфиге астериска: asterisk -rx "asterisk -rx "dialplan show" | grep confman"
Весь обмен данными между астериском и веб-интерфейсом ведется через curl, в файле с образцом настроек есть все функции для обновления страницы в реальном времени.
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001140148, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWM5LOZXYCQO4NBWSXLUS3QWBANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
--
Привет! Вот мой extensions.conf.....ГДЕ косяк? Конференция работает не отображаються логи и плитки зашедших, только после обновленния страници
[general] static=yes writeprotect=yes
[globals] ; Set this to your Flask WEB server setting LISTEN_ADDRESS and LISTEN_PORT CONFMAN_HOST=http://192.168.0.103:5000 ; This are examples of trunks used in [confman-dialout] DIALOUT_TRUNK1=SIP/horizon ;DIALOUT_TRUNK2=SIP/trunk2
[confman-dialout] ; Define routes here exten => _XXX,1,Dial(SIP/${EXTEN},60) exten => _73[4-7]XX,1,Dial(SIP/${EXTEN},60) exten => _4XXXX,1,Dial(${DIALOUT_TRUNK1}/${EXTEN},60) exten => _5XXXX,1,Dial(${DIALOUT_TRUNK1}/${EXTEN},60) exten => _7XXXX,1,Dial(${DIALOUT_TRUNK1}/${EXTEN},60) exten => _6XXXXXX,1,Dial(${DIALOUT_TRUNK1}/${EXTEN},60) exten => _7XXXXXX,1,Dial(${DIALOUT_TRUNK1}/${EXTEN},60) exten => _0[5679]XXXXXXXX,1,Dial(${DIALOUT_TRUNK1}/${EXTEN},60) exten => _5[1-2]XXXXXX/_73[47]XX,1,Dial(${DIALOUT_TRUNK1}/${EXTEN},60)
; Always leave here priority 2! exten => _X.,2,Set(CHANNEL(language)=ru) exten => _X.,3,Set(ret=${CURL(${CONFMAN_HOST}/asterisk/dial_status/${conf_number}/${participant_number}/${DIALSTATUS})})
[confman-bridge] exten => _X.,1,Verbose(Bridging ${participant_name} ${participant_number}) same => n,Set(CALLERID(all)=${participant_name} <${participant_number}>) same => n,Set(ret=${CURL(${CONFMAN_HOST}/asterisk/enter_conference/${conf_number}/${participant_number})}) same => n,Answer same => n,ConfBridge(${EXTEN},,,user_menu) exten => h,1,Set(ret=${CURL(${CONFMAN_HOST}/asterisk/leave_conference/${conf_number}/${participant_number})})
[confman-unmute-request] exten => s,1,Set(ret=${CURL(${CONFMAN_HOST}/asterisk/unmute_request/${conf_number}/${participant_number})})
; This is called from conference menu to invite participants [confman-invite-all] exten => s,1,Set(ret=${CURL(${CONFMAN_HOST}/asterisk/invite_all/${conf_number}/${participant_number})}) same => n,GotoIf($["${ret}" = "NOTALLOWED"]?100) same => n,GotoIf($["${ret}" = "OK"]?200) same => n,Playback(an-error-has-occurred) same => 100,Playback(access-denied) same => 200,Playback(pls-wait-connect-call)
[rooms] include => confman-dialin exten => 1,1,NoOp(${INDIAL_TIMEOUT}, ${ASTCONFMAN_URL})
[confman-dialin] ; Short numbers for conferences exten => _X.,1,Set(conf_number=${EXTEN}) exten => _X.,n,Set(participant_number=${CALLERID(num)}) exten => _X.,n,Set(participant_name=${CALLERID(name)}) exten => _X.,n,Set(dialin=yes) exten => _X.,n,Goto(confman-dialin,s,check)
; Ask for Conference number exten => s,1,Verbose(ConfMan Dialin Enter) same => n,Set(participant_number=${CALLERID(num)}) same => n,Set(participant_name=${CALLERID(name)}) same => n(enter-conf_number),Read(conf_number,conf-getconfno) same => n,GotoIf($["${conf_number}" = ""]?enter-conf_number)
; Check conference same => n(check),Set(check=${CURL(${CONFMAN_HOST}/asterisk/checkconf/${conf_number}/${CALLERID(num)})}) same => n,Verbose(Conference ${ARG1} check: ${check}) same => n,GotoIf($["${check}" = "NOCONF"]?noconf) same => n,GotoIf($["${check}" = "NOTPUBLIC"]?notpublic) same => n,GotoIf($["${check}" = "NOTAUTH"]?notauth) same => n,GotoIf($["${check}" = "OK"]?enter:error)
; Now get CONFBRIDGE bridge profile same => n(enter),Set(bridge_profile=${CURL(${CONFMAN_HOST}/asterisk/confprofile/${conf_number})}) same => n,NoOp(BRIDGE CONF PROFILE: ${bridge_profile}) same => n,While($["${SET(optval=${SHIFT(bridge_profile)})}" != ""]) same => n,Set(opt=${CUT(optval,=,1)}) same => n,Set(val=${CUT(optval,=,2)}) same => n,Set(CONFBRIDGE(bridge,${opt})=${val}) same => n,EndWhile ; Now get CONFBRIDGE user profile same => n,Set(user_profile=${CURL(${CONFMAN_HOST}/asterisk/userprofile/${conf_number}/${participant_number})}) same => n,NoOp(BRIDGE USER PROFILE: ${user_profile}) same => n,While($["${SET(optval=${SHIFT(user_profile)})}" != ""]) same => n,Set(opt=${CUT(optval,=,1)}) same => n,Set(val=${CUT(optval,=,2)}) same => n,Set(CONFBRIDGE(user,${opt})=${val}) same => n,EndWhile
; Enter Conference same => n,Goto(confman-bridge,${conf_number},1) ;same => n,Set(ret=${CURL(${CONFMAN_HOST}/asterisk/enter_conference/${conf_number}/${participant_number})}) ;same => n,ConfBridge(${conf_number},,,) ;same => n,Hangup ;exten => h,1,Set(ret=${CURL(${CONFMAN_HOST}/asterisk/leave_conference/${conf_number}/${participant_number})})
; NOCONF same => n(noconf),Playback(conf-invalid) same => n,Wait(0.5) same => n,GotoIf($["${dialin}" = "yes"]?hangup:enter-conf_number)
; NOTPUBLIC same => n(notpublic),Verbose(NOT A PUBLIC CONFERENCE ${conf_number} OR ${CALLERID(num)} NOT IN PARTICIPANTS) same => n,Playback(ss-noservice) same => n,GotoIf($["${dialin}" = "yes"]?hangup:enter-conf_number)
; ERROR same => n(error),Verbose(Server returned unknown values probably error) same => n,Playback(an-error-has-occurred) same => n,GotoIf($["${dialin}" = "yes"]?hangup:enter-conf_number)
; NOTAUTH same => n(notauth),Verbose(Asterisk server not authorized to call URLs - check config.py) same => n,Playback(access-denied) same => n,GotoIf($["${dialin}" = "yes"]?hangup:enter-conf_number)
; Finally same => n(hangup),Hangup
Ошибок я не заметил.
Теперь в файле /etc/asterisk/extensions.conf в начале добавь
#include путь-до-файла/extensions.conf
который из твоего комментария - затем
asterisk -rx "reload"
include /etc/asterisk/extensions.conf [general] static=yes writeprotect=yes
Добавил, перезагрузил результат тот же
пн, 27 дек. 2021 г. в 12:17, Ivan Samokhin @.***>:
Ошибок я не заметил. Теперь в файле /etc/asterisk/extensions.conf в начале добавь
include путь-до-файла/extensions.conf
который из твоего комментария - затем asterisk -rx "reload"
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001491012, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWI5IINIKQG3M3AQMP3UTA4HDANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Сейчас в консоли астериска
module load func_curl
что показывает?
[Dec 28 11:05:59] WARNING[14161]: loader.c:1172 load_resource: Module 'func_curl' already loaded and running.
вт, 28 дек. 2021 г. в 07:42, Ivan Samokhin @.***>:
Сейчас в консоли астериска module load func_curl
что показывает?
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001880164, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWL2RFSNCIJOTIX4A5TUTFE5BANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Модуль на месте.
CONFMAN_HOST=http://192.168.0.103:5000
Этот адрес мне не нравится. По умолчанию был 127.0.0.1 - предлагаю вернуть его и попробовать конференцию еще раз. Перед набором зайти в консоль астериска с диагностическими сообщениями.
asterisk -rvvv
Вывод терминала пришли.
Странно, но с локалхостом заработало! Спасибо тебе Добрый человек! На днях свою версию отправлю.
вт, 28 дек. 2021 г. в 11:55, Ivan Samokhin @.***>:
Модуль на месте.
CONFMAN_HOST=http://192.168.0.103:5000
Этот адрес мне не нравится. По умолчанию был 127.0.0.1 - предлагаю вернуть его и попробовать конференцию еще раз. Перед набором зайти в консоль астериска с диагностическими сообщениями. asterisk -rvvv Вывод терминала пришли.
— Reply to this email directly, view it on GitHub https://github.com/litnimax/astconfman/issues/70#issuecomment-1001974880, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4RWWKMI6PRISFACSQWJWLUTGCRJANCNFSM5J7EEQCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Привет! Залил кудато архів кроме лого и базі данніх
Commit directly to the master branch.
Особенно в разделе клонирования и коммитов.
(env) root@Asterisk:~/astconfman/astconfman# ./manage.py init /root/astconfman/astconfman/env/lib/python2.7/site-packages/flask_sqlalchemy/init.py:873: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and ' /root/astconfman/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,logs warnings.warn(text) /root/astconfman/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: participants,user,logs warnings.warn(text) /root/astconfman/astconfman/env/lib/python2.7/site-packages/flask_admin/model/base.py:1139: UserWarning: Fields missing from ruleset: user warnings.warn(text) Traceback (most recent call last): File "./manage.py", line 8, in
from app import app, db, migrate, user_datastore
File "/root/astconfman/astconfman/app.py", line 150, in
from views import asterisk
File "/root/astconfman/astconfman/views.py", line 979, in
from asterisk2.ami import AMIClient
ImportError: No module named asterisk2.ami
то же при выпоолнении ./run.py