Re: [Devel] MM7 SOAP (and EAIF) test tools

2005-04-13 Thread Dziugas Baltrunas
Hi Paul, Ericsson publishes it's Java-based MM7 SDK, so basicly you should be able to compose the XML for submiting MM. It states that there is no support for callbacks (delivery reports, not sure about incoming MM). More information on this:

Re: [Devel] MM7/SOAP implementation now on CVS

2005-04-14 Thread Dziugas Baltrunas
Hi Paul, congratulations once again for such a useful feature implementation! It seems that Sourceforge again has long delays or you forgot to commit the changes, because MM7 changes are missing (at least doc/userguide.shtml and some others). On 4/14/05, Paul Bagyenda [EMAIL PROTECTED] wrote:

[Devel] content adaptation issues

2005-05-06 Thread Dziugas Baltrunas
Hi list, this message is a bit off topic - I'm writing a thesis on content adaptation and trying to figure out the major problems in content adaptation, primary in device capabilities recognition. I suppose that this list is read both by service and application providers, so I hope that one will

Re: [Devel] WAP GW woes

2005-05-24 Thread Dziugas Baltrunas
Hi, I'd but some of my suspisions to SAR or ESAR (which Kannel does not implement), but however this should not be an issue as the MM was 16764 bytes (and with SAR max size is 256K). On 5/24/05, Paul Bagyenda [EMAIL PROTECTED] wrote: Occasionally it appears that the WAP GW (Kannel in

[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;ilist_len(to);i++) { Octstr *s; s = octstr_format(%s '%s' '%s', octstr_get_cstr(script), octstr_get_cstr(from), octstr_get_cstr(list_get(to, i))); if (s) {

Re: [Devel] mms_start_profile_engine called twice

2006-02-21 Thread Dziugas Baltrunas
. On Feb 19, 2006, at 19:41, Dziugas Baltrunas wrote: Hi, Paul, thanks for the comments but IMHO this is not the behaviour most users want. Imagine yourself working in some customer care and every second user calls asking what does the message Mobile MMS Settings not found blaming him or her

[Devel] [PATCH]: Removing outdated info

2006-03-24 Thread Dziugas Baltrunas
Hi list, attached patch removes relevant lines related with outdated local-mmsc-domains and mm-box-host params. -- Dziugas ? COPYING ? autom4te.cache ? config.h.in Index: doc/userguide.shtml === RCS file:

[Devel] mms_resolve_shell.c fix

2006-03-27 Thread Dziugas Baltrunas
Hi list, attached patch fixes mms_resolve_shell.c while formatting command line. -- Dziugas Index: mmsc/mms_resolve_shell.c === RCS file: /cvsroot/mbuni/mbuni/mmsc/mms_resolve_shell.c,v retrieving revision 1.1 diff -u -r1.1

Re: [Devel] MM4 issues

2006-03-27 Thread Dziugas Baltrunas
messages are required to have a Sender: header that indicates the originator address (as determined by the SMTP MAIL From command). It's studpid, but it looks like sender needs to be provided in three different places: in mail from envelope, From and Sender headers. On 3/27/06, Dziugas Baltrunas [EMAIL

Re: [Devel] How to append local prefix in home network

2007-03-09 Thread Dziugas Baltrunas
Hi, I suppose it's one of the features mbuni should have in near future. There has to be away to define recipient address translation rules, most probably dynamically, i.e. inside the resolver module or so called routing callback. On 3/8/07, Saju John [EMAIL PROTECTED] wrote: Dear All, I am