Kannel SMS
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <OF28820A6E.A996A2E6-ON47256EEF.0018B857-47256EEF.0018BBC9@prudential.com.vn> |
Dear sir, I have just installed Kannel 1.2.2 but I can not send anything. The following is captured error. The attached file is smskannel.conf Would you please help me how to solve this problem. Thank you very much. Thanks & regards Bui xuan Khai
(unnamed)
(image/gif, 36.9 KB) - not displayed
(unnamed)
(image/gif, 34.2 KB) - not displayed
smskannel.conf
(application/octet-stream, 2 KB)
# # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # It is run like this: # # 1% gw/bearerbox gw/smskannel.conf # 2% gw/smsbox gw/smskannel.conf # 3% test/fakesmsc -p 10000 -H localhost -i 1 -m 100 "123 345 text nop" # # ..all 3 commands in separate shells (or screen sessions) # # For any modifications to this file, see Kannel User Guide # If that does not help, send email to [email protected] # # Kalle Marjola May 2000 # Changed for new fakesmsc version by Uoti Urpala Jan 2001 # Added service and sendsms for HTTP SMSC by Kalle Marjola Mar 2001 # group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" log-file = "/tmp/kannel.log" log-level = 1 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" unified-prefix = "+8490,8490,090;+8491,8491,091" #access-log = "access.log" #store-file = "kannel.store" #ssl-certkey-file = "mycertandprivkeyfile.pem" # SMSC CONNECTIONS group = smsc smsc = at modemtype = falcom device = /dev/com1 # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" #log-file = "/tmp/smsbox.log" #log-level = 0 #access-log = "access.log" # SEND-SMS USERS group = sendsms-user username = tester password = foobar #user-deny-ip = "" #user-allow-ip = "" # this sender is for Kannel relay testing (http_smsc) group = sendsms-user username = kannel password = rL4y #user-deny-ip = "*.*.*.*" #user-allow-ip = "127.0.0.1" # SERVICES group = sms-service keyword = nop text = "You asked nothing and I did it!" # this service is for Kannel relay testing, when this Kannel # works as relay gateway group = sms-service keyword = sms get-url = "http://localhost:15130/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r" max-messages = 0 # there should be default always group = sms-service keyword = default text = "No service specified"