Re: [Devel] mms_start_profile_engine called twice

2006-02-21 Thread Paul Bagyenda
thanks, updated. On Feb 21, 2006, at 18:07, Dziugas Baltrunas wrote: > Hi, > > ok, the small patch attached tries to use a fallback strategy in case > we're fetching uaprof for the first time. However, I think it would be > still valuable to fetch and parse the uaprof on demand (or at least > make

Re: [Devel] mms_start_profile_engine called twice

2006-02-21 Thread Dziugas Baltrunas
Hi, ok, the small patch attached tries to use a fallback strategy in case we're fetching uaprof for the first time. However, I think it would be still valuable to fetch and parse the uaprof on demand (or at least make a possibility to enable it in the config). On 2/20/06, Paul Bagyenda <[EMAIL PR

Re: [Devel] mms_billing_shell.c

2006-02-21 Thread Paul Bagyenda
Fixed I hope and updated to CVS. On Feb 21, 2006, at 16:35, Dziugas Baltrunas wrote: > Hi, list, > > what was the purpose for the code in mmsc/ > mms_billing_shell.c::mms_billmsg(): > > for (i=0;i Octstr *s; > s = octstr_format("%s '%s' '%s'", octstr_get_cstr(script), >

[Devel] mms_billing_shell.c

2006-02-21 Thread Dziugas Baltrunas
Hi, list, what was the purpose for the code in mmsc/mms_billing_shell.c::mms_billmsg(): for (i=0;ihttp://mbuni.org/mailman/listinfo/devel_mbuni.org

Re: [Devel] errno

2006-02-21 Thread Paul Bagyenda
applied. Thanks On Feb 21, 2006, at 12:21, Dziugas Baltrunas wrote: > Hi list, > > I see that after moving config handling to mbuni, cvs head fails to > compile. A patch below should fix this: > > Index: mmlib/mms_cfg.c > === > RCS f

[Devel] errno

2006-02-21 Thread Dziugas Baltrunas
Hi list, I see that after moving config handling to mbuni, cvs head fails to compile. A patch below should fix this: Index: mmlib/mms_cfg.c === RCS file: /cvsroot/mbuni/mbuni/mmlib/mms_cfg.c,v retrieving revision 1.1 diff -u -r1.1 mm