mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 02:09:02 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user