Hi,
I am trying to setup kannel and have success with sending messages. Now
I wish to have feature that allows to have IMSI number of SIM from which
message was sent.
Suppose a message is sent. I get acknowledgment, with this ack I need
IMSI number of SIM as well. Is this possible to achieve.
My kannel.conf file (ubuntu 14)
group = core
admin-port = 13000
admin-password = bar
# admin-deny-ip = "*.*.*.*"
admin-allow-ip = "*.*.*.*"
wapbox-port = 13002
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
# box-deny-ip = "*.*.*.*"
box-allow-ip = "*.*.*.*"
smsbox-port = 13004
group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"
group = smsbox
bearerbox-host = localhost
log-file = /var/log/kannel/smsbox.log
sendsms-port = 13013
# group = sms-service
group = sendsms-user
username = simple
password = simple
group = smsc
smsc = at
smsc-id = modem1
# smsc-admin-id = modem1
log-file = /var/log/kannel/smsc-modem1.log
log-level = 0
modemtype = auto
device = /dev/ttyUSB0
speed = 115200
group = modems
id = wavecom
name = Wavecom
detect-string = "WAVECOM"
init-string = "AT+CIMI"
# keepalive-cmd = "AT+CIMI"
Any help will be great.
Thanks
Raghvendra