update config examples

This commit is contained in:
Joel Wetzell
2026-03-12 21:45:48 -05:00
parent 5c17c419fe
commit 5c760ea76f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ import { Code } from '@astrojs/starlight/components';
This config starts an SIP server listening on port `5060`. Any incoming call will result in a OSC message being sent to `127.0.0.1:53000` with the address set to [fire a QLab cue](https://qlab.app/docs/v5/scripting/osc-dictionary-v5/#/cue/{cue_number}/go) with the dialed number as the cue number. This was tested with a cheap SIP gateway like [this one](https://www.grandstream.com/products/gateways-and-atas/analog-telephone-adaptors/product/ht802).
export const example = `
api:
port: 8080
modules:
- id: sip
type: sip.call.server