Currently, I need to run SIPp scenario to simulate a large of call for loading test. In the script of the caller, after receiving 200 OK message and before sending BYE message, I need to pause a duration to simulate for call duration as follows:
Caller:
Invite ------------->
...
200 OK <----------
ACK -------------->
pause milliseconds="xxx"
BYE -------------->
I need to generate random value for XXX to simulate for the different call durations which is similar to real calls.
I tried to generate random values in .csv file and get these values into caller script, but it's not successful. I get an error like this: "Pause milliseconds, ... is not a floating point number!"
How can I generate a random value in a SIPp script?