Author |
Post |
|
#1 Wed Sep 04, 2013 14:46, 136 months ago.
|
Member
Registered: Mar 2013
Location: France
|
Operating system name and version: Debian Wheezy Version of smsd: 3.1.14 Smsd installed from: debian official repository
Hi all.
Are SMSTOOLS compatible with ROUTEUR GSM which work with AT command over TCP/IP ? For example i would like to buy the Conel UR5i V2 Libratum SL ROUTEUR GSM (Dual SIM).
Thanks for your help
|
|
#2 Tue Oct 01, 2013 14:54, 135 months ago.
|
Member
Registered: Oct 2013
Location: Iran
|
Hi, if your GSM router IP supports AT commands and TCP realport and simulate RS232 serial port on it, that is OK!
in smsd.conf:
devices = GSM1,GSM2
.. .. ..
[GSM1] init = AT+CNMI=1,0,0,2,1 device = @192.168.1.2:961 ====> example your GSM router IP=192.168.1.2 TCP PORT:961 incoming = yes queues = PORT1 #You don't need a PIN for mobile phones #pin = 1111 mode = new #smsc = 491722270000 baudrate = 19200 rtscts = yes cs_convert = yes report = yes memory_start = 1 eventhandler = /usr/local/bin/mysmsd primary_memory = SM secondary_memory = SR ===> this is needed for delivery report on WAVECOM compatible GSM modems
[GSM1] init = AT+CNMI=1,0,0,2,1 device = @192.168.1.2:962 ====> example your GSM router IP=192.168.1.2 TCP PORT:962 incoming = yes queues = PORT1 #You don't need a PIN for mobile phones #pin = 1111 mode = new #smsc = 491722270000 baudrate = 19200 rtscts = yes cs_convert = yes report = yes memory_start = 1 eventhandler = /usr/local/bin/mysmsd primary_memory = SM secondary_memory = SR ===> this is needed for delivery report on WAVECOM compatible GSM modems
|
|
#3 Mon Oct 28, 2013 14:08, 134 months ago.
|
Member
Registered: Mar 2013
Location: France
Topic owner
|
Thanks communication with routeur GSM works fine !
|