VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jonas.kellens at telen... Guest
|
Posted: Mon Aug 15, 2016 3:16 pm Post subject: [asterisk-users] Realtime SIP peers do not register any more |
|
|
Hello
after I have upgraded from Asterisk 12 to asterisk-certified-13.8-cert1
none of my realtime SIP peers (saved in MySQL DB) register anymore.
[Aug 15 22:03:43] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc77@178.19.90.240>' failed for '78.119.140.190:5076' - Wrong
password
[Aug 15 22:04:13] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc78@178.19.90.240>' failed for '78.119.140.190:5072' - Wrong
password
[Aug 15 22:04:43] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc79@178.19.90.240>' failed for '78.119.140.190:5062' - Wrong
password
[Aug 15 22:04:46] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc80@178.19.90.240>' failed for '78.119.140.190:5060' - Wrong
password
[Aug 15 22:04:53] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc81@178.19.90.240>' failed for '78.119.140.190:5060' - Wrong
password
Is this a known problem ??
Second question I have : can I get the complete list of columns that can
be used in realtime database for sip peers somewhere (update for Ast 13)
? Are columns like dtlsenable, dtlsverify, dtlscertfile, dtlscafile,
dtlssetup possible ??
Thanks for the help.
Kind regards.
Jonas.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
cursor at telecomabmex... Guest
|
Posted: Mon Aug 15, 2016 4:00 pm Post subject: [asterisk-users] Realtime SIP peers do not register any more |
|
|
On 8/15/16 3:16 PM, Jonas Kellens wrote:
Quote: | Hello
after I have upgraded from Asterisk 12 to
asterisk-certified-13.8-cert1 none of my realtime SIP peers (saved in
MySQL DB) register anymore.
[Aug 15 22:03:43] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc77@178.19.90.240>' failed for '78.119.140.190:5076' -
Wrong password
[Aug 15 22:04:13] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc78@178.19.90.240>' failed for '78.119.140.190:5072' -
Wrong password
[Aug 15 22:04:43] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc79@178.19.90.240>' failed for '78.119.140.190:5062' -
Wrong password
[Aug 15 22:04:46] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc80@178.19.90.240>' failed for '78.119.140.190:5060' -
Wrong password
[Aug 15 22:04:53] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc81@178.19.90.240>' failed for '78.119.140.190:5060' -
Wrong password
Is this a known problem ??
Second question I have : can I get the complete list of columns that
can be used in realtime database for sip peers somewhere (update for
Ast 13) ? Are columns like dtlsenable, dtlsverify, dtlscertfile,
dtlscafile, dtlssetup possible ??
| The first thing you need to test is if you are properly loading the
realtime data. The best way would be to enable "rtcachefriends=yes" and
then "sip show peer XXX load". If you are not getting anything then
there is a problem with your realtime setup. I used realtime sip until
13.7 before switching to PJSIP so it should work.
I highly recommend that you use alembic to set up your database as
this will make sure you are always using the correct database schema.
You should be able to find the "official" structure in the
contrib/realtime/mysql directory of the Asterisk source.
--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)9116-91161
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
jonas.kellens at telen... Guest
|
Posted: Wed Aug 17, 2016 3:54 am Post subject: [asterisk-users] Realtime SIP peers do not register any more |
|
|
On 15-08-16 23:00, Carlos Chavez wrote:
Quote: |
I highly recommend that you use alembic to set up your database as
this will make sure you are always using the correct database schema.
You should be able to find the "official" structure in the
contrib/realtime/mysql directory of the Asterisk source.
|
Hello
in contrib/realtime/mysql I see a table 'sippeers' with a column
"transport ENUM('udp','tcp','tls','ws','wss','udp,tcp','tcp,udp') " but
I see no columns dtlsenable, dtlsverify, dtlscertfile, dtlscafile,
dtlssetup ?
So if we can define a sip peer with transport 'ws' or 'wss', then why
are there no columns for the 'dtls'-part (which is kinda mandatory) ?
Kind regards.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
darioestupinan at soyg... Guest
|
Posted: Wed Aug 17, 2016 7:53 am Post subject: [asterisk-users] Realtime SIP peers do not register any more |
|
|
REMOVE ME please.
2016-08-15 15:16 GMT-05:00 Jonas Kellens <jonas.kellens@telenet.be (jonas.kellens@telenet.be)>:
Quote: | Hello
after I have upgraded from Asterisk 12 to asterisk-certified-13.8-cert1 none of my realtime SIP peers (saved in MySQL DB) register anymore.
[Aug 15 22:03:43] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc77@178.19.90.240 ([email]sip%3Atestacc77@178.19.90.240[/email])>' failed for '78.119.140.190:5076' - Wrong password
[Aug 15 22:04:13] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc78@178.19.90.240 ([email]sip%3Atestacc78@178.19.90.240[/email])>' failed for '78.119.140.190:5072' - Wrong password
[Aug 15 22:04:43] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc79@178.19.90.240 ([email]sip%3Atestacc79@178.19.90.240[/email])>' failed for '78.119.140.190:5062' - Wrong password
[Aug 15 22:04:46] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc80@178.19.90.240 ([email]sip%3Atestacc80@178.19.90.240[/email])>' failed for '78.119.140.190:5060' - Wrong password
[Aug 15 22:04:53] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc81@178.19.90.240 ([email]sip%3Atestacc81@178.19.90.240[/email])>' failed for '78.119.140.190:5060' - Wrong password
Is this a known problem ??
Second question I have : can I get the complete list of columns that can be used in realtime database for sip peers somewhere (update for Ast 13) ? Are columns like dtlsenable, dtlsverify, dtlscertfile, dtlscafile, dtlssetup possible ??
Thanks for the help.
Kind regards.
Jonas.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
       http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
