Jonas Kellens
2016-Aug-15 20:16 UTC
[asterisk-users] Realtime SIP peers do not register any more after upgrade to Asterisk 13
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 at 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 at 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 at 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 at 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 at 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.
Carlos Chavez
2016-Aug-15 21:00 UTC
[asterisk-users] Realtime SIP peers do not register any more after upgrade to Asterisk 13
On 8/15/16 3:16 PM, Jonas Kellens wrote:> 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 at 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 at 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 at 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 at 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 at 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
Jonas Kellens
2016-Aug-17 08:54 UTC
[asterisk-users] Realtime SIP peers do not register any more after upgrade to Asterisk 13
On 15-08-16 23:00, Carlos Chavez wrote:> > > 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.
Dario Estupinan
2016-Aug-17 12:53 UTC
[asterisk-users] Realtime SIP peers do not register any more after upgrade to Asterisk 13
REMOVE ME please. 2016-08-15 15:16 GMT-05:00 Jonas Kellens <jonas.kellens at telenet.be>:> 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 at 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 at 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 at 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 at 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 at 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 >-- *DARIO ESTUPI?AN V.* *L?der de NOC+* *Cel: 3008832295* *E-Mail: darioestupinan at soygenial.co <darioestupinan at 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160817/85e42964/attachment.html>
John Novack
2016-Aug-17 13:17 UTC
[asterisk-users] Realtime SIP peers do not register any more after upgrade to Asterisk 13
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 <http://lists.digium.com/mailman/listinfo/asterisk-users> Dario Estupinan wrote:> > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users <http://lists.digium.com/mailman/listinfo/asterisk-users> >-- Dog is my Co-pilot -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160817/6511366c/attachment.html>
Jonas Kellens
2016-Aug-17 13:20 UTC
[asterisk-users] Realtime SIP peers do not register any more after upgrade to Asterisk 13
Remove yourself ! Don't hijack my thread ! On 17-08-16 14:53, Dario Estupinan wrote:> REMOVE ME please. > > 2016-08-15 15:16 GMT-05:00 Jonas Kellens <jonas.kellens at telenet.be > <mailto:jonas.kellens at telenet.be>>: > > 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 at 178.19.90.240 > <mailto:sip%3Atestacc77 at 178.19.90.240>>' failed for > '78.119.140.190:5076 <http://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 at 178.19.90.240 > <mailto:sip%3Atestacc78 at 178.19.90.240>>' failed for > '78.119.140.190:5072 <http://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 at 178.19.90.240 > <mailto:sip%3Atestacc79 at 178.19.90.240>>' failed for > '78.119.140.190:5062 <http://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 at 178.19.90.240 > <mailto:sip%3Atestacc80 at 178.19.90.240>>' failed for > '78.119.140.190:5060 <http://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 at 178.19.90.240 > <mailto:sip%3Atestacc81 at 178.19.90.240>>' failed for > '78.119.140.190:5060 <http://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 > <http://lists.digium.com/mailman/listinfo/asterisk-users> > > > > > -- > ** > *DARIO ESTUPI?AN V.* > *L?der de NOC+* > *Cel: 3008832295* > *E-Mail: darioestupinan at soygenial.co <mailto:darioestupinan at 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. > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160817/90d01150/attachment.html>