Re: [FYI] Post-XML

2002-05-05 Thread Stipe Tolj
TECTED]> Organization: Wapme Systems AG X-Mozilla-Draft-Info: internal/draft; vcard=0; receipt=0; uuencode=0; html=0; linewidth=0 X-Mailer: Mozilla 4.78 [de] (Windows NT 5.0; U) X-Accept-Language: de MIME-Version: 1.0 To: Andrea Viscovich <[EMAIL PROTECTED]> CC: Alex Judd <[EMAIL PROTECT

Re: [FYI] Post-XML

2002-05-05 Thread Stipe Tolj
Andrea Viscovich wrote: > > The other thing to do is dlr for at2 :-) yep, that would be great. Is DLR processing supported by all GSM modems we currently support, or to turn it the other way, is DLR processing within GSM AT calls defined? Stipe [EMAIL PROTECTED] ---

Re: [FYI] Post-XML

2002-05-01 Thread David Holland
Bruno David Simões Rodrigues wrote: > I guess snapshots aren't beeing built again. (Last build: Apr 26) > Does the script stop with warnings ? Yeah, simply a missing in userguide.xml. It got broken in 1.166. I just checked in a fix and ran the snapshot script. I've changed the daily "nag on fai

Re: [FYI] Post-XML

2002-04-30 Thread Bruno David Simões Rodrigues
On Tue, 2002-04-30 at 11:04, Alex Judd wrote: > I have to say Bruno the new documentation is great - the XML POST, AT2 > section, OTA and PUSH are subjects that need to be covered. Good stuff. I guess snapshots aren't beeing built again. (Last build: Apr 26) Does the script stop with warnings ?

RE: [FYI] Post-XML

2002-04-30 Thread Oded Arbel
> -Original Message- > From: Andrea Viscovich [mailto:[EMAIL PROTECTED]] > > it's ok for me. > +1 to add this patch. > Andrea > - Original Message - > From: "Alex Judd" <[EMAIL PROTECTED]> > > > Works fine for me here and is definitely needed for phones > that don't > > support

Re: [FYI] Post-XML

2002-04-30 Thread Alex Judd
Apoligies - that's not the final patch :) I'll do a cvs diff -u later this week once I'm happy with it's stability and then we can get the group vote on it then. There are other files and functions that have slight modifications too. Alex -- Alex Judd http://www.skywire.co.uk

Re: [FYI] Post-XML

2002-04-30 Thread Andrea Viscovich
it's ok for me. +1 to add this patch. Andrea - Original Message - From: "Alex Judd" <[EMAIL PROTECTED]> To: "Andrea Viscovich" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 12:54 PM Subject: Re: [FYI] Post-XML > W

Re: [FYI] Post-XML

2002-04-30 Thread Alex Judd
Works fine for me here and is definitely needed for phones that don't support CMT:. The main bit of code (for those interested is below). Works out which slot to read, requests the message, decodes it, then deletes it. if (-1 != octstr_search(line, octstr_imm("+CMTI:"), 0)) { buf

Re: [FYI] Post-XML

2002-04-30 Thread Andrea Viscovich
>1. Addition of CMTI: reading of SIM stored messages from AT devices in >AT2. Needed to add support for the Motorola P7389i. Had to modify the >at2_pdu_extract to cope with the two. Hi Alex, This has really to be done. I already did it for myself, but didn't send any patch as Oded said there c

Re: [FYI] Post-XML

2002-04-30 Thread Alex Judd
I have to say Bruno the new documentation is great - the XML POST, AT2 section, OTA and PUSH are subjects that need to be covered. Good stuff. For everyone's interest I currently have two development changes in test that I'll submit once I've fully tested them. 1. Addition of CMTI: reading of

[FYI] Post-XML

2002-04-29 Thread Bruno David Simões Rodrigues
As I don't yet have simple functions to parse xml, I've finished (almost) the xml post code. There's some differences for latest http://www.ietf.org/internet-drafts/draft-koponen-sms-xml-03.txt IETF draft, like it just define a and we have dlr-mask and dlr-url, so I've adjusted and set