Kannel 1.5.0 Latest SVN URL

2015-05-18 Thread Kannel User
Hello,

Can you please provide me the latest kannel version 1.5.0 SVN URL?

Because I'm a little confused about your SVN repos.

Thank you.

Regards.


Huawei E156B SMS Software

2010-06-07 Thread User
Hi,

I'm going to make a program that will send automatic text messages using a
modem Huawei E156B, do you know if this is easy to do?

Do you know where can I find some information about this?

Would you recommend me to do it in Windows or better in Linux?

 The modem comes with a program that lets you send text messages manually, I
would like to know if there is some place where I can find the source code
of that program and change it so the messages can be sent automatically, or
if this can be done with Kannel.

Thanks a lot for your help


SMPP deliver_sm arrives before submit_sm_resp

2008-03-12 Thread SMPP User
Hi,

Before I go re-inventing the wheel, I would like to ask the group if anyone
has come across the situation I find myself with.

Under high load situations, say I'm sending 1500 messages out on an SMPP
bind, I find that there is a delay in receiving the submit_sm_resp from the
SMSC, which contains the msgid.  This delay can be considerable (15 seconds
not uncommon). Meanwhile on my rx bind, I can receive the deliver_sm
indicating successful delivery (or failure).

Throughput is set to 20 on 2 identical binds, so I should be getting through
40 msgs per second. (i'm not getting close to 40/sec, but that will be the
subject of a later email)

As the submit_sm_resp has not yet arrived, no entry has been made in the dlr
database (I'm using mysql, but I don't think that's relevant to this
problem), poor old bb_store has no record of having sent the message, and,
therefore, has no interest in the dlr, and dumps it. In the log, it says:
2008-03-12 10:21:02 [2264] [14] ERROR: SMPP[smppbind4]: got DLR but could
not find message or was not interested in it id1-1576xx
dst447xxx, type1

Unless I'm missing something obvious, it looks like I will need to patch my
code (using CVS-20080301), and setup a second table in my dlr database to
hold any orphaned DLRs, then, and I dread adding this overhead, I will have
to check this orphan table everytime I get a submit_sm_resp.  Or I may opt
for an external process to marry the orphans with the correct parents, and
process the rogue dlr's in this manner.

Any thoughts would be much appreciated.

Dave