Re: [OpenSIPS-Users] How to discover if OpenSIPS is connected to Internet, from the script.

2016-08-08 Thread Adrian Fretwell
Johan, If your internet connection is going up and down regularly, you may be better off executing your test from a timer route: timer_route[internet_check, 300] { # - # Timer Route every 5 minutes # --

Re: [OpenSIPS-Users] t_replicate and dispatcher module to forward REGISTER messages

2016-08-08 Thread Jonathan Hunter
Issue opened on github, thanks Bogdan. #943. Jon Subject: Re: [OpenSIPS-Users] t_replicate and dispatcher module to forward REGISTER messages To: users@lists.opensips.org; hunter...@hotmail.com From: bog...@opensips.org Date: Sun, 7 Aug 2016 20:39:59 +0300 Hi Jonathan,

[OpenSIPS-Users] Monitoring end to end solution.

2016-08-08 Thread Ziv Gabel
Hi, I'm running several opensips servers and I want to monitor the health of the servers. I can check for service status and an open port, but what I'm looking for is a way to make an "end to end test" that will include a registration, and a call. The test should check that 1. Registratio

Re: [OpenSIPS-Users] Monitoring end to end solution.

2016-08-08 Thread SamyGo
Hi Ziv, You should create scripts based on SIPP to execute these scenarios, and based on results evaluate status of the servers. Regards, Sammy On Aug 8, 2016 05:59, "Ziv Gabel" wrote: > Hi, > > I’m running several opensips servers and I want to monitor the health of > the servers. > > I can ch

Re: [OpenSIPS-Users] Monitoring end to end solution.

2016-08-08 Thread Johan De Clercq
Maybe you can script everything out in sipp ? 2016-08-08 11:58 GMT+02:00 Ziv Gabel : > Hi, > > I’m running several opensips servers and I want to monitor the health of > the servers. > > I can check for service status and an open port, but what I’m looking for > is a way to make an “end to end te

Re: [OpenSIPS-Users] Monitoring end to end solution.

2016-08-08 Thread Ziv Gabel
The problem with sipp is that it does not support 2 call-ids in the same script (register and invite). Is it possible to have static registrations in opensips ? I can then use one script for registration test and one for the invite. From: users-boun...@lists.opensips.org [mailto:users-bo

Re: [OpenSIPS-Users] How to discover if OpenSIPS is connected to Internet, from the script.

2016-08-08 Thread Rodrigo Pimenta Carvalho
Thank all of you. Regards. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 De: users-boun...@lists.opensips.org em nome de Adrian Fretwell Enviado: segunda-feira, 8 de agosto de 2016 04:27 Para: OpenSIPS users mailli

Re: [OpenSIPS-Users] Monitoring end to end solution.

2016-08-08 Thread Faheem Muhammad
No, with SIPp you can create any type of call scenario including REGISTER + INVITE scenarios. Follow the below mentioned blog entry 'Scenario 2'. I posted it few years back. Unfortunately original domain is no more available, but archive link works. http://web.archive.org/web/20130924010913/http:/

Re: [OpenSIPS-Users] Monitoring end to end solution.

2016-08-08 Thread Faheem Muhammad
By the way, You can do the same with NetSIP, a Perl library. This library can do the same as SIPp, but it is very simple. Try this below link. http://web.archive.org/web/20130924023603/http://techvoiper.com/perl-netsip-sip-invite-example/ Regards, Muhammad Faheem On Mon, Aug 8, 2016 at 8:40 PM, F

Re: [OpenSIPS-Users] Monitoring end to end solution.

2016-08-08 Thread Ziv Gabel
10x, Looks interesting. I’ll test it and get back with the results From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Faheem Muhammad Sent: יום ב 08 אוגוסט 2016 18:43 To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Monitoring end to e