Hello

I have very simple functionality: i need to send SMS using my ISP CIMD2 
connection:
group = core
admin-port = 13000
admin-allow-ip = "127.0.0.1"
admin-deny-ip = "*.*.*.*"
log-file = "/var/log/kannel/kannel.log"
log-level = 5
access-log = "/var/log/kannel/access.log"
smsbox-port = 13001
box-allow-ip = "127.0.0.1"
box-deny-ip = "*.*.*.*"

#CIMD2 connection to my ISP
group = smsc
smsc-id = cimd2-1
smsc = cimd2
host = "1.1.1.1"
port = 9971
smsc-username = "user"
smsc-password = "pass"

group = smsbox
bearerbox-host = "localhost"
sendsms-port = 13004
sendsms-chars = "0123456789 +-"
global-sender = 12345
log-file = "/var/log/kannel/smsbox.log"
log-level = 5
access-log = "/var/log/kannel/smsbox-access.log"

group = sendsms-user
username = tester
password = foobar
user-allow-ip = "127.0.0.1"
user-deny-ip = "*.*.*.*"

Everything works fine, but i need additional functionality:
i need to remove on phone previously received SMS (or several SMS). For example:
- i send 10 SMS with text error 101
- then i send 1 SMS with text OK - and i would like to have only this last 
message on the phone.
This is functionality bough from my ISP - and i do not know how does it work.
I know only that we can define serveral tags/fileds and according to that tag 
IPS send special sms.
In the past i've user simple program "sendsms" which used "-x" parameter for 
that.
Do you know maybe of something similar in kannel ?

Kannel version:
Build `Jan 21 2011 10:03:28', compiler `4.1.2 20070115 (prerelease) (SUSE 
Linux)'.
System Linux, release 2.6.16.46-0.12-default, version #1 Thu May 17 14:00:09 
UTC 2007, machine i686.
Hostname lina1.agora.pl, IP 10.205.42.100.
Libxml version 2.7.8.
Using native malloc.

Best regards,
Michal Garcarz


Reply via email to