Re: [Users] AMR patch error

2005-02-28 Thread Paul Bagyenda
Did you follow the instructions to the letter? Can you confirm that the md5sum of the patch file you are using matches exactly that given on the site? (Possibly the download/save process mucked around with the file.) On Feb 27, 2005, at 07:53, Tech mark wrote: hi ,   when i try to install AMR

[Users] v0.9.7 out now

2005-03-04 Thread Paul Bagyenda
Hello all, v0.9.7 is out and about (see website). Key changes: - Bug fixes as reported - Support for send/recieve to MMS clients who use IPv4/IPv6 addresses instead of MSISDNs - Generalised, plug-in based mechanism for identifying local MMS recipients (rather than using prefixes, etc) -

Re: [Users] mms-client-ip-header

2005-03-09 Thread Paul Bagyenda
Ah, you need to re-compile Kannel using the patch because we added some more config directives. Then re-compile mbuni and all will be well. On Mar 09, 2005, at 16:21, Andrew Wingorodov wrote: If add subj in mmsc.conf, Mbuni output message 2005-03-09 16:11:11 [17544] [0] PANIC: Trying to

Re: [Users] New User Enquiry

2005-03-20 Thread Paul Bagyenda
Hello Neil, Welcome to Mbuni! You can send a picture (MMS really) to an email address via Mbuni. You would however need to be able to change the phone configuration, so that the phone knows to send MMS via your Mbuni server. There are ways to do this automatically (using OTA settings), a

Re: [Users] mbuni invisible ?

2005-03-29 Thread Paul Bagyenda
The issue is whether your WAP gateway is really sending the msisdn header. To find out if this is the case, you need to dump the HTTP headers that mbuni is seeing. Then when your WAP gateway sends the MMS request to Mbuni, mbuni will print the request headers. To do this, look inside

Re: [Users] nokia 6230 as GSM Modem

2005-04-21 Thread Paul Bagyenda
Gareth, To further clarify the situation, MMS travels over IP, unlike SMS. This means that the interface (serial or otherwise) does not really come into the picture. Somehow your phone must make a data call, get an IP address, then send the MMS to the designated (MMS GW) URL (usually via a

Re: [Users] Detokenizer module

2005-06-07 Thread Paul Bagyenda
A good sample is the mms_detokenize_shell.c file. In the current source it is compiled and installed in /usr/local/lib/mbuni/ -- I'd modify that and then set the option below as: detokenizer-library = /usr/local/lib/mbuni/libmms_detokenizer_shell.so  or something similar. The important thing is

Re: [Users] Web interface ?

2005-06-22 Thread Paul Bagyenda
Nicolas, There isn't. This is just an example assuming you have a third party application to do that...On Jun 22, 2005, at 11:11, NZ wrote: Hi, In the config file the mms-notify-text variable is set to :mms-notify-text = "You have received a multimedia message from %S, go to XXX to view it" but is

Re: [Users] Web interface ?

2005-06-22 Thread Paul Bagyenda
that is) and pass them on to a mail server elsewhere (configured). You can then use a standard web-mail package (tweaked of course) to view them... And are the messages easily displayable in a web browser ? De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Paul Bagyenda Envoyé

Re: [Users] Email - MMS problem

2005-06-22 Thread Paul Bagyenda
The only possibility here is that the incoming message is too large for the phone so it rejects it. There is no other information in the notification that would warrant immediate rejection. P. On Jun 22, 2005, at 18:16, NZ wrote: Hi, I’ve got a little problem with the email to mms feature. When I

Re: [Users] Email - MMS problem

2005-06-24 Thread Paul Bagyenda
part de Paul Bagyenda Envoyé : jeudi 23 juin 2005 06:56 À : Mbuni MMS Gateway Users List Objet : Re: [Users] Email - MMS problem  The only possibility here is that the incoming message is too large for the phone so it rejects it. There is no other information in the notification that would warrant

Re: [Users] 0.99 install problem

2005-07-05 Thread Paul Bagyenda
Hi, this looks like an ssl library link problem. Since mbuni does not use these libs, it must be inheriting them from kannel... Does kannel compile and install fine? If so, please send the output of gw-config --libs On Jul 05, 2005, at 12:14, Nigel Cannings wrote: hi there I'm

Re: [Users] MM7 Problem

2005-07-11 Thread Paul Bagyenda
Hi, did you install an RPM or from source? If the latter, it sounds like your kannel was not patched correctly. On Jul 11, 2005, at 12:49, Giulio wrote: Hi, I install mbuni version 0.99. I put mm7-port = in the mbuni configuration file. When I start mmsglobarsender I receive this

Re: [Users] Obtain msisdn

