<div dir="ltr"><div><div>Hi Gaurav, <br></div></div><div><br></div><div>Form my experience,<br></div><div><div>PJSSIP is one very good option for end to end testing, it is a very RFC compliant SIP stack, it will fail if anything is wrong and will usually provide verbose logging explaining why it failed.<br></div><br>If you want to integrate such a CLI tool in CI/CD to provide automated end to end tests.<br>I would recommend looking at <a href="https://github.com/jchavanton/voip_patrol">https://github.com/jchavanton/voip_patrol</a><br>(note that I may not be neutral since I am the author)<br>This app is based on the higher level library PJSSUA2 and is using XML scenario (a little bit like Freeswitch does) and does provide JSON formatted test results.<br><br>A Dockerfile is provided <br><a href="https://github.com/jchavanton/voip_patrol/tree/master/docker">https://github.com/jchavanton/voip_patrol/tree/master/docker</a><br><br>If you need to mock broken clients, SIPP will be very handy, since you are mainly forging raw messages.<br></div><div><br></div><div>I personally use a mixture of both in CI/CD<br></div><div><br></div><div>Regards</div><div>Julien<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 31, 2019 at 7:22 AM Alex Balashov <<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Oct 31, 2019 at 01:30:32PM +0530, Gaurav Bmotra wrote:<br>
<br>
> hi<br>
> i m looking for Command Line SIP client , where i can register user form<br>
> CLI for testing<br>
<br>
You might consider the demo CLI client that ships with PJSIP:<br>
<br>
<a href="https://www.pjsip.org/pjsua.htm#acc" rel="noreferrer" target="_blank">https://www.pjsip.org/pjsua.htm#acc</a><br>
<br>
-- Alex<br>
<br>
-- <br>
Alex Balashov | Principal | Evariste Systems LLC<br>
<br>
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) <br>
Web: <a href="http://www.evaristesys.com/" rel="noreferrer" target="_blank">http://www.evaristesys.com/</a>, <a href="http://www.csrpswitch.com/" rel="noreferrer" target="_blank">http://www.csrpswitch.com/</a><br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>