On Tue, Aug 18, 2009 at 3:45 PM, mwilliam prusty<[email protected]> wrote: > Hi Mayamatakeshi & Abinash > > > I am doing the following steps: > C:>cd "Program Files" > > C:Program Files>cd Sipp > > C:Program FilesSIPp>start sipp > > C:Program FilesSIPp>sipp -sf uas.xml > > I am getting the output as a SIP call flow. > > When i am executing the client script. > > C:Program FilesSIPp>sipp -sf uac.xml 127.0.01 > > I am getting the error Unable to load or parce 'uac.xml' scenario file.
The error message says sipp was unable to load or parse the file. So, assuming the file uac.xml is really present, then maybe its contents were corrupted somehow. Just open the file and check if it is well-formed. Also, if this file is the sample one from the SIPp site, then I believe it is the same as the embedded uac scenario, so you could run it like this: sipp -sn uac destination But actually, when starting SIPp I need to pass several parameters (I use linux, maybe there is some difference with windows). So I usually select a real IP and port and pass it to SIPp like this: sipp -sn uac -i 192.168.1.1 -p 5060 destination_ip:destination_port ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
