Hello,

I'm trying send MMS notification to Nokia 7650
in polish GSM network - PlusGSM.
After submiting example PHP script
senmmsind.php (you can see source here
http://home.it-mobile.pl/mms/sendmmsind.phps), 

I've got following result (script output) :

   Sending the MMS Notification message
   http://home.it-mobile.pl/mms/1.mms to the = phone +48601682000...

   %01%06%04%03%BE%81%83%8C%82%982@pl%00%8D%90%89%0e%80%2b%34%38%36%30%34
   %39%30%37%38%38%39%00%96%74%65%73%74%00%8A%80%8E%01%00%88%06%80%04%3e%
   30%3d%16%83http://home.it-mobile.pl/mms/1.mms%00

   Server: Kannel/cvs-

   Pragma: no-cache

   Cache-Control: no-cache

   Sent.


I don't receive any notification, but I now there some is sending
to phone because I hear some noises in computer's spearker.
Should I configure WAP setting in the phone or something else ??

Bellow Kannel's config file

############# CORE ###############
group = core
admin-port = 13000
admin-password = xxxxx
status-password = xxxxx
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1;213.173.219.106"
smsbox-port = 13001
wapbox-port = 13002
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;213.173.219.106"
wdp-interface-name = "*"
store-file = "kannel.store"
log-file = "kannel.log"
log-level = 1


############# WAPBOX ###############
group = wapbox
bearerbox-host = localhost
log-file = "/tmp/wapbox.log"
log-level = 1
syslog-level = none
access-log = "/tmp/wapaccess.log"
device-home = http://www.superwap.pl/
timer-freq = 100

############# SMSBOX ###############
group = smsbox
bearerbox-host = localhost
sendsms-port  = 13005
log-level =0
global-sender = 604907889
log-file = "/tmp/smsbox.log"

###### SMSC ########

group = smsc
smsc = cimd2
host = 212.2.96.67
port = 9971
smsc-username = xxxxxxx
smsc-password = xxxxxxx
keepalive = 8

group = sendsms-user
username = xxxxx
password = xxxxx


###### PPG ########
group = ppg
ppg-url = /wappush
ppg-port = 8081
concurrent-pushes = 100
users = 1024
ppg-allow-ip = 213.173.219.106;127.0.0.1
#ppg-deny-ip = *
trusted-pi = true

####### WAP USERS ######
group = wap-push-user
wap-push-user = picom
ppg-username = xxxxx
ppg-password = xxxxx


Regards,
Pawel

Reply via email to