Re: data_sm

2009-04-10 Thread Stipe Tolj
Enver ALTIN schrieb: > > While you're at it... People I've seen using Kannel had to know how many > parts the message will be split to, so they can do some "quota > management" internally. Last time I looked, Kannel doesn't provide this > information, and people had to implement a logic similar to

Re: data_sm

2009-04-10 Thread Enver ALTIN
On Tue, 2009-02-17 at 18:23 +0100, Stipe Tolj wrote: > well explained, but let me add: > > The segmenting part is done by Kannel on it's own. You simply provide > a FULL length message to the sendsms HTTP API, and Kannel takes care > of the rest. While you're at it... People I've seen using Kanne

Re: data_sm

2009-04-10 Thread Enver ALTIN
Hola, On Fri, 2009-04-10 at 13:23 +0200, Stipe Tolj wrote: > It does, as EACH entry in our access-log is ONE GSM PDU by definition. So if > any > msg with more then 140 octets (160 septets) enters the system, Kannel will > split > and provide the access-log entries for those. I think it would b

Re: [PATCH] SMSC AT - detecting dead SIMs

2009-04-10 Thread Stipe Tolj
Alvaro Cornejo schrieb: > > I strongly agree with the intention of this patch; however, we need to > think in some way to have kannel reconnect the smsc-at later on. As > stated, this kind of issues are temporary so the modem/service will be > re-established later on and most of people wouldn't ha

Re: data_sm

2009-04-10 Thread Stipe Tolj
Enver ALTIN schrieb: > > I think it would be great to tell the split count in smsbox sendsms > reply body somewhere, because all it says is along the lines of "Message > sent." -- we could tell something useful I guess. could we pass the number of PDU segments via the Kannel ack msg to the smsbox

Re: data_sm

2009-04-10 Thread Andreas Fink
on outgoing SMS: the splitting happens in SMSBox when the SMS is received from HTTP. A reply on the submit HTTP would be possible On 10.04.2009, at 14:27, Stipe Tolj wrote: Enver ALTIN schrieb: I think it would be great to tell the split count in smsbox sendsms reply body somewhere, becau

Re: data_sm

2009-04-10 Thread Alexander Malysh
Hi, no, it was so, now splitting happens in bearerbox and it's only possible to give a count of splits only in dlr because we split in bearerbox depending on the smsc group. and each smsc group may have different max octetst defined. in short, we may give number of splits _really_ sent only