2005-07-17 Thread Paul Bagyenda
without access to the WAP GW, the only meaningful option is to write your own detokenizer library and use that to identify users. On Jul 15, 2005, at 22:47, Danny Alejandro Zenzano Arnez wrote: Hi, which is the form to obtain msisdn, if I don't have a Radius that works with my kanel

Re: [Users] mbuni and cell phones as gateways

2005-07-17 Thread Paul Bagyenda
Hi Paolo, Apologies for the delay in responding. There are people using this kind of setup, so yes it is possible. On Jul 08, 2005, at 15:24, Paolo Losi wrote: Hi all, I'm trying to find a solution for sending mms to italian mobile operators. Up to now I've been able to send mms

Re: [Users] sending mms from pc

2005-08-05 Thread Paul Bagyenda
Hi Alisson, MMS is a touch more involved. Yes you can send the message as you suggest, but the trouble comes with the receipt of it. Since the recipient only receives a notification (which contains a URL for fetching the message), you must at the very least know the IP assigned to your

Re: [Users] Receiving MMS with kannel 1.4 + mbuni 0.99

2005-08-05 Thread Paul Bagyenda
Hi Rina, Apologies for the delay in response.  smsbox is receiving an MMS notification (sent over SMS). This is what the phone receives, which tells it to fetch the MMS at the given URL location.On Aug 01, 2005, at 13:02, A. Rina D. Rudyanto wrote:Hi all, I've recently set up kannel mbuni on a

Re: [Users] Some questions

2005-08-17 Thread Paul Bagyenda
Antonio - Mensaje original - De: Paul Bagyenda [EMAIL PROTECTED] Fecha: Miércoles, Agosto 17, 2005 0:51 am Asunto: Re: [Users] Some questions On Aug 06, 2005, at 00:59, [EMAIL PROTECTED] wrote: Hello Paul, Thanks for your answers, I did some test and here are my comments

Re: [Users] Complete working sample of Mbuni config file

2005-08-18 Thread Paul Bagyenda
Hi, You appear to be lacking a setting for local-prefixes in your config file. That would be the problem. The error you are getting means mbuni does not know how to route to that recipient. On Aug 17, 2005, at 20:39, Sengen Prasomsouk wrote: Hello All, Where can I find a complete

Re: [Users] Complete working sample of Mbuni config file

2005-08-22 Thread Paul Bagyenda
e? I'm currently using v.0.9.9. Is there any way to send MMS message other than using mmssend command line? If so, would you please explain how, what format, etc...? I'm new to Mbuni and looking for any help that I can get...Thanks in advance and appreciate the help! Paul Bagyenda wrote:

Re: [Users] Complete working sample of Mbuni config file

2005-08-23 Thread Paul Bagyenda
at 0x814b148: Paul Bagyenda wrote: Hi,  1.0.0 fixed this problem, upgrade and it should go awayOn Aug 23, 2005, at 02:47, Sengen Prasomsouk wrote: Hi, Thanks for your reply... Would you please explain in details how do I format it as m-send-req? Are you talking about formating

Re: [Users] Debian packages

2005-08-30 Thread Paul Bagyenda
looks fairly benign. I would like to add this to CVS if that's ok with you? On Aug 30, 2005, at 19:02, Loïc Minier wrote: mbuni_1.0.0-1.diff.gz ___ Users mailing list Users@mbuni.org http://mbuni.org/mailman/listinfo/users_mbuni.org

Re: [Users] HTTP/1.0 after MMS notifications (WAP PUSHes)

2005-08-30 Thread Paul Bagyenda
On Aug 30, 2005, at 18:28, Loïc Minier wrote: Hi, When Mbuni sends MMS notifications, the phone connects back to the URL in the notification via its configured MMS WAP Gateway. However, it seems this results in HTTP 1.0 requests to the URL from the WAP GW. Is it possible to

Re: [Users] File Name of MMS Created

2005-09-20 Thread Paul Bagyenda
Short answer is that you can't (easily) do so, because the SMIL is within the (queued) binary message. The file name quoted in the log file is always relative to whatever queue directory the message has been written to (and of course convert each '-' to '/' in the file name). In general

Re: [Users] Compiling CVS

