Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
So. This script is actually ripped off from the guys who make the SIP perl module itself. Found here: https://metacpan.org/source/SULLR/Net-SIP-0.682/samples/invite_and_recv.pl
Didn’t give any credit to Steffen Ullrich.
Anyway.. This plugin has issues and there’s no support for it because this guy didn’t write it, Steffen did.
In my experience so far. I have it working as this in my command line test
./check_calls -T 30 –leg 192.168.1.50:5060 –username [email protected] –password pass1 sip:[email protected] sip:[email protected]
It wouldn’t work without forcing the leg piece to use the localhost IP address and port. It kept trying to bind to an external address giving me a 110 error as someone reported earlier.