Re: [Sipp-users] support for date & timestamp headers

2014-09-29 Thread Paul Miller
Rob, that sounds great; I will put together the full scenario and test it works over the next 48 hrs. Thanks Paul On Tue, Sep 30, 2014 at 11:20 AM, Rob Day wrote: > Hi Paul, > > A timestamp in seconds for theTimestamp header can be created by using > the gettimeofday action - > http://sipp.sou

Re: [Sipp-users] support for date & timestamp headers

2014-09-29 Thread Rob Day
Hi Paul, A timestamp in seconds for theTimestamp header can be created by using the gettimeofday action - http://sipp.sourceforge.net/doc/reference.html#gettimeofday. SIPp 3.4.1 had no support for the date, but it looks like a useful feature, so I've just added it to the codebase at https://githu

Re: [Sipp-users] uac_pcap sending RTP packets to localhost 127.0.0.1

2014-09-29 Thread Sherry Wei
Hi Sakharam and Cheng, I am using the sudo to issue the command. Here is the xml script I use which is exactly a copy from the embedded scenario uac_pcap (I did a -sd to dump the embedded uac_pcap scenario to uac_pcap.xml file). Anything wrong in this script? Also, at the end, is the tcpdump t

Re: [Sipp-users] problem solved due to ip address bound error

2014-09-29 Thread Sakharam Thorat
Need super user permissions. run with sudo or root. Best Regards,Sakharam Thorat. From: s...@carmelosystems.com To: chengku...@gmail.com; sipp-users@lists.sourceforge.net Date: Sun, 28 Sep 2014 20:59:35 -0700 Subject: Re: [Sipp-users] problem solved due to ip address bound error Hi Cheng, Thanks

Re: [Sipp-users] uac_pcap sending RTP packets to localhost 127.0.0.1

2014-09-29 Thread Sakharam Thorat
Post sipp scenario, or please cross check following headers in SDP or post wireshark trace. o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] c=IN IP[local_ip_type] [local_ip} m=audio [auto_media_port] RTP/AVP 8 101 Best Regards,Sakharam Thorat. From: s...@carmelos

Re: [Sipp-users] support for date & timestamp headers

2014-09-29 Thread Shane Turner
What the QA folks in my group do is set an environment variable in a script to the output of a command, then set a SIPP variable by passing it in with the syntax '-key sippvariable1 shellvariable1'. In the scenario, they reference [sippvariable1]. Roughly they would have something like: Shell

Re: [Sipp-users] support for date & timestamp headers

2014-09-29 Thread 程琨
Well, Paul, I don't think you can show them in a external commands. Sipp seems has no support. 2014-09-29 16:15 GMT+08:00 Paul Miller : > Thanks Cheng Kun for the idea of using an external command, following on > from that thought. > > if I run the following command in bash I get the

Re: [Sipp-users] support for date & timestamp headers

2014-09-29 Thread Paul Miller
Thanks Cheng Kun for the idea of using an external command, following on from that thought. if I run the following command in bash I get the RFC 1133 format I require for the Date: header date -d "+12 months" +"%a, %d %b %Y 00:00:01 GMT" Although the SIPp documentation shows how to echo the cont