Re: USB Hub for USB Modem

2012-03-07 Thread Paulo Correia
Hi, Well, actually you can have some information on the modem itself, the IMSI of the modem at least. To get the IMEI of the SIM card is normally more complicated. Anyway you can have your udev rules to execute a script to extract the IMSI of the modem and then have a permanent link to the

Re: registered_delivery and multi-parts message

2012-03-07 Thread spameden
Any update on this subject? Thanks 2012/3/1 spameden spame...@gmail.com Hello, list Is there any update on this subject? Was it patched in recent updates of kannel source? I'm using kannel / sqlbox setup with scheme where sqlbox stands between smsbox and bearerbox. I'm getting a lot of

Re: NACK reporting help

2012-03-07 Thread Alexander Malysh
Hi, this is not easy to fix because you send only one but long message and awaiting only one DLR. BUT kannel splits message into peaces for you and receive two DLRs. How would you put both reason codes into one DLR? In you case that would be easy because they both equal but what do you do if

RE: NACK reporting help

2012-03-07 Thread Rene Kluwen
One possible solution is not to let Kannel handle multiple-part messages but do it yourself. So instead of passing one long message to Kannel, you split the message up in multiple parts and send the different parts to Kannel (including UDH). Each with a different DLR url. This way, you will get

Fwd: dlr problem;

2012-03-07 Thread Vijay kumar Dadhich
Hello , I am not getting dlr and i mention the log below. 2012-03-07 19:04:59 [28511] [6] DEBUG: data: 69 64 3a 65 35 37 66 35 37 38 62 20 73 75 62 3a id:e57f578b sub: 2012-03-07 19:04:59 [28511] [6] DEBUG: data: 30 30 31 20 64 6c 76 72 64 3a 30 30 31 20 73 75 001

Re: NACK reporting help

2012-03-07 Thread Ashish Agarwal
Hi, Thanks for your response but in situation where I use concatenation = true, it should be understood that I am only interested in the first report with actual NACK/xxx value. Also, in this case only one dlr is pending, which is one complete long message. whats do you say? On Mar 7, 2012 6:21

RE: NACK reporting help

2012-03-07 Thread Ashish Agarwal
I agree with you Rene, but the problem here is that if I have multiple smsc and if I am using a generic smsc name for all smsc, determing the right smsc from where the 1st or the 2nd part was sent will be difficult and troubling. On Mar 7, 2012 6:45 PM, Rene Kluwen rene.klu...@chimit.nl wrote:

Re: NACK reporting help

2012-03-07 Thread Rene Kluwen
That shouldn't be a problem if the dlr-url your pass is also generic. From: Ashish Agarwal [mailto:ashisha...@gmail.com] Sent: Wednesday, 07 March, 2012 15:36 To: Rene Kluwen Cc: Alexander Malysh; users@kannel.org Subject: RE: NACK reporting help I agree with you Rene, but the problem

RE: dlr problem;

2012-03-07 Thread Rene Kluwen
The error message is self-explanatory. You don’t have a “boxc_id” field in your mysql dlr table. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Vijay kumar Dadhich Sent: Wednesday, 07 March, 2012 14:37 To: users@kannel.org; Willy Mularto; K.V.Shiva Kumar

Re: NACK reporting help

2012-03-07 Thread spameden
I have a question. How do you send 1 long message to Kannel via multiple-part messages ? I'm using sqlbox setup. If I do split a long message in multiple and insert them into send_sms, kannel should send separate messages, not the long one, right? On Mar 7, 2012 6:45 PM, Rene Kluwen