Difference between revisions of "Device configuration"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: === PIN === PIN is unique number sequence which is used to authenticate device. It is used in: * Authenticate device in ANI/PIN Dial Plan * Authenticate device when Tell Balance extensi...)
 
Line 9: Line 9:


System asks to enter PIN over phone, when PIN is entered, system check for PIN in DB and if founds - device is authenticated.
System asks to enter PIN over phone, when PIN is entered, system check for PIN in DB and if founds - device is authenticated.
=== Works not logged ===
Default: YES
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 Call Center environment when caller must be logged into GUI to dial out.

Revision as of 09:46, 24 March 2009

PIN

PIN is unique number sequence which is used to authenticate device.

It is used in:

  • Authenticate device in ANI/PIN Dial Plan
  • 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.


Works not logged

Default: YES

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 Call Center environment when caller must be logged into GUI to dial out.