Holly, David (Steven <David.Holly <at> PAETEC.com> writes:

> 
> Please disregard.  I found the subversion trunk.
> 
> Steven 
>                
> 
> -----Original Message-----
> From: Holly, David (Steven) 
> Sent: Tuesday, September 29, 2009 4:21 PM
> To: 'sipp-users <at> lists.sourceforge.net'
> Subject: RE: setdest not working
> 
> When I run the scenario, I get:
> 
> 2009-09-29      15:13:32:451    1254255212.451255: Unknown action: setdest.
> 
> I have searched through the list and found reference to needing to compile 
the "subversion trunk version".
> I'm pretty sure that is what I have.  I have the latest stable version.
> 
> Any help would be appreciated
> 
> Thanks,
> 
> Steven
> 
> -----------------------------------------------------------------------------
-
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> 

Hello Sir/Maam,
 
I have a scenario wherein I need to change the remote end point during a call. 
For this I used the below in my scenario file.
 
       <action>
                <ereg regexp="sip:.*@([0-9\.]+)"
                        search_in="hdr"
                        header="Contact: "
                        check_it="true"
                        assign_to="1,host"/>
 
                <setdest host="[$host]" port="5060" protocol="udp" />
        </action>
 
When I use ‘setdest’ and run SIPp from the command line then I get the 
message ‘Unknown action: setdest.’ From browsing the internet I see that the 
solution to this is to compile SIPp with the sources in the trunk.
 
I believe I was able to compile sipp. 
 
[r...@ustr-sdstrpt01 sipp.svn]# make
make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -
m|sed "s/Power Macintosh/ppc/"` sipp
make[1]: Entering directory `/sipp.svn'
make[1]: `sipp' is up to date.
make[1]: Leaving directory `/sipp.svn'
 
However that said my original problem is still occurring. When I run my sipp
(latest compiled 3.1 one), it still states
 
[r...@ustr-sdstrpt01 sipp.svn]# ./sipp -sf 
uac_subscribe_6_min_standard_timers_exp.xml -inf database_seq_802_50K.csv -i 
10.35.126.119 -m 10 -r 1 -p 5060 10.35.126.101:5060 -trace_err -trace_msg
2010-03-31      10:21:15:080    1270045275.080749: Unknown action: setdest.
 
I have been going through the below links. All of them say that I need to 
compile sipp with the subversions in trunk.
 
http://osdir.com/ml/telephony.sipp.user/2008-07/msg00057.html
http://permalink.gmane.org/gmane.comp.telephony.sipp.user/4404
 
Could someone please tell me where I am going wrong and steps on how to 
rectify the problem?

Thanks in advance




------------------------------------------------------------------------------
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