Difference between revisions of "Authentication"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
There are two types of authentication in MOR: IP authentication, and using login and password.
=Description=


IP authentication means accepting calls from a given IP automatically, without requesting any additional login data.
There are two types of authentication in MOR:<br>
* IP authentication. It means accepting calls from a given IP automatically, without requesting any additional login data.
* Login and password authentication. To use this kind of authentication, the sender needs to register his phone or pbx to MOR before sending calls, otherwise MOR will reject them.


To use login and password authentication, the sender needs to register his phone or pbx to MOR before sending calls, otherwise MOR will reject them.


Note: '''IP and login/password authentication cannot work together for the same device or provider'''.
'''NOTE''' that IP and login/password authentication cannot work together for the same Device or Provider.


=Usage=


= IP Authentication =
* Manage Authentication details for '''Device''' in [[Device_settings#Authentication | Device configuration]] page. You cannot have two [[Devices]] with the same IP and port combination, unless setting [[Configuration_from_GUI#Various|Allow same IP and Port combinations in multiple Devices]] Is turned on.
* Manage Authentication details for '''Provider''' in [[Providers#Authentication | Provider configuration]] page. User (Admin or Reseller) can have two [[Providers]] with the same Username, Password, IP, Technology and Port combination, but these settings cannot be the same between different Users (It means between Admin and Resellers), who are able to create their own Providers.


This example shows how to configure device to use IP Authentication. Important parts are marked in RED:
'''NOTE''' that if you need to send and receive Calls from the same IP and Port, please [[Configure Provider which can make calls]].
 
[[Image:ip_authentication_example.png]]
<br><br>
<br><br>
== Restrictions ==
* You cannot create/edit [[Providers|Provider]] if you already have [[Devices|Device]] with same IP and port combination. However, you can have two [[Providers]] with same IP and port combination.
* You cannot have two [[Devices]] with same IP and port combination.


= See also =


NOTE: if you need to send and receive calls from same IP and port, please [[Configure Provider which can make calls]].
<br><br>
== See also ==
* [[Device with IP Authentication is asked for Username/Password]]
* [[Device with IP Authentication is asked for Username/Password]]

Latest revision as of 12:12, 22 June 2015

Description

There are two types of authentication in MOR:

  • IP authentication. It means accepting calls from a given IP automatically, without requesting any additional login data.
  • Login and password authentication. To use this kind of authentication, the sender needs to register his phone or pbx to MOR before sending calls, otherwise MOR will reject them.


NOTE that IP and login/password authentication cannot work together for the same Device or Provider.

Usage

NOTE that if you need to send and receive Calls from the same IP and Port, please Configure Provider which can make calls.

See also