Prem,

If your server generates a 100 trying response, the scenario will not 
work; because you have no optional 100 command like:

<recv response="100" optional="true" />

You should insert this before the 401 receive command.

Also, what do you mean by the statistics file counter?  The screen log?

Charles

[EMAIL PROTECTED] wrote on 04/19/2007 02:46:31 AM:

> 
> 
> 
> From: Premkumar V 
> Sent: Wednesday, April 18, 2007 2:35 PM
> To: 'sipp-users@lists.sourceforge.net'
> Subject: Failed to read the scenario file
> 
> Hi,
> These are the problems I face when I try to register a subscriber.
> 
> 1. After sending the REGISTER message from the scenario.file, sipp 
> receives 401-Unauthorised .But in the statistics file the 401 
> counter value remains 0(zero). 
> 2. After receiving the 401 unauthorized or 100 trying response from 
> the server ,sipp stops reading the scenario.file. But initial 
> REGISTER/INVITE message is taken from the scenario.file.
> 
> I have attached the scenario file below.
> 
> Please kindly help me as soon as possible.
> 
> Thanks
> Prem
> 
> 
> 
> <?xml version="1.0" encoding="ISO-8859-1" ?>
> <!DOCTYPE scenario SYSTEM "sipp.dtd">
> 
> <scenario name="branch_client">
> 
> <send>
> <![CDATA[
>       REGISTER sip:10.20.4.242:8889 SIP/2.0
>       Via: SIP/2.0/UDP [local_ip]:[local_port];branch=z9hg4bk12345
>       From: ua1 <sip:[EMAIL PROTECTED]>;tag=1234
>       To: ua1 <sip:[EMAIL PROTECTED]>
>       Call-ID:123
>       CSeq: 1 REGISTER
>       Contact: sip:[EMAIL PROTECTED]:[local_port]
>       Expires: 3600
>       Content-Length: 0
> ]]>
> </send>
> 
> <recv response="401" auth="true" >
> </recv>
> 
> <send>
> <![CDATA[
>       REGISTER sip:10.20.4.242:8889 SIP/2.0
>       Via: SIP/2.0/UDP [local_ip]:[local_port];branch=z9hg4bk12345
>       From: ua1 <sip:[EMAIL PROTECTED]>;tag=1234
>       To: ua1 <sip:[EMAIL PROTECTED]>
>       P-Access-Network-Info: 
3GPP-UTRAN-TDD;utran-cell-id-3gpp=C359A3913B20E
>       Call-ID:123
>       CSeq: 1 REGISTER
>       Contact: sip:[EMAIL PROTECTED]:[local_port]
>       [field1]
>       Expires: 300
>       Content-Length: 0
>       Supported: path
> ]]>
> </send>
> 
> 
> 
============================================================================================================================
> 
> Disclaimer:
> 
> This message and the information contained herein is proprietary and
> confidential and subject to the Tech Mahindra policy statement, you 
> may review at http://www.techmahindra.com/Disclaimer.html externally and 

> http://tim.techmahindra.com/Disclaimer.html internally within Tech 
Mahindra.
> 
> 
============================================================================================================================
> 
> 
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to