|
DesignGoals
ErlVoIP Design Goals
IntroductionThis project is to create an open source standards based Voice over IP server in Erlang. Some design considerations are:
Goals or milestones:
FeaturesA person call from the PSTN and connects to ErlVoIP. The call is routed based on the CallerId to perform certain actions at different times of the day or different status of the clients phone. Some of thos actions could be:
An auto-attendant will be provided so that ErlVoIP can be extended in the way the funcationality works. Some other general feeatures that will be added eventually are:
Many more features will be added as the project matures, but this covers the main features that the original design team feels are high priorites to create. These features will be configurable and created in a modular fashion so that they can be extended to overridden without needing to recompile ErlVoIP. Erlang Internet Framework IntegrationSince ErlVoIP is part of the Erlang Internet Framework, it will be abel to easily use the other applicaiton in the Erlang Internet Framework to create more features. Some ideas on those are:
|
Sign in to add a comment