Hi,
 
 I am doing a project about wap push in linux environment using combination of 
kannel and tambur.
 
 I have did the kannel configuration as follows
 
 group = core
 admin-port = 13000
 admin-password = bar
 status-password = foo
 admin-deny-ip = ""
 admin-allow-ip = ""
 log-file = "/tmp/kannel.log"
 log-level = 3
 access-log = "access.log"
 smsbox-port = 13001
 wapbox-port = 13002
 store-file = "kannel1.store"
 
 # PPG CORE SETUP, for defining the push request interface
 
 group = ppg
 ppg-url = /cgi-bin/wap-push.cgi
 ppg-port = 18000
 #ppg-ssl-port = 8080
 concurrent-pushes = 100
 trusted-pi = true
 users = 1024
 #ppg-deny-ip = "*.*.*.*"
 ppg-allow-ip = "*.*.*.*"
 #ssl-server-cert-file = "cert.pem"
 #ssl-server-key-file = "key.pem"
 
 # PPG USER SETUP, for authorizing a specific push user
 
 group = wap-push-user
 wap-push-user = foo
 ppg-username = "foo"
 ppg-password = "bar"
 allow-ip = "*.*.*.*"
 
 
 # SMSC CONNECTIONS, for pushing SI, SL, MMS notifications or whatever over SMS
 
 group = smsc
 smsc = http
 smsc-id = HTTP
 port = 10000
 system-type =kannel
 connect-allow-ip = 127.0.0.1
 smsc-username="foo"
 smsc-password="bar"
 no-sender = true
 no-coding = true
 send-url = http://localhost:10000/
 
 # SMSBOX SETUP
 
 group = smsbox
 bearerbox-host = localhost
 sendsms-port = 13131
 #sendsms-chars = "0123456789 +-"
 global-sender = 13131
 log-file = "/tmp/smsbox.log"
 log-level = 3
 access-log = "access.log"
 reply-couldnotfetch = "Could not fetch"
 reply-couldnotrepresent = "Could not represent"
 reply-requestfailed = "Request Failed"
 reply-emptymessage = "Empty Message"
 
 
 # WAPBOX SETUP
 
 group = wapbox
 bearerbox-host = localhost
 timer-freq = 1
 log-file = "my_wap.log"
 log-level = 1
 
 # SEND-SMS USERS
 
 group = sendsms-user
 username = tester
 password = foobar
 user-allow-ip = "127.0.0.1;192.168.0.*"
 omit-empty = true
 
 # this sender is for Kannel relay testing (http_smsc)
 
 group = sendsms-user
 username = kannel
 password = rL4y
 user-allow-ip = "127.0.0.1;192.168.0.*"
 
 # SMS SERVICE GET-URL EXAMPLE
 group = sms-service
 keyword = default
 #get-url = "http://localhost:8080/tambur/api/sms";
 #get-url = 
http://localhost:8080/tambur/api/sms?to=%p&l=test&p=test&msg=%a&msisdn=%P 
 get-url = 
http://localhost:8080/tambur/api/wappush?l=test&p=test&msisdn=%P&msg=Download+HelloWorld&from=+919948000000&href=http://localhost:8080/provisioning-portal-webapp/adapter/midp?fid=b08404a4-ab4c-470d-9146-f0ca3ffb6277&type=jar
 omit-empty = true
 text = "Hello World"
 
 Now, If i get SMS from mobile client with body as "Hello world" then i like to 
send URL of jar file as wap push.
 
 May i know how to do this?Please..
 
 with regards,
 balaji
 
 
 
 
                                
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 

Reply via email to