Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limiting / Configurating number of lines Available/Enabled to GUI #326

Open
fredcwbr opened this issue Mar 18, 2024 · 0 comments
Open

Limiting / Configurating number of lines Available/Enabled to GUI #326

fredcwbr opened this issue Mar 18, 2024 · 0 comments

Comments

@fredcwbr
Copy link

fredcwbr commented Mar 18, 2024

I need to limit Twinkle to 1 user line. It can be by disabling line 2 or if there is some preprocessor or CMake glue to configure line generation. ,

Is that already in Twinkle 1-10.{2|3} ? or would there be some roadmap here?

I tried this, but it didn't seem to work.,

// Number of phone lines
// One line is used by Twinkle internally to park the call towards a
// referrer while the refer is in progress.
// Besides the lines for making calls, ephemeral lines will be created
// for parking calls that are being released. By parking a releasing
// call, the line visible to the user is free for making new calls.
#define NUM_CALL_LINES 2 // Total numbers of phone lines for making calls
#define NUM_USER_LINES 1 // #lines usable for the user

#define LINENO_REFERRER 1 // Internal lineno for referrer

Thanks in advance,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant