VIDEOCHAT  ::   FAQ  ::   Поиск  ::   Регистрация  ::   Вход

Monast и Asterisk 1.8

WEB GUI и не только WEB

Модераторы: stas2k, april22, Zavr2008

Ответить
retr0_iv
Сообщения: 7
Зарегистрирован: 02 дек 2024, 13:53

Monast и Asterisk 1.8

Сообщение retr0_iv »

Приветствую всех присутствующих!!
В MONAST возникла проблема отображения SIP клиентов во вкладке Peers/Users, хотя по IAX2 все спокойно отображается. Звонки по SIP проходят успешно и отображаются, но не отображаются клиенты. Проверял по telnet доступность вывода пиров, все выводит корректно.
В чем может быть проблема?
Вложения
1.png
1.png (5.59 КБ) 2929 просмотров
retr0_iv
Сообщения: 7
Зарегистрирован: 02 дек 2024, 13:53

Re: Monast и Asterisk 1.8

Сообщение retr0_iv »

Имеется запись в sip.conf о телефонах с номерами 611, 612 и 613, но ни один не отображается в Peers/Users
ded
Сообщения: 15629
Зарегистрирован: 26 авг 2010, 19:00

Re: Monast и Asterisk 1.8

Сообщение ded »

А в выводе команды sip show peers - 611, 612, 613 отображаются?
retr0_iv
Сообщения: 7
Зарегистрирован: 02 дек 2024, 13:53

Re: Monast и Asterisk 1.8

Сообщение retr0_iv »

да, конечно
что через консоль asterisk, что через telnet
retr0_iv
Сообщения: 7
Зарегистрирован: 02 дек 2024, 13:53

Re: Monast и Asterisk 1.8

Сообщение retr0_iv »

Вот конфигруации...Сомневаюсь что в них дело, ибо звонки ходят, статус их виден, а вот без организации созвона - users/peers по sip не демонстрирует...
Может, есть мысли в чем может быть дело?
=============================
extensions.conf:
[default]
exten => 611,1,Dial(SIP/611)
exten => 611,n,Hangup()

exten => 612,1,Dial(SIP/612)
exten => 612,n,Hangup()
=============================
sip.conf
[general]
context=default
allowguest=no
srvlookup=yes
udpbindaddr=0.0.0.0
tcpenable=no

[611]
type=friend
context=default
host=dynamic
secret=611password
canreinvite=no
dtmfmode=rfc2833
disallow=all
allow=ulaw
allow=alaw

[612]
type=friend
context=default
host=dynamic
secret=612password
canreinvite=no
dtmfmode=rfc2833
disallow=all
allow=ulaw
allow=alaw
=============================
monast.conf:
##
## Global Section
##
[global]

# Bind client connetions on host:port
bind_host = 127.0.0.1
bind_port = 5039

# Use client autentication on browser
auth_required = false


##
## Servers Definitions
##

[server: Asterisk]
hostname = 10.61.10.246
hostport = 5038
username = Asterisk
password = 12345

# Default user context
default_context = default

# Context to use in transfer calls
transfer_context = default

# Context and prefix for meetme
meetme_context = default
meetme_prefix =


##
## Peers Definitions
##
[peers]
# sort peers (options: channel, callerid)
sortby = callerid

# default show/hide
default = show

# hide peer when default = show
;<Server Name>/SIP/user-1 = hide

# show peer when default = hide
;<Server Name>/SIP/user-2 = show

# always show peer.
;<Server Name>/SIP/user-3 = force

# force CallerID (only in forced mode)
;<Server Name>/SIP/user-4 = force,Diego Aguirre <5555>

# Create peer groups
;<Server Name>/@group/Group 1 = SIP/user-1,SIP/user-2
;<Server Name>/@group/Group 2 = SIP/user-3,SIP/user-4

## ===================================

##
## Meetmes / Conferences Definitions
##
[meetmes]
# default show/hide
default = hide

# hide meetme when default = show
;<Server Name>/1234 = hide

