Re: [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-16 Thread Federico Cabiddu
Very cool Daniel, thank you! Federico On Mon, Feb 14, 2022 at 3:02 PM Daniel-Constantin Mierla wrote: > Hello, > > I want to announce the availability of sipexer v1.0.0 - a sip cli tool > that can facilitate testing and monitoring of SIP signalling systems. It > tries to have a modern

Re: [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-14 Thread Alex Balashov
Certainly, but 90% of the various use-cases are covered by the invite scenario. Extensive compatibility with various CI tooling isn’t really required in my mind; as long as it can return positive or negative values depending on the outcome of the SIP request, it’s perfect. The real value is

Re: [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-14 Thread Daniel-Constantin Mierla
Probably it requires some hammering to make it compatible with various CI pipelines, I tried to make a mode for nagious plugin, but coding in golang should make it easy to adapt/enhance. I plan to add a few more common scenarios for session testing. Right now can do register-wait-unregister and

Re: [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-14 Thread Daniel-Constantin Mierla
On 14.02.22 19:23, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> WebSocket (for WebRTC) >>   *  send SIP requests of any type (e.g., INFO, SUBSCRIBE, NOTIFY, …) >> >> One usage example that could ease the testing of Kamailio is initiating >> registrations or simulating calls over

Re: [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-14 Thread Alex Balashov
I haven’t had a chance to dig into it just yet, but this is an incredibly exciting development, and fills a very dire gap in open-source testing tools. SIPp was the only real game in town and, despite some very creative efforts over the years, fundamentally is not composable: it doesn’t lend

Re: [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-14 Thread Ovidiu Sas
Hello Daniel, Very nice tool! Thank you for sharing! -ovidiu On Mon, Feb 14, 2022 at 09:02 Daniel-Constantin Mierla wrote: > Hello, > > I want to announce the availability of sipexer v1.0.0 - a sip cli tool > that can facilitate testing and monitoring of SIP signalling systems. It > tries to