The only suggestion i would give to you is send the at command to get the imsi in the keep alive directive, but you have comment out that directive in your modem conf, so the info would not appear in your logs
But the above directive would only give you the imei of the simcard that you are using in your modem On Monday, October 5, 2015, Raghvendra Sahu <rx.s...@gmail.com> wrote: > Hello Guys, > > I am still waiting for a response, can anyone respond. > > Thanks > Raghvendra > > > On 30-Sep-2015, at 8:25 pm, Raghvendra Sahu <rx.s...@gmail.com > <javascript:;>> wrote: > > > > 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 > > > > >