Hello Didier,
The lack of any information in the wapbox log suggests that your phone is not attempting to fetch the MMS via your WAP gateway. What is the configuration setup on the phone? MMS URL, WAP GW, etc. The phone must be configured to use your WAP GW.
Secondly, your config file has a line that maps the URL http://mmsc/* to http://wap.proximus.be:9201/* -- which seems to be a mistake. You should map http://mmsc/ to the address and port of Mbuni.
P.
On Apr 21, 2005, at 23:34, Didier D'Joos wrote:
Hello community,
recently I started experimenting with the combination Kannel / Mbuni. The kannel configuration went fairly well, but once implementing mbuni things went wrong.
I must say, some parts of the configuration are more or less confusing, but I think my setup is quite ok.
When I try to send an mms using the command:
mmssend -f +32472980XXX/TYPE=PLMN -t +32476610XXX/TYPE=PLMN -m multi.mms kannel2.conf
this is what happens:
- No log at all is created in /var/log/wapbox.log - the recipient mobile starts receiving mms information, but when trying to download the mms it gives a message "network configuration error".
In most cases nothing happens at all, and I get a message:
[EMAIL PROTECTED] sbin]# 2005-04-21 22:29:53 [2538] [7] INFO: Global Queue MMS Bill: From +32472980xxx/TYPE=PLMN, to_count=1, msgid=qf1114115393.1.x267842, msgsize=17567: returned=0.00 2005-04-21 22:29:53 [2538] [7] INFO: Failed Global Queue MMS Send: From +32472980XXX/TYPE=PLMN, to +32476610XXX/TYPE=PLMN, msgsize=17567: err=MMSC error: Don't know how to deliver to +32476610XXX/TYPE=PLMN !
but sometimes it gets through but then I receive the netowrk configuration error on my mobile.
At this point I really can't see at all anymore what I'm doing wrong, I tried several configs but all of them resulted in the same.
Below you'll find my kannel2.conf I think it covers everything.
Thank you very much
Didier D'Joos
group = core admin-port = 13000 admin-password = doit status-password = doit admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1;198.9.100.*" smsbox-port = 13005 wapbox-port = 13004 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1;198.9.100.*" wdp-interface-name = "*" log-file = "/var/log/kannel.log" log-level = 0 access-log = "/home/kannel/kannel.access" unified-prefix = "+32,0032" include = "/usr/local/etc/modems.conf" #white-list = "http://localhost/whitelist.txt"
# WAP Box group = wapbox bearerbox-host = localhost log-file = "/var/log/wapbox.log" log-level = 0 map-url = "http://mmsc/* http://wap.proximus.be:9201/*"
# SMS Box group = smsc smsc = at device = /dev/rfcomm0 modemtype = siemens_sl45 speed = 9600 pin = xxxx smsc-id = gsm-modem port = 10000 connect-allow-ip = 127.0.0.1 log-file = "/var/log/smsc.log" log-level = 0
# SMS BOX Setup group = smsbox bearerbox-host = localhost log-file = "/var/log/smsbox" log-level = 0 sendsms-port = 13003
# SMS user 1 group = sendsms-user username = foo password = bar name = foobar forced-smsc = gsm-modem default-sender = +32472980xxx concatenation = true
# SMS-service default group = sms-service keyword = default text = "No service specified"
group = mmsbox name = "MMSC" hostname = localhost host-alias = mmsc local-mmsc-domains = atait.com local-prefixes = "1" send-queue-directory = /var/log/mms_log mm1-queue-directory = /var/log/mms_log mm4-queue-directory = /var/log/mms_log max-send-threads = 5 send-mail-prog = /usr/sbin/sendmail -f '%f' '%t' unified-prefix = "0032; +32" maximum-send-attempts = 50 default-message-expiry = 36000 queue-run-interval = 0.1 send-attempt-back-off = 300 sendsms-url = http://localhost:13003/cgi-bin/sendsms sendsms-username = foo sendsms-password = bar #sendsms-global-sender = 198 mms-port = 1981 #allow-ip = 192.168.101.4 #email2mms-relay-prefixes = "5917;7" ua-profile-cache-directory = /home/kannel/cache #billing-module-parameters = "log/cdr.log" # billing-library = billdemo.so #prov-server-notify-script = ~/src/mmprov/provnotify.sh #prov-server-sub-status-script = ~/src/mmprov/rcptstatus.sh notify-unprovisioned = yes mms-notify-text = "You have received a multimedia message from %S" #mm-box-host = localhost mms-notify-unprovisioned-text = "Este no movil no soporta MMS" mms-to-email-txt = "This is a multimedia message (HTML suppressed)" mms-to-email-html = "multimedia message powered by DDJ" mms-message-too-large-txt = "mms from %S too large"
group = mmsproxy name = "MMS proxy" host = localhost allowed-prefix = "1" #denied-prefix = "034"
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
_______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
_______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
