error while sending messages
"Joseph G. Mercado" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <5A87AC69989B4741BBD9DB0CB59BF0D2017E7A@mail1> |
I started kannel bearerbox and smsbox with no error on win32 (XP)using cygwin. When I tried to send a test message using this url http://localhost:13013/cgi-bin/sendsms?username=sss <http://localhost:13013/cgi-bin/sendsms?username=sss&password=infotext&to=63 9198033063&text=Test> &password=infotext&to=639198033063&text=Test I got error on the bearerbox session 2004-06-04 10:07:41 WARNING: Message rejected by bearerbox, no router! 2004-06-04 10:07:41 DEBUG: Dumping 0 messages and 0 acks to store 2004-06-04 10:55:17 DEBUG: boxc_receiver: sms received 2004-06-04 10:55:17 WARNING: Cannot find SMSCConn for message to <+639198033063>, rejected. Joseph G. Mercado Senior Enterprise Developer Micro-D International 6th Floor Peninsula Court 8735 Paseo De Roxas, Makati City,Philippines Tel. No. (+63) 8122124 loc. 149 Fax No. (+63) 8160845
kannel.conf
(application/octet-stream, 1.4 KB)
# THIS IS A SAMPLE CONFIGURATION FOR KANNEL # # For any modifications to this file, see Kannel User Guide # If that does not help, send email to [email protected] # group = core admin-port = 13000 admin-password = bar log-file = "c:\kannel.log" log-level = 0 access-log = "c:\access.log" # Smsbox related smsbox-port = 13001 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" unified-prefix = "+63,63;+,00" store-file = "c:\kannel.store" # SMSC GSM group = smsc smsc = at2 modemtype = siemens-mc35 device = /dev/com1 pin = 2345 validityperiod = 167 include = "/usr/local/kannel/conf/modems.conf" # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 #sendsms-chars = "0123456789 +-" global-sender = 12345 log-file = "c:\smsbox.log" log-level = 0 access-log = "c:\access.log" # SEND-SMS USERS group = sendsms-user username = sss password = infotext max-messages = 3 # 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" # SMS SERVICE GET-URL EXAMPLE group = sms-service keyword = relay get-url = "http://localhost/service?phone=%p&text=%r&binary=%b&smsc=$i&time=%t # SMS SERVICE black-list group = sms-service keyword = block text = "You are not alowed to use this service, Go away!" # SMS SERVICE Default # there should be default always group = sms-service keyword = default text = "No service specified"