[Devel] Mbuni CVS & Kannel CVS

2006-04-13 Thread Vincent CHAVANIS
Hi there, I'm pretty new subscriber to this ML, and i would like to know if mbuni CVS is "compatible" with kannel CVS sources tree. Someone can confirm me this ? (list_item_destructor_t function does no longer exist in kannel for example) regards Vincent -- Telemaque - NICE - (FR) Service Tech

[Devel] [PATCH] Fixes Compiler warnings on 64bits systems

2006-04-19 Thread Vincent CHAVANIS
Hi, same as kannel, it fixes compiler warnings on 64bits system (refs: Message-ID: <[EMAIL PROTECTED]> on kannel devel ML) mms_mmbox.c: In function 'mms_mmbox_search': mms_mmbox.c:658: warning: cast from pointer to integer of different size mms_mmbox.c: In function 'mms_mmbox_count': mms_mmbox.c:

Re: [Devel] [Users] CVS updated to use Kannel 1.4.1

2006-10-13 Thread Vincent CHAVANIS
good news !!! But seems to have some incompatibilities with X86_64 gcc -shared .libs/mms_billing_shell.o -L/usr/lib64/mysql -L/usr/lib64 -L/usr/local/lib/kannel -lgw -lrt -lresolv -lxml2 -L/usr/lib64/openssl/lib -lmysqlclient_r -lz -lcrypt -lnsl -lm -lssl -lcrypto -lwap -lgwlib -lpthread

Re: [Devel] [Users] CVS updated to use Kannel 1.4.1

2006-10-13 Thread Vincent CHAVANIS
In that way, Kannel should be compiled with -fPIC which is not the case by default. I've just recompiled kannel CVS tree, and recompiled mbuni sucessfully. kannel : ./configure --with-cflags='-fPIC' should work. Vincent. - Original Message - From: "Vince

Re: [Devel] [PATCH] MMS/SIP-patch for mbuni

2006-10-30 Thread Vincent CHAVANIS
Is the patch can be posted on the Mailing list ? Thanks. Vincent - Original Message - From: "Paul Bagyenda" <[EMAIL PROTECTED]> To: "Mbuni MMS Gateway Developers" Sent: Monday, October 30, 2006 3:16 PM Subject: Re: [Devel] [PATCH] MMS/SIP-patch for mbuni >I for one would love to look

[Devel] MM7 version 5.5.0-extended

2006-12-15 Thread Vincent CHAVANIS
Dear, Actually mbuni works on MM7 version 5.3.0 Is there any plans to make mbuni working with MM7 version 5.5.0-extended ? Vincent. ___ Devel mailing list Devel@mbuni.org http://lists.mbuni.org/mailman/listinfo/devel

Re: [Devel] MM4 MMSC interworking

2007-01-27 Thread Vincent CHAVANIS
you can try this hack and give me your feedback : diff -rau /mbuni-cvs/mmlib/mms_msg.c /mbuni/mmlib/mms_msg.c --- /mbuni-cvs/mmlib/mms_msg.c 2006-11-25 12:53:40.0 +0100 +++ /mbuni/mmlib/mms_msg.c 2007-01-22 16:17:50.0 +0100 @@ -1361,7 +1361,8 @@ m->msgId = http_header_v

Re: [Devel] MM4 MMSC interworking

2007-01-28 Thread Vincent CHAVANIS
(char *)mms_message_type_to_cstr(MMS_MSGTYPE_SEND_REQ)); m->message_type = MMS_MSGTYPE_SEND_REQ; Vincent - Original Message - From: "Vincent CHAVANIS" <[EMAIL PROTECTED]> To: "Deon van der Merwe" <[EMAIL PROTECT

[Devel] [PATCH] Delivery report from a different MMSC

2007-03-13 Thread Vincent CHAVANIS
Hi, This patch fix the problem when a Delivery report comes on a MMSC which is not similar to the MMSC from the MT is issued. I don't know why mmcid is used on the filename (maybe for easy debuging) - Notice : This patch means a Compatibility breaker. diff -rbau /mbuni-cvs/mmsbox/dlr.c /mbuni

[Devel] [PATCH] MM7_SOAP_COMMAND_REJECTED error 3005

2007-03-13 Thread Vincent CHAVANIS
Hi all, Thi patch fixes the command rejected 3005 from the MMSC A rejected command should not be requeued to be send later. Vincent. diff -rbau /mbuni-cvs/mmlib/mms_mm7soap.h /mbuni/mmlib/mms_mm7soap.h --- /mbuni-cvs/mmlib/mms_mm7soap.h 2006-11-28 13:00:20.0 +0100 +++ /mbuni/mmli

Re: [Devel] Re: [PATCH] MM7_SOAP_COMMAND_REJECTED error 3005

2007-03-21 Thread Vincent CHAVANIS
ubject: [Devel] Re: [PATCH] MM7_SOAP_COMMAND_REJECTED error 3005 Hi Vincent, Please clarify this patch: 1) The changes to mms_util.h are nowhere in mbuni CVS 2) The error you mention would not cause a re-queueing of the message anyway. P. On Mar 14, 2007, at 02:20, Vincent CHAVANIS wrote: Hi all, Thi patch fixes

Re: [Devel] Re: [PATCH] MM7_SOAP_COMMAND_REJECTED error 3005

2007-03-21 Thread Vincent CHAVANIS
str_imm("faultcode")); ret = NULL; - Original Message ----- From: "Vincent CHAVANIS" <[EMAIL PROTECTED]> To: "Paul Bagyenda" <[EMAIL PROTECTED]>; "Mbuni MMS Gateway Developers" Sent: Wednesday, March 21, 2007 4:20 PM Subject:

