I am trying to use SIPp as a proxy, where it receives a REGISTER from party A, 
adds a header, and sends it to party B. I am running SIPp 3.1 on Windows XP.

I have written two scripts, one to receive the REGISTERs (reg_rcv.xml) and one 
to send them on (reg_snd.xml). The first script sends the REGISTERs to the 
second script.

When I try to run the reg_rcv.xml script I get the error "You must specify a 
'dest' for sendCmd with extended 3pcc mode". I am not trying to run extended 
mode. The command line parameters I use are as follows:

sipp 172.18.40.10:5060 -sf reg_snd.xml -3pcc 127.0.0.1:10000

followed by

sipp -3pcc 127.0.0.1:10000 -sf reg_rcv.xml -p 5062

reg_rcv is as follows:

<?xml version="1.0" encoding="ISO-8859-1" ?>
  <scenario name="receive REGISTERs">
    <recv request="REGISTER">:
       <action>
      <ereg regexp="Max-Forwards:.*"
               search_in="msg"
               assign_to="rcvd_msg" />
         <log message="Received REGISTER: [$rcvd_msg]"/>
       </action>
    </recv>
    <sendCmd>
      <![CDATA[
      Call-ID: [call_id]
      [$1]
       ]]>
    </sendCmd>
  </scenario>
</xml>>

Why does SIPp think that the script wants to run in extended mode? Is it 
possible not to run in extended mode?

Any help would be greatly appreciated,

Thanks,
Martin

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to