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

Multiple media #45

Open
Skifi opened this issue May 3, 2022 · 1 comment
Open

Multiple media #45

Skifi opened this issue May 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Skifi
Copy link

Skifi commented May 3, 2022

Hello,
I want to ask if it's possible to implement multiple media per user.
Benefit is only one script for multiple media types.
In config something like:

[ldap]
media1 = mail
media2 = mobile
media3 = mobile

[media1]
name = Email (HTML)
description = Email (HTML)
active = 0

[media2]
name = VoIP
description = VoIP
active = 0

[media3]
name = SMS
description = SMS
active = 0

I have read and tried solution by creating multiple configs with different media as sugested in bug issue #17 and #8 but it doesnt work. Each config file just replace media for created user instead of updating another media.
I have used latest master build. Thx in advance.

@scoopex
Copy link

scoopex commented May 7, 2022

Ok, so we need to implement this feature. Contributions are very welcome :-)

@scoopex scoopex added the enhancement New feature or request label May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants