I am using windows based SIPP 3.1

I have made dialler for Dialling Call  This work fine. I have tested using 
xLite and received call successfully using xLite call.


I have also made Auto Receiver for receiving call  This does not work I am 
getting error  "Discarding message which can't be mapped to a known SIPp"


1.       recv request="INVITE"  I am getting error "Discarding message which 
can't be mapped to a known SIPp"

Here I have mention  my SIPP Subscribe and Receive Invite XML

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


<!-- This program is free software; you can redistribute it and/or      -->
<!-- modify it under the terms of the GNU General Public License as     -->
<!-- published by the Free Software Foundation; either version 2 of the -->
<!-- License, or (at your option) any later version.                    -->
<!--                                                                    -->
<!-- This program is distributed in the hope that it will be useful,    -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of     -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      -->
<!-- GNU General Public License for more details.                       -->
<!--                                                                    -->
<!-- You should have received a copy of the GNU General Public License  -->
<!-- along with this program; if not, write to the                      -->
<!-- Free Software Foundation, Inc.,                                    -->
<!-- 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA             -->
<!--                                                                    -->
<!--                 Sipp default 'uac' scenario.                       -->
<!--                                                                    -->

<scenario name="Basic Sipstone UAC">
  <!-- In client mode (sipp placing calls), the Call-ID MUST be         -->
  <!-- generated by sipp. To do so, use [call_id] keyword.                -->

  <send >
    <![CDATA[
REGISTER sip:10.230.53.225 SIP/2.0
Via: SIP/2.0/UDP 10.230.53.229:[local_port];branch=[branch];rport
Max-Forwards: 70
Contact: <sip:9...@10.230.53.229:[local_port]>
To: "900"<sip:9...@10.230.53.225>
From: "900"<sip:9...@10.230.53.225>;tag=[call_number]
Call-ID: [call_id]
CSeq: [cseq] REGISTER
Expires: 3600
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, 
INFO
Content-Length: [len]
]]>
  </send>

  <recv response="200" crlf="true">
  </recv>

  <send >
    <![CDATA[
SUBSCRIBE sip:9...@10.230.53.225 SIP/2.0
Via: SIP/2.0/UDP 10.230.53.229:[local_port];branch=[branch];rport
Max-Forwards: 70
Contact: <sip:9...@10.230.53.229:[local_port]>
To: "900"<sip:9...@10.230.53.225>
From: "900"<sip:9...@10.230.53.225>;tag=[call_number]
Call-ID: [call_id]
CSeq: [cseq] SUBSCRIBE
Expires: 300
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, 
INFO
Event: message-summary
Content-Length: [len]


]]>
  </send>

  <recv response="501" crlf="true">
  </recv>

<recv request="INVITE" crlf="true" rrs="true">
  </recv>

  <send>
    <![CDATA[

      SIP/2.0 180 Ringing
      [last_Via:]
      [last_From:]
      [last_To:];tag=[call_number]
      [last_Call-ID:]
      [last_CSeq:]
      Contact: <sip:[local_ip]:[local_port];transport=[transport]>
      Content-Length: 0

    ]]>
  </send>

<send >
    <![CDATA[

SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.230.53.225:[local_port];branch=[branch];rport
Contact: <sip:9...@10.230.53.229:[local_port];rinstance=c1deae1ce6f307eb>
To: <sip:9...@10.230.53.225>;tag=[$2]
From: <sip:te...@10.230.53.225>;tag=[$2]
Call-ID: [$1]
CSeq: [cseq] INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, 
INFO
Content-Type: application/sdp
User-Agent: X-Lite release 1104o stamp 56125
Content-Length: [len]

v=0
o=- 7 2 IN IP4 10.230.53.229
s=CounterPath X-Lite 3.0
c=IN IP4 10.230.53.229
t=0 0
m=audio 48892 RTP/AVP 107 0 8 101
a=alt:1 1 : wwCbOc+g cFxFrNF+ 10.230.53.229 48892
a=fmtp:101 0-15
a=rtpmap:107 BV32/16000
a=rtpmap:101 telephone-event/8000
a=sendrecv


]]>
  </send>







  <!-- definition of the response time repartition table (unit is ms)   -->
  <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>

  <!-- definition of the call length repartition table (unit is ms)     -->
  <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

</scenario>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to