2005-09-21 Thread Paul Bagyenda
apologies. it is added. On Sep 21, 2005, at 19:17, Ian Cass wrote: mmsbox.h seems to be missing. make[2]: Entering directory `/root/mbuni/mbuni/mmsbox' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../mmlib -g -O2 - D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/local/include/kannel -

Re: [Users] Delivery Reports

2005-09-26 Thread Paul Bagyenda
yes On Sep 26, 2005, at 15:01, Ian Cass wrote: Is mBuni supposed to return delivery reports from the handset to the vasp over MM7? -- Ian Cass ___ Users mailing list Users@mbuni.org http://mbuni.org/mailman/listinfo/users_mbuni.org

Re: [Users] message id's don't match

2005-09-27 Thread Paul Bagyenda
A bug most certainly. I'll update CVS shortly with what I think is a fix. Try it and let us know (devel list). Problem was that the queue module was not keeping message ids constant when the message gets moved from one queue to the next. On Sep 27, 2005, at 13:06, Ian Cass wrote: Hi,

Re: [Users] Mbuni: getting MSISDN from Cisco AS5300 access server

2005-09-27 Thread Paul Bagyenda
Alexander, This is very welcome indeed and am sure a lot of people will find it handy. I would suggest the following: This more properly fits within the detokenizer module framework. That is, one needs to add a library that one can call. It's arguments (passed in config file) would

Re: [Users] Mbuni: getting MSISDN from Cisco AS5300 access

2005-09-29 Thread Paul Bagyenda
, 27 Sep 2005 19:33:47 +0300 From: Paul Bagyenda [EMAIL PROTECTED] Subject: Re: [Users] Mbuni: getting MSISDN from Cisco AS5300 access server To: Mbuni MMS Gateway Users List Users@mbuni.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

Re: [Users] Problem with last CVS

2005-10-03 Thread Paul Bagyenda
Nicolas, You didn't forget anything! We've been generally making changes to the CVS. Many changes. Documentation will be updated shortly but you can track some of the changes by looking at the CVS logs. The mbuni group is now called 'mbuni' instead of mmsbox. See the sample config file

Re: [Users] how I can see the content of the MMS?

2005-10-14 Thread Paul Bagyenda
The binary MMS is contained in the file that begins with a 'd'. To see the MIME version, you probably need to write a little program that reads the file then uses the mmlib mms_tomime() function to convert it to mime. The code is there, there is just no tool at the moment to do it for you... P.On

Re: [Users] how I can see the content of the MMS?

2005-10-14 Thread Paul Bagyenda
It is installed in /usr/local/lib when you compile and install.On Oct 14, 2005, at 16:07, Danny Zenzano wrote: where is this library? -Mensaje original-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Paul BagyendaEnviado el: viernes, 14 de octubre de 2005 4:23Para:

Re: RE : [Users] how I can see the content of the MMS?

2005-10-17 Thread Paul Bagyenda
The parameter base64 should be set to 1 if you want the function to base64 encode mime body parts that are binary. This is a good idea if you are going to send the message via email for example.On Oct 17, 2005, at 20:01, Danny Zenzano wrote: hola,   tanks for the answers.     I want to know...If I

Re: RE : [Users] how I can see the content of the MMS?

2005-10-17 Thread Paul Bagyenda
You want to do this:1. octstr_read_file() to read the file into an Octstr *2. Use mms_frombinary(octstr, octstr_imm("[EMAIL PROTECTED]"))3. Then use the mms_tomime functionOr, use the VAS GW features.P.On Oct 17, 2005, at 23:04, Danny Zenzano wrote: thanks you   but, the paremeter "MmsMsg *msg"?

Re: [Users] MM7-EAIF and Nokia Mobile Server Services SDK 1.5

2005-10-20 Thread Paul Bagyenda
EAIF should work, and has been tested against NowMMS at least and found to work fine. The Nokia SDK v1.5 is another mater altogether. I tried once and got a (consistent) "null pointer exception" in the SDK. Error reporting wasn't quite what one would expect, so I gave up...Give it a shot and see! 

Re: [Users] [Fwd: can mbuni send the mms notification successfully to any sms aggregator ?]

2005-11-08 Thread Paul Bagyenda
Also: Be sure you have set the 'concatenation = true' flag of Kannel so it adds concatenation UDH as required... This has been a problem for some people here in the past. On Nov 08, 2005, at 12:42, Ian Cass wrote: [EMAIL PROTECTED] wrote: does any one know if there are any SMS operator

Re: [Users] mmsproxy crashes

2005-11-10 Thread Paul Bagyenda
A gdb or other dump trace would also be nice...ThanksOn Nov 11, 2005, at 00:34, Gelvis Sequera wrote:Can you send your config and log files? Gelvis Sequera Caracas, VenezuelaOn 11/10/05, Michael Iber [EMAIL PROTECTED] wrote: the use case is as follows:1) i send a pdu from server to phone using

Re: [Users] mmsproxy crashes

2005-11-14 Thread Paul Bagyenda
Thanks Michael, there was indeed a subtle bug: If you 'sent' a message (using mmssend) of type retreieve-conf (instead of send-req), fetching it would cause a crash of the proxy. Hopefully now fixed in CVS. P. On Nov 10, 2005, at 23:11, Michael Iber wrote: the use case is as follows: 1)

Re: [Users] Mbuni forwarding MMS advice and help needed _o

2005-11-25 Thread Paul Bagyenda
Hi Jerry, The short answer is that Mbuni should be able to do this for you. Does the operator support MM7/SOAP or EAIF? You will need to know this. You will then need to run Mbuni as a MMS Gateway, which talks to an MMC, receives MMS and passes it on to your PHP files. For this though

Re: [Users] Mbuni vs. http://www.nowmms.com/

2005-11-27 Thread Paul Bagyenda
To clarify the situation: Mbuni is a fully IP application. It does not talk to  GPRS modems at all, although of course once you have established a TCP/IP connection via the GPRS modem, there is no reason why Mbuni should not speak to the MMSC on the other side via that connection.  On Nov 28,

Re: [Users] Fairly simple question

2005-12-07 Thread Paul Bagyenda
It does. If you run Mbuni (CVS) in Gateway mode, it will receive the MMS, parse it, break it up, pass to your application (via HTTP or other means) whatever part(s) you want. Starting point: documentation in CVS... P. On Dec 07, 2005, at 19:10, Tom Burton wrote: J, This was something I

Re: [Users] Mal-formed address problem

2005-12-30 Thread Paul Bagyenda
It appears the MMS message you are sending contains improperly formatted addresses within it.  But the failure to send the notification... that would be caused by a failure to talk to kannel most likely.On Dec 29, 2005, at 12:54, Teo wrote: Hi at all! When I try to send MMS via Mbuni by the

Re: [Users] Re: Kannel gwlib is required

2005-12-30 Thread Paul Bagyenda
Send log again. The *real* error is best diagnosed from config.log...On Dec 30, 2005, at 17:18, Real World wrote:hi to solve this problem , i installed redhat linux 9 in a separate machine and compile kannel and mbuni . but i'm still in the same error. unpack kannel in usr/local/kannel,

Re: [Users] CancelReq operation (and getting deeper into mbuni)

2006-02-16 Thread Paul Bagyenda
If it fails to find the message, it returns a 2005 error code as per spec, which (last time I looked anyway) means "no message"On getting involved, If you want to get really into it, might be best to start with the core elements: message coding/decoding, queue management, etc., then move on to the

[Users] Mbuni 1.1.0 release

2006-03-09 Thread Paul Bagyenda
Please find a new release of Mbuni v1.1.0 at http://www.mbuni.org/  Compared to v1.1.0, the most important addition is the VAS GW functionality. Please see the documentation for details. There have also been bug fixes of course since v1.0.0, hence an upgrade is advisable.It is envisaged/hoped that

Re: [Users] Can't send MMS to Nokia MMSC

2006-03-23 Thread Paul Bagyenda
was placed in the subject.Maybe this is a problem on the MMSC side now. I’ll have to check. Thanks,  Davor Spasoski -Original Message- From: Paul Bagyenda [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 23, 2006 5:27 AM To: Mbuni MMS Gateway Users List Subject: Re: [Users] Can't send MMS

Re: [Users] A few questions about the mmsbox (vasgw)

2006-04-17 Thread Paul Bagyenda
Spasoski  -Original Message- From: Paul Bagyenda [mailto:[EMAIL PROTECTED]] Sent: Monday, April 17, 2006 8:32 AM To: Mbuni MMS Gateway Users List Subject: Re: [Users] A few questions about the mmsbox (vasgw) Davor,    On the 15 minutes issue, this is the default queue run interval if you do

Re: [Users] Nokia 9300 issues

2006-05-05 Thread Paul Bagyenda
Hi, If I understand correctly, the phone can send the message fine but cannot retrieve a message. The most like cause is a bad URL. Can you send me (privately if you prefer it) the logs (including Kannel logs) so I can see what's going on? On May 04, 2006, at 20:26, Deon van der Merwe

Re: [Users] mbuni as vasgw

2006-05-05 Thread Paul Bagyenda
Are you sure you did not switch Kannel versions to an unpatched one?? Mine compiles fine On May 05, 2006, at 13:02, Davor Spasoski wrote: Paul, Thanks for the latest changes. I tried compiling and run into the following problem: mms_mm7soap.c:626: undefined reference to 

Re: [Users] mms-to-local-copy-handler not working?

2006-05-15 Thread Paul Bagyenda
You're right! CVS updated. Mea Culpa. P. On May 14, 2006, at 17:28, Deon van der Merwe wrote: Hi, I have a VASP configured to also receive a copy of all the MMS's delivered to mobiles. But this is not working. From the code it looks like this is only done if the recipient is a IP

Re: [Users] x-wap-profile missing/required

2006-05-15 Thread Paul Bagyenda
Yes there is a way and in fact it is in there IMO, however obviously along the way a bug crept in. If the wap-profile URL is missing, Mbuni uses the HTTP Accept headers to try and find a reasonable compromise. I will do a fix and update. P. On May 15, 2006, at 19:34, Deon van der Merwe

Re: [Users] x-wap-profile missing/required

2006-05-15 Thread Paul Bagyenda
fixed hopefully in CVS. Please let me know. On May 15, 2006, at 19:34, Deon van der Merwe wrote: Hi, We are tracing a problem with a Motorola V3i submitting a message to mbuni. Thing is that the phone does not include the x-wap-profile HTTP header. So: the phone must be broken!!! Reading

Re: [Users] Better documentation with examples requ.

2006-05-15 Thread Paul Bagyenda
It is a point well-taken, however... there are always competing demands on those of us the lead developers. As such, we can't do a great job at everything. Only natural. If you want to take a stab at improving the documentation, your efforts would be most welcome, and I would be glad to

Re: [Users] Better documentation with examples requ.

2006-05-15 Thread Paul Bagyenda
on the basics, I will try out stuff. Once I feel I have some expertise, I shall write a good documentation. If someone wants, they can improve it further and put it up along with the existing docs. Thanks and waiting :)KMOn 5/15/06, Paul Bagyenda [EMAIL PROTECTED] wrote: It is a point well-taken, however

Re: [Users] mbuni.conf + fake mms ? MMS file

2006-05-16 Thread Paul Bagyenda
Actually if you are using Mbuni as you say, then you need not even worry about processing the MM7 requests yourself as Mbuni will handle that for you and, like Kannel hand you the parts of the message you are interested in, via HTTP. More on that here http://mbuni.org/

Re: [Users] Sending MMS to MMSC, forwarding it to VASP, and saving the MMS

2006-05-29 Thread Paul Bagyenda
ot;. I think I'm doing something wrong with http-post-parameters. Please advise. GratefulKMP.S. I sent you two (Paul) JPEG files (showing Mbuni architecture) based on my understanding. Could you please validate those.On 5/17/06, Paul Bagyenda [EMAIL PROTECTED] wrote: Ok I may not be able to offer a

Re: [Users] samsung d800 problems

2006-05-29 Thread Paul Bagyenda
Thanks to Deon for a contribution to the list of working phones. Hopefully latest CVS can resolve the issue with d800. On May 29, 2006, at 10:19, Deon van der Merwe wrote: Hi Paul, At 08:31 AM 5/29/2006, Paul Bagyenda wrote: Hi Deon, I suspect this phone's software is reading the specs

Re: [Users] message expiry confusion

2006-05-29 Thread Paul Bagyenda
It does actually expire after the 3 attempts. Perhaps its shouldn't and only wait for message expiry (but stop sending notifications)? On May 25, 2006, at 20:43, Deon van der Merwe wrote: Hi, I am a little confused about the way in which the message expiry works: - default expiry set to

Re: [Users] Empty MMSC password using EAIF

2006-05-31 Thread Paul Bagyenda
hi, From the log, the problem appears to be different. You are trying to send a message out to the Nokia MMSC, and it responds with a 400 error, with a message validation error. I'd suggest you switch to CVS and see if this problem (as for Davor) goes away. On May 31, 2006, at 05:57,

Re: [Users] PHP $_FILES not workibng. $_POST works

2006-05-31 Thread Paul Bagyenda
Hi, your PHP looks wrong. You are looking for 'userfile' in _POST instead of in _FILES (where it certainly will not be since it is a 'file upload'). Using the PHP sample script I sent I was able to see the upload just fine in _FILES. First simplify your PHP, see that you can see something in the

Re: [Users] HTTP POST by VAS

2006-06-01 Thread Paul Bagyenda
comments belowOn Jun 01, 2006, at 10:51, kartikay malhotra wrote:Hi ! http-post-parameters = fx=trueimages[]=%itext[]=%t1. I gather fx is merely a variable, which could be used to test some condition, right? 2 .Well Paul, in my case $_FILES is empty. I'm positive about that. I've tried

Re: [Users] Size of received file not consistent with what is sent.

2006-06-01 Thread Paul Bagyenda
Please send the two files: The one you send and the one you receive. I suspect there is a small problem with the multipart/form-data encoding.P.On Jun 02, 2006, at 08:22, kartikay malhotra wrote:Hi Paul and Everyone,Thanks a million Paul. The code works fine. The problem however, was not with

Re: [Users] no logs on VASP end

2006-06-03 Thread Paul Bagyenda
Hi,Please clarify your rquestion. Are you saying mmsbox does not log this information? It does seem to do so.On Jun 03, 2006, at 08:10, Antonio Bassinger wrote:hiaccess.log has sender, receiver addresses, date and time! but it is created at mmsc, not at VASP :( i require sender, receiver address,

Re: [Users] port 1981 and 10001

2006-06-06 Thread Paul Bagyenda
On Jun 06, 2006, at 15:38, jammers yann wrote: please xcuz me when i send a request throught http://localhost:1981/sendmms?uername=didipassword=didifrom=100/ TYPE=PLMNto=142/TYPE=PLMNtext=hello world and when i send http://localhost:1981 what's the difference the first it's vor

Re: [Users] send mms via sms port 1981

2006-06-07 Thread Paul Bagyenda
The send mms port doesn't understand standard form encoding. It expects the entire body to be a MMS message (or text, or some other content type), and the from, to, etc to be passed as URL GET parameters. So, you'd need to use a scripting language like Perl/ Python to get this behaviour.

Re: [Users] POST Request to sendMMS port

2006-06-07 Thread Paul Bagyenda
: MMSBox: SendMMS, Authentication failed, username=(null), password=(null)! Someone already used, with POST request? Could send me a example? []s Allison Almeida. 2006/6/6, Paul Bagyenda [EMAIL PROTECTED]: Are you setting the username/password? Please send through some logs.On Jun 06, 2006, at 03:0

Re: [Users] Send smil via GET and receive dlr's

2006-06-08 Thread Paul Bagyenda
You are sending the SMIL URL? Hmm, will not do the trick. Send the SMIL verbatim. I realise this interface needs some sprucing up. I'm doing some thinking...On Jun 08, 2006, at 03:56, Allison Almeida wrote:Hi. I trying to send a file .smil via GET, but receive the error below: 2006-06-07

Re: [Users] POST Request to sendMMS port

2006-06-08 Thread Paul Bagyenda
Thanks for the update! dlr-url can be sent as part of GET request. Does not work?On Jun 07, 2006, at 21:03, Allison Almeida wrote:Thanks Paul. Now its working. Next phase...dlr-urlhehehe. Thanks again. []s Allison Almeida. 2006/6/7, Paul Bagyenda [EMAIL PROTECTED]: hi, Mbuni doesn't

Re: [Users] suitable hardware

2006-06-12 Thread Paul Bagyenda
Any Linux machine will do. Actual specs depend on your setup, expected usage and so on and so forth. In short, you must first look at the setup you want to create... On Jun 09, 2006, at 10:11, [EMAIL PROTECTED] wrote: hi, i'm new of the list and i would know if there's a list of suitable

Re: [Users] HTTP returned status = 599

2006-06-12 Thread Paul Bagyenda
A 5xx HTTP status has to do with a server error (internal). Are you using CVS? If so, you need to speak to your MMSC provider to find out what you are doing wrong...On Jun 05, 2006, at 23:20, Allison Almeida wrote:Hi all. Someone could help me whith this return  from nokia mmsc when i try to

Re: [Users] Block worm

2006-07-03 Thread Paul Bagyenda
Deon, This is the first time I am seeing this, but it was bound to become an issue! Best place in my view is mmsc/mmsglobalsender:sendMsg(), just after the queue data is loaded. Some code added here would examine the message and optionally throw it away. Perhaps? P. On Jul 03, 2006,

Re: [Users] mms-service

2006-07-09 Thread Paul Bagyenda
One word: PHP. You want to look at $_FILES[mms_files] not $_POST[...]  This is because Mbuni VAS GW sends the data to your PHP script using  multipart/form-data encoding. Why? Because it needs to send your script not just the message elements but their content types as well. So for instance if the

Re: [Users] MMS composed using MMSCOMP utility (NowSMS) not being uploaded to server

2006-07-14 Thread Paul Bagyenda
Hi Ankit, Could you simplify the setup description a little. In short, lets narrow down the issue.- The message is received and queued fine by Mbuni MMSC, right?- Does the MMSC then hand over the mmsbox (Mbuni VASP)? Perhaps a look at your confs would be nice too.P.On Jul 14, 2006, at 13:01, Ankit

Re: [Users] MMS composed using MMSCOMP utility (NowSMS) not being uploaded to server

2006-07-17 Thread Paul Bagyenda
true" in the conf file. Sending all logs for your kind perusal. ThanksAnkitOn 7/17/06, Paul Bagyenda [EMAIL PROTECTED] wrote: On Jul 14, 2006, at 17:04, Ankit Jalota wrote:Hi Paul,:) Lets narrow it down: MMSC is working fine. It forwards the message to VASP. VASP is not  communicating with the HTTP

Re: [Users] Send push messages via PPG

2006-07-22 Thread Paul Bagyenda
Hi, At the moment, no. I had avoided it in order to simplify things on the Mbuni side. Why would you want this? Perhaps that would helps guide our thoughts on a possible change.On Jul 21, 2006, at 23:03, Machado, Rodny wrote: Hi all, Is it possible for mbuni to send notification messages using a

Re: [Users] Error HTTP/1.1 400 Missing Header: X-NOKIA-MMSC-Message-Id

2006-08-07 Thread Paul Bagyenda
Hi, Which version of Mbuni are you using? I assume you are using the Mbuni VAS GW to send to a Nokia MMSC? On Aug 04, 2006, at 20:50, Allison Almeida wrote: Hi All. When i send a MMS to Nokia SMSC, a receive error HTTP/1.1 400 Missing Header: X-NOKIA-MMSC-Message-Id . Someone

[Users] Mail server was down, now up

2006-08-07 Thread Paul Bagyenda
Hi all, The mbuni mail server has been down for a bit as some of you had pointed out. Global warming. It's now back up. Thanks. Paul. ___ Users mailing list Users@mbuni.org http://mbuni.org/mailman/listinfo/users_mbuni.org

Re: [Users] Downloads for Version 1.1.0-1 unavailable...

2006-08-07 Thread Paul Bagyenda
we seem to have 'lost' them along the way. They will be back shortly. On Aug 07, 2006, at 15:24, Stefan König wrote: Hello, I just noticed, that the downloads for the current stable version are not existing on your download server anymore. This is since you maintened the server last week.

Re: [Users] VAS ID and VASP ID

2006-08-08 Thread Paul Bagyenda
] [mailto:[EMAIL PROTECTED]] On Behalf Of Paul Bagyenda Sent: Tuesday, August 08, 2006 8:07 AM To: Mbuni MMS Gateway Users List Subject: Re: [Users] VAS ID and VASP ID  On the sendmms port, there is a vasid CGI parameter that you can pass, that is  then sent on to the MMSC as the corresponding vas id

Re: [Users] Unable to fully fetch MMS - aborted?

2006-08-11 Thread Paul Bagyenda
Try this: in your kannel.conf, sendsms-user group, add: concatenation = true max-messages = 10 It would seem that the MMS notification is too large for one SMS, causing Kannel to split it badly... On Aug 11, 2006, at 08:23, Anton wrote: Hello! Trying to make MBUNI working I've stuck

Re: [Users] send mms via mbuni mmsc

2006-08-14 Thread Paul Bagyenda
mmssendOn Aug 13, 2006, at 13:26, Kane Wilson wrote:Hi , According to mbuni user guide , i got configured mmsc of mbuni and smsc of kannel. Actually i started the services of kannel , beaerbox + smsbox.  I didn't see any errors , it was success . successfully started. Then after i started

Re: [Users] Unable to fully fetch MMS - aborted?

2006-08-14 Thread Paul Bagyenda
not found Any ideas? Regards, Anton. On 11 August 2006 15:24, Paul Bagyenda wrote: Try this: in your kannel.conf, sendsms-user group, add: concatenation = true max-messages = 10 It would seem that the MMS notification is too large for one SMS, causing Kannel to split it badly

Re: [Users] Synchronous or Asynchronous - ????

2006-08-14 Thread Paul Bagyenda
. Your reply means that actually mbuni runs only in synchronous mode on EAIF/VAS-GW ? Could put this feature in yours todo list ? Thanks in advance. Allison Almeida. 2006/8/14, Paul Bagyenda [EMAIL PROTECTED]: I am assuming you are talking about VAS GW, talking to a EAIF MMSC?At the moment you can't

Re: [Users] mms sending fails

2006-08-15 Thread Paul Bagyenda
This error occurs because the message routing rules are not setup correctly. By default Mbuni determines how to route a message using number prefixes (local-prefixes and for each mms accepted-prefixes). It would seem these are not setup correctly.On Aug 14, 2006, at 16:32, Kane Wilson wrote:Hi ,

Re: [Users] mmsproxy PANIC error and shutdown

2006-08-15 Thread Paul Bagyenda
Danny,What version are you running?On Aug 16, 2006, at 01:14, Danny Zenzano wrote:hellocould you help me?…..I obtain this error, and mmsproxy shutdown:2006-08-15 18:37:02 [6134] [30] DEBUG:    data: 2e 39 32 34 40 64 34 31 64 38 [EMAIL PROTECTED]2006-08-15 18:37:02 [6134] [30]

Re: [Users] mmsproxy PANIC error and shutdown

2006-08-16 Thread Paul Bagyenda
version. Could you help me with my problem? De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] En nombre de Paul Bagyenda Enviado el: Miércoles, 16 de Agosto de 2006 01:06 a.m. Para: Mbuni MMS Gateway Users List Asunto: Re: [Users] mmsproxy PANIC error and shutdown  Danny, What version are you running

Re: [Users] Mbuni CVS compliation ERROR

2006-08-23 Thread Paul Bagyenda
/TYPE=PLMN   Although  MMS is being received but the delivery report from MMSC is that "Message rejected"   Thanks in advance.  On 8/10/06, Paul Bagyenda [EMAIL PROTECTED] wrote: Hi,    It is difficult to give a definitive list, but in this case, the error being returned is actually an

Re: [Users] problem with my mms sender web application

2006-08-23 Thread Paul Bagyenda
hi, When things fail, there is a log... Please send it so that we can help you. what is included below shows no error reports.On Aug 23, 2006, at 15:35, test test wrote:hello everybody, some body can help me?  I have a WEB program that sends MMS messages to the MM7 interface with eaif , but the 

Re: [Users] Documentaion from development perspective

2006-08-24 Thread Paul Bagyenda
if the recipient is an IP address such as 192.168.1.10/TYPE=IPV4 -- a valid recipient address) Probably you would have answered these kinds of queries earlier, I would be happy to go through the links if you could direct me there. Cheers, Radhesh (Radhu)    On 8/23/06, Paul Bagyenda

Re: [Users] Send MMS only with GSM module

2006-08-31 Thread Paul Bagyenda
At the moment, Mbuni does not do what you want to do. But, plans are underway to get that working (chief show-stopper: handling concatenating messages inside kannel. Something I intend to work on shortly). On Aug 31, 2006, at 09:29, Dirk van Deventer wrote: Hi Deon Hi Dirk, On

Re: [Users] the mms-to-local-copy-handler parameter does not work

2006-09-01 Thread Paul Bagyenda
uegroup = mmsproxyname = "A test mms proxy"host = localhost#allowed-prefix = ""#denied-prefix = "037"but why i receive the MMS mesage in my aplication but without or with rong from,Subject, to,..., information. And without content. please helpme     2006/8/30, Paul B

Re: [Users] MMSC message-id

2006-09-01 Thread Paul Bagyenda
Hi Pedro, It depends on whether the MMSC is also including the message ID in the message body proper, which I doubt. In the CVS version you have, Mbuni inserts its own message id. This is not ideal. I have therefore updated CVS so it respects the message ID reported by the mmsc, and

Re: [Users] MMSC message-id

2006-09-01 Thread Paul Bagyenda
yes. On Sep 01, 2006, at 17:45, Pedro Miguel Duque wrote: Ok Paul, This means that if I get the lastest version from CVS, I can trust the Message-ID? Best regards, PMD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Bagyenda Sent

Re: [Users] the mms-to-local-copy-handler parameter does not work

2006-09-02 Thread Paul Bagyenda
doesnt have parts. -i remark whit red color the cellular mms and the vasp mensage.   2006/9/1, Paul Bagyenda [EMAIL PROTECTED]: Hi,    Please send through a log as well, showing a message being received and (not) being routed to the VASP.   ThanksOn Aug 31, 2006, at 17:47, test test wrote

Re: [Users] problem with my mms sender web application

2006-09-02 Thread Paul Bagyenda
but the message isnot delivered. 2006/8/23, Paul Bagyenda [EMAIL PROTECTED]: hi,    When things fail, there is a log... Please send it so that we can help you. what is included below shows no error reports.On Aug 23, 2006, at 15:35, test test wrote:hello everybody, some body can help me?  I have

Re: [Users] the mms-to-local-copy-handler parameter does not work

2006-09-04 Thread Paul Bagyenda
he OMA MMS Architecture document (from http://www.openmobilealliance.org/release_program/mms_v12.html) and take some time to read it.Paul.What you suggest to send the MMS content to the VASP?       2006/9/2, Paul Bagyenda [EMAIL PROTECTED]: Hi,    Looking at your log, the problem you have is

Re: [Users] mms receiving problem

2006-09-13 Thread Paul Bagyenda
Hi Nadav, What you are quoting is the traffic for the notifications. Assuming both notifications are indeed getting to the phone (verify that you have concatenation=true for your send-sms group in kannel), you should see in the mbuni log the phone trying to fetch the message. This would seem not

Re: [Users] nokia 6230i

2006-09-18 Thread Paul Bagyenda
Can you post the full sms as sent by mbuni. also ensure that in kannel you have concatenate=true set for the sendsms-user group.On Sep 18, 2006, at 12:57, Nadav Fried wrote: We compared the message sent to kannel by Mbuni with another mmsc server (NowSMS) that successfully sends messages to

Re: [Users] nokia 6230i

2006-09-18 Thread Paul Bagyenda
%402%2Fwx21%00to=%2Bphone numberudh=%06%05%04%0B%84%23%F0 HTTP/1.1Host: localhost:13013Connection: closeUser-Agent: Mbuni/1.1.0 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Paul Bagyenda Sent: Monday, September 18, 2006 11:18 AM To: Mbuni MMS Gateway Users List Subject: Re

Re: [Users] nokia 6230i

2006-09-19 Thread Paul Bagyenda
e starting with %02%06%03%BE)Only when applying those 3 changes to the url, the message is received (it must be all of them).   Thanks,Nadav From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Paul Bagyenda Sent: Monday, September 18, 2006 2:27 PM To: Mbuni MMS Gateway Users List S

  1   2   3   >