137
| SMSEagle NXS-9700-3G
| User’s Manual
P
OSTGRE
SQL
DATABASE CREDENTIALS
Host: IP address of your device
Database name: smseagle
EXTRAS
Connecting directly to SMSEagle SQL database
SMSEagle’s database operates on PostgreSQL database engine. It is possible to connect to the database
from external application using the following credentials:
Injecting short SMS using SQL
The simplest example is short text message (limited to 160 chars):
INSERT INTO outbox (
DestinationNumber,
TextDecoded,
CreatorID,
Coding,
Class,
SenderID
) VALUES (
'1234567',
'This is a SQL test message',
'Program',
'Default_No_Compression',
-1,
'smseagle1'
);
INSERT INTO user_outbox (
id_outbox,
id_user
) SELECT CURRVAL(pg_get_serial_sequence('outbox','ID')), 1;
Password: postgreeagle
User: smseagleuser
Summary of Contents for NXS-9700
Page 1: ...User s Manual SMSEAGLE NXS 9700...
Page 7: ...7 SMSEagle NXS 9700 3G User s Manual GET READY TO START I...
Page 13: ...13 SMSEagle NXS 9700 3G User s Manual USING OF SMSEAGLE II...
Page 145: ...145 SMSEagle NXS 9700 3G User s Manual 8 To enable v2 access policy run snmpv3 enablev2...
Page 151: ...151 SMSEagle NXS 9700 3G User s Manual TROUBLESHOOTING I I I I I I...
Page 155: ...155 SMSEagle NXS 9700 3G User s Manual SERVICE REPAIR IV I...
Page 157: ...157 SMSEagle NXS 9700 3G User s Manual TECH SPECS SAFETY INFORMATION V I...