Re: [Devel] [PATCH] Delivery report from a different MMSC

2007-03-23 Thread Vincent CHAVANIS
Paul, Should we maybe use another solution for this issue ? Vincent - Original Message - From: "Vincent CHAVANIS" <[EMAIL PROTECTED]> To: "Mbuni MMS Gateway Developers" Sent: Wednesday, March 14, 2007 12:13 AM Subject: [Devel] [PATCH] Delivery report f

[Devel] [PATCH] Indent, log var names, whites spaces, fix

2007-03-23 Thread Vincent CHAVANIS
Hi all, This is a small patch to clear a bit the current CVS code: Details: - in mmsbox/bearerbox.c : adding a new value 'desc' to grab description ("StatusText") from mm7 : moving some debug strings to a better understanding string. : Log that we are sending a DLR - in mmsbox/mmsbox_cfg.c : In

[Devel] Fw: [PATCH] Group_id for MMC

2007-04-03 Thread Vincent CHAVANIS
- Original Message - From: "Vincent CHAVANIS" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 03, 2007 11:27 AM Subject: Re: [PATCH] Group_id for MMC If we keep id in config file, we should aplpy this diff -rbau /mbuni-cvs/mmsbox/mmsbox_cfg.c /mbuni/mmsbox/mmsbox_cfg.

[Devel] [PATCH] more precise troughput on each MMSC

2008-02-14 Thread Vincent CHAVANIS
This patch is similar to the one posted/commited on the kannel ML we are now using double in order to have a more precise troughput on each MMSC The troughput will be notified at start (in the logfile). regards Vincent -- Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR) Service Technique/Reseau - NO

[Devel] [PATCH] MMSC will reject a message if troughput is not respected

2008-02-14 Thread Vincent CHAVANIS
); - if (id && throughput > 0) - gwthread_sleep(1.0/throughput); + if (throughput > 0) + gwthread_sleep(1.0 / throughput); + - Original Message - From: "Vincent CHAVANIS" <[EMAIL PROTECTED]> To: "Mbuni MMS Gateway Developers"

Re: [Devel] [PATCH] more precise troughput on each MMSC

2008-02-14 Thread Vincent CHAVANIS
sorry, i forgot to attach the file. Vincent. - Original Message - From: "Vincent CHAVANIS" <[EMAIL PROTECTED]> To: "Mbuni MMS Gateway Developers" Sent: Thursday, February 14, 2008 2:35 PM Subject: [Devel] [PATCH] more precise troughput on each MMSC This p

Re: [Devel] [PATCH] more precise troughput on each MMSC

2008-02-14 Thread Vincent CHAVANIS
threadid; /* handler thread. */ int reroute; /* whether messages from this mmsc are re-routed outwards. */ - Original Message - From: "Vincent CHAVANIS" <[EMAIL PROTECTED]> To: "Mbuni MMS Gateway Developers" Sent: Thursday, February 14, 2008 2

[Devel] [PATCH] fix content-id when a script is giving content

2008-08-18 Thread Vincent CHAVANIS
Hi all, This patch fixes the Content-ID header when a 'listed' web programming language is used to get the content (to get an image/sound/video into a DB from a php script for example). This also fixes the content_type2file_ext() function when Content-type is populated with more than one valu

[Devel] [PATCH] Mime extension recognition problem for 3gpp

2008-08-19 Thread Vincent CHAVANIS
A very small fix, 3gpp should be recognize as 3gp and not 3gp2 Without this patch a 3gpp Content-type will be recognize with .3gp2 extention. And will result as an Non-playable MMS item on somes phones. Vincent. diff -rbau /mbuni-cvs/mmlib/mms_util.c /mbuni/mmlib/mms_util.c --- /mbuni-cvs/

[Devel] [PATCH] Automake 1.11 tests passed

2009-10-13 Thread Vincent CHAVANIS
Simple patch that allow configure to use the new automake 1.11 vers. Vincent. diff -rbau /mbuni-cvs/bootstrap /mbuni/bootstrap --- /mbuni-cvs/bootstrap2008-08-18 09:16:14.0 +0200 +++ /mbuni/bootstrap2009-10-13 15:08:28.948372511 +0200 @@ -4,7 +4,9 @@ # Check for automak

[Devel] [PATCH] Allow mmssend to pass Billing infos

2009-10-13 Thread Vincent CHAVANIS
This allows passing Billing information to mmssend program Vincent. -- Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR) Service Technique/Reseau - NOC Direction du Developpement xMS+ http://www.telemaque.fr/ v.chava...@telemaque.fr Tel : +33 4 92 90 99 84 (fax 9142) diff -rbau /mbuni-cvs/mmsc/mmssend.

Re: [Devel] [PATCH] variables for signal handling must be volatile sig_atomic_t

2010-05-28 Thread Vincent CHAVANIS
Hi, We have now a compiler warning, Could you please fixes this ? gwthread_create_real expects void * long gwthread_create_real(gwthread_func_t *func, const char *funcname, void *arg); refs: mmsrelay.c: In function 'mmsrelay': mmsrelay.c:32: attention : passing argu

[Devel] [PATCH] Fix segfault on mmsbox !

2010-11-15 Thread Vincent CHAVANIS
Here is a small patch that fixes a segfault ms is not checked against null, so octstr_write_to_socket() will fail, resulting in a segfault traceback: -- Core was generated by `/usr/local/bin/mmsbox-1.4.1_x86_64 /etc/mbuni.conf'. Program terminated with signal 11, Segmentation fault. #0