You can try this.

===========================
<send next="1">
<![CDATA[
      ACK....or your last message.
  ]]>
</send>

## Do nothing ##
<recv request="OPTIONS" next="6">
</recv>
## Do nothing ##

<recv request="OPTIONS" optional="true" next="2">
</recv>

<label id="1"/>

<pause milliseconds="4000"/>

<send retrans="500">
<![CDATA[
      BYE......
  ]]>
</send>
===========================

Regards,
------------
Tu Le
-----Original Message-----
From: Rene Pankratz [mailto:r.pankr...@fh-wolfenbuettel.de]
Sent: Tuesday, December 23, 2008 3:22 AM
To: sipp-users@lists.sourceforge.net
Subject: [Sipp-users] How to handle OPTIONS-request Message

Hello,
my UAC scenario breaks up because of a OPTIONS-Request sent by the UAS.
The OPTIONS is sent only sometimes and mostly in the pause phase while the
call is established.
Unfortunately i cannot set a "<recv request="OPTIONS" optional="true"
/>" before the pause because a BYE is sent after the pause by the UAC and
Sipp give me an error:

"<recv> before <send> sequence without a mandatory message. Please remove
one 'optional=true'..."

Any suggestions how to solve this problem?

René


----------------------------------------------------------------------------
--
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users




------------------------------------------------------------------------------
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to