SMSServer - IP modem gatewayThis gateway is used for gsm modems connected via an IP port. Configuration FileThis interface requires the following settings in SMSServer's configuration file: | Option | Description | | ip | the IP address of the modem, for example 192.168.100.110. | | port | the IP port to which the modem is listening, for example 9900. | | manufacturer | the manufacturer string, for example Nokia. | | model | the modem string, for example 6310i. | | protocol | the protocol in use, either pdu or text. The pdu is the default and the preferred one! | | ipprotocol | the telnet protocol to use, either text or binary. | | pin | the SIM PIN. | | inbound | yes if the gateway should be treaded asan inbound gateway, otherwise no. | | outbound | yes if the gateway should be treaded as an outbound gateway, otherwise no. | | smsc_number | Use this option to set/override the SMSC definition. Leave blank to use the default. |
Example: gateway.0=myModem, IPModem
myModem.ip=192.168.100.110
myModem.port=9900
myModem.manufacturer=Nokia
myModem.model=6310i
myModem.protocol=PDU
myModem.ipprotocol=binary
myModem.pin=0000
myModem.inbound=yes
myModem.outbound=yes
myModem.smsc_number=
|