- Code: Select all
Starting action CallFlowGraph1.
Register : invoking...
Register : successfully invoked
Notify: Data Point "Register time, sec" value = 6.5027.
Make Call to 'XXXXXXXXXXX' ('customer') : invoking...
Make Call to 'XXXXXXXXXXX' ('customer') : successfully invoked
Notify: Data Point "MakeCall time, sec" value = 12.7223.
Wait for Answer 'customer' : invoking...
Wait for Answer 'customer' : successfully invoked
Notify: Data Point "WaitForAnswer time, sec" value = 0.0020.
'VoiceRecorder' on call 'customer' : invoking...
Notify: Data Point "Received packet count" value = 1504.0000.
Notify: Data Point "Packet Loss (%)" value = 0.0000.
Notify: Data Point "Sent packet count" value = 1502.0000.
Notify: Data Point "Packets Skipped (%)" value = 0.0665.
Notify: Data Point "Packets Failed (%)" value = 0.0000.
Notify: Data Point "First Packet Time" value = 0.3690.
'VoiceRecorder' on call 'customer' : successfully invoked
Notify: Data Point "Talk time, sec" value = 30.2440.
Hang up on call 'customer' : invoking...
Hang up on call 'customer' : successfully invoked
Notify: Data Point "Hangup time, sec" value = 0.0090.
Ending action CallFlowGraph1.
Q: Is there a way to know when the recipient beeps for entering a voice mail and then playing back a recorded message, i.e. “This is a test caller leaving a voice message for Load Testing.”? We’ll also be trying to do a dial out call too and user navigating through a voice/DTMF activated prompts for a product.
I might also like to see if/how metrics are gathered/presented on the LoadController and maybe try to get two users working together from the controller just to see how that works.