On Wed, May 2, 2012 at 9:08 PM, Arun The Optimist.. <
arunkathiresa...@gmail.com> wrote:

> Hi experts,
>
> When i execute the SIPp as below,
>
> ./sipp -bg -sf /tmp/uas.xml  -i 10.10.10.101 -p 5060 -mi 10.10.10.101  -m
> 1 -timeout 40
>
> I am seeing an error message
>
> In pcap /opt/sipp-v6/sipp/pcap/g711a.pcap, npkts 236
>
> max pkt length 260
>
> base port 2006
> 2012-05-01      23:22:42:939    1335939762.939662: *Variable $7 is
> referenced 1 times!
>
> *Can you please let me know how to resolve the issue..??
>

Hello,
it means you are referencing a variable in your uas.xml only once ,like
doing an assignment and doing nothing else with it later. So this might be
an indication of a problem in your xml file so sipp is refusing to run it.
Read about variables here:
http://sipp.sourceforge.net/doc/reference.html#Variables

If you really don't need to do anything with the variable, use this:

<Reference variables="7"/>

regards,
Takeshi
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to