gen_test_dispatcher
Provision a dispatcher set with test SIP destinations to enable ds_select_dst scenarios when the dispatcher table is empty.
Instructions
Provision a dispatcher set with a handful of test destinations.
Useful when you have a scenario template that uses
ds_select_dst(<set_id>, ...) but the dispatcher table is empty.
Parameters
set_id:
Dispatcher set id. Templates default to set 1.
destinations:
List of SIP URIs (e.g. ["sip:10.0.0.10:5060",
"sip:10.0.0.11:5060"]).
dry_run:
Default True. Returns the plan without writing.
socket:
Optional outbound socket per row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set_id | Yes | ||
| destinations | Yes | ||
| dry_run | No | ||
| socket | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||