Hi,

You can try to capture the successful wap push to nokia 6600 by
using Kannel AT SMSC. It would be nice indeed to know the
difference.

Aarno

On 27.1.2005, at 11:21, Marko Helle wrote:

Hi,

Can anyone point me direction where to start looking answer for
this problem with WAP Pushes.

I have tested that my WAP Push goes to Nokia 3100 and Nokia 6310i,
but it doesn't go to Nokia 6600. I tryed with two 6600 and both
can receive WAP Pushes from other sources.

Sending sms through my kannel to Nokia 6600 is succesful.




Kannel.conf i'm using: ======================

# =========
# BEARERBOX
# =========

group = core
admin-port = *****
admin-password = run
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
smsbox-port = *****
wapbox-port = *****
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0


# ====== # SMSBOX # ======

group = smsbox
bearerbox-host = localhost
sendsms-port = *****
sendsms-url = /cgi-bin/sendsms
access-log = "/var/log/kannel/kannel.access"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0


# ============= # SEND SMS USER # =============

group = sendsms-user
username = *****
password = *****
user-allow-ip = "127.0.0.1"



# ========
# SERVICES
# ========

# Default service.
group = sms-service
keyword = default
get-url =
"http://127.0.0.1:80/receive.php? s_cmd=mo&k_k=%k&k_s=%s&k_r=%r&k_p=%p&k_P=%P
&k_i=%i&k_d=%d&k_A=%A&k_w=%w&k_W=%W"
max-messages = 0



# ====== # WAPBOX # ======

group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"
log-level = 0


# ================== # PUSH PROXY GATEWAY # ==================

group = ppg
ppg-url = /wappush
ppg-port = *****
concurrent-pushes = 100
users = 1024
ppg-allow-ip = 127.0.0.1
trusted-pi = true



group = wap-push-user
wap-push-user = *****
ppg-username = *****
ppg-password = *****
allow-ip = 127.0.0.1



# ====
# SMSC
# ====

group = smsc
smsc = smpp
host = ***.***.***.***
port = *****
transceiver-mode = true
smsc-id = ******
allowed-smsc-id = ******
esm-class = 0
system-type = "VMA"
enquire-link-interval = 60
address-range = ""
connect-allow-ip = "127.0.0.1"
smsc-username = ********
smsc-password = ********





Reply via email to