I thought I'd rewrite my mail of the other day.

I'm trying to configure Kannel to send and receive over SMPP. I need to
support multiple numbers.

I have looked at the docs, but I'm not sure about how to actually send
on my machine or receive. It looks like I need to use sms-group, but I'm
not clear about this. Any example configs out there?

Thanks very much
Rory


+++++++++++++++++++++++++++++++
++++ configuration attempt ++++
+++++++++++++++++++++++++++++++

group = core
admin-port = 13000
wapbox-port = 13002
admin-password = bar
wdp-interface-name = "*"
log-file = "/tmp/bearerbox.log" # Mmm nothing appears in the logs!
log-level = 5
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"

group = smsc
smsc-id = orange
smsc = smpp
host = xxx.xx.xx.53
port = 8000
receive-port = 8000
smsc-username = "xxxxxx"
smsc-password = xxxxxxxx

group = sendsms-user
username = simple
password = pass

group = smsbox
bearerbox-host = localhost
sendsms-port =  8000
log-file = "/var/log/smsbox.log" # Mmm nothing appears in the logs!
log-level = 0

group = sms-group
get-url = "http://localhost/send.php?sender=%p&text=%r";
                    # would like to be able to send and
                    # receive. Do both work through http?

group = sms-service
keyword = default
text = "No service specified"


+++++++++++++++++++++++++++++++
++++   end config attempt  ++++
+++++++++++++++++++++++++++++++

Some help on this, and understanding how to send and receive messages
would be _most_ appreciated. 

Kind regards
Rory

-- 
Rory Campbell-Lange 
<[EMAIL PROTECTED]>
<www.campbell-lange.net>

Reply via email to