-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
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)verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
Steps to reproduce
- Create a new instance with custom rebranding for the mobile app.
- Access the rebranding settings.
- Generate a QR-Code to configure the app.
Expected behavior
The QR-Code should correctly include the @BRAND_NAME suffix in the SIP account, e.g., user@VOIPIU.
Actual behavior
The BRAND_NAME field is missing in the rebranding settings.
The BRAND_NAME is automatically set to NethVoice in the environment and is not editable or handled.
This prevents proper QR-Code generation for branded mobile apps.
Temporary workaround applied
We fixed the issue manually by:
- Editing the
BRAND_NAMEvalue in the instance's environment file. - Adding the following line to the
nethcti-uisystemd unit:
--env=BRAND_NAME=${BRAND_NAME} \- Restarting the service and the
nethcti-uiunit.
After this change, the QR-Code was generated correctly with the @VOIPIU suffix.
Components
- NethVoice NS8
nethcti-uimodule
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
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)verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done