Dear Dipan,

 

Your appreciation should go to the list, they are the people you should thank.

 

Best regards,

 

Rayson Lee

InnoAge Hong Kong Limited

 


From: Dipan [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 01, 2006 1:57 PM
To: Rayson Lee
Subject: RE: WAP Push query

 

Hi rayson,

 

It finally worked. We learned that if there is even a single byte error in cotent framing, the receving phone will not respond at all as if it never recevied anything. So we couldn't trace back the error at all. The string you sent worked, which made this discovery happen.

 

Thanks a lot. I extremely appriciate the people who has put in efforts to make Kannel wap gateway

 

Dipan. 

-----Original Message-----
From: Rayson Lee [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 29, 2006 11:21 AM
To: 'Dipan'; users@kannel.org
Subject: RE: WAP Push query

Dear Dipan,

 

Please refer to Willy’s more detail PHP sample on how to generate the text stream. However if you want to push a variety of contents, I think you better use the http post interface as detailed in the user guide.

 

Best regards,

 

Rayson Lee

InnoAge Hong Kong Limited

 


From: Dipan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 29, 2006 1:33 PM
To: Rayson Lee
Subject: RE: WAP Push query

 

Thanks for your quick reply. I will be able to check tomm. only so will let you know if there are any problems. I think we have done WAP PUSH -> Allow all in the phone. So we thought that would be okay. I am not sure any other thing that needs to be set. Will try to find out and use it.

 

By the way, what is this new stream that you generated ? How did you generated this ? Can you tell us simpler way to generate requried SI, SL or WML into such binary URLs ? The content could by by and large hardcoded.

 

Thanks.

 

Dipan.

 

-----Original Message-----
From: Rayson Lee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 29, 2006 12:38 AM
To: 'Dipan'
Subject: RE: WAP Push query

Dear Dipan,

 

First of all, please make sure you have enabled WAP Push inbox in your handsets. In your sendsms link try to set text=%1B%06%01%AE%02%05%6A%00%45%C6%0C%03wap.nokia.de%00%01%03Download%00%01%01 and see if that works.

 

Good Luck.

 

Rayson Lee

InnoAge Hong Kong Limited

 


From: Dipan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 10:34 PM
To: [EMAIL PROTECTED]
Subject: WAP Push query

 

I am using Kannal and trying to send WAP push to some mobile phone.

 

I have been able to successfully send SMSs using Kannel's bearrer box so far.  The config is attached here.

 

I am setting up WAP box and using test_ppg (the one supplied by kannel's default destribution).

 

Using this when i try to send out a WAP push to a NON-wap capable phone it receives an SMS indicating that "message cannot be displayed here". However, when the WAP push is done to a WAP,WML capable phone which is either the Sony Erricsion K700i as well as Nokia 6630, neither of the phones receives anything.

 

Alternatively, we got SMS box running (which can successfully send SMS) with UDH 

(http://localhost:13013/cgi-bin/sendsms?username=kannel&password=rL4y
&to=9820756920&udh=%06%05%04%0B%84%23%F0
&text=%07%06%17%B0%96%6C%6F%63%61%6C%68%6F%73%74%3A%39%30%38%30%00
%AF%80%8D%95%B4%02%06%6A%00%85%09%03wap.nokia.de%00%01
)

to the same numbers the behaviors is same.

 

The bearer is un-confirmed SMS. The message length typically is not exceeding 140 char. The bearer box shows one SMS is being sent and the GSM phone (used as a message) and the SMS sending charge is also deducted from the credit.

 

Please help me. This is a bit urgent.

 

Thanks a lot.

 

Dipan.

 


group = core
admin-port = 13000
smsbox-port = 13001
wapbox-port = 13002
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"
unified-prefix = "+358,00358,0;+,00,+91"
#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"

# WAPBOX SETUP, for pushing and for pulling (fetching) the wap data

group = wapbox
bearerbox-host = localhost
log-file = "/tmp/wapbox.log"
log-level = 0
syslog-level = none

# PPG CORE SETUP, for defining the push request interface

group = ppg
ppg-url = ""> ppg-port = 15000
#ppg-ssl-port = 8081
concurrent-pushes = 100
trusted-pi = true
users = 1024
# global-sender = "+919820205446"
global-sender = "+919820756920"
#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
country-prefix = +358,+91
#allowed-prefix = "40;60;70"
#denied-prefix = 50
#white-list = http://localhost:8082/whitelist
#black-list =  http://localhost:8082/blacklist
#deny-ip = "*.*.*.*"
allow-ip = "127.0.0.1"

# SMSC CONNECTIONS, for pushing SI, SL, MMS notifications or whatever over SMS

# group = smsc
# smsc = fake
# smsc-id = FAKE
# port = 10000
# connect-allow-ip = 127.0.0.1

# SMSBOX SETUP (a kludge!)

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
sendsms-chars = "0123456789 +-"
log-file = "/tmp/smsbox.log"
log-level = 0
access-log = "/tmp/access.log"

# TEST PAP PROTOCOL

group = test-ppg
retries = 2
pi-ssl = yes
#ssl-client-certkey-file = /etc/kannel/certkey.pem
ssl-client-certkey-file = /home/sachin/nirav/gatway-1.4.0/gw/cert.pem

# CONFIGURATION GROUP

group = configuration
push-url = ""> #pap-file = /etc/kannel/ipnoqos.txt
pap-file = /home/sachin/nirav/gateway-1.4.0/test/iptestppg.xml
#content-file = /etc/kannel/si.txt
content-file = /home/sachin/nirav/gateway-1.4.0/test/si.xml
username = foo
password = bar


# MODEM GROUP

group = modems
id = "my-id"
name = "my-name"
detect-string = "MODEM"
group = modems
id = "my-id"
name = "my-name"
detect-string = "MODEM"
detect-string2 = ""
init-string = "AT"
init-string = "AT&F<cr>"
init-string = "AT V1E0S0=0&D2&C1<cr>"
init-string = "AT +CMEE=1<cr>"
speed = 9600
enable-hwhs = "+IFC=2,2"
need-sleep = false
no-pin = false
no-smsc = false
sendline-sleep = 100
keepalive-cmd = "AT"
broken = false
message-storage = "SM"
enable-mms = false
#group = modems
id = ericsson_t68
name = "Ericsson T68"
detect-string = "Ericsson"
detect-string2 = "T68"
init-string = "AT +CMEE=1"
keepalive-cmd = "AT+CBC;+CSQ"

#AT

group = smsc
smsc = at
modemtype = ericsson_t68
device = /dev/ttyS0
speed = 9600
pin = 2345
validityperiod = 167

# SEND-SMS USERS

group = sendsms-user
username = tester
password = foobar
user-deny-ip = ""
user-allow-ip = "10.125.17.141"

group = sendsms-user
username = kannel
password = rL4y
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"

 


-------------------------------------------------------------------------------------------------------------------------------
DISCLAIMER:
This message (Including any attachments) is confidential and is intended only for the addressee. All MoTech Software mails and attachments are scanned for all known viruses at the time of transmission. However, please scan the mail and attachments for viruses before opening or downloading from this transmission. We will not accept any liability for damages through virus. If you are not the intended recipient or received this message by mistake, please notify the sender by E-mail & delete the message from the system. Any unauthorized use or dissemination of the message in whole or part is strictly prohibited.

 


-------------------------------------------------------------------------------------------------------------------------------
DISCLAIMER:
This message (Including any attachments) is confidential and is intended only for the addressee. All MoTech Software mails and attachments are scanned for all known viruses at the time of transmission. However, please scan the mail and attachments for viruses before opening or downloading from this transmission. We will not accept any liability for damages through virus. If you are not the intended recipient or received this message by mistake, please notify the sender by E-mail & delete the message from the system. Any unauthorized use or dissemination of the message in whole or part is strictly prohibited.

 


-------------------------------------------------------------------------------------------------------------------------------
DISCLAIMER:
This message (Including any attachments) is confidential and is intended only for the addressee. All MoTech Software mails and attachments are scanned for all known viruses at the time of transmission. However, please scan the mail and attachments for viruses before opening or downloading from this transmission. We will not accept any liability for damages through virus. If you are not the intended recipient or received this message by mistake, please notify the sender by E-mail & delete the message from the system. Any unauthorized use or dissemination of the message in whole or part is strictly prohibited.

Reply via email to