Please ask such questions on users ML and don't write to devel-owners...

Thanks,
Alexander Malysh

Am 24.03.2011 um 23:02 schrieb Sijia Zhu:

> Hi,
> 
> I have a problem about ota-setting, I tried to send the configuration to my 
> cell phone, I have two kinds of cell phones, Nokia N95 and Nokia E75, both 
> cell phones said "can not open, message format not supported", but when I 
> tried to send ota-bookmark, I can receive the message and can open the 
> message. Could you please help me solve this problem?
> 
> Below is my kannel configuration:
> 
> group = core
> admin-port = 13000
> wapbox-port = 13002
> smsbox-port = 13001
> admin-password = bar
> #status-password = foo
> #admin-deny-ip = ""
> #admin-allow-ip = ""
> wdp-interface-name = "*"
> log-file = "/tmp/bearerbox.log"
> log-level = 0
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "127.0.0.1"
> #access-log = "/tmp/access.log"
> #store-file = "/tmp/kannel.store"
> #ssl-server-cert-file = "cert.pem"
> #ssl-server-key-file = "key.pem"
> #ssl-certkey-file = "mycertandprivkeyfile.pem"
> #http-proxy-host = "127.0.0.1"
> #http-proxy-port = 8191
> 
> group = wap-url-map
> name = map_mmsc
> url = "/*"
> map-url = "http://localhost:8191/*";
> accept-cookies = yes
> 
> group = wapbox 
> bearerbox-host = localhost
> log-file = "/tmp/wapbox.log"
> log-level = 0 #RADIUS Accounting Proxy setup for WAPBOX
> 
> group = radius-acct
> our-port = 1813
> secret-nas = s3kr1tP45S
> nas-ports = 64
> 
> #SMSC SMPP
> group = smsc
> smsc = smpp
> smsc-id = ginod
> host = 10.0.0.80
> port = 8002
> #receive-port = 7234
> smsc-username = ginod
> smsc-password =
> system-type = "WAP"
> service-type = "WAP"
> interface-version =
> address-range =
> 
> #SMSBOX SETUP
> group = smsbox
> bearerbox-host = localhost
> global-sender = 13013
> sendsms-port = 13013
> sendsms-url = /cgi-bin/sendsms
> sendota-url = /cgi-bin/sendota
> sendsms-chars = "0123456789 +-"
> #global-sender = 12345
> log-file = "/tmp/smsbox.log"group = sms-service
> keyword = www
> post-url = "http://%S";
> 
> group = ota-setting
> ota-id = wap-link
> location = http://www.yahoo.com
> service = "Our company's WAP site"
> ipaddress = 10.0.2.1
> phonenumber = 3129698311
> bearer = data
> speed = 9600
> calltype = isdn
> connection = cont
> pppsecurity = off
> authentication = normal
> login = wapuser 
> secret = thepasswd
> 
> group = ota-bookmark
> ota-id = wap-config
> url = http://www.yahoo.com
> 
> group = sendsms-user
> username = tester
> password = foobar
> user-allow-ip = "10.0.2.1"
> max-messages = 5
> concatenation = true
> 
> log-level = 0
> 
> syslog-level = none
> access-log = "/tmp/wapaccess.log"
> 
> 
> 
> 
> 
> BR
> SJ

Reply via email to