Hi, Is there anyone using wavecom fast-track modem on Fedora core 5? I have configured one myself but i am only able to send sms. The main problem is i am unable to receive any sms. It's like the sms doesn't even get to the bearer box. Can someone who has same configuration please send me thier working configuration file to compare. My own config file is shown below:
# Default kannel configuration file #################### # CORE GROUP #################### group = core admin-port = 13000 admin-password = **** smsbox-port = 13001 log-file = logs/bearerbox.log log-level = 0 #box-deny-ip = *.*.*.* box-allow-ip = 192.168.*.*;127.0.0.1;196.24.0.* admin-allow-ip = 127.0.0.1;192.168.10.70 access-log = logs/bearerbox.access store-file = logs/kannel.log ################### # SMSBOX ################### group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = +26663104703 log-file = logs/smsbox.log log-level = 0 access-log = logs/smsbox.access ######################## # GROUP SMSC MODEMRELAY ######################## group = smsc smsc = at smsc-id = modemrelay modemtype = wavecom device = /dev/ttyS0 speed = 9600 pin = **** phone = +26663104703 sms-center = +2666000002 smsc-username = root smsc-password = **** #################### # SMSC HTTP #################### group = smsc smsc = http smsc-id = httprelay host = localhost port = 14000 system-type = kannel smsc-username = root smsc-password = **** send-url = "http://localhost:13013/" connect-allow-ip = "127.0.0.1;192.168.*.*;196.24.0.5" ################## # GROUP MODEMS ################## group = modems id = wavecom name = wavecom speed = 9600 no-pin = false detect-string = "WAVECOM" detect-string2 = "MODEM" init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" #init-string = "AT+CNMI=1,2,2,2,1" message-storage="SM" ######################## # GROUP DEFAULT SERVICE ######################## group = sms-service keyword = keyword-regex = .* catch-all = yes max-messages = 0 get-url = "http://localhost/index.html" accepted-smsc = modemrelay;httprelay ######################## # GROUP SENDSMS-USERS ######################## group = sendsms-user username = root password = **** user-allow-ip = "*.*.*.*" max-messages = 4 concatenation = 1 -- View this message in context: http://www.nabble.com/using-wavecom-fast-track-modem-tp18925109p18925109.html Sent from the Kannel - User mailing list archive at Nabble.com.
