SAIR
SAIR

Reputation: 1131

Asterisk IVR load testing using sipp

I need to do load testing of an asterisk IVR hosted on aws. I am facing problem how to use scenario files to place a call and then send an DTMF signal.

i am able to use sipp commands to generate call against an extension. but don't know how to do load testing of IVR

Upvotes: 0

Views: 1083

Answers (1)

jsantander
jsantander

Reputation: 5102

Check the play pcap capability. There's an example uac_pcap.xml.

Check around line 97: <!-- Play an out of band DTMF '1'

Now this requires that you've preferred some captures of the RTP flow you want to replay (for example including the 101 telephony-events you want to play)

Upvotes: 1

Related Questions