Re: DLR (at2)

2002-08-14 Thread Andrea Viscovich
>I'll be looking forward to see what you come up with :-) I hope Andreas will tell us his thoughts about this, when he understands his holydays have end :-)) > I'll continue my work on the AT2 module > and I'd like to keep you updated, and if possible help me with the testing ? Surely yes, I'll

Re: smpp reconnection problem in Kannel 1.2.0

2002-08-14 Thread Oded Arbel
Shouldn't it be handled inteligently by the driver ? IMO there should be only one state variable for a single connection. the fact that some connection drivers hold more then one physical connection and hence require more internal state checks shouldnot buble up to the SMSCConn API. -- Oded

Re: [RFC] SMPP enquire link

2002-08-14 Thread Stipe Tolj
> What happens when there are a largish number of messages in the > msgs_to_send list, > 1. the send_messages loop runs and we end up with a situation where one > needs to throttle the throughput to the SMPP server > 2. the send_message loop now sleeps why is there a throttling in the loop? I don

Re: [RFC] SMPP enquire link

2002-08-14 Thread Stipe Tolj
> I don't agree here - I personally don't like threads all that much: they have their >purposes, but using a new thread whenever you need a new context is not a good >choise, especially if both threads need to do IO on the same socket : major problems. >we just need better logic handling the "s

Re: USSD Center and SMPP

2002-08-14 Thread Stipe Tolj
> Is it possible to connect Kannel to USSD Center / SMPP protocol or do I use a > patch to modify kannel source? > I use kannel with a SMS-C and SMPP and I would experiment same services over > USSD phase 2. I'm not a USSD expert, but AFAIK, SMPP does not make too much differences about the layer

Re: sms & wap xml DTD

2002-08-14 Thread Stipe Tolj
> am new here. I dont do much C programming but i do well in Java. > Anyway, i could not find in the documentation about the format to > send/receive SMS and WAP and the communication protocol between > boxes and outside servers. The SMS gateway is based on related SMS transmission protocolls tha

Re: DLR (at2)

2002-08-14 Thread Andrea Viscovich
You are right Roy, and Oded, I beg your pardon :-) I was using sim-buffering, but with AT+CNMI=1,2,0,0,0 Using AT+CNMI=1,2,0,1,0 (thanks to the wavecom manual & Roy) Now it works :-) Amdrea - Original Message - From: "Roy Smith" <[EMAIL PROTECTED]> To: "Oded Arbel" <[EMAIL PROTECTED]>; "A

ringtone and logo support for sema ois

2002-08-14 Thread Lam Yin Cong
Hi, thanks for reading this, i need some information for my gateway to support ringtones, pictures, logos and etc, i need the UDH and the DCS, but i don't have the spec, so can anybody help me out, where can i find all these staffs, i need to support nokia, sony, erricson, motorola, siemens and a

RE: [RFC] SMPP enquire link

2002-08-14 Thread Oded Arbel
> -Original Message- > From: Stipe Tolj [mailto:[EMAIL PROTECTED]] > > > I don't agree here - I personally don't like threads all > that much: they have their purposes, but using a new thread > whenever you need a new context is not a good choise, > especially if both threads need to

RE: DLR (at2)

2002-08-14 Thread Oded Arbel
> -Original Message- > From: Andrea Viscovich [mailto:[EMAIL PROTECTED]] > > You are right Roy, Indeed you are :-) > and Oded, I beg your pardon :-) No damage done here :-) I was using the default CNMI setting and it worked for me, so I though it should do so for anybody. > I was u

RE: ringtone and logo support for sema ois

2002-08-14 Thread Joao Sil
Lam, For Nokia suppport you can register at www.forum.nokia.com and navigate through smart messaging. Have a look at the FAQ. There are a few docs available for download. For Siemens, register at www.siemens-mobile.com (look for 'Mobile Communication Portal' and from there 'Partners'). At 'Devel

Talked too early (dlr on at2)

2002-08-14 Thread Andrea Viscovich
I should shut up my mouth. I said it worked too early just because of seeing a +CDS in the log. In the bearer log (only for the first sms) I suddendly have an 2002-08-14 11:42:06 [5] DEBUG: AT2[A]: <-- +CDS: 25 2002-08-14 11:42:06 [5] DEBUG: AT2[A]: <-- 0006270C91934397332602208041118342802080411

