-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xx
committed
Nov 16, 2024
1 parent
6795158
commit a44b617
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
layout: documentation | ||
title: Audio / VOIP | ||
sidebar: | ||
- article-menu | ||
--- | ||
|
||
# Requirements | ||
A GDoor adapter with at least version 4.0 is needed. | ||
|
||
# Setup | ||
Go to the configuration page of your GDoor device. | ||
You can setup the connection string of you VOIP | ||
server. | ||
The scheme is `udp://username:password@server:portnumber` | ||
|
||
# Configuration | ||
GDoor currently offers 4 slots. | ||
Each slot is a individual configuration to handle a audio related action | ||
and can be enabled or disabled independently. | ||
|
||
A slot has the following settings: | ||
- Outgoing Call: Enable or disable that this slot initiates outgoing VOIP calls. | ||
- Trigger Action: The basic action which trigger this slot, it is the `ACTION` field in the incoming bus message which needs to match. | ||
- BUTTON_RING: An action is triggered, when a ring button on a outdoor station is pressed. | ||
- CALL_INTERNAL: An action is triggered, when a internal call is initiated. | ||
- Outdoor Address: This is a 2-Byte hexadecimal value. Do not prefix `0x`. | ||
This address is used to match the source field of the incoming bus message, | ||
so that the slot is only triggered for a certain station. Leave empty to trigger an all stations. | ||
- Button No.: The button number to trigger. It is the first byte of the parameter field in the incoming bus message. | ||
Leave empty to trigger an all button presses. | ||
- Dest. Phone No.: The phone number which is called by GDoor when this slot is triggered. | ||
|
||
# Tested Setups | ||
Currently tested are: | ||
- FritzBox as VOIP server | ||
- GDoor v4.0 as software VOIP client. | ||
- Linphone as software VOIP client, which GDoor calls, when a button is pressed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters