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 response message with an audio file as the payl
|
||||
This example will create a SIP response that will wait 1 second then play `response.wav` then wait another second before completing the response.
|
||||
|
||||
```yaml
|
||||
- type: sip.response.audio.create
|
||||
- id: create-audio-response
|
||||
type: sip.response.audio.create
|
||||
params:
|
||||
preWait: 1000
|
||||
audioFile: "response.wav"
|
||||
|
||||
Reference in New Issue
Block a user