Can u help me how do I send multiple messages from my JSP programme

2002-08-14 Thread Lakshmi Narayana Reddy Yattapu
Hi All, I would like to send multiple text messages to multiple recipients. I found Generic programming from www.smsrelay.com. is as follows http://blue.smsrelay.com/cgi-bin/sendsms? &user=your_nickname &password=your_password &to=destination_number &from=optional_source_phone_numer_or_name &text

RE: Talked too early (dlr on at2)

2002-08-14 Thread Oded Arbel
Ok, my bad. I wasn't using a Wavecom. apparently, when you set the wavecom not to deliver STATUS-REPORT using unsolicited codes, it does not do so at all. I'll fix a +CDS detection into AT2 and send an updated patch, in - lets say 30 mins ? -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED

ERROR: SMPP[test]: got DLR but could not find message or was notinterested in it

2002-08-14 Thread David Chkhartishvili
I have problem with DLR's through SMPP. I'm using cvs snapshot, with mysql and dlr. I use following syntax to send sms: http://localhost:13013/cgi-bin/sendsms?username=*&password=*&to=***8&text=Hello+world&dlrmask=31 messages are received on mobile, but I'm getting following error: ERROR:

Re: Talked too early (dlr on at2)

2002-08-14 Thread Andrea Viscovich
> when you set the wavecom not to deliver STATUS-REPORT > using unsolicited codes, it does not do so at all. > I'll fix a +CDS detection into AT2 and send an updated > patch, in - lets say 30 mins ? Uhm, I don't know if this all we need. Infact I have the +CDS only for the first sms, then I don't

RE: Talked too early (dlr on at2)

2002-08-14 Thread Oded Arbel
> > when you set the wavecom not to deliver STATUS-REPORT > > using unsolicited codes, it does not do so at all. > > I'll fix a +CDS detection into AT2 and send an updated > > patch, in - lets say 30 mins ? > > Uhm, I don't know if this all we need. > Infact I have the +CDS only for the first sms

[PATCH] DLR on AT2

2002-08-14 Thread Oded Arbel
Current patch for AT2. please note that this patch has some rewrites to things other then DLR : - EAGAIN handling in writing to modem - rewrite of PDU encoding to use more Octstr* and less static char buffers - rewrite 7bit uncompressed string packing to a "cleaner" algorithm. - correct truncati

Re: Can u help me how do I send multiple messages from my JSP programme

2002-08-14 Thread Andrea Viscovich
Well, I may tell you I already did an interface to smsrelay and to other services. go to www.smsprof.it/English/ and log with admin admin If you want something like this just tell me by email. Andrea

Re: [RFC] SMPP enquire link

2002-08-14 Thread Nisan Bloch
At 11:39 AM 8/14/02 +0200, Stipe Tolj wrote: >You don't get submit_sm PDUs from the SMPP server, do you?! I guess >you mean deliver_sm PDU for MO messages? nope, submit_sm_resp, one of our providers can lag behind up to 500 odd messages.. >Ok, you want to splitt the send/receiving threads fr

Can't build start-top-daemon

2002-08-14 Thread Mauricio Ramos
Hi all I'm using the latest CYGWIN on Windows 2000 to compile the latest version (I'm know how crazy I'm) Even NOT using the configure with --enable-start-stop-daemon, the make depend spits: utils/start-stop-daemon.c:37: #error Unknown architecture - cannot build start-stop-daemon Whil

Re: Can't build start-top-daemon

2002-08-14 Thread Andrea Viscovich
start-stop-daemon Is not for windows use, so don't worry about that message, it's ok. Andrea - Original Message - From: "Mauricio Ramos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 9:23 PM Subject: Can't build start-top-daemon > Hi all > > I'm using the

SMPP DLR Error

2002-08-14 Thread David Chkhartishvili
I have problem with DLR's through SMPP (v3.4). I'm using cvs snapshot, with mysql and dlr. I use following syntax to send sms: http://localhost:13013/cgi-bin/sendsms?username=*&password=*&to=***8&text=Hello+world&dlrmask=31 messages are received on mobile, but I'm getting following error