Hi,

 

I’m a new sipp user and finding this tool very using and pretty easy to use. Thank you.

 

I have a scenario that I cannot get fully working.

I am using sipp as a client sending to a server running my application.

The application receives the INVITE from the sipp client and sends (in our case) a 300 response.

The sipp client is supposed to send an ACK when it gets the 300.

In the message trace (see below) the 300 is received, but the ACK is never sent.

In fact when I attempt to exit the scenario I get a message that says it is “Waiting for active calls to end. Press [Ctrl-c] to force exit.”

Don’t know why the scenario was not triggered to send the ACK.

 

I am running Sipp v1.0final, built Nov 10 2006, 08:09:44.

 

==================== Here is the scenario =====================

<?xml version="1.0" encoding="ISO-8859-1" ?>

<scenario name="MY test">

  <send>

    <![CDATA[

 

      INVITE sip:whateva SIP/2.0

      Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5004

      From: "1" <sip:[EMAIL PROTECTED]>

      To: <sip:[EMAIL PROTECTED]>

      Call-ID: [call_number]

      CSeq: 1 INVITE

      Max-Forwards: 1

      Content-Length: 0

    ]]>

  </send>

  

  <recv response="300" >

  </recv>

 

   <send>

    <![CDATA[

 

      ACK sip:whateva SIP/2.0

      Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5004

      From: "1" <sip:[EMAIL PROTECTED]>

      To: <sip:[EMAIL PROTECTED]>

      Call-ID: [call_number]

      CSeq: 1 INVITE

      Max-Forwards: 1

      Content-Length: 0

    ]]>

  </send>

</scenario>

 

===================== here is the message trace output =====================

-----------------------------------------------

UDP message send:

 

INVITE sip:whateva SIP/2.0

Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5004

From: "1" <sip:[EMAIL PROTECTED]>

To: <sip:[EMAIL PROTECTED]>

Call-ID: 1

CSeq: 1 INVITE

Max-Forwards: 1

Content-Length: 0

 

 

----------------------------------------------- 2006-11-14 15:38:27

UDP message received [309] bytes :

 

SIP/2.0 300 Multiple Choices

Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5004

From: "1" <sip:[EMAIL PROTECTED]>

To: <sip:[EMAIL PROTECTED]>

Call-ID: 1

CSeq: 1 INVITE

Max-Forwards: 1

Contact: <sip:+1-5555555555@ xxx.xxx.xxx.xxx;user=phone >

Content-Length: 0

 

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