Hi,

Iam trying to simulate AKA registration using SIPP. Below is UAC scenario 
script file. when my sipp script received 401 from proxy it is exiting from 
executing and displaying message "Syntax error or invalid [keyword] in 
scenario".
I have installed openssl-0.9.8 for using [auth] also. Iam not getting where i 
gone wrong. Please see my script below and let me know where i have gone wrong.

Thanks in advance

Regards,
Bhanuprasad KS


*********************************************************************************************
<?xml version="1.0" encoding="ISO-8859-1" ?>
<scenario name="REGISTER">

<send retrans="100">
  <![CDATA[

      REGISTER sip:[field10] SIP/2.0
      Via: SIP/2.0/UDP [local_ip]:[local_port]
      Max-Forwards: 70
      From: <sip:[EMAIL PROTECTED]>;tag=[call_number]
      To: <sip:[EMAIL PROTECTED]>
      Call-ID: [call_id]
      CSeq: 1 REGISTER
      Contact: <sip:[EMAIL PROTECTED]:[local_port]>
      P-Access-Network-Info: GPP-UTRAN-TDD
      Supported: path, 100rel
      Expires: 3600
      Content-Length: 0

  ]]>
</send>

<recv response="401" auth="true">
</recv>

<send retrans="100">
  <![CDATA[

      REGISTER sip:[field10] SIP/2.0
      [last_Via:]
      [last_Max-Forwards:]
      [last_From:]
      [last_To:]
      [last_Call-ID:]
      CSeq: 2 REGISTER
      [last_Contact:]
      [authentication username=1234 aka_OP=oed47545168eafe2c39c075829a7b61f 
aka_K=00112233445566778899AABBCCDDEEFF aka_AMF=00000000006f] 
      P-Access-Network-Info: GPP-UTRAN-TDD
      Supported: path, 100rel
      Expires: 3600
      Content-Length: 0

  ]]>
</send>

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

</scenario>
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message.Global Edge 
Software Ltd has taken every reasonable precaution to minimize this risk, but 
is not liable for any damage you may sustain as a result of any virus in this 
e-mail. You should carry out your own virus checks before opening the e-mail or 
attachment. Global Edge Software Ltd reserves the right to monitor and review 
the content of all messages sent to or from this e-mail address
-------------------------------------------------------------------------
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