Difference between revisions of "Device configuration"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
=== PIN ===
=== PIN ===


PIN is unique number sequence which is used to authenticate device.
A PIN is a unique number sequence that is used to authenticate a device.


It is used in:
It is used in:
Line 8: Line 8:
* Authenticate device when Tell Balance extension is dialed
* Authenticate device when Tell Balance extension is dialed


System asks to enter PIN over phone, when PIN is entered, system check for PIN in DB and if founds - device is authenticated.
The system asks for the PIN to be entered over the phone. When the PIN is entered, the system checks for the PIN in DB and if it is found, the device is authenticated.
 
<br><br>
 
 
=== Works not logged ===  
=== Works not logged ===  


Default: YES
Default: YES.


This setting has nothing to do with DEVICE registering to SERVER.
This setting has nothing to do with DEVICE registering to SERVER.
Line 22: Line 20:
This setting lets device dial out when device owner (user) is not logged into GUI interface.
This setting lets device dial out when device owner (user) is not logged into GUI interface.


If this setting is unchecked, and User is not logged into GUI, Device will not be able to dial:
If this setting is unchecked, and User is not logged into GUI, Device will not be able to dial.


Asterisk CLI will show something like this:
Asterisk CLI will show something like this:
Line 32: Line 30:
     -- Executing [37068111855@please_login:4] Congestion("SIP/101-082b73c8", "") in new stack
     -- Executing [37068111855@please_login:4] Congestion("SIP/101-082b73c8", "") in new stack


Caller will hear: LOGIN FAILED
Caller will hear: LOGIN FAILED.


Just check this setting (activate it) in device settings to allow it to dial all the time.
Just check this setting (activate it) in device settings to allow it to dial all the time.


This setting is mostly used in Call Center environment when caller must be logged into GUI to dial out.
This setting is mostly used in a Call Center environment when the caller must be logged into GUI to dial out.
<br><br>
=See also=
 
* [[Device settings]]

Latest revision as of 16:56, 23 March 2013

PIN

A PIN is a unique number sequence that is used to authenticate a device.

It is used in:

  • Authenticate device in ANI/PIN Dial Plan
  • Authenticate device when Tell Balance extension is dialed

The system asks for the PIN to be entered over the phone. When the PIN is entered, the system checks for the PIN in DB and if it is found, the device is authenticated.

Works not logged

Default: YES.

This setting has nothing to do with DEVICE registering to SERVER.

It is for USER registering into GUI.

This setting lets device dial out when device owner (user) is not logged into GUI interface.

If this setting is unchecked, and User is not logged into GUI, Device will not be able to dial.

Asterisk CLI will show something like this:

   -- Executing [37068111855@please_login:1] Wait("SIP/101-082b73c8", "1") in new stack
   -- Executing [37068111855@please_login:2] Playback("SIP/101-082b73c8", "mor_login_fail|noanswer") in new stack
   -- <SIP/101-082b73c8> Playing 'mor_login_fail' (language 'en')
   -- Executing [37068111855@please_login:3] PlayTones("SIP/101-082b73c8", "congestion") in new stack
   -- Executing [37068111855@please_login:4] Congestion("SIP/101-082b73c8", "") in new stack

Caller will hear: LOGIN FAILED.

Just check this setting (activate it) in device settings to allow it to dial all the time.

This setting is mostly used in a Call Center environment when the caller must be logged into GUI to dial out.

See also