After a lot of time, I finally find a solution. I create a csv file and i set the [EMAIL PROTECTED] in it. In the xml file, I set the tag [Field0] and it was ok. :-) Thanks for help.
Hubert En réponse à Peter Higginson <[EMAIL PROTECTED]>: > I think this may be the -n (n is a number) logic. I suggested a fix a > month > or so ago to check for a digit after minus. Basically the code cannot > tell > the difference between minus and dash. If you are not using the latest > upgrade. > > Peter > > Peter Higginson > Newport Networks Ltd, > Direct line 01494 470694 > http://www.newport-networks.com/ > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 21 December 2006 14:27 > To: [email protected] > Subject: [Sipp-users] hyphen in authentication > > Hello > > I have got a problem with my XML-file to put a scenario as a parameter > of > SiPp co. > When I try to send the message [authentication > [EMAIL PROTECTED] > password =alice], there is an error because, SiPp only take [EMAIL PROTECTED] > and > not > [EMAIL PROTECTED] > > I use the following command : > > sipp open-ims.test:3060 -sf test.xml -trace_msg > > Here you can find the all scenario (test.xml): > > <?xml version="1.0" encoding="ISO-8859-1" ?> > - <scenario name="Test register"> > - <send> > - <![CDATA[ > REGISTER sip:open-ims.test:5060 SIP/2.0 > Via: SIP/2.0/[transport] > open-ims.test:[local_port];branch=[branch] > From: "alice" <sip:[EMAIL PROTECTED]>;tag=[call_number] > To: "alice" <sip:[EMAIL PROTECTED]> > Call-ID: [call_id] > CSeq: 1 REGISTER > Contact: <sip:[EMAIL PROTECTED]>;expires=3600 > Content-Length: 0 > Expires: 300 > Authorization: Digest username="[EMAIL PROTECTED]", > realm="open-ims.test" > > ]]> > </send> > <recv response="401" auth="true" /> > - <send> > - <![CDATA[ > REGISTER sip:open-ims.test:5060 SIP/2.0 > Via: SIP/2.0/[transport] > open-ims.test:[local_port];branch=[branch] > From: "alice" <sip:[EMAIL PROTECTED]>;tag=[call_number] > To: "alice" <sip:[EMAIL PROTECTED]> > Call-ID: [call_id] > CSeq: 2 REGISTER > Contact: <sip:[EMAIL PROTECTED]>;expires=3600 > [authentication [EMAIL PROTECTED] password=alice] > Content-Length: 0 > Expires: 300 > > ]]> > </send> > <recv response="200" /> > </scenario> > > Could you help me? > > Thanks in advance > > hubert > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users > > > --------------- > This e-mail may contain confidential and/or privileged information. If > you are not the intended recipient (or have received this e-mail in > error) please notify the sender immediately and delete this e-mail. Any > unauthorized copying, disclosure or distribution of the contents in this > e-mail is strictly forbidden. > --------------- > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
