I'm trying generate each call with a different IP address (infact, just two IPs 
alternately) by following the example at 
http://sipp.sourceforge.net/doc/reference.html#UDP+with+one+socket+per+IP+address

my inf file usernames.txt looks like:
SEQUENTIAL
keshav;10.0.6.1
murali;10.0.6.2

Following is the 'Via' and 'From'  sections in the INVITE message header in xml 
file (SimUsernames.xml). All I have done is to replace the local_ip with 
"[field1]"

---------------------------------------------------------------------------------------------------------
                 INVITE sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
                        Via: SIP/2.0/[transport] 
[field1]:[local_port];branch=[branch]
                        From: [field0] <sip:[EMAIL 
PROTECTED]:[local_port]>;tag=[call_number]
                        To: sut <sip:[EMAIL PROTECTED]:[remote_port]>
                        Call-ID: [call_id]
                        CSeq: 1 INVITE
                        Contact: sip:[EMAIL PROTECTED]:[local_port]
                        Max-Forwards: 70
                        Subject: Performance Test
                        Content-Type: application/sdp   
                        Content-Length: [len]
                        v=0
                        o=user1 53655765 2353687637 IN IP[local_ip_type] 
[field1]
                        s=-
                        c=IN IP[local_ip_type] [field1]
                        t=0 0
                        m=audio [auto_media_port] RTP/AVP 8
                        a=rtpmap:8 PCMA/8000
                        a=rtpmap:101 telephone-event/8000
                        a=fmtp:101 0-11,16
---------------------------------------------------------------------------------------------------------

C:\Program Files\SIPp>sipp 192.168.1.101 -sf "C:\Documents and 
Settings\keshav\My
 Documents\Marmoset\SIPp\SimUserNames.xml" -t ui -inf "C:\Documents and 
Settings\
keshav\My Documents\Marmoset\SIPp\usernames.txt" -ip_field 1

I get the following error message when I run the above command:

2007-05-09 01:36:58: Unknown host 'keshav'.


I could not figure out why am I getting this error? 
I really appreciate any help. 



-----------------------------------------------------------------
Keshav
Software Engineer II
+1.630.789.2181
www.arbornetworks.com
 
Arbor Networks Ranked No. 9 on the Inc 500 List
Deloitte & Touche 2005 Fast 50 Rising Star
-----------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to