Dear all

i run SIPp 3.1 on ubuntu 8.10 ,in the REGISTER to open ims core ,have a error 
"Registration defeat" 

 Digest  Algo is AKAv1-MD5

My open-ims hss database display  bob


aka_OP=0x00000000000000000000000000000 aka_AMF=0x0000

follow is SIPp  REGISTER  scenario XML file

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

<scenario name="REGISTER">


<send  retrans="500" start_rtd="1">
<![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:[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" crlf="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] aka_K=bob  
aka_OP=0x00000000000000000000000000000 aka_AMF=0x0000] 
Content-Length: 0
]]>
</send>

<recv response="200" rtd="1" >
</recv>

<!-- definition of the response time repartition table (unit is ms)   -->
 <ResponseTimeRepartition value="100,200,300,400, 500,600,700,800,900 1000, 
1500, 
2000,2500,3000,3500,4000,4500,5000,5500,6000,10000,12000,14000,16000,18000,20000"/>
 
<!-- definition of the call length repartition table (unit is ms)     -->
<CallLengthRepartition value="100,200,300,400, 500,600,700,800,900 1000, 1500, 
2000,2500,3000,3500,4000,4500,5000,5500,6000,10000,12000,14000,16000,18000,20000"/>

</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