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

Reply via email to