Hi,
I'm working with an openIMSCore Rel.7.
I checked it with OpenIC_Lite and I noticed that It is only registering with
AKA-v1, but If I use MD5, I received an error which said something about
"401 - Enough challenges... Wrong password?"
I wanted to know if it could be a openIMSCore configuration problem (I
changed the open-ims domain and IP).
Then, I tried to create an AKA sipp script, but it's not working also. I
followd the SIPp instructions. I attached my script.
Please, could anybody tell me where is the problem?
Thanks in advance
--
Vanessa Tejada
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="ims_reg_basic" on_unexpected="9" default_behavior="false">
<send retrans="500" start_rtd="1">
<![CDATA[
REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: "[field0]" <sip:[fiel...@[field1]>;tag=[call_number]
To: "[field0]" <sip:[fiel...@[field1]>
Call-ID: [call_id]
CSeq: 1 REGISTER
Contact: <sip:[fiel...@[local_ip]:[local_port]>;expires=1800
Expires: 1800
Content-Length: 0
Authorization: Digest username="[fiel...@[field1]", realm="[field1]"
Supported: path
]]>
</send>
<recv response="401" auth="true" rtd="1">
</recv>
<!--
<recv response="401" auth="true" auth_assign_to="u2" rtd="1">
[authentication username="[fiel...@[field1]" password="[field0]" challenge_from="[$u2]" challenge_type=401]
</recv>
-->
<send retrans="500" start_rtd="2">
<![CDATA[
REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: "[field0]" <sip:[fiel...@[field1]>;tag=[call_number]
To: "[field0]" <sip:[fiel...@[field1]>
Call-ID: [call_id]
CSeq: 2 REGISTER
Contact: <sip:[fiel...@[local_ip]:[local_port]>;expires=1800
Expires: 1800
Content-Length: 0
[authentication username=[field0] aka_OP=0xCDC202D5123E20F62B6D676AC72CB318 aka_K=0x465B5CE8B199B49FAA5F0A2EE238A6BC aka_AMF=0xB9B9]
Supported: path
]]>
</send>
<recv response="200" rtd="2" crlf="true">
</recv>
<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20"/>
<!-- definition of the call length repartition table (unit is ms) -->
<CallLengthRepartition value="10"/>
</scenario>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users