You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: