Hi All,
I am willing to use http smsc on kannel.
I configured as mentionned in user guide :
group = smsc
smsc = http
system-type = generic
port = 13015
send-url = "http://www.foobar.com/mt.php?from=%P&to=%p&text=%b"
status-success-regex = "ok"
status-permfail-regex = "failure"
status-tempfail-regex = "retry later"
This is working fine and url is targeted perfectly.
Now I wonder How can I update information back to kannel for example
DLR.
Typically what must I send to kannel on port 13015 in order kannel
knows message is delivered and so can target proper dlr-url.
Thanks for your help.