Hi Paul,

I think you're missing half of the authentication setup required.
Have a look at http://sipp.sourceforge.net/doc/reference.html#SIP+authentication

I suggest you start with just 1 user, placing just 1 call (-m 1) and you specify your [authentication username=""] part somewhere on your script.
You need:
1) to handle 401 and have auth=true (you already have that).
2) to finish the INVITE transaction (that means sending the ACK which I don't think you're doing if you jump to label 3) 3) send a new invite, but this time with credentials (by using [authentication username="" password=""] on your xml)

Once a single call works then you can think about putting all users/passwords on a csv.

hope this helps,

H


On 02/12/13 13:35, Paul Atkins wrote:

Hello, sorry if this seems really basic however ive been studying the sipp documentation and many threads and guides but im still unable to create a connection to my sip server to simulate calls and then. Ive installed office sip on a windows 2k8 and created a number of users with passwords. I am able to use two softphones and create a successful call.

I am wanting to use sipp from my unix install to sequentially connect to the server from the client and to collect stats. Ive attached my csv file and the xml file ive been using to try to achive this. I am it says when running generating successful calls however I am not getting a completed call. There are no successes for 100, 180 and no 200. I just get 401 successes and then completion.

Ive tried running an xml with basic commands in as instructed in the sipp documentation but I get unexpected error messages whn this is ran

Any help would be much appreciated

Many thanks

Paul

Paul Atkins

Senior Technician -- IT & Systems

Faculty of Engineering & Environment

Northumbria University

Newcastle upon Tyne

NE1 8ST



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk


_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to