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

Ошибка при подключении к Астерсик

Новичком считается только что прочитавший «Астериск - будущее телефонии»
http://asterisk.ru/knowledgebase/books
и пытающийся сделать большее

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

Ответить
Pegas12345
Сообщения: 10
Зарегистрирован: 30 июл 2017, 18:45

Ошибка при подключении к Астерсик

Сообщение Pegas12345 »

Привет всем.
Помогите пожалуйста разобраться.

есть астериск 16 версия, центос 7.
добавил в pjsip.conf это:

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

[udp-transport]
type=transport
protocol=udp
bind=0.0.0.0

[102]
type=endpoint
transport=udp-transport
context=zadarma-out
disallow=all
allow=alaw
allow=ulaw
auth=102
aors=102

[102]
type=auth
auth_type=userpass
password=102
username=102

[102]
type=aor
max_contacts=10
При подключении софтфоном, ошибка:

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

[Apr  1 08:45:58] NOTICE[96857]: res_pjsip/pjsip_distributor.c:672 log_failed_request: Request 'REGISTER' from '"PhonerLite" <sip:102@192.168.55.20>' failed for '192.168.55.15:50712' (callid: 80428C81-9B53-E911-A303-6DBC000500FE@192.168.55.15) - Failed to authenticate
Что не так? Всё вроде правильно делал.
Pegas12345
Сообщения: 10
Зарегистрирован: 30 июл 2017, 18:45

Re: Ошибка при подключении к Астерсик

Сообщение Pegas12345 »

вот интересная вещь.
переустановил астериск.

сделал новый pjsip.conf, вот такой:
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
[udp-transport]
type=transport
protocol=udp
bind=0.0.0.0:5060

[777]
type=endpoint
context=from-internal
disallow=all
allow=alaw
allow=ulaw
transport=udp-transport
auth=auth777
aors=777
directmedia=no

[auth777]
type=auth
auth_type=userpass
password=777
username=777

[777]
type=aor
max_contacts=10

[888]
type=endpoint
context=from-internal
disallow=all
allow=alaw
allow=ulaw
transport=udp-transport
auth=auth888
aors=888
directmedia=no

[auth888]
type=auth
auth_type=userpass
password=888
username=888

[888]
type=aor
max_contacts=10

[999]
type=endpoint
context=from-internal
disallow=all
allow=alaw
allow=ulaw
transport=udp-transport
auth=auth999
aors=999
directmedia=no

[auth999]
type=auth
auth_type=userpass
password=999
username=999

[999]
type=aor
max_contacts=10

[666]
type=endpoint
context=from-internal
disallow=all
allow=alaw
allow=ulaw
transport=udp-transport
auth=auth666
aors=666
directmedia=no

[auth666]
type=auth
auth_type=userpass
password=666
username=666

[666]
type=aor
max_contacts=10
просто взял, скопировал настройки 777, для остальных номеров. Пользователь 777 подключается, с этой же программы, просто меняю 777 на 999 или на 666, всё ошибка,
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
[Apr 1 11:00:07] NOTICE[128575]: res_pjsip/pjsip_distributor.c:672 log_failed_request: Request 'SUBSCRIBE' from '"PhonerLite" <sip:999@192.168.55.20>' failed for '192.168.55.15:63589' (callid: 809902AB-AE53-E911-9251-14509B80793A@192.168.55.15) - No matching endpoint found
[Apr 1 11:00:07] NOTICE[128575]: res_pjsip/pjsip_distributor.c:672 log_failed_request: Request 'SUBSCRIBE' from '"PhonerLite" <sip:999@192.168.55.20>' failed for '192.168.55.15:63589' (callid: 809902AB-AE53-E911-9251-14509B80793A@192.168.55.15) - No matching endpoint found
[Apr 1 11:00:07] NOTICE[128575]: res_pjsip/pjsip_distributor.c:672 log_failed_request: Request 'SUBSCRIBE' from '"PhonerLite" <sip:999@192.168.55.20>' failed for '192.168.55.15:63589' (callid: 809902AB-AE53-E911-9251-14509B80793A@192.168.55.15) - Failed to authenticate
[Apr 1 11:00:07] NOTICE[128575]: res_pjsip/pjsip_distributor.c:672 log_failed_request: Request 'SUBSCRIBE' from '"PhonerLite" <sip:999@192.168.55.20>' failed for '192.168.55.15:63589' (callid: 809902AB-AE53-E911-9251-14509B80793A@192.168.55.15) - No matching endpoint found
[Apr 1 11:00:07] NOTICE[128575]: res_pjsip/pjsip_distributor.c:672 log_failed_request: Request 'SUBSCRIBE' from '"PhonerLite" <sip:999@192.168.55.20>' failed for '192.168.55.15:63589' (callid: 809902AB-AE53-E911-9251-14509B80793A@192.168.55.15) - Failed to authenticate
[Apr 1 11:00:07] NOTICE[128575]: res_pjsip/pjsip_distributor.c:672 log_failed_request: Request 'SUBSCRIBE' from '"PhonerLite" <sip:999@192.168.55.20>' failed for '192.168.55.15:63589' (callid: 809902AB-AE53-E911-9251-14509B80793A@192.168.55.15) - No matching endpoint found
меняю снова на 777 или 888, всё ОК.
Как такое может быть?
Ответить
© 2008 — 2025 Asterisk.ru
Digium, Asterisk and AsteriskNOW are registered trademarks of Digium, Inc.
Design and development by PostMet-Netzwerk GmbH