[Users] MM1 - detecting message send failure

2010-07-20 Thread Piotr Isajew
Hello. I'm using current mbuni from CVS to send MMS messages through GPRS modem. Messages are submitted with something like: curl -s --data username=xpassword=yto=some_msisdnfrom=my_msisdnsubject=Testdlr-url=my_urlrr-url=my_urlmmsc=play20 --data_url-encode s...@smilfile That works pretty well

Re: [Users] Mbuni try to send POST MMS before GPRS connection is established

2010-08-03 Thread Piotr Isajew
You could also do this with proper if-up script. Mbuni tries to connect to MMS proxy when it sees pppd pid file. On other hand pid file is created _before_ interface IP and routing is set up. I solved this by symlinking ppp pid to some path in if-up after everything is set-up and making mbuni to

Re: [Users] Mbuni try to send POST MMS before GPRS connection is established

2010-08-03 Thread Piotr Isajew
pppd call gprs that lead to this behavior ? depends on your options. To be more specific using 'nodetach' option of pppd works better for me. BR, Emmanuel 2010/8/3 Piotr Isajew p...@ex.com.pl You could also do this with proper if-up script. Mbuni tries to connect to MMS proxy when

Re: [Users] Mbuni try to send POST MMS before GPRS connection is established

2010-08-03 Thread Piotr Isajew
Mbuni uses curl to connect() to proxy. This is issued just after start-gprs pid is returned so on normal system it uses default route, which is not good because of firewalling and most ops using private addresses for mmsc's. From what I saw (maybe someone will correct me here) mmsbox-mm1 does not

Re: [Users] Mbuni try to send POST MMS before GPRS connection is established

2010-08-03 Thread Piotr Isajew
://mms.x.xx/mmsc;proxy=192.168.39.201;msisdn=100; mmsc-library = /usr/local/lib/libmmsbox_mm1. 2010/8/4 Piotr Isajew p...@ex.com.pl On Wed, Aug 04, 2010 at 04:01:22AM +0200, Emmanuel CHANSON wrote: Is it possible to get an example of the if-up/down script that deal with ppp0.pid

Re: [Users] Mbuni try to send POST MMS before GPRS connection is established

2010-08-04 Thread Piotr Isajew
Hi. From what I see you miss the following options to pppd (unless they are present in config file): nodefaultroute nodetach nodetach is important here since it stops grps-on process from quitting (pppd daemonizes) before it has a chance to set-up the connection. Other way would be to provide a

Re: [Users] Mbuni try to send POST MMS before GPRS connection is established

2010-08-04 Thread Piotr Isajew
-threads set to 5 but Mbuni connect and disconnect for each MMS If this is normal behavior of Mbuni, need to check for a patch or a script that handle pppd Emmanuel 2010/8/5 Piotr Isajew p...@ex.com.pl On Thu, Aug 05, 2010 at 04:59:59AM +0200, Emmanuel CHANSON wrote: I forgot to add

Re: [Users] Mbuni compilation failed on linux x86_64

2010-08-06 Thread Piotr Isajew
do you recompile mbuni with '-fPIC' too? On Fri, Aug 06, 2010 at 07:24:56AM +0200, Emmanuel CHANSON wrote: When compiling kannel using : ./configure --with-mysql --with-cflags=-fPIC And then mbuni I got the same errors: */usr/bin/ld: /usr/lib64/kannel/libgwlib.a(gwmem-native.o):

Re: [Users] Mbuni compilation failed on linux x86_64

2010-08-06 Thread Piotr Isajew
tried using: For Kannel: # ./configure --with-mysql --with-cflags=-fPIC ... # make rpm For Mbuni # ./configure --with-kannel-dir=/root/rpmbuild/BUILD/kannel-svn/ --with-cflags=-fPIC # make but same error BR, Emmanuel 2010/8/6 Piotr Isajew p...@ex.com.pl do you recompile

Re: [Users] Mbuni compilation failed on linux x86_64

2010-08-06 Thread Piotr Isajew
/mbuni/extras » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /opt/mediaserver/softs/mbuni/mbuni » make: *** [all] Erreur 2 # Strange Emmanuel 2010/8/6 Piotr Isajew p...@ex.com.pl mailto:p...@ex.com.pl I know I have had this problem on x86_64, I'm

Re: [Users] Mbuni MM1 behavior regarding ppp connection and MMS stored in queue

2010-08-09 Thread Piotr Isajew
On Mon, Aug 09, 2010 at 06:52:01PM +1100, Emmanuel CHANSON wrote: I already reported this behavior but I think it is better to open a new thread for this. I notice that in my config, Mbuni connect and disconnect from ppp GPRS connection for each MMS stored in queue. Is it a normal behavior

[Users] Re: MM1 Modems

2010-09-08 Thread Piotr Isajew
Option iCON 031: works pgpBMYGLhaFDD.pgp Description: PGP signature ___ Users mailing list Users@mbuni.org http://lists.mbuni.org/mailman/listinfo/users

Re: [Users] Mbuni mm1 problem

2010-09-10 Thread Piotr Isajew
Just guessing, but from response dump in logs you sent it looks like MMSC gateway (or something you communicate to) is unable to parse your submit request. If I were you I would check if I connect to correct (MMS) APN, and if both mmsc-url and proxy settings are OK. On Fri, Sep 10, 2010 at

Re: [Users] Re : Mbuni mm1 problem

