- Joined
- Dec 4, 2019
- Messages
- 1
- Reaction score
- 0
return PhoneSystem.Root.GetDNbyNumber(extensionNumber) != null;Well, the approach changing the Menu to a User Input is still valid, you can use a simple C# script to validate if the extension exists, for example:
return PhoneSystem.Root.GetDNbyNumber(extensionNumber) != null;
This way you can transfer the call to the extension when it's valid, or ask the user to repeat when not.
return (PhoneSystem.Root.GetDNByNumber(extensionNumber) as Extension)?.Enabled == true;
[...] We sure are glad to have you still with us here in the forums.
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.