[img]https://docs.google.com/uc?export=download&id=0B8IL-a6Qrvcoa2gxUzZieGxBVnc&revid=0B8IL-a6QrvcoMkRTVCtHN1orVGZYa1NiL2IvUXJDWUF1aUw0PQ[/img]
DARIO ESTUPIÑAN V.
LÃder de NOC+
Cel: 3008832295
E-Mail: darioestupinan@soygenial.co (darioestupinan@soygenial.co)
Antes de imprimir este mensaje, asegúrese de que es necesario. Proteger el medio ambiente está también en sus manos.
AVISO LEGAL: Este mensaje es confidencial, puede contener información privilegiada y no puede ser usado ni divulgado por personas distintas de su destinatario. Si recibe este correo por error, por favor elimÃnelo y avise a su remitente. Está prohibida su retención, grabación, utilización, aprovechamiento o divulgación con cualquier propósito. La Corporación Politécnica Nacional de Colombia no asume ninguna responsabilidad por eventuales daños generados por el recibo y el uso de este material, siendo responsabilidad del destinatario verificar con sus propios medios la existencia de virus u otros defectos. El presente correo electrónico solo refleja la opinión de su Remitente y no representa necesariamente la opinión oficial de la Corporación o de sus Directivos. |
|
Back to top |
|
|
jnovack at comcast.net Guest
|
Posted: Wed Aug 17, 2016 8:17 am Post subject: [asterisk-users] Realtime SIP peers do not register any more |
|
|
Remove yourself
READ - Included with every message -
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Dario Estupinan wrote:
Quote: |
--
Dog is my Co-pilot |
|
|
Back to top |
|
|
jonas.kellens at telen... Guest
|
Posted: Wed Aug 17, 2016 8:20 am Post subject: [asterisk-users] Realtime SIP peers do not register any more |
|
|
Remove yourself !
Don't hijack my thread !
On 17-08-16 14:53, Dario Estupinan wrote:
Quote: | REMOVE ME please.
2016-08-15 15:16 GMT-05:00 Jonas Kellens <jonas.kellens@telenet.be (jonas.kellens@telenet.be)>:
Quote: | Hello
after I have upgraded from Asterisk 12 to asterisk-certified-13.8-cert1 none of my realtime SIP peers (saved in MySQL DB) register anymore.
[Aug 15 22:03:43] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc77@178.19.90.240 ([email]sip%3Atestacc77@178.19.90.240[/email])>' failed for '78.119.140.190:5076' - Wrong password
[Aug 15 22:04:13] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc78@178.19.90.240 ([email]sip%3Atestacc78@178.19.90.240[/email])>' failed for '78.119.140.190:5072' - Wrong password
[Aug 15 22:04:43] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc79@178.19.90.240 ([email]sip%3Atestacc79@178.19.90.240[/email])>' failed for '78.119.140.190:5062' - Wrong password
[Aug 15 22:04:46] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc80@178.19.90.240 ([email]sip%3Atestacc80@178.19.90.240[/email])>' failed for '78.119.140.190:5060' - Wrong password
[Aug 15 22:04:53] NOTICE[30098]: chan_sip.c:28451 handle_request_register: Registration from '<sip:testacc81@178.19.90.240 ([email]sip%3Atestacc81@178.19.90.240[/email])>' failed for '78.119.140.190:5060' - Wrong password
Is this a known problem ??
Second question I have : can I get the complete list of columns that can be used in realtime database for sip peers somewhere (update for Ast 13) ? Are columns like dtlsenable, dtlsverify, dtlscertfile, dtlscafile, dtlssetup possible ??
Thanks for the help.
Kind regards.
Jonas.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
[img]https://docs.google.com/uc?export=download&id=0B8IL-a6Qrvcoa2gxUzZieGxBVnc&revid=0B8IL-a6QrvcoMkRTVCtHN1orVGZYa1NiL2IvUXJDWUF1aUw0PQ[/img]
DARIO ESTUPIÑAN V.
Líder de NOC+
Cel: 3008832295
E-Mail: darioestupinan@soygenial.co (darioestupinan@soygenial.co)
Antes de imprimir este mensaje, asegúrese de que es necesario. Proteger el medio ambiente está también en sus manos.
AVISO LEGAL: Este mensaje es confidencial, puede contener información privilegiada y no puede ser usado ni divulgado por personas distintas de su destinatario. Si recibe este correo por error, por favor elimínelo y avise a su remitente. Está prohibida su retención, grabación, utilización, aprovechamiento o divulgación con cualquier propósito. La Corporación Politécnica Nacional de Colombia no asume ninguna responsabilidad por eventuales daños generados por el recibo y el uso de este material, siendo responsabilidad del destinatario verificar con sus propios medios la existencia de virus u otros defectos. El presente correo electrónico solo refleja la opinión de su Remitente y no representa necesariamente la opinión oficial de la Corporación o de sus Directivos.
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|