2010-09-10 Thread Piotr Isajew
Hi, I don't think I could add anything more than I wrote previously. Response you get from server mbuni tries to talk to gives error 400 ('Bad Request! Check spelling of requested URL'). I had similar problem when I used wrong URL (mmsc-url setting). It could happen if you use proxy where you

Re: [Users] MM1 modems

2010-10-25 Thread Piotr Isajew
Option Icon 505: outgoing traffic is fine, incoming: not tested yet On Wed, Sep 01, 2010 at 07:28:04AM +0300, Paul Bagyenda wrote: I am compiling a list of modems that have been successfully used with the Mbuni MM1 mmsbox plugin (i.e. works fully for message exchange). Kindly let me know,

Re: [Users] utf-8 subject in outgoing messages

2010-11-25 Thread Piotr Isajew
On Thu, Nov 25, 2010 at 11:19:32AM +0100, Piotr Isajew wrote: 0x16 0xea: looks like encoding indication for me, doesn't match utf-8 above, I'm not sure, why 0xEA is an indication of UTF-8 charset (i'm not sure why it differs from the value I quoted before) and 0x16 is a number

Re: [Users] Most suitable GSM/GPRS/3G modem

2010-12-12 Thread Piotr Isajew
http://www.mail-archive.com/search?l=users%40mbuni.orgq=%22MM1+modems%22 On Sat, Dec 11, 2010 at 08:53:34PM -0800, luke devon wrote: Hi I would like to check with you , what would be most suitable GSM/GPRS/3G modem that we can use with MBUNI VAS Gateway? Since I do not have access to

Re: [Users] Huawei config

2011-04-15 Thread Piotr Isajew
looks like one of mm1 threads not being started... That would rather be due to some of ports being blocked by some other app than because of modem-specific problem. Check your MM1 config for port conflicts. Regards, Piotr On Fri, Apr 15, 2011 at 03:39:26PM +0200, Stanisław Czech wrote:

Re: [Users] Huawei config

2011-04-15 Thread Piotr Isajew
As for mmsc settings, here are mine: custom-settings = smsc-on=lynx -dump 'http://localhost:13000/start-smsc?password=barsmsc=modemsmsc';smsc-off=lynx -dump 'http://localhost:13000/stop-smsc?password=barsmsc=modemsmsc';gprs-on=/usr/local/mbuni/sbin/start-mms-gprs;gprs-pid=cat

Re: [Users] Huawei config

2011-04-18 Thread Piotr Isajew
On 2011-04-18, at 09:32, Stanisław Czech wrote: I have no problems sending and recieving sms, and sending MMS but i can't recieve any MMS. Does anyone have some clues where there can be a problem? smsbox see's nothing when I send mms from a mobile to the mbuni's modem. In kannel.conf I

Re: [Users] Huawei config

2011-04-18 Thread Piotr Isajew
On 2011-04-18, at 10:20, Stanisław Czech wrote: First thing to do is to make kannel to see an incoming mms notification (wap-push) and dispatch it via the proper service to mbuni. If you don't see ANY incoming message in kannel, that could mean one of two: - something is broken in the

Re: [Users] Huawei config

2011-04-18 Thread Piotr Isajew
Maybe there is some secret knowledge needed for making Huawei modem work with this. I don't know :-( On 2011-04-18, at 11:20, Stanisław Czech wrote: It seems Huawei is incapable of recieving MMS. Is there a way to check it to be sure? I found on other forums:

Re: [Users] Huawei config

2011-04-18 Thread Piotr Isajew
On 2011-04-18, at 11:55, Paul Bagyenda wrote: I don't think there is a secret. Receipt of the notification is *purely* via SMS. Which means that Mbuni hasn't even kicked in yet. Basically MMS reception at the network works like this: The operator MMSC checks (HLR, whatever) if receiving

Re: [Users] Huawei config

2011-04-18 Thread Piotr Isajew
I can only say, that it (505) works for me, but I'm using it on different network, so if it's an operator related issue, it may happen you will have the same problem with Option. P. On 2011-04-18, at 12:11, Stanisław Czech wrote: Nevertheless could someone confirm that Option Icon modems

[Users] Comverse MMSC SMIL problem

2011-12-19 Thread Piotr Isajew
Hi, About a month ago I started to have problems with one of operators when sending via MM1 interface... They accept m-send-reqs and properly respond with m-send-confs. The problem is that when message contains SMIL it isn't delivered to the destination address. If I send plain text, or image

Re: [Users] when i run MMSBOX command it say unable to find Mbuni.conf

2011-12-22 Thread Piotr Isajew
On Thu, Dec 22, 2011 at 08:18:18AM +0300, abdirezak musse yusuf wrote: [root@localhost mbuni-1.5.0]# mmsbox2011-11-13 04:22:51 [15691] [0] INFO: Debug_lvl = -1, log_file = none, log_lvl = 02011-11-13 04:22:51 [15691] [0] ERROR: fopen failed: couldn't open `mbuni.conf'2011-11-13 04:22:51

Re: [Users] Comverse MMSC SMIL problem

2011-12-24 Thread Piotr Isajew
On Sat, Dec 24, 2011 at 08:57:49AM +0300, abdirezak musse yusuf wrote: please send to me too. sent pgp6xMLLRteWc.pgp Description: PGP signature ___ Users mailing list Users@mbuni.org http://lists.mbuni.org/mailman/listinfo/users