I really need help 
I am new to mbuni and I want to use it to
send MMS messages to mobile phones, using a phone nokia (with GPRS) as a
modem. the phone modem is configured properly, and it can send MMS
without problem. 
but the problem is I do not know how to launch mbuni ,I saw somewhere that I 
should start mmsbox I tried but it does not just, may be that I did not 
understand. 
And even with kannel I can start the bearerbox, smsbox, detect the modem, and 
send sms normally. 

my question is this what i must change in my config file(mmsbox.conf and 
kannel.conf)? what are the programs that I must start ? and after
having launched programs, how to send an MMS by the HTTP post method (send an
image for example) .signals that I have seen the Mbuni documentation but I
have unable to serve me may be because I do not understand too much English,
and that documentation is not too detailed.

Here are my two config files :  Kannel.conf and mmsbox.conf

###################   kannel.conf   ###########################

group = core
admin-port = 13000
admin-password = bar
smsbox-port = 13001
admin-allow-ip = "127.0.0.1"
access-log = /etc/sms_kannel1.txt
access-log-clean = true
access-log-format = [ %l :  le : %t  D'un modem : %i  Message venant de : %p  
Pour : %P  Et ayant pour contenu : %b]
wapbox-port = 13002
wdp-interface-name = "*"
store-file = "/etc/kannel.store"
box-allow-ip = "127.0.0.1"

group = wapbox
bearerbox-host = localhost
#log-file = "/var/log/kannel/wapbox.log"
log-file = "/etc/wapbox.log"
syslog-level=none
timer-freq=10

group = smsc
smsc = at
smsc-id = nokia_6230bis
smsc-username = kannel
device = /dev/ttyACM0
sms-center = +2216380010
modem-type = auto
include = /etc/kannel/modems.conf

group = sendsms-user
username = user
password = pass
user-allow-ip = "*.*.*.*"

group = smsbox 
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
sendsms-chars = "0123456789"
log-file = /etc/sms.log

group = sms-service
keyword = nono
text = "Message bien recu"

group = sms-service
keyword = arreter
exec = /usr/sbin/halt

group = sms-service
keyword = default 
get-url = 
"http://192.168.0.22/playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a";
max-messages = 0

##################    mmsbox.conf   ###########################

group = core
#log-file = var/log/mmsgw.log
#access-log = var/log/access.log
log-level = 0
admin-port = 10000
admin-password = bar


group = mbuni
name = "My MMSC"
storage-directory = /var/spool/mbuni
max-send-threads = 5
maximum-send-attempts = 50
default-message-expiry = 360000
queue-run-interval = 5
send-attempt-back-off = 300
sendmms-port = 10001
sendsms-url=http://localhost:13013/cgi-bin/sendsms
sendsms-username = user
sendsms-password = pass


group = mmsc
id = local
mmsc-url = http://mmsalize/servlets/mms
incoming-username = mms
incoming-password = pass
sendsms-username = user
sendsms-password = pass 
incoming-port = 10003
type = eaif


group = send-mms-user
username = tester
password = foobar
faked-sender = 100


group = mms-service
name = me
post-url = http://localhost/~bagyenda/test-mbuni.php
catch-all = true
http-post-parameters = fx=true&images[]=%i&text[]=%t
accept-x-mbuni-headers = true
pass-thro-headers = X-NOKIA-MMSC-Charging,X-NOKIA-MMSC-Charged-Party
keyword = test
omit-empty = no
suppress-reply = true
service-code = regular

group = mms-service
name = fullmessage
get-url = http://localhost/images/apache_pb.gif
accept-x-mbuni-headers = true
keyword = thixs


__________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible 
contre les messages non sollicités 
http://mail.yahoo.fr Yahoo! Mail 
_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to