Dear all

I use SIPp version 2.01 and 3.1 to test on Open IMS Core

happen 2.01 authentication MD5 is OK , has recviced 200 OK

but on 3.1 version is not pass ,no recvive 200 OK response

i use same XML.

i  enclosed  my XML source,please see follow



regards

dickson


-------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<scenario name="REGISTER">


<send retrans="500">
<![CDATA[
REGISTER sip:open-ims.test SIP/2.0
Route: <sip:pcscf.open-ims.test:4060;lr> 
Via: SIP/2.0/UDP [local_ip]:[local_port];branch=[branch]
From: bob <sip:[email protected]>;tag=[call_number]
To: bob <sip:[email protected]>
Call-ID: [call_id]
CSeq: [cseq] REGISTER
Contact: <sip:b...@[local_ip]:[local_port]>;expires=600000
Expires: 600000
Authorization: Digest username="[email protected]", realm="open-ims.test", 
nonce=" ", uri="open-ims.test", response=" "
Max-Forwards: 70
Content-Length:0
]]>
</send>
  
  <recv response="401" auth="true">
  </recv>
  
<send retrans="500">
<![CDATA[
REGISTER sip:open-ims.test SIP/2.0
Via: SIP/2.0/UDP [local_ip]:[local_port];branch=[branch]
From: bob <sip:[email protected]>;tag=[call_number]
To: bob <sip:[email protected]>
Call-ID: [call_id]
CSeq: [cseq] REGISTER
Contact: <sip:[local_ip]:[local_port]>;expires=600000
Expires: 600000
[authentication [email protected] password=bob] 
Content-Length: 0
]]>
</send>
 <recv response="200">
</recv>

 
</scenario>


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to