Bulk testing the pjsip call

Is there any tool to test bulk call testing for pjsip configured endpoints ?? like startrinity tester ??

chan_pjsip’s endpoints are just SIP endpoints so can be load tested using SIPP, presumably startinity, and any other load testers. chan_pjsip is a different implementation of SIP, not an implementation of something different from SIP.

I tried with startrinity tester,but getting this error

processing SDP offer’ failed: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at StarTrinity.RFC2327.MediaStreamDescription.Parse(List`1 lines, String globalConnectionLine, String text) at StarTrinity.RFC2327.SessionDescription.Parse(String text) at StarTrinity.Softswitch.SipCallPoint.StarTrinity.ISDPAgent.Offer(ISessionDescription offerComObject, ISDPOfferer offerer, IMessageHeaders remoteHeaders)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.