smsc_at2.c at+cmms=2

2002-04-18 Thread Andrea Viscovich
Inside the code there is a call to at+cmms=2 if(list_len(privdata-outgoing_queue) 1) at2_send_modem_command(privdata, AT+CMMS=2, 0, 0); On all wavecom this generates an error response. Looking to at manual (wavecom) there is no mention to this. Does anybody know anything about it? Andrea

RE: Reporting the number of message parts sent for long messages.

2002-04-18 Thread Oded Arbel
Hi Stipe. I didn't like the fact that you removed the reporting from the 'error' section in smsbox_req_handle - correct me if I'm wrong, but this way, if a split message is sent to multiple receivers, and some of them fail, the calling application can't tell how many messages were sent to the

RE: smsc_at2.c at+cmms=2

2002-04-18 Thread Oded Arbel
I don't know what is +CMMS (IIRC it isn't mentioned on the wavecom manual), what its suposed to do or why Bruno put it in, but latest CVS has a configuration for that (in modems.conf) that is disabled by default for most modem types (only enabled for nokia phone in the sample modems.conf). --

Re: Reporting the number of message parts sent for long messages.

2002-04-18 Thread Stipe Tolj
Oded Arbel wrote: I didn't like the fact that you removed the reporting from the 'error' section in smsbox_req_handle - correct me if I'm wrong, but this way, if a split message is sent to multiple receivers, and some of them fail, the calling application can't tell how many messages were

RE: Reporting the number of message parts sent for long messages.

2002-04-18 Thread Angel Fradejas
Like Oded, our applications don't send SM to multiple receivers, but adding that information seems the right thing to do. My vote is +1 Angel Fradejas Mediafusión España, S.A. [EMAIL PROTECTED] www.mediafusion.es Tel. +34 91 252 32 00 Fax +34 91 572 27 08 -Mensaje original- De:

RE: smsc_at2.c at+cmms=2

2002-04-18 Thread Alex Judd
+CMMS is More messages to send and is used by the Siemens, however not by most other devices. Have a look at http://gatling.ikk.sztaki.hu/~kissg/gsm/at+c.html and reports from Siemens vs. Falcon there too. Alex On Thu, 18 Apr 2002, Oded Arbel wrote: I don't know what is +CMMS (IIRC it

User manual for Wavecom 1200 series?

2002-04-18 Thread Jacob Vennervald Madsen
Hi List Does anybody have a Wavecom 1200 series they can send me? I lost my own. Best regards, Jacob Vennervald -Original Message- From: Angel Fradejas [mailto:[EMAIL PROTECTED]] Sent: 18. april 2002 13:47 To: Stipe Tolj; Oded Arbel Cc: Kannel-devel (E-mail) Subject: RE:

RE: smsc_at2.c at+cmms=2

2002-04-18 Thread Bruno David Simões Rodrigues
On Thu, 2002-04-18 at 12:57, Alex Judd wrote: +CMMS is More messages to send and is used by the Siemens, however not by most other devices. Uhm. I've set it disabled by default because altough it works with nokia 6210, it ain't working with Siemens M20...

Re: smsc_at2.c at+cmms=2

