Hello Stephen, This seems to be a bug. Does it work if you invert the fields in the csv (updating your scenario accordingly) and remove the ip_field option from the command line ?
Could you also try with an older version ? Regards, Olivier Boulkroune -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Stephen Cattaneo Envoyé : vendredi 1 juin 2007 01:38 À : [email protected] Objet : [Sipp-users] sipp fails on basic call using csv Greetings SIPp Users, I recently installed SIPp and am trying to get it working successfully. I was able to register with a SIP Proxy Server using a basic REGISTER SIP message. Following that I tried to use a CSV file to source the user id and local ip, instead of hard coding them. SIPp reports: "2007-05-31 16:10:46: Unknown host '5107471010'. Use 'sipp -h' for details." And exits with an exit code of '-1' Any ideas why this is not working? Steve ______ My command line: sipp -sf basic.xml -t ui -inf basic.csv -ip_field 1 -m 1 192.168.1.1 ____ basic.xml: <?xml version="1.0" encoding="ISO-8859-1" ?> <scenario name="Basic Sipstone UAC"> <send retrans="1000"> <![CDATA[ REGISTER sip:[remote_ip] SIP/2.0 Via: SIP/2.0/[transport] [field1]:[local_port] From: <sip:[EMAIL PROTECTED];user=phone>;tag=[call_number] To: <sip:[EMAIL PROTECTED];user=phone> Call-ID: [call_id] CSeq: 1 REGISTER Contact: <sip:[EMAIL PROTECTED]:[local_port];user=phone;transport=[transport]>;ex pires=3600 User-Agent: Cisco-CP7912/1.02-040406A Allow: ACK, BYE, CANCEL, INVITE, NOTIFY, OPTIONS, REFER, REGISTER Content-Length: [len] ]]> </send> <recv response="200"> </recv> </scenario> ______ basic.csv: SEQUENTIAL #csv file for 7912_Register.xml 5107471010;192.168.1.5 ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
