Just increase the CSEQ-Number of the 2nd INVITE (message 5),

BR
Michael

d 82 k schrieb:
> Hi everybody,
>  
> I would like to test my asterisk and in order to do this I would like to 
> run sipp on two computers (A and B) and register some users (1001 : 1010 
> for A and 2001 : 2010 for B) and make users A call user B.
> I have created a scenario to register user in a sequential way, and it 
> seems to work. I have also used the default scenario UAC and edited like 
> this for users A:
>  
> SIPp UAC            Remote
>     |(1) INVITE         |
>     |------------------>|
>     |(2) 100 (optional) |
>     |<------------------|
>     |(3) 407            |
>     |<------------------|
>     |(4) ACK            |
>     |------------------>|
>     |(5) INVITE         |
>     |------------------>|
>     |(6) 100 (optional) |
>     |<------------------|
>     |(7) 180 (optional) |
>     |<------------------|
>     |(8) 200            |
>     |<------------------|
>     |(9) ACK            |
>     |------------------>|
>     |                   |
>     |(10) PAUSE         |
>     |                   |
>     |(11) BYE           |
>     |------------------>|
>     |(12) 200           |
>     |<------------------|
>  
> 
>   <send>
>    <![CDATA[
>       INVITE sip:[EMAIL PROTECTED] SIP/2.0
>       Via: SIP/2.0/[transport] [local_ip]:[field2];branch=[branch]
>       From: [field0] <sip:[EMAIL PROTECTED]>;tag=[call_number]
>       To: [field3] <sip:[EMAIL PROTECTED]>
>       Call-ID: [call_id]
>       CSeq: 1 INVITE
>       Contact: <sip:[EMAIL PROTECTED]:[field2]>
>       Max-Forwards: 70
>       Subject: Performance Test
>       Content-Type: application/sdp
>       Content-Length: [len]
>       v=0
>       o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
>       s=-
>       c=IN IP[media_ip_type] [media_ip]
>        t=0 0
>       m=audio [media_port] RTP/AVP 0
>       a=rtpmap:0 PCMU/8000
>    ]]>
>   </send>
>   <recv response="100" optional="true">
>   </recv>
>  
>   <recv response="407" auth="true">
>   </recv>
> 
> <send>
>    <![CDATA[
>      ACK sip:[EMAIL PROTECTED] SIP/2.0
>      Via: SIP/2.0/[transport] [local_ip]:[field2];branch=[branch]
>      From: [field0] <sip:[EMAIL PROTECTED]>;tag=[call_number]
>      To: [field3] <sip:[EMAIL PROTECTED]>
>      Call-ID: [call_id]
>      CSeq: 1 ACK
>      Contact: <sip:[EMAIL PROTECTED]:[field2]>
>      Max-Forwards: 70
>      Subject: Performance Test
>      Content-Length: 0
>    ]]>
> </send>
> <send>
>   
>    <![CDATA[
>       INVITE sip:[EMAIL PROTECTED] SIP/2.0
>       Via: SIP/2.0/[transport] [local_ip]:[field2];branch=[branch]
>       From: [field0] <sip:[EMAIL PROTECTED]>;tag=[call_number]
>       To: [field3] <sip:[EMAIL PROTECTED]>
>       Call-ID: [call_id]
>       CSeq: 1 INVITE
>       Contact: <sip:[EMAIL PROTECTED]:[field2]>
>       Max-Forwards: 70
>    [authentication username=601 password=1234]
>       Subject: Performance Test
>       Content-Type: application/sdp
>       Content-Length: [len]
>       v=0
>       o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
>       s=-
>       c=IN IP[media_ip_type] [media_ip]
>        t=0 0
>       m=audio [media_port] RTP/AVP 0
>       a=rtpmap:0 PCMU/8000
>    ]]>
>   
> </send>
>  
>   <recv response="100"
>         optional="true">
>   </recv>
>   <recv response="180" optional="true">
>   </recv>
> [...]
>  
> and I'm using default UAS for users B.
> the problem is that everything goes fine untill message 5, the new 
> invite with the authentication response is sent and the server seems to 
> not accept it. It seems it doesn't recognize the message...
> (Maybe is the call id different between the invite 1 and 5... I can't 
> check it right now...)
> 
> Any ideas? how can I solve this?
> Thankyou for your help and time
>  
> dk
> 
> ------------------------------------------------------------------------
> Connect and share in new ways with Windows Live. Get it now! 
> <http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008>
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to