Hi, I'm getting the following error trying to send an MMS with mmssend utility:
2005-12-10 19:28:56 [29570] [1] DEBUG: Entered fetcher 2005-12-10 19:29:51 [29555] [2] DEBUG: Queued to thread 0 for /opt/mbuni/mbuni-1.0.0/install_dir/spool/global/qf1134239336.1.x2956845 2005-12-10 19:29:51 [29563] [10] ERROR: fopen failed: couldn't open `/opt/mbuni/mbuni-1.0.0//df1134239336.1.x2956845' 2005-12-10 19:29:51 [29563] [10] ERROR: System error 2: No such file or directory 2005-12-10 19:29:51 [29563] [10] ERROR: mms_queue_getdata: Failed to load data file for queue entry qf1134239336.1.x2956845 in /opt/mbuni/mbuni-1.0.0/ It seems that it found the q file in spool dir but when searching for the d file it is not found because it is searching in another directory. What I'm doing wrong ? Here is my config file: group = core log-file = /var/logs/mmsgw.log log-level = 0 access-log = /var/logs/mmsgw_access.log group = mmsbox name = "My MMSC" hostname = riga #host-alias = mmsc #local-mmsc-domains= mbuni.org,service.com local-prefixes = 0;1;2;3;4;5;6;7;8;9;+ storage-directory = /opt/mbuni/mbuni-1.0.0/install_dir/spool max-send-threads = 5 queue-run-interval = 60 #send-mail-prog = /usr/sbin/sendmail -f '%f' '%t' maximum-send-attempts = 1 sendsms-url = http://localhost:15013/cgi-bin/sendsms sendsms-username = foo sendsms-password = bar sendsms-global-sender = 1234 mm7-port = 12345 optimize-notification-size = true mms-notify-text = "El telefono no soporta MMS" group = mms-vasp vasp-id = myvasp type = soap short-code = 100 vasp-url = http://localhost:8080/mm7 vasp-username = foo vasp-password = bar mmsc-username = foo mmsc-password = bar _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
