Hi,

  I"m getting the following error
2010-06-29      10:43:09:961    1277833389.961681: Unknown element
'Reference' i
n xml scenario file.
2010-06-29      10:43:10:023    1277833390.023681: Unknown element
'Reference' i
n xml scenario file.
2010-06-29      10:43:10:096    1277833390.096681: Unknown element
'Reference' i

My scenario is the following

<scenario xmlns:tm="" name="uas performance">
  <send start_txn="invite" start_rt="5">
    <![CDATA[INVITE
sip:[servi...@[remote_ip]:[remote_port];sipuafsm=file:///C:/cygwin/home/tikuo/qa/voip/tmsipp/sipua/htdocs/functional/uas/uas.sipua.scxml;app_fsm_uri=file:///C:/cygwin/home/tikuo/qa/voip/tmsipp/sipua/htdocs/functional/default.app.scxml
SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: sipp <sip:s...@[local_ip]:[local_port]>;tag=[call_number]
To: Receiver <sip:[servi...@[remote_ip]:[remote_port]>
Call-ID: [call_id]
CSeq: [cseq] INVITE
Contact: 0 <sip:[local_ip]:[local_port]>
Max-Forwards: 70
Content-Length: [len]
]]>
</send>
  <recv response="100" optional="true" response_txn="invite" ontimeout="10">
    <action>
      <ereg regexp="(.*)" search_in="hdr" header="To:" check_it="true"
assign_to="to" />
      <ereg regexp="(.*)" search_in="hdr" header="From:" check_it="true"
assign_to="from" />
      <ereg regexp="(.*)" search_in="hdr" header="Via:" check_it="true"
assign_to="via" />
      <ereg regexp="(.*)" search_in="hdr" header="Call-ID:" check_it="true"
assign_to="callid" />
      <ereg regexp="([0-9]+)" search_in="hdr" header="CSeq:" check_it="true"
assign_to="cseq" />
    </action>
  </recv>
*  <Reference variables="callid,cseq,from,to,via" />*
  <recv response="180" optional="true" response_txn="invite" ontimeout="10">
    <action>
      <ereg regexp="(.*)" search_in="hdr" header="To:" check_it="true"
assign_to="to" />
      <ereg regexp="(.*)" search_in="hdr" header="From:" check_it="true"
assign_to="from" />
      <ereg regexp="(.*)" search_in="hdr" header="Via:" check_it="true"
assign_to="via" />
      <ereg regexp="(.*)" search_in="hdr" header="Call-ID:" check_it="true"
assign_to="callid" />
      <ereg regexp="([0-9]+)" search_in="hdr" header="CSeq:" check_it="true"
assign_to="cseq" />
    </action>
  </recv>
*  <Reference variables="callid,cseq,from,to,via" />*


I have SIPp v3.1 on my computer(Windows machine) and it seems it's defined
as one of the variables(http://sipp.sourceforge.net/doc/reference.html), so
I'm not sure why it's not understanding it.

Thanks,
-Tim
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to