2002-04-18 Thread Andrea Viscovich
Thanks Alex and Oded. but latest CVS has a configuration for that (in modems.conf) that is disabled by default for most modem types I just dowloaded latest tar.gz (snapshot). There is exactly the same code: void at2_send_messages(PrivAT2data *privdata) { Msg *msg; do {

Bug in gw/numhash.c

2002-04-18 Thread Paul Keogh
This module has a bug that causes a crash. Replace if (octstr_str_compare(type, text/plain) != 0) { octstr_destroy(type); octstr_destroy(reply_body); error(0, Strange content type %s for numhash, operatiomn fails, octstr_get_cstr(type)); return

Re: [Fwd: Daily patch: gateway]

2002-04-18 Thread David Holland
On Thu, Apr 18, 2002 at 03:29:42PM +0100, Bruno David Simões Rodrigues wrote: Hei, what happened to changelog ?!?!?! Good question. I noticed the big diff, but the new Changelog looked intact, so I didn't go further. Maybe the whitespace got reformatted or something? Stipe, I think you were

Snapshots aren't being built (Was: Re: smsc_at2.c at+cmms=2)

2002-04-18 Thread Bruno Rodrigues
- Original Message - From: Andrea Viscovich [EMAIL PROTECTED] To: Alex Judd [EMAIL PROTECTED]; Oded Arbel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 3:51 PM Subject: Re: smsc_at2.c at+cmms=2 Thanks Alex and Oded. but latest CVS has a configuration for

Re: Snapshots aren't being built (Was: Re: smsc_at2.c at+cmms=2)

2002-04-18 Thread Andrea Viscovich
Subject: Snapshots aren't being built (Was: Re: smsc_at2.c at+cmms=2) Hi Bruno, can you tell me why this happens? Still I tought snapshot were built at 4.00 every morning. Is there any reason as someone stopeed it? Cheers Andrea

Re: [Fwd: Daily patch: gateway]

2002-04-18 Thread Bruno Rodrigues
- Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: David Holland [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 4:30 PM Subject: Re: [Fwd: Daily patch: gateway] David Holland wrote: On Thu, Apr 18, 2002 at 03:29:42PM +0100, Bruno David Simões

Re: [Fwd: Daily patch: gateway]

2002-04-18 Thread Bruno Rodrigues
- Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Bruno Rodrigues [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 4:31 PM Subject: Re: [Fwd: Daily patch: gateway] Bruno Rodrigues schrieb: Can't we split changelog to some kind of old

Re: [Fwd: Daily patch: gateway]

2002-04-18 Thread Stipe Tolj
I was thinking in just splitting it, but I don't know where to. doc/old/changelog.*.*.* ? maybe at the gateway 1.1.6 release making log, this would be 1.1748 ?? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248

WAP Push over SMS

2002-04-18 Thread Anarchy
hi guys... need some info desperately... how do u translate the PAP/SI data into an 8-bit SMS? i'm writing a program (in java, if possible) to form a push message from some input parameters, w/o going thru test_ppg... more specifically, i need to know which attribute maps to which byte in the

RE: [Fwd: Daily patch: gateway]

2002-04-18 Thread Angel Fradejas
I think it's good to keep old changelogs, as they are valuable to see how things are going, and even they are useful if something breaks suddenly. Probably changelog tells you the one to blame ;-) doc/changelog.*.*.* seems a good place. Angel Fradejas Mediafusión España, S.A. [EMAIL

Coreaccess Log Parser

2002-04-18 Thread Cipher Strength
Hi All, Is there any Coreaccess Log parser. If some body had make it, can share it with me. Currently i am using GREP unix command to parse log file or by inserting the Log file in DATABASE. Also if i want to make a pull service but not use any keyword neither default service any

Unicode Kannel - almost there

2002-04-18 Thread Jari Juslin
Hi, fellow developers. After weeks of hard negotiations, we have finally got our copy of Unicode Kannel. However, we have not got rights to release it to public yet, because some people representing Kannel Foundation have also expressed their interest of some parts of Kannel to the lawyers of

Re: Coreaccess Log Parser

2002-04-18 Thread Bruno Rodrigues
I have a set of perl scripts to split and convert from access.log to CLF and process it through webalizer As I fix some last minor issues, I'll commit them to contrib directory - Original Message - From: Cipher Strength [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 18,

Re: Problems with Portuguese

2002-04-18 Thread Bruno Rodrigues
That's what I meant. The page doesn't have an encoding, so it defaults to UTF8, and bruno@server:~$ GET -H 'Accept: text/vnd.wap.wml' 'wap.copel.com' | xmllint - -:9: error: Input is not proper UTF-8, indicate encoding ! a href=consultapro.wmlAndamento serviços/a