Changes made to the 3M Self Check Machines to work with Koha.
- Login to 3M Self Check System Administration web page.
- Select the network menu
- Scroll down to “Host Communications” and change
- Communication Type “Telnet”
- TCP Port “8041”
- Host Name or IP “75.101.142.135” (This is the test SIP server IP)
- Scroll down to the 3M Command Center (CIMS) and click “Save Changes”
- Scroll down to “Send/Expect Scripts” and click “Edit Login Send/Expect”
(in b and c below replace XXXX with your location code, see below)
- Click “Menu+”
- Send String (leave blank)
- Expect String “login:”
- Timeout “30”
- Retries “3”
- Click “Add”
- Click “Menu+”
- Send String “XXXXsip\r”
- Expect String “password:”
- Timeout “30”
- Retries “3”
- Click “Add”
- Click “Menu+”
- Send String “XXXXsip\r”
- Expect String “Login OK. Initiating SIP” (note 2 spaces after “OK.”)
- Timeout “30”
- Retries “” (or 3 works as well)
- Click “Add”