add new ID property for processors and routes

This commit is contained in:
Joel Wetzell
2026-08-19 10:12:58 -05:00
parent a90a74650c
commit a33c05373f
47 changed files with 104 additions and 51 deletions
@@ -15,7 +15,8 @@ This processor will create a SIP DTMF response from the provided parameters. If
This example will create a SIP response that will wait 1 second then play the DTMF digits "1234" then wait another second before completing the response.
```yaml
- type: sip.response.dtmf.create
- id: create-dtmf-response
type: sip.response.dtmf.create
params:
preWait: 1000
digits: "1234"