Difference between revisions of "MOR X3"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 3: | Line 3: | ||
= Platform = | = Platform = | ||
* Core: [https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions Asterisk 1.8. | * Core: [https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions Asterisk 1.8.11.1] | ||
* DB: MySQL 5.5 | * DB: MySQL 5.5 | ||
* GUI: Ruby on Rails 3. | * GUI: Ruby on Rails 3.2 | ||
<br><br> | <br><br> | ||
= New functionality = | = New functionality = | ||
* | == Provider Addon == | ||
* Failover provider in LCR in case of emergency | |||
* Providers have balance which increases when making calls through them | * SIP Proxy support (build huge systems!) | ||
* | * Failover provider in LCR in case of emergency | ||
* Turn off failover option for LCR | |||
* | * Providers have balance which increases when making calls through them (do provider billing!) | ||
* Provider maximum call length (limit call length over provider) | |||
* Limit call time for providers/devices per day | |||
<br><br> | |||
* | == Monitoring Addon == | ||
* | * Finally available for Resellers! | ||
* | * Minimal charge notice - Monitoring alerts when usage drops | ||
* Codec, PDD information in Active Calls (know more about your calls!) | |||
<br><br> | <br><br> | ||
== SMS == | |||
* Extended HTTP API (send SMS over any HTTP API to any SMS Provider!) | |||
= | <br><br> | ||
== Quickforward DIDs == | |||
* Global/per user options to tell balance/time | |||
* QF by SIP Header - Diversion and possible to bill default device instead of real call owner to avoid costs | |||
<br><br> | |||
== ANI/PIN DP == | |||
* Option to tell balance after entering destination in ANI/PIN dialplan | |||
* Authorization by ANI + CallCard on one DID | |||
<br><br> | |||
== Other == | |||
* Block duplicate INVITEs on Callback (against DID providers which disallow Callback on their DIDs) | |||
* New PAI functionality: resending and cli changing + port add in pai construction for providers | |||
* Support for Ghost Minute Percent for each rate | |||
* Tell remaining balance after call | |||
* Posibility to record not answered calls for audio analysis | |||
* Do not allow calls to blocked user's DIDs | |||
* CallerID control by CIDs implementation | |||
* DID tonezone (sound like a real country based phone!) | |||
* Routing - LCR/Tariff change based on CallerID | |||
* CallerID Advanced Control implementation | |||
* DID comments | |||
* Disallow invoices to be changed after sent | |||
* Call Import by CallerID (much better recognition of call owner!) | |||
* Extended invoice details | |||
* LCR copy to other resellers | |||
* HSCB bank payment gateway integration | |||
* VAT checking during the registration process for EU companies from this site :http://ec.europa.eu/taxation_customs/vies/ | |||
* IVR Transfer to Extension | |||
* FAS - Anti-Resale Auto-Answer implementation - answer channel before it is connected for specified device/provider | |||
* Minimum Contract Billing | |||
* DID Peak / Off Peak Rates | |||
* Credit Notes, Statements | |||
<br><br> | <br><br> | ||
== API == | |||
* wholesale_tariff | |||
* credit_notes update/create/delete | |||
* financial_statements | |||
* create_payment | |||
* cc_by_cli | |||
* buy_card_from_callingroup | |||
* show_calling_card_group | |||
PLUS many small fixes to make software run much better! |
Revision as of 09:31, 1 May 2012
Platform
- Core: Asterisk 1.8.11.1
- DB: MySQL 5.5
- GUI: Ruby on Rails 3.2
New functionality
Provider Addon
- SIP Proxy support (build huge systems!)
- Failover provider in LCR in case of emergency
- Turn off failover option for LCR
- Providers have balance which increases when making calls through them (do provider billing!)
- Provider maximum call length (limit call length over provider)
- Limit call time for providers/devices per day
Monitoring Addon
- Finally available for Resellers!
- Minimal charge notice - Monitoring alerts when usage drops
- Codec, PDD information in Active Calls (know more about your calls!)
SMS
- Extended HTTP API (send SMS over any HTTP API to any SMS Provider!)
Quickforward DIDs
- Global/per user options to tell balance/time
- QF by SIP Header - Diversion and possible to bill default device instead of real call owner to avoid costs
ANI/PIN DP
- Option to tell balance after entering destination in ANI/PIN dialplan
- Authorization by ANI + CallCard on one DID
Other
- Block duplicate INVITEs on Callback (against DID providers which disallow Callback on their DIDs)
- New PAI functionality: resending and cli changing + port add in pai construction for providers
- Support for Ghost Minute Percent for each rate
- Tell remaining balance after call
- Posibility to record not answered calls for audio analysis
- Do not allow calls to blocked user's DIDs
- CallerID control by CIDs implementation
- DID tonezone (sound like a real country based phone!)
- Routing - LCR/Tariff change based on CallerID
- CallerID Advanced Control implementation
- DID comments
- Disallow invoices to be changed after sent
- Call Import by CallerID (much better recognition of call owner!)
- Extended invoice details
- LCR copy to other resellers
- HSCB bank payment gateway integration
- VAT checking during the registration process for EU companies from this site :http://ec.europa.eu/taxation_customs/vies/
- IVR Transfer to Extension
- FAS - Anti-Resale Auto-Answer implementation - answer channel before it is connected for specified device/provider
- Minimum Contract Billing
- DID Peak / Off Peak Rates
- Credit Notes, Statements
API
- wholesale_tariff
- credit_notes update/create/delete
- financial_statements
- create_payment
- cc_by_cli
- buy_card_from_callingroup
- show_calling_card_group
PLUS many small fixes to make software run much better!