Advertisement

SMS EAGLE
for SAUTER device

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SMS EAGLE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for sauter SMS EAGLE

  • Page 1 SMS EAGLE for SAUTER device...
  • Page 2: Table Of Contents

    Control a status of your tasks ..................................19 Define a SMS alert message ..................................20 SMS EAGLE Database ..........................................20 API ................................................22 How to use SMS EAGLE with FQDN ....................................22 Troubleshooting ............................................24 Essential steps........................................24 Useful commands for SMS.EAGLE (CLI using SSH): ..........................24 Gateway is not sending messages.
  • Page 3: Introduction

    The device is designed with focus on reliability and stability. SMS Eagle is based on ARM11 processor with Linux 4.1 operating system on-board. It has a modern responsive web-interface, stable database backend, and built-in 3G modem with fail- over mechanisms (based on software watchdog) which monitor the work of a 3G modem.
  • Page 4: Sms Eagle First Steps

    Warranty card  2. Prepare for first start SMS Eagle is designed so that you can set it up quickly and start using it right away. Follow the steps below to get started. Step 1: Connect GSM antenna Plug in GSM antenna connector to the device.
  • Page 5 SMS EAGLE DEFAULT NETWORK CONFIGURATION: DHCP CLIENT IS ON (IP ADDRESS WILL BE OBTAINED AUTOMATICALLY FROM YOUR DHCP SERVER ) A) CONNECT SMS EAGLE TO YOUR LAN AND OBTAIN IP ADDRESS AUTOMATICALLY connect the device to your LAN using Ethernet cable ...
  • Page 6 D) C ONFIGURE STATIC IP SETTINGS ( OPTIONAL but recommended ) Click on menu position “Settings” and navigate to tab “IP Settings”. Disable DHCP server. Enter your IP settings. Press “Save” button. E) S SIM-CARD PIN ETTING NUMBER This step should ONLY be done if your SIM-card requires PIN. If your SIM-card requires PIN number at startup, go to Settings >...
  • Page 7: Get To Know With Connectors, Ports And Leds

    Get to know with Connectors, Ports and LEDs Element Label Description Connector 1 Power connector and serial ports SIM Card Slot SIM1, SIM2 (optional) SIM card slot(s) HDMI port HDMI HDMI port (cable not included) USB port USB port (cable not included) Ethernet Port Ethernet RJ45 socket Antenna...
  • Page 8: Sms Eagle Features

    3. Plugins Autoreply plugin If the plugin is set to ‘Active’ SMS Eagle responds to each received message with automatic fixed text response. Text response can be defined within plugin settings. If within last hour text response has been already sent to a given phone number, text response is not being sent again to that number.
  • Page 9: Email To Sms Plugin

    Callback URL plugin allows you to forward incoming SMS message to a defined URL address. If the plugin is enabled, on each incoming sms message SMS Eagle will trigger HTTP request to a defined URL. HTTP request can be of type GET or POST. Go to our website www.SMS Eagle.eu for the details of this feature.
  • Page 10: Sauter Device / Software Configuration Examples

    The following points has to be configured before you begin configuring a SAUTER device: SMS EAGLE network settings (ip address, …) The SMS EAGLE plugin E-Mail To SMS is enabled. Please read first the chapter “Basic usage of the E-Mail To SMS plugin”...
  • Page 11: Moduweb

    The following test has been done with moduWeb firmware version 2.8.0. Define the recipient e-mail address in the moduWeb user settings Set the SMS EAGLE ip-address as smtp server address in the moduWeb “Notification Setting” > “Server Settings” Send a test e-mail via the moduWeb website Ph.
  • Page 12 Verify the outgoing mail to sms notification in the SMS EAGLE Outbox (or Sent Items) Ph. Huwyler, 15.01.2017, v.1.3 12/26...
  • Page 13: Moduwebvision

    Fully Qualified Domain Name (FQDN). It is also possible to use FQDN in an email address sent to SMS Eagle box (eg.: 123456789@sms.eagle). To do this please read the chapter “How to use SMS EAGLE with FQDN”.
  • Page 14 Configure the mobile phone number of the moduWeb Vision users you want to send SMS to and send a test SMS (e-mail). Verify the outgoing mail to sms notification in the SMS EAGLE Outbox (or Sent Items) Ph. Huwyler, 15.01.2017, v.1.3...
  • Page 15: Sauter Vision Center

    The following test has been done with SVC software version 4.0 Define the recipient e-mail address in the SVC user settings. Define smtp settings: SMTP address is the ip address of the SMS EAGLE device. Check the smtp server connection Ph.
  • Page 16 The test mail should be listed in the SMS EAGLE outbox (or sent items) Test from filter rules The test mail should be listed in the SMS EAGLE outbox (or sent items) Ph. Huwyler, 15.01.2017, v.1.3 16/26...
  • Page 17: Sauter Novapro Open With Aam

    The following test has been done with nPO software version 3.1 Define the recipient e-mail address in the nPO user settings. Define smtp settings: SMTP address is the ip address of the SMS EAGLE device. Ph. Huwyler, 15.01.2017, v.1.3 17/26...
  • Page 18 Send a Test-alarm and check in the SMS EAGLE sent item Ph. Huwyler, 15.01.2017, v.1.3 18/26...
  • Page 19: Network Monitor

    NETWORK MONITOR SMS Eagle give you a tool for monitoring your services or servers. Just define what and when should be monitored. SMS Eagle will send a SMS alerts when a services/servers go down. 9. Define what you want to monitor ...
  • Page 20: Define A Sms Alert Message

    {TIMESTAMP} – timestamp of an error  SMS EAGLE Database SMS EAGLE has a built-in PostgreSQL database server. To connect the database server you can use e.g. the pgAdmin Software (https://www.pgadmin.org/). SMS Eagle’s database operates on PostgreSQL database engine. It is possible to connect to...
  • Page 21 Ph. Huwyler, 15.01.2017, v.1.3 21/26...
  • Page 22: Api

    Eagle.eu/code-samples/ for specific information about API functionalities. How to use SMS EAGLE with FQDN How to use SMS EAGLE with FQDN can also be found on the SMS-EAGLE FAQ: https://www.SMS Eagle.eu/support/kb/faq.php?id=40 https://www.SMS Eagle.eu/support/kb/faq.php?id=3 The step one can be done with a DNS Server. As example this service could be achieved by a network firewall like a ZyXEL USG device: Example of DNS FQDN linking with an ip-address on a ZyXEL USG 50 Firewall.
  • Page 23 The step 2-5 can be achieved with an SSH client such as Putty (http://www.putty.org/) Ph. Huwyler, 15.01.2017, v.1.3 23/26...
  • Page 24: Troubleshooting

    Checking the device logs Restoring factory defaults Reboot the device More information ca be found in the SMS-EAGLE FAQ: https://www.SMS Eagle.eu/support/kb/index.php 14. Useful commands for SMS.EAGLE (CLI using SSH): - Kill all processes (daemon) from sms server: [root@smseagle ~]# killall gammu-smsd...
  • Page 25 - Delete all sent items in database: [root@smseagle ~]# psql -U postgres smseagle --command="truncate user_sentitems;" TRUNCATE TABLE [root@smseagle ~]# psql -U postgres smseagle --command="truncate sentitems;" TRUNCATE TABLE [root@smseagle ~]# - Delete all outbox items in database: [root@smseagle ~]# psql -U postgres smseagle --command="truncate user_outbox;" TRUNCATE TABLE [root@smseagle ~]# psql -U postgres smseagle --command="truncate outbox;"...
  • Page 26: Gateway Is Not Sending Messages. Modem Log Reports "Error Sending Sms: No Smsc Number Given

    15. Gateway is not sending messages. Modem log reports "Error sending SMS: No SMSC number given.": If your gateway is not sending messages and in modem log you've got following error: Wed 2016/03/09 17:01:26 gammu-smsd[2275]: Error sending SMS: No SMSC number given. Provide it manually or use the one configured in phone.

Table of Contents