Entity · pbx_conference_rooms
PBX Conference Room Schema
Felder
PBX Conference Room Schema
Schema for a conference room in the FreeSWITCH PBX module
name
Human-readable name for this conference room
1–200 Zeichen
extensionNumber
Extension number to dial into this conference room
Pattern
pin
Optional PIN code for room access
Patternnullable
maxParticipants
Maximum number of concurrent participants
2 – 100nullable
recordingEnabled
Whether to auto-record the conference
nullable
profile
FreeSWITCH conference audio profile
Werte
defaultwidebandultrawidebandnullable
isActive
Whether this conference room is active
nullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/pbx_conference_rooms— Liste, paginiert + filterbarGET /api/v1/pbx_conference_rooms/<id>— Einzelne EntityPOST /api/v1/pbx_conference_rooms— AnlegenPATCH /api/v1/pbx_conference_rooms/<id>— Teil-UpdateDELETE /api/v1/pbx_conference_rooms/<id>— Soft-DeleteGET /api/v1/pbx_conference_rooms/<id>/timeline— Audit + Aktivitäten