Multitech MTCBA-G-UF1 Dokumentacja

Przeglądaj online lub pobierz Dokumentacja dla Networking Multitech MTCBA-G-UF1. Multitech MTCBA-G-UF1 Specifications Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 0
S
S
M
M
S
S
M
M
e
e
s
s
s
s
a
a
g
g
i
i
n
n
g
g
S
S
e
e
r
r
v
v
e
e
r
r
4
4
.
.
0
0
A
A
d
d
m
m
i
i
n
n
i
i
s
s
t
t
r
r
a
a
t
t
o
o
r
r
s
s
M
M
a
a
n
n
u
u
a
a
l
l
June 2005
© 1999-2005 - ActiveXperts Software B.V.
http://www.activexperts.com
ActiveXperts
s
s
o
o
f
f
t
t
w
w
a
a
r
r
e
e
Przeglądanie stron 0
1 2 3 4 5 6 ... 39 40

Podsumowanie treści

Strona 1

SSMMSS MMeessssaaggiinngg SSeerrvveerr 44..00 AAddmmiinniissttrraattoorr’’ss MMaannuuaall June 2005 © 1999-2005 - ActiveXperts Software

Strona 2

Chapter 4. Installing ActiveXperts SMS Messaging Server 4. Installing ActiveXperts SMS Messaging Server 4.1. Hardware Requirements The ActiveXp

Strona 3

Chapter 4. Installing ActiveXperts SMS Messaging Server Step 2 – Registration information Here, you can enter your Registration code. If you want

Strona 4

Chapter 5. Configuring SMS Messaging Server 5. Configuring ActiveXperts SMS Messaging Server 5.1. Introduction ActiveXperts SMS Messaging Serv

Strona 5

Chapter 5. Configuring SMS Messaging Server  Queue Files Directory – Location of the directory where the service writes incoming and outgoing

Strona 6

Chapter 5. Configuring SMS Messaging Server To enter the properties of a GSM Modem, launch the Manager application from the Start menu an open t

Strona 7 - Configuration.mdb

Chapter 5. Configuring SMS Messaging Server ActiveXperts SMS Messaging Server provides free SMPP messaging for a limited number of SMS messages

Strona 8

Chapter 5. Configuring SMS Messaging Server  Acknowledgement Timeout – Specifies how long the SMS Messaging Server should wait for an acknowle

Strona 9

Chapter 5. Configuring SMS Messaging Server The configuration of one single SMTP server is stored in the Channel_SMTP table in the Configuration

Strona 10

Chapter 6. Message Database 6. Message Database 6.1. Introduction The Message Database contains incoming and outgoing SMS- and e-mail messages

Strona 11

Chapter 6. Message Database ScheduleTimeSecs Number Scheduled time (in seconds after 01/01/1970). Used for outgoing messages only. 0 indicate

Strona 12

1. INTRODUCING ACTIVEXPERTS SMS MESSAGING SERVER 3 1.1. PRODUCT OVERVIEW 3 1.1. PRODUCT FEATURES 3 2. SHORT MESSAGE SERVICE (SMS) 5 2.1. INTROD

Strona 13

Chapter 6. Message Database The 'Status' table is a static table; it contains definitions for each status. Each status is described b

Strona 14 - Channel_Gsm table in the

Chapter 6. Message Database Delivered (ACK received) means that the message was submitted successfully and – according to the properties of the

Strona 15

Chapter 6. Message Database 6.4. Migrating to MS SQL You can migrate the Message Database to MS SQL using the ‘MS SQL Migration Wizard’. To st

Strona 16 - Channel_POP3 table in the

Chapter 7. Troubleshooting 7. Troubleshooting 7.1. Introduction ActiveXperts SMS Messaging Server is designed with a special thing in mind: le

Strona 17 - Channel_SMTP table in the

Chapter 7. Troubleshooting To enable tracing for a particular channel or thread, you must enable it through the registry, by assigning a Log Fil

Strona 18 - 6. Message Database

