Skip to content

Opensips blog

Заметки voip инженера

  • Talant Blogs about VOIP
  • Готовые сервисы
    • PUSH NOTIFICATIONS API
  • Kamailio
  • Opensips
  • О себе и реквизиты

Month: November 2019

AMI FREEPBX NAMI SYSLOG NODEJS

2019-11-29 yooxyman

В этом проекте нам нужно сохранять различные события в очередях Астериска через nodejs библиотеку NAMI. Сложности тут на первый взгляд только одна, это создания таблиц для сохранения событий. На самом деле нет, есть еще задача сохранения неудачного запроса, есть задача выполнения асинхронного запроса, чтобы не скрипт не тормозил. В проект включены файлы:tables.sql – который создает […]

Continue Reading"AMI FREEPBX NAMI SYSLOG NODEJS"
Posted in Asterisk, Без рубрики, Готовые решенияTagged AMI, events, Mysql, nodejs comment on AMI FREEPBX NAMI SYSLOG NODEJS

certbot ssl certificate for issabel manual installation

2019-11-29 yooxyman

install certbot (was installed by issabel) comment rewrite engine in /etc/httpd/issabel.conf add virtual host file “issabelmanual.conf” with 80 port into /etc/httpd/conf.d 3. restart httpd: systemctl restart httpd4. run certbot and answer to questions5. certbot will add new sertificate to your ssl.conf file and comment old ssl lines in this file6. uncomment at step 2. 7. […]

Continue Reading"certbot ssl certificate for issabel manual installation"
Posted in AsteriskTagged certbot, certificate, issabel, ssl comment on certbot ssl certificate for issabel manual installation

mysql optimization

2019-11-26 yooxyman

Задача отображать данные из таблицы которая превышает 100 млн записей. Опции которые нужно проверить. Для отображения последних данных используется скрипт: Создание индекса НЕ на всю длину, Создание индексов для двух колонок, Для уменьшения места можно использовать компрессию для таблицы, сжимает – будь здоров, но потеря в производительности. Ограничение времени для выполнения конкретного запроса через /*+ […]

Continue Reading"mysql optimization"
Posted in SQL запросыTagged Mysql, оптимизация comment on mysql optimization

Freepbx using any CAllerID display name as callerID(num) when making external calls

2019-11-21 yooxyman

В рамках freepbx вы не можете установить callerid name (display) как вы хотите, вы всегда будете видеть тот display name который установили при создании Extension. Чтобы исправить эту несправедливость, добавляем в extension_custom.conf после этого при исходящих звонках через транки, вы будете видеть тот АОН который вы выставить в CAller ID name в своем софтфоне.

Continue Reading"Freepbx using any CAllerID display name as callerID(num) when making external calls"
Posted in freepbx_tipsTagged callerid(num), custom callerid name, freepbx comment on Freepbx using any CAllerID display name as callerID(num) when making external calls

Asterisk Click2Call API

2019-11-19 yooxyman

Готовый скрипт для вызовов между extension и внешним номером, а также для запуска любого диалплана и передачи ему параметров. Использовалась библиотека https://github.com/chan-sccp/PAMI это форк самой популярной библиотеки от marcelog/PAMI. Используется потому, что в ней исправлена ошибка при использовании CommandAction. в оригинальной библиотеке она будет выдавать read timeout. Скрипт выдает статус оригинации в json формате и […]

Continue Reading"Asterisk Click2Call API"
Posted in Asterisk, Без рубрики, Готовые решенияTagged asterisk, click2call, PAMI comment on Asterisk Click2Call API

Removing plus symbol from CLI (Asterisk)

2019-11-15 yooxyman

If CLI coming with +, then remove it, otherwise do nothing. same = n,Set(CALLERID(num)=${IF($[“${CALLERID(num):0:1}”=”+”]?${CALLERID(num):1}:${CALLERID(num)})})

Continue Reading"Removing plus symbol from CLI (Asterisk)"
Posted in AsteriskTagged asterisk, cli, plus, removing comment on Removing plus symbol from CLI (Asterisk)

Add simple Ring group (freepbx)

2019-11-11 yooxyman

After that go to “inbound route” and change\add destination to created group

Continue Reading"Add simple Ring group (freepbx)"
Posted in freepbx_tips comment on Add simple Ring group (freepbx)

Add queue for few Extensions to make ring them all (freepbx)

2019-11-11 yooxyman

then go to “inbound routes”

Continue Reading"Add queue for few Extensions to make ring them all (freepbx)"
Posted in freepbx_tips comment on Add queue for few Extensions to make ring them all (freepbx)

Add carrier trunk for recieve DID number (Freepbx)

2019-11-11 yooxyman

Adding inbound trunk: There are many ways to add carrier , carriers may use IP-IP direct link or carrier may ask you to register on registrar server. Adding IP-IP trunk: Adding route to deliver call from DID to Extension: That’s all for receiving call on stand alone extension

Continue Reading"Add carrier trunk for recieve DID number (Freepbx)"
Posted in freepbx_tips comment on Add carrier trunk for recieve DID number (Freepbx)

Freepbx add simple extension

2019-11-11 yooxyman
Continue Reading"Freepbx add simple extension"
Posted in freepbx_tips comment on Freepbx add simple extension

My Profile

Eremin Pavel

Voip developer

P: 79227502213

E: eremina.net@gmail.com

Hire me on Freelancer.com

Управление

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Облако

AMI (4) asterisk (19) centos (7) centos 7 (5) certbot (2) certificate (2) debian (3) dispatcher (2) duplicate (2) elastix (3) error (4) events (2) fail (3) freepbx (8) g729 (3) google (2) how to (2) ilbc (2) install (2) ios (2) issabel (4) issue (2) json (2) Kamailio (12) libmicrohttpd (2) limit (2) Load (3) local (2) manual (2) Mysql (8) nat (2) opensips (18) opensips-cli (3) opus (2) PAMI (2) rtpengine (7) rtpproxy (2) SBC (3) ssh (3) timeout (3) tls (5) transcoding (2) voip (4) webrtc2sip (3) windows (3)

Recent Posts

  • TIPS for rpm, rpmbuild, yum
  • Rtpengine. Opus. Ilbc.
  • Oracle Centos 8. Rtpengine with all codecs supported.
  • Auth SIP manual
  • Update opensips 3.2.2 -> 3.2.6 centos 7

Archives

  • October 2022
  • August 2022
  • June 2022
  • May 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • September 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • January 2018
  • December 2017
  • November 2017
  • July 2017
  • June 2017
  • May 2017
  • February 2016
  • December 2015
  • August 2015
  • June 2015
  • April 2015
  • February 2015
  • November 2014
  • September 2014
  • July 2014
  • June 2014
  • May 2014
  • August 2013
  • July 2013
  • April 2013
  • September 2012

Categories

  • ansible
  • Asterisk
  • ChannelRedirect
  • freepbx_tips
  • freeswitch
  • kamailio
  • opensips
  • rtpengine
  • SQL запросы
  • ssl\tls
  • Unix вопросы
  • vmware
  • Без рубрики
  • Безопасность
  • Городские номера
  • Готовые решения
  • Общее
  • переадресация
  • Проблемы в коде
  • Проблемы при настройке
  • Эксперт

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

© 2023 Opensips blog

Proudly powered by WordPress | Theme: x-blog by wpthemespace.com