Difference between revisions of "MOR 11"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 38: Line 38:
* [[Device_settings#Advanced|Forward device call to DID which is assigned to Authorization by PIN or Calling Cards dial plan]].
* [[Device_settings#Advanced|Forward device call to DID which is assigned to Authorization by PIN or Calling Cards dial plan]].


<br>
== '''[[Calling Cards Addon]]''' ==
== '''[[Calling Cards Addon]]''' ==
*[[Calling_Card_Groups#Properties|New calling cards option: deny to double-use a Card with Pinless dialing, when Card is assigned to some CallerID]]
*[[Calling_Card_Groups#Properties|New calling cards option: deny to double-use a Card with Pinless dialing, when Card is assigned to some CallerID]]


<br><br>
<br>
== '''[[Monitorings_Addon|Monitorings Addon]]''' ==
== '''[[Monitorings_Addon|Monitorings Addon]]''' ==
* New functionality: Admin and Resellers now can '''[[Spy_real-time_calls|spy their user's real-time calls]]'''.
* New functionality: Admin and Resellers now can '''[[Spy_real-time_calls|spy their user's real-time calls]]'''.


<br><br>
<br>
== '''[[Payment Gateway Addon]]''' ==
== '''[[Payment Gateway Addon]]''' ==
* Email/Payer column in payments list is now filled when payment is made via Paypal or Authorize.net.
* Email/Payer column in payments list is now filled when payment is made via Paypal or Authorize.net.


<br><br>
<br>
== '''[[Reseller_Pro_Addon|Reseller PRO]]''' ==
== '''[[Reseller_Pro_Addon|Reseller PRO]]''' ==
* Now each reseller PRO user can be assigned [[Reseller_Pro_Addon#How_Admin_providers_can_be_used_by_reseller.3F|different common use providers and different tariffs]].
* Now each reseller PRO user can be assigned [[Reseller_Pro_Addon#How_Admin_providers_can_be_used_by_reseller.3F|different common use providers and different tariffs]].
Line 56: Line 56:
* Reseller and Reseller PRO now are allowed to see all his user devices and DIDs mapped to a particular device.
* Reseller and Reseller PRO now are allowed to see all his user devices and DIDs mapped to a particular device.


<br><br>
<br>
==MOR API==
==MOR API==
* [[MOR_API_delete_device_api|Device delete via API]]
* [[MOR_API_delete_device_api|Device delete via API]]
* [[PhoneBook]]: [[MOR_API_phonebooks_api|List]], [[MOR_API_phonebook_edit_api|Edit]]
* [[PhoneBook]]: [[MOR_API_phonebooks_api|List]], [[MOR_API_phonebook_edit_api|Edit]]
* [[MOR_API_user_register|User registration API]]
* [[MOR_API_user_register|User registration API]]
<br><br>


<br>
== Other changes ==
== Other changes ==
* Admin password reset now is not allowed via [[MOR_forgot_user_password|Forgot user password]] functionality. Instead admin can allways do that from SSH.
* Admin password reset now is not allowed via [[MOR_forgot_user_password|Forgot user password]] functionality. Instead admin can allways do that from SSH.
* Payment gateways: PayPal and Authorize.net payment gateways now will save and display a transaction ID in payments list. This is valid only for new payments.
* Payment gateways: PayPal and Authorize.net payment gateways now will save and display a transaction ID in payments list. This is valid only for new payments.
* Now it is possible to edit a DID number.
* Now it is possible to edit a DID number.
<br><br>


<br>
= Functions which are implemented in MOR 11 but backported and available in MOR 10 also =
= Functions which are implemented in MOR 11 but backported and available in MOR 10 also =
To receive these updates MOR GUI [[Upgrade MOR GUI | must be updated]].
To receive these updates MOR GUI [[Upgrade MOR GUI | must be updated]].
Line 89: Line 89:
* Admin now do not see reseller's users devices. This was done to prevent some logical mistakes that can be done by admin. If needed - admin can login as reseller and check reseller's user devices.
* Admin now do not see reseller's users devices. This was done to prevent some logical mistakes that can be done by admin. If needed - admin can login as reseller and check reseller's user devices.
* '''Calling Cards''': PIN length restrictions - now MOR allows you to generate only 20% cards of total possible unique PIN number. For example: you have defined that your card group will have 2 digits length PIN, that means that there is 10*10=100 possible unique PIN combinations. So MOR allows you to create: 100*0.2 = 20 cards. To generate more cards you have increase PIN length.
* '''Calling Cards''': PIN length restrictions - now MOR allows you to generate only 20% cards of total possible unique PIN number. For example: you have defined that your card group will have 2 digits length PIN, that means that there is 10*10=100 possible unique PIN combinations. So MOR allows you to create: 100*0.2 = 20 cards. To generate more cards you have increase PIN length.
<br><br>


<br>
= Functions which are implemented in MOR 11 but backported and available in MOR 10 and MOR 9 also =
= Functions which are implemented in MOR 11 but backported and available in MOR 10 and MOR 9 also =



Revision as of 18:41, 2 December 2011

Mor11.png



New functionality

PBX Functions

  • Show only main page - advanced feature for those who want to hide default MOR menu tree on the left so that they could build their own menu using advanced techniques without modifying MOR GUI sources.
  • Calling Cards: Disable Voucher with same Number as Card if Card is used - this option allows you to print cards which can be used both for vouchers and for Calling Cards. If one is used - the other one is deactivated.
  • PayPal - Return URL on successful payment, Return URL on canceled payment these 2 new features allows you to redirect your users to a desired page in MOR after a successful or unsuccessful PayPal payment.
  • Localizations: Admin and Reseller PRO users are now allowed to route calls to DID, change call's owner according to their defined localization rules.
  • Dialplans: Authorization by ANI - now has an option to route calls to a default device.
  • DIDs: Resellers in DIDs list now can see a dialplan which DID is assigned to. Now resellers do not see admin's DID comment, instead resellers can create their own comment for DID.
  • Cron actions - now you can change provider's tariff at a specified time automatically also.
  • LCR: New option to do not use a next available provider if the price is higher than x%
  • New per device options:
    • Change Failed Code To - if call fails change Hangup Cause Code to this value.
    • Incoming Call CallerID Presentation. More information can be found here and here
  • Devices: Registration Status - now device registration status is displayed for all SIP devices.


Calling Cards Addon


Monitorings Addon


Payment Gateway Addon

  • Email/Payer column in payments list is now filled when payment is made via Paypal or Authorize.net.


Reseller PRO


MOR API


Other changes

  • Admin password reset now is not allowed via Forgot user password functionality. Instead admin can allways do that from SSH.
  • Payment gateways: PayPal and Authorize.net payment gateways now will save and display a transaction ID in payments list. This is valid only for new payments.
  • Now it is possible to edit a DID number.


Functions which are implemented in MOR 11 but backported and available in MOR 10 also

To receive these updates MOR GUI must be updated.

Other changes

  • If provider is marked as common use and is used in one of reseller's LCR or is in Terminators list - admin is not allowed to delete this provider or remove common use option.
  • Admin now do not see reseller's users devices. This was done to prevent some logical mistakes that can be done by admin. If needed - admin can login as reseller and check reseller's user devices.
  • Calling Cards: PIN length restrictions - now MOR allows you to generate only 20% cards of total possible unique PIN number. For example: you have defined that your card group will have 2 digits length PIN, that means that there is 10*10=100 possible unique PIN combinations. So MOR allows you to create: 100*0.2 = 20 cards. To generate more cards you have increase PIN length.


Functions which are implemented in MOR 11 but backported and available in MOR 10 and MOR 9 also

To receive these updates MOR GUI must be updated.