Hello, my name is Juan and I am new to Mbuni. I have been trying to set up a
VAS gateway with a WAVECOM GPRS Modem to send MMS from my server using MM1
and not MM7.

I am able to send sms via kannel with the same modem. and I am also able to
set up a pppd session and connect to the Internet using the Modem.


Could you please explain to me what is the process flow to set this task up
and running (set a VAS gw with a GPRS Modem).?

Here is te mbunivasp.conf file I am using.

--------------------------------------//

group = core
log-file = /var/log/mbuni/mmsbox.log
access-log = /var/log/mbuni/mmsbox-access.log
log-level = 10

group = mbuni
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:13003/cgi-bin/sendsms
sendsms-username = sms
sendsms-password = sms123


#group = mmsc
#id = local
#mmsc-url = http://mbuni:t...@localhost:1982/soap
#incoming-username = user
#incoming-password = pass
#incoming-port = 12345
#type = soap

# Sample conf for MMSBox using a modem (MM1)
group = mmsc
id = modem
type = custom
custom-settings = "smsc-on=lynx -dump '
http://localhost:13000/start-smsc?password=bar&smsc=PATH_SMSC';smsc-off=lynx-dump
'
http://localhost:13000/stop-smsc?password=bar&smsc=PATH_SMSC';gprs-on=/usr/bin/wvdial;gprs-pid=cat/var/run/ppp0.pid|head
-1;port=130014;url=
http://pathsa.com/interno/mmsc.php;msisdn=100";
mmsc-library = /usr/local/lib/libmmsbox_mm1.so


#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&skip=1
#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
# http-post-parameters = fx=true&image=%i&text=%t
#accept-x-mbuni-headers = true
#keyword = thixs

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

Thanks in advance for any guidance you may provide.
Best Regards!!.
_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to