run_sipp_scenario
Execute SIPp scenarios for SIP protocol testing as UAC (client) or UAS (server) with configurable call parameters, remote host, port, and transport protocol.
Instructions
Execute a SIPp scenario for SIP protocol testing. Can run as UAC (client) or UAS (server) with custom scenarios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Mode: 'uac' for client, 'uas' for server | |
| remoteHost | No | Remote host IP address (required for UAC mode) | |
| remotePort | No | Remote port (default: 5060) | |
| localPort | No | Local port to bind to (default: 5060) | |
| scenarioFile | No | Path to custom XML scenario file | |
| callCount | No | Number of calls to make (default: 1) | |
| callRate | No | Call rate in calls per second | |
| duration | No | Maximum test duration in seconds | |
| transport | No | Transport protocol (default: udp) | |
| timeout | No | Global timeout in seconds |