Chapter 8. Performance Tuning 8. Performance Tuning 8.1. Introduction ActiveXperts SMS Messaging Server can be tuned to improve performance.

Strona 19 - Direction Description

Chapter 8. Performance Tuning 8.3. Queue directory ActiveXperts SMS Messaging Server uses a file oriented mechanism to queue incoming and outgo

Strona 20

Chapter 10. Case Studies 9. SMS Messaging Server API 9.1. Introduction ActiveXperts SMS Messaging Server defines interfaces to its Configurati

Strona 21

Chapter 10. Case Studies MESSAGETYPE_EMAIL Type of message: e-mail MESSAGETYPE_SMS Type of message: SMS MESSAGETYPE_UNDEFINED Type of messa

Strona 22

Chapter 10. Case Studies Delete Condition (String) Delete all messages that match the condition Load Message-ID (Number) Return the message

Strona 23 - 7. Troubleshooting

Chapter 3. SMS Messaging Server design 1. Introducing ActiveXperts SMS Messaging Server 1.1. Product Overview SMS Messaging Server is an SMS me

Strona 24

Chapter 10. Case Studies ID Number RW Record primary key. This value is automatically generated when a new record is inserted. Direction Nu

Strona 25 - 8. Performance Tuning

Chapter 10. Case Studies LogFileSeparator String RW Separator used in plain ASCII log file LogFileMaxMB Number RW Maximum size of plain A

Strona 26 - <INSTALL

Chapter 10. Case Studies FindNextGsmModem None Find the next GSM Modem Channel FindFirstSmpp Filter (String) Find the first SMPP Channel in

Strona 27 - Constant Description

Chapter 10. Case Studies disabling a channel, SMS Messaging Server will not be able to send/receive SMS messages on this channel. This property o

Strona 28

Chapter 10. Case Studies 9.8. ‘SmppChannel’ object Properties: Property Type R/W Description ID Number R Database record key Descripti

Strona 29

Chapter 10. Case Studies configuration database Delete ChannelID (Number) Remove a SMPP Modem Channel from the configuration database Example

Strona 30

Chapter 10. Case Studies Delete ChannelID (Number) Remove a POP3 Channel from the configuration database Example: ' Load a POP3 Channe

Strona 31

Chapter 10. Case Studies ' Load an SMTP Channel, change some properties and save it Set objChannel = CreateObject( "AxSmsServer.Smtp

Strona 32

Chapter 10. Case Studies Sub PrintTrigger( objTrigger ) WScript.Echo "TRIGGER ID: " & objScript.ID WScript.Echo " Ena

Strona 33

Chapter 10. Case Studies objTrigger.Save WScript.Echo "Save, result: " & objTrigger.LastError End If 9.13. Samples ActiveX

Strona 34

Chapter 3. SMS Messaging Server design  SMS Send and SMS Receive, on multiple channels simultaneously;  Support for GSM Modems and GSM phones

Strona 35

Chapter 10. Case Studies 10. Case Studies SMS Messaging Server uses a ‘SMPP Channel’ to send/receive SMS messages using an SMPP-compliant SMSC

Strona 36

Chapter 3. SMS Messaging Server design 2. Short Message Service (SMS) 2.1. Introduction The Short Message Service (SMS) is part of the GSM speci

Strona 37

Chapter 3. SMS Messaging Server design  License of ActiveXperts SMS Messaging Server;  MultiTech MTCBA-G-UF1 (900/1800 MHz, Europe) or MultiTe

Strona 38

Chapter 3. SMS Messaging Server design 3. SMS Messaging Server design 3.1. Introduction The SMS Messaging consists of the following components (

Strona 39 - End If

Chapter 3. SMS Messaging Server design A Channel is a communication device or a communication protocol. You can define a ‘Channel’ for each GSM M

Strona 40 - 10. Case Studies

Chapter 3. SMS Messaging Server design checks if there is any unprocessed messages. As soon as there’s an unprocessed message, it will trigger all

Komentarze do niniejszej Instrukcji

Brak uwag