forked from ictinnovations/ictcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First public release of ICTCore, code base imported to github
- Loading branch information
Showing
606 changed files
with
87,308 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
ICTCore 0.7.0 | ||
-------------- | ||
|
||
Dated: 20-September-2016 | ||
|
||
* Refactoring, logic and flow and api refactoring | ||
|
||
ICTCore 0.6.0 | ||
------------- | ||
|
||
Dated: 29-June-2016 | ||
|
||
* Rest interface and APIs development | ||
* User guide for REST APIs | ||
* User authentication and authorization support added | ||
* Proprietary license replaced with MPLv2 | ||
* Code compilation removed, to make it open source | ||
* CentOs 7 support added | ||
|
||
ICTCore 0.5.0 | ||
------------- | ||
|
||
Dated: 19-March-2015 | ||
|
||
* Dynamic account selection / authentication support added for new incoming requests | ||
* Schedule support added for transmissions | ||
* New applications and programs created for SMS Receive and SMS Send | ||
* New functions to associate and disassociate Accounts with programs | ||
* Developer guide improved | ||
* Logging interface improved | ||
|
||
ICTCore 0.4.0 | ||
------------- | ||
|
||
Dated: 19-March-2015 | ||
|
||
* Program and Application support added | ||
* New applications created | ||
* Originate | ||
* Connect | ||
* Fax send | ||
* fax receive | ||
* Playback | ||
* Disconnect | ||
* Inbound | ||
* Log | ||
* Email receive | ||
* Email send | ||
* New programs created | ||
* Sendfax | ||
* Voice message | ||
* Receive Fax | ||
* Email to fax | ||
* Fax to Email | ||
* Application result saving support added | ||
* Obsolete code has been cleared | ||
|
||
|
||
ICTCore 0.3.0 | ||
------------- | ||
|
||
Dated: 23-February-2015 | ||
|
||
* Documentation improved with sequence and flow diagrams | ||
* Spec file created for ICTCore RPM | ||
* DID will be served by Account, did table replaced with account | ||
|
||
|
||
ICTCore 0.2.0 | ||
------------- | ||
|
||
Dated: 11-September-2014 | ||
|
||
* Provider interface created | ||
* Spool interface created | ||
* Transmission interface created | ||
* Contact interface created | ||
* Account interface created | ||
* Token class improved | ||
* Database improved | ||
* Services interface improved | ||
* Gateway interface improved | ||
* Libraries improved | ||
* Develop fax send, receive and email send receive interfaces | ||
* Configuration improved for database, freeswitch and email | ||
|
||
|
||
ICTCore 0.1.0 | ||
------------- | ||
|
||
Dated: 17-March-2014 | ||
|
||
* Starting a new project ICTCore, it will cover all telecommunication / ict related backend activities | ||
* Basic structure for Gateway, Message and Service | ||
* Freeswitch Gateway created | ||
* Sendmail Gateway created | ||
* Fax Service created | ||
* Email Service created | ||
* Document Message object created | ||
* Template Message object created |
Oops, something went wrong.