Hi Rory, I assume that you still have problems connecting to the SMSC, as you stated in your first email. Try adding the following line to the configuration of the SMSC:
system-type = "SMPP" The Kannel Users's Guide states that you "should get away with VMA", but in my case it worked only with the above setting. If you are connecting to a SMSC with SMPP 3.3, add the line interface-version=33 Try setting the log-level for the bearerbox log to 0, this should generate a lot of output. Your configuration for smsbox logging is ok - you should get some entries just by starting the smsbox... My configuration for receiving SMS and replying to them is as follows: group = sms-service keyword = default get-url="http://localhost/sms/php/sms_server.php?from=%p&text=%a" text = "No service specified" I have no sms-group configured. For replying, you just have to "echo" in the php code. I hope that helped a bit. Regards, Robert --- Rory Campbell-Lange <[EMAIL PROTECTED]> schrieb: > 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> > __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Bis zu 100 MB Speicher bei http://premiummail.yahoo.de
