On Apr 25, 2005, at 13:54, Didier D'Joos wrote:
Hello Paul,
Thanks for your reply. My mobile phone indeed has other mmsc settings:
url = http://mmsc.proximus.be/mms wap gw = wap.proximus.be:9201 wap usr = wap wap pswd = wap
Now, this is not an open network, so I can't relay messages to it using smtp. Is there any way that I can use my mobile gsm modem to push the MMS message to the mms url of proximus?
If so, how do I have to configure this, is this using wap OTA?
Below you can find my config, what do I have to change in order to relay mms messages over my "gsm modem" (it's a siemens S55 connected over bluetooth)?
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://localhost:1981/*"
# SMS Box group = smsc smsc = at device = /dev/rfcomm0 modemtype = siemens_sl45 speed = 9600 pin = 3676 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 = xxx.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 <emph>ATAIT</emph>" mms-message-too-large-txt = "mms from %S too large"
group = mmsproxy name = "MMS proxy" host = localhost allowed-prefix = "+3247; 003247" #denied-prefix = "034"
# OTA config (necessary for WAP push?) group = ota-setting location = http://wap.proximus.be ipaddress = 10.55.14.75 phonenumber = +32477151927 bearer = data calltype = isdn connection = cont pppsecurity = off authentication = normal login = wap secret = wap
--- Paul Bagyenda <[EMAIL PROTECTED]> wrote:
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:
combinationHello community,
recently I started experimenting with theKannel / Mbuni. The kannel configuration wentfairlywell, but once implementing mbuni things wentwrong.more
I must say, some parts of the configuration areor less confusing, but I think my setup is quiteok.it
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[7]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]error: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=MMSCDon't know how to deliver to+32476610XXX/TYPE=PLMN !the
but sometimes it gets through but then I receivewhatnetowrk configuration error on my mobile.
At this point I really can't see at all anymoreI'm doing wrong, I tried several configs but allofcoversthem resulted in the same.
Below you'll find my kannel2.conf I think ithttp://localhost:13003/cgi-bin/sendsmseverything.
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 =(HTMLsendsms-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 messagelarge"suppressed)" mms-to-email-html = "multimedia message powered by DDJ" mms-message-too-large-txt = "mms from %S tooprotection around
group = mmsproxy name = "MMS proxy" host = localhost allowed-prefix = "1" #denied-prefix = "034"
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spamhttp://mail.yahoo.com
_______________________________________________
=== message truncated ===
__________________________________________________ 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
