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 <[email protected]> wrote:

> 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://github.com/SIPp/sipp. The [date] keyword should now do what
> you want.
>
> The attached script produces the following INVITE for me:
>
> INVITE sip:[email protected]:5060 SIP/2.0
> Via: SIP/2.0/UDP 127.0.0.1:5060;branch=z9hG4bK-30629-1-1
> From: sipp <sip:[email protected]:5060>;tag=30629SIPpTag001
> To: service <sip:[email protected]:5060>
> Call-ID: [email protected]
> CSeq: 1 INVITE
> Contact: sip:[email protected]:5060
> Max-Forwards: 70
> Timestamp: 1412028673.000000
> Date: Mon, 29 Sep 2014 22:11:13 GMT
> Subject: Performance Test
> Content-Type: application/sdp
>
>
> Let me know if you find this useful!
>
> Best,
> Rob
>
> On 29 September 2014 05:15, Paul Miller <[email protected]> wrote:
> > Hi,
> > I am currently using SIPp 3.4.1 and I trying to emulate a UAS which uses
> the
> > Date: and Timestamp: header in its messaging. Is there a way to populate
> > this header with an internal variable/keyword that will be populated by
> SIPp
> > when the scenario is run?
> > If not can you consider adding support for date and timestamp header?
> >
> > Example header format below:
> >
> > Date: Mon, 22 Sep 2014 04:00:49 GMT
> > Timestamp: 1411358460
> >
> > Thanks
> >
> > Paul
> >
> >
> ------------------------------------------------------------------------------
> > Slashdot TV.  Videos for Nerds.  Stuff that Matters.
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Sipp-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/sipp-users
> >
>
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to