Maybe you need to configure a SMSBOX to send the message ? :-D

Jim Cullen wrote:
Hello All,
 
Pretty new to this but here goes.
 
Have installed Kannel, all working well, can send and recieve SMS over various providers.
 
Trying to send WAP push now. Set everything up and send message using test_ppg.exe. the wap box receives the message, accepts it and says 'push mesage accepted for processing'. Then it doesn't do anything. no warnings no messages, just sits there. It will accept multiple mesages but will not seem to send anything. I have come to a bit of a dead end here and any pointers would be greatly appreciated.
 
many thanks in advance
 
relevant extracts (I think) from conf file etc below.
 
********conf file********
 
# Core Group --------------------------
 
group = core
admin-port = 13000
admin-password = bar
smsbox-port = 13001
wapbox-port = 13002
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/tmp/kannel.log"
log-level = 0
access-log = "/tmp/access.log"
udp-allow-ip = "*.*.*.*"
wdp-interface-name = "*"

# Wapbox related
group = wapbox
bearerbox-host = vmad-1
log-file = /tmp/wapbox.log
log-level = 0
syslog-level = none
timer-freq = 1
 
# Push Stuff --------------------------
 
group = ppg
ppg-url = ""> ppg-port = 13003
concurrent-pushes = 100
users = 1024
ppg-allow-ip = 127.0.0.1; 192.168.0.6
trusted-pi = false
 

group = wap-push-user
wap-push-user = jim
ppg-username = jim
ppg-password = jim
allow-ip = 127.0.0.1; 192.168.0.6
 
 
***********wapbox log **********

2005-11-14 20:34:31 [11] DEBUG: HTTP: Creating HTTPClient for `192.168.0.6'.
2005-11-14 20:34:33 [14] DEBUG: PPG: ip_allowed_by_ppg: ip found from allowed list
2005-11-14 20:34:33 [14] INFO: PPG: Accept request </wappush> from <192.168.0.6>
 
2005-11-14 20:34:33 [14] DEBUG: PPG: http_read_thread: pap multipart accepted
2005-11-14 20:34:33 [14] INFO: client address was <+0041793947863>, accepted
2005-11-14 20:34:33 [14] DEBUG: PAP COMPILER: doing semantic analysis for address type a phone number
2005-11-14 20:34:33 [14] DEBUG: using defaults instead of anys
2005-11-14 20:34:33 [14] DEBUG: PPG: http_read_thread: pap control entity compiled ok
2005-11-14 20:34:33 [14] DEBUG: PPG: transform_message: push message content and headers valid
2005-11-14 20:34:33 [14] DEBUG: PPG: push machine 0 created
2005-11-14 20:34:33 [14] DEBUG: PPG: store_push_data: push machine 0 appended to unit push list
2005-11-14 20:34:33 [14] DEBUG: PPG: too early to push the message, waiting
2005-11-14 20:34:33 [14] DEBUG: PPG: send_push_response: telling pi
2005-11-14 20:34:33 [14] DEBUG: HTTP: Resetting HTTPClient for `192.168.0.6'.
2005-11-14 20:34:33 [14] INFO: PPG: handle_push_message: push message accepted for processing
 
*******control file - real number deleted*******
 
<?xml version="1.0"?>
<!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP//EN"
"http://www.wapforum.org/DTD/pap_1.0.dtd">
<pap>
<push-message push-id="3"
deliver-before-timestamp="2005-11-14T20:35:00Z"
deliver-after-timestamp="2005-11-14T20:35:00Z"
progress-notes-requested="false">
<address address-value="WAPPUSH=+9999999/[EMAIL PROTECTED]"/>
<quality-of-service
 priority="high"
 delivery-method="unconfirmed"
 network-required="true"
 network="GSM"
 bearer-required="true"
  bearer="SMS"/>
 
</push-message>
</pap>
 
*******content file******
<?xml version="1.0"?>
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN"
"http://www.wapforum.org/DTD/si.dtd">
<si>
<indication href=""http://wap.yahoo.com">http://wap.yahoo.com"
 si-id="[EMAIL PROTECTED]"
 action=""
 created="2005-11-14T13:33:09Z"
 si-expires="2005-11-15T17:00:00Z"
 >
 You have got mail.
</indication>
</si>

 

Reply via email to