Nokia WAP and SMS gateway Network Card User Manual


 
Chapter 5. Setting up a SMS Gateway
group = smsc
smsc = fake
port = 10000
connect-allow-ip = 127.0.0.1
Variable Value Description
host (m) hostname
Machine that runs the SMSC.
As IP (100.100.100.100) or
hostname (their.machine.here)
port (m) port-number
Port number in smsc host
machine
connect-allow-ip IP-list
If set, only connections from
these IP addresses are accepted.
HTTP-based relay and content gateways
This special "SMSC" is used for HTTP based connections with other gateways and various other relay
services, when direct SMSC is not available.
group = smsc
smsc = http
system-type = kannel
smsc-username = nork
smsc-password = z0rK
port = 13015
send-url = "http://localhost:20022"
Variable Value Description
system-type (m) string
Type of HTTP connection.
’kannel’ is only system currently
supported.
send-url (m) url
Location to send MT messages.
This URL is expanded by used
system, if need to.
no-sender boolean
Do not add variable sender to
the send-url.
no-coding boolean
Do not add variable coding to
the send-url.
no-sep boolean
Represent udh and text as a
numeric string containing the
hexdump. For instance,
text=%2b123 is represented as
text=2b313233.
49