One would need to see the log to understand what's going on. A 500 error should not ordinarily occur on the sendmms interface.
On Jun 13, 2008, at 11:05, Christopher Dacuya wrote:

I am new to mbuni and I am trying to set-up mbuni as a VAS gateway.

I have previously used kannel before but I am confused in setting the configuration of mbuni.

here is my configuration


####################################
#   mbuni.conf
#   mbuni configuration file
####################################

#GROUP CORE CONFIGURATION
group = core
log-file = "/appl/escplatform/logs/mmsgw.log"
log-level = 0
access-log = "/appl/escplatform/access.log"

#MAIN GATEWAY CONFIGURATION GROUP
group = mbuni
name = "MMSC"
storage-directory = /appl/escplatform/vas
max-send-threads = 5
unified-prefix = "09,+639,639"
maximum-send-attempts = 3
allow-ip = "127.0.0.1;192.168.0.*"
deny-ip = "*.*.*.*"
sendmms-port = 10021
mm7-port = 8084
sendsms-url = http://localhost:14014/cgi-bin/sendsms
sendsms-username = euser
sendsms-password = grewq
sendsms-global-sender = 2356

#MM7 CONFIGURATION
group = mms-vasp
vasp-id = itesting
type = soap
short-code = 100
vasp-username = 2356
vasp-password = 1V016B5P

#MMSC CONNECTION CONFIGURATION
group = mmsc
id = iplaypen
mmsc-url = http://xxx.xxx.xx.53:10021/vas
incoming-username = 2356
incoming-password = 213dddc2
incoming-port = 7462
type = soap

#SENDMMS USER CONFIGURATION
group = send-mms-user
username = euser
password = grewq
faked-sender = 100

#MMS SERVICE CONFIGURATION
group = mms-service
name = 'RECEIVER'
post-url = http://localhost:1882/RequestServlet/RequestServlet
catch-all = true
http-post-parameters = fx=true&images[]=%i&text[]=%t
accept-x-mbuni-headers = true
keyword = test



I am now in the process of sending my first MMS

i used this:

http://192.168.0.17:10021/cgi-bin/sendmms?to=09178101512&username=euser&password=grewq&vasid=itesting&from=2356&text=testing

i get HTTP status 500 please help




_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to