# show meetme when default = hide
;<Server Name>/1234 = show

# always show meetme
;<Server Name>/1234 = force

## ===================================

##
## Queues Definitions
##
[queues]
# defualt show/hide
default = hide

# show queue queue01
;<Server Name>/queue01 = show

# show queue queue02 with display name Support
;<Server Name>/queue02 = show,Support

# hide queue queue03
;<Server Name>/queue03 = hide

# Map Member name
;<Server Name>/@member/SIP/user-1 = Diego Aguirre <5555>

## ===================================

## Define users and roles to use on auth_required is set to true
## roles must be:
## originate : user can originate, transfer, park and drop calls
## agent : user cans add, remove, pause and unpause members on queues
## command : user can execute asterisk cli commands
## spy : user can start a spy

[user: admin]
secret = 12345
roles = originate,queue,command,spy
servers = ALL
retr0_iv
Сообщения: 7
Зарегистрирован: 02 дек 2024, 13:53

Re: Monast и Asterisk 1.8

Сообщение retr0_iv »

Вывод ./monast.py --debug-ami считывает эти телефоны спокойно, видно из логов ниже, но по прежнему не выводит в peers/users:
DEBUG :: Incoming Message: {'eventlist': 'start', 'message': 'Peer status list will follow', 'response': 'Success', 'actionid': 'monast-139621742499152-3'}
DEBUG :: MSG OUT: {'action': 'iaxpeers', 'actionid': 'monast-139621742499152-4'}
DEBUG :: Line In: 'Event: PeerEntry'
DEBUG :: Line In: 'ActionID: monast-139621742499152-3'
DEBUG :: Line In: 'Channeltype: SIP'
DEBUG :: Line In: 'ObjectName: 611'
DEBUG :: Line In: 'ChanObjectType: peer'
DEBUG :: Line In: 'IPaddress: 10.61.6.138'
DEBUG :: Line In: 'IPport: 56649'
DEBUG :: Line In: 'Dynamic: yes'
DEBUG :: Line In: 'Forcerport: yes'
DEBUG :: Line In: 'VideoSupport: no'
DEBUG :: Line In: 'TextSupport: no'
DEBUG :: Line In: 'ACL: no'
DEBUG :: Line In: 'Status: Unmonitored'
DEBUG :: Line In: 'RealtimeDevice: no'
DEBUG :: Line In: 'Event: PeerEntry'
DEBUG :: Line In: 'ActionID: monast-139621742499152-3'
DEBUG :: Line In: 'Channeltype: SIP'
DEBUG :: Line In: 'ObjectName: 612'
DEBUG :: Line In: 'ChanObjectType: peer'
DEBUG :: Line In: 'IPaddress: -none-'
DEBUG :: Line In: 'IPport: 0'
DEBUG :: Line In: 'Dynamic: yes'
DEBUG :: Line In: 'Forcerport: yes'
DEBUG :: Line In: 'VideoSupport: no'
DEBUG :: Line In: 'TextSupport: no'
DEBUG :: Line In: 'ACL: no'
DEBUG :: Line In: 'Status: Unmonitored'
DEBUG :: Line In: 'RealtimeDevice: no'
DEBUG :: Line In: 'Event: PeerlistComplete'
DEBUG :: Line In: 'EventList: Complete'
DEBUG :: Line In: 'ListItems: 2'
DEBUG :: Line In: 'ActionID: monast-139621742499152-3'
DEBUG :: Line In: ''
DEBUG :: Dispatch Incoming
retr0_iv
Сообщения: 7
Зарегистрирован: 02 дек 2024, 13:53

Re: Monast и Asterisk 1.8

Сообщение retr0_iv »

Решено путем отката версии asterisk до 1.8.0-rc2
Ответить
© 2008 — 2025 Asterisk.ru
Digium, Asterisk and AsteriskNOW are registered trademarks of Digium, Inc.
Design and development by PostMet-Netzwerk GmbH