Hi all

Trying to create a sipp to sipp call which goes through opensips server,
messages sent/received between sipp and server as follows, up to the point
that server sends keepalive messages.

                                 Messages  Retrans   Timeout
Unexpected-Msg
    REGISTER ---------->         224       0         0
         100 <----------         0         0         0         0
         401 <----------         224       0         0         0
    REGISTER ---------->         224       0         0
         100 <----------         0         0         0         0
         200 <----------         224       0         0         0
          .* <----------         0         0         0         0
         200 ---------->         0         0

after registering is done successfully, server sends OPTIONS messages to
the sipp for keepalive,
but I can't make sipp handle this out of call OPTIONS message, like
explained here  [http://sipp.sourceforge.net/doc/ooc_default.xml],

 <recv request=".*" regexp_match="true" />

  <send>
    <![CDATA[
      SIP/2.0 200 OK
      [last_Via:]
      [last_From:]
      [last_To:]
      [last_Call-ID:]
      [last_CSeq:]
      Contact: <sip:[local_ip]:[local_port];transport=[transport]>
      Content-Length: 0

    ]]
  </send>

Here is the what sipp reports:

Discarding message which can't be mapped to a known SIPp call:
OPTIONS sip:sipp-local-system-ip:5060 SIP/2.0
Via: SIP/2.0/UDP sip-server-system-ip:5060;branch=z9hG4bK4324671
From: sip:keepalive@sip-server-system-ip;tag=18865bc1
To: sip:sipp-local-system-ip:5060
Call-ID: 1495f17a-a633e42-83547@sip-server-system-ip
CSeq: 1 OPTIONS
Content-Length: 0
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to