I am having trouble getting the binary sms to configure phones. The phones (nokia c3, navigator, e 63) receive a text sms instead of a configuration SMS.
I have tried various things (below are examples)... using settings in the config -> http://staging.env.com:13013/cgi-bin/sendota?username=xxxx&password=xxx&sec=%22userpin%22&pin=%221234%22&to=0796937941&type=ota-bookmark using oma-settings -> http://staging.env.com:13013/cgi-bin/sendota?username=xxx&password=xxxx&sec=%22userpin%22&pin=%2212345%22&to=0796937941&type=oma-settings&text=%3C%3Fxml+version%3D%221.0%22%3F%3E+%3C!DOCTYPE+CHARACTERISTIC-LIST+SYSTEM+%22file%3A%2F%2F%2Fgw%2Fsettings.dtd%22%3E+%3Cwap-provisioningdoc+version%3D%221.1%22%3E+%3Ccharacteristic+type%3D%22NAPDEF%22%3E+%3Cparm+name%3D%22NAPID%22+value%3D%22INTERNET%22%2F%3E+%3Cparm+name%3D%22BEARER%22+value%3D%22GSM-GPRS%22%2F%3E+%3Cparm+name%3D%22NAME%22+value%3D%22MY+ISP+GPRS%22%2F%3E+%3Cparm+name%3D%22NAP-ADDRESS%22+value%3D%22MYISP.gprs%22%2F%3E+%3Cparm+name%3D%22NAP-ADDRTYPE%22+value%3D%22APN%22%2F%3E+%3C%2Fcharacteristic%3E+%3Ccharacteristic+type%3D%22BOOTSTRAP%22%3E+%3Cparm+name%3D%22CONTEXT-ALLOW%22+value%3D%220%22%2F%3E+%3Cparm+name%3D%22PROVURL%22+value%3D%22http%3A%2F%2Fwww.operator.com%2FTPS%2F%22%2F%3E+%3C%2Fcharacteristic%3E+%3C%2Fwap-provisioningdoc%3E I am running Ubuntu 10.04 LTS my config file below... # # Sample configuration file for Kannel bearerbox on Debian. # See the documentation for explanations of fields. # # HTTP administration is disabled by default. Make sure you set the # password if you enable it. group = core admin-port = 13000 smsbox-port = 13001 admin-password = xxx status-password = xxx #admin-deny-ip = "*.*.*.*" #admin-allow-ip = "" #wapbox-port = 13002 wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" #access-log = "/var/log/kannel/bearerbox-access.log" box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" log-level = 0 group = smsc smsc = smpp smsc-id = panaceamobile # allowed-smsc-id = panaceamobile # port = 10001 connect-allow-ip = 127.0.0.1 # host = 172.24.110.102 host = api.panaceamobile.com port = 9911 transceiver-mode = 1 smsc-username = xxxx smsc-password = xxxx system-type = SMPP address-range = "" source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 #--------------------------------------------- # SMSBOX SETUP # # Smsbox(es) do higher-level SMS handling after they have been received from # SMS centers by bearerbox, or before they are given to bearerbox for delivery group = smsbox smsbox-id = mysmsc bearerbox-host = 127.0.0.1 sendsms-port = 13013 global-sender = 263155 #sendsms-chars = "0123456789 +-" log-file = "/var/log/kannel/smsbox.log" log-level = 0 #access-log = "/var/log/kannel/smsbox-access.log" # group = smsbox-route # smsbox-id = mysmsc #--------------------------------------------- # SEND-SMS USERS # # These users are used when Kannel smsbox sendsms interface is used to # send PUSH sms messages, i.e. calling URL like # http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar. .. group = sendsms-user username = xxxx password = xxxx max-messages = 10 concatenation = 1 faked-sender = 263155 #user-deny-ip = "" #user-allow-ip = "" #--------------------------------------------- # SERVICES # # These are 'responses' to sms PULL messages, i.e. messages arriving from # handsets. The response is based on message content. Only one sms-service is # applied, using the first one to match. group = sms-service keyword = nop text = "You asked nothing and I did it!" # There should be always a 'default' service. This service is used when no # other 'sms-service' is applied. group = sms-service keyword = default text = "No service specified" group = ota-bookmark ota-id = mail-link url = "http://m.econetmail.com" #service = "Econet Mail" group = ota-setting location = http://wap.company.com service = "Our company's WAP site" ipaddress = 10.11.12.13 phonenumber = 013456789 bearer = data calltype = analog connection = cont pppsecurity = off authentication = normal login = wapusr secret = thepasswd group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" Thanks in advance! Noto
