Document Ring vs Page and auto-answer kiosks, in the dashboard itself
The user asked for the security webpage to actually explain how to set these up, not just this conversation. Adds a "How this works" disclosure to the Ring Groups card (matching the existing help-block pattern already used on Extensions and Personal numbers) covering: - Ring vs Page's actual difference (first-answer-wins hunt group vs Asterisk signaling auto-answer via SIP headers). - Mixing an auto-answering device with normally-ringing phones needs no new group type or per-member setting -- auto-answer lives in the device's own SIP client config, so a plain Ring group already dials everyone at once and an auto-answer-configured device just picks up faster than a human can. New docs/kiosk-paging-setup.md walks through the concrete path for a dedicated always-on auto-answer device: Easy Asterisk's own baresip-based "kiosk" client, installed on a separate small Linux machine (not the Asterisk server's Docker container -- the vendor script explicitly skips baresip install when it detects Docker locally). Also notes plainly that a browser/WebRTC auto-answer option doesn't exist on this server today (no WSS transport configured) and would be new infrastructure work, not a quick addition. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JDyKC6Kdg7tofmYSmRtgww
This commit is contained in:
@@ -3209,6 +3209,12 @@ INDEX_HTML = """<!doctype html>
|
||||
<summary>Ring Groups <span class="count" id="room-count"></span></summary>
|
||||
<div class="card-body">
|
||||
<p class="muted">Pick extensions, give them a name, and they ring (or page/auto-answer) together as one dialable extension — and can optionally be assigned a personal number below, so an inbound call to that number rings every current member.</p>
|
||||
<details class="help">
|
||||
<summary>Ring vs Page, and mixing auto-answer devices in one group</summary>
|
||||
<p class="muted"><b>Ring</b> dials every member at once — first to answer gets the call, everyone else stops ringing. <b>Page</b> tells Asterisk to signal auto-answer to every member via SIP headers, for devices that honor it, turning the same simultaneous dial into a one-way intercom-style broadcast instead.</p>
|
||||
<p class="muted">You don't need <b>Page</b> just to mix an auto-answering device with normally-ringing phones in the same group, though — auto-answer is really a property of the device's own SIP client configuration, not something Asterisk enforces per member. A plain <b>Ring</b> group already dials everyone simultaneously, so a device configured to auto-answer (e.g. a dedicated intercom/kiosk running <code>baresip</code> in Answer Mode: Auto) picks up instantly, while ordinary phones in the same group just keep ringing until a person answers — no extra setting needed here for that mix.</p>
|
||||
<p class="muted">For a dedicated always-on auto-answer device (a wall-mounted intercom, a paging station), Easy Asterisk — the vendor project this installer builds on — has a built-in <code>baresip</code>-based kiosk client for exactly that. It installs on a separate small Linux machine (an old PC, a Raspberry Pi), not this Asterisk server itself. See <code>docs/kiosk-paging-setup.md</code> in this repo for the full walkthrough.</p>
|
||||
</details>
|
||||
<div class="row" style="margin-bottom:var(--sp-2)">
|
||||
<input type="text" id="ea-room-ext" placeholder="Extension, e.g. 500" style="width:9rem">
|
||||
<input type="text" id="ea-room-name" placeholder="Name, e.g. Sales" style="width:10rem">
|
||||
|
||||
Reference in New Issue
Block a user