-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
nethlinkThe issue is related to NethLink (NethVoice Desktop client)The issue is related to NethLink (NethVoice Desktop client)nethvoiceBug or features releted to the NethVoice projectBug or features releted to the NethVoice projectnethvoice-ctiThe issue is related to NethLink (NethVoice Web client)The issue is related to NethLink (NethVoice Web client)
Milestone
Description
Description:
A dedicated extension number needs to be added to the Asterisk dialplan to allow audio initialization for Phone Island, CTI and Desktop Phone clients. This extension will be used to test and initialize the audio subsystem before making actual calls.
Expected behavior:
- User dials the initialization extension number (e.g., *17)
- Call is answered automatically
- After 1-2 seconds of silence, a beep is played
- Call hangs up automatically
Technical implementation:
The extension should be added to /etc/asterisk/extensions_custom.conf:
[from-internal-custom]
exten => 4321,1,Answer
exten => 4321,n,Playback(beep&silence/2)
exten => 4321,n,Hangup
Use cases:
- Audio device testing and initialization
- Microphone/speaker verification
- Audio subsystem warm-up for WebRTC clients
Notes:
- Should work with both WebRTC and Desktop Phone devices
- Minimal latency and immediate response required
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
nethlinkThe issue is related to NethLink (NethVoice Desktop client)The issue is related to NethLink (NethVoice Desktop client)nethvoiceBug or features releted to the NethVoice projectBug or features releted to the NethVoice projectnethvoice-ctiThe issue is related to NethLink (NethVoice Web client)The issue is related to NethLink (NethVoice Web client)
Type
Projects
Status
Done