Страница 1 из 1

Внезапное исчезновение SIP

Добавлено: 19 июн 2013, 11:34
Nasturciya
Что можетс случиться такого, что из каналов вообще исчез SIP?
Буквально утромвсе работало, регистрация с сип-фона проходила, но, для решения другой проблемы, исправила параметры sip пользователей - nat, qualify и все, слетела регистрация, нет sip канала, нет ни единого подключения в веб интерфейсе.
Зато в CLI следующее:

Код: Выделить всё

asterisk*CLI> sip show peers
No such command 'sip show peers' (type 'core show help sip show' for other possible commands)

Код: Выделить всё

asterisk*CLI> core show channeltypes
Type        Description                              Devicestate  Indications  Transfer
----------  -----------                              -----------  -----------  --------
OOH323      Objective Systems H323 Channel Driver    no           yes          no
Phone       Standard Linux Telephony API Driver      no           yes          no
DAHDI       DAHDI Telephony Driver w/PRI & SS7 & MFC yes          yes          no
Agent       Call Agent Proxy Channel                 yes          yes          no
IAX2        Inter Asterisk eXchange Driver (Ver 2)   yes          yes          yes
Bridge      Bridge Interaction Channel               no           no           no
MulticastR  Multicast RTP Paging Channel Driver      no           no           no
Local       Local Proxy Channel Driver               yes          yes          no
----------
Как быть?

Re: Внезапное исчезновение SIP

Добавлено: 19 июн 2013, 11:42
ys1797
ну запустить ./asterisk -cvvvvvvddddd
посмотреть на красные строчки.
А так про то, почему chan_sip не загрузился все должно быть в логах.

Re: Внезапное исчезновение SIP

Добавлено: 19 июн 2013, 11:56
Nasturciya
Все, что сказал:

Код: Выделить всё

[root@asterisk modules]# asterisk -cvvvvvvddddd
Asterisk 1.8.7.0, Copyright (C) 1999 - 2011 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
  == Parsing '/etc/asterisk/asterisk.conf': Parsing /etc/asterisk/asterisk.conf
  == Found
Seeding global EID '00:16:3e:6a:5d:01' from 'eth0' using 'siocgifhwaddr'
Asterisk already running on /var/run/asterisk/asterisk.ctl.  Use 'asterisk -r' to connect.
А при загрузке модуля выплывает следующее

Код: Выделить всё

asterisk*CLI> module load chan_sip.so
Unable to load module chan_sip.so
Command 'module load chan_sip.so' failed.
SIP channel loading...
  == Parsing '/etc/asterisk/sip.conf':   == Found
  == Parsing '/etc/asterisk/sip_general_additional.conf':   == Found
  == Parsing '/etc/asterisk/sip_general_custom.conf':   == Found
  == Parsing '/etc/asterisk/sip_nat.conf':   == Found

Re: Внезапное исчезновение SIP

Добавлено: 19 июн 2013, 12:10
ded
ys1797 писал(а):А так про то, почему chan_sip не загрузился все должно быть в логах.