Hello,

First of all, what kind of probing mode do you have defined ? ( [1] )

Possible reasons are that either you are talking to your gateways via TCP, and OpenSIPS is losing some time establishing new connections or actually sending out SIP messages via TCP. You can set some thresholds where OpenSIPS will warn you in case TCP gets slow, see [2].

Another possibility would be that you have your gateways defined as FQDNs, and OpenSIPS is wasting lots of time doing DNS queries.You can set some thresholds where OpenSIPS will warn you in case DNS gets slow, see [3].

[1] http://www.opensips.org/html/docs/modules/1.11.x/drouting.html#id250145
[2] http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc87
[3] http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc53

Best Regards,

Vlad Paiu
OpenSIPS Developer
http://www.opensips-solutions.com

On 02.03.2014 17:38, Remco wrote:
Hi all,

I'm experiencing timer shifts running OpenSIPS 1.9.
The following message is in the logfile:

Mar 2 06:49:15 [hostname] /usr/sbin/opensips[18796]: CRITICAL:core:timer_ticker: timer handler <dr-pinger> lasted (19910000 us) for more than timer tick (1000000 us) -> potential timer shifting

It seems that dr-pinger is experiencing some sort of delay which shifts the internal timer in the opensips process. Although the delays vary, they are not significantly increasing. After some time issues with processing traffic start to arise. Eventually some gateways are disabled by Drouting, although that takes a couple of hours.

To me it seems that we have some sort of networking issue, what i cannot understand why drouting is causing the internal timers to shift. As the main function of the dr-pinger is to detect unreachable gateways and disable them. Perhaps someone has an idea what might be causing this behavior?

Thanks,
Remco.


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to