Hi,
Check your smsc smpp log and look for warnings like "... Not ACKED message
found, will retransmit". If that's the case you can use
*wait-ack-expire = 0x02* which means "wait ack forever".
Actually default is *wait-ack-expire = 0x01* which means "re-queue", but
this could potentially result
Hi,
There is one thing I don't get. If the smsbox doesn't get the msg, then no
ack is sent to bearerbox (through sqlbox). Shouldn't the msg remain on
bearerbox store for retrying?
On Wed, Sep 26, 2012 at 1:02 PM, Willy Mularto wrote:
> Hi Rene,
> This test involved only 1 SMSC and 1 SMSBox :)
>
10
> wait-ack = 600
>
> the current wait-ack=600; what format is the time? It's 600 what exactly?
> Thanks in advance.
>
> Saludos
>
> Ombongi Moraa fe
>
>
>
> On 26 September 2012 16:42, rinor hoxha wrote:
>
> > Hi,
> >
> > Check yo
https://svn.kannel.org/gateway/trunk = gateway + opensmppbox + sqlbox
Br, Rinor
On Fri, Sep 28, 2012 at 10:13 PM, Paradox LLC wrote:
> Dear all,
>
> I am trying to download the gateway and smppbox from the svn repository
> (from https://svn.kannel.org/).
> I however get the message " Could not
Hi,
You need to change bearerbox-port = 13001 on group smsbox. You are
connecting smsbox to bearerbox admin port 13000 which is wrong. So your
final configs should be:
group = core
admin-port = 13000
*smsbox-port = 13001*
admin-password = bar
admin-deny-ip = ""
admin-allow-ip = "*.*.*.*"
log-file
Hi,
If we see some logs maybe can help you. Check
"/usr/local/kannel/log/clientA/smsbox.log" and see if the url gets called.
Does the msg exists in the smsbox access file
"/usr/local/kannel/log/clientA/Access.log" ? How many smsbox-es do you have?
If you can post both logs here.
Br, Rinor
On Sa
Also separate bearerbox access file from smsbox access file, do not use the
same file.
It would be easier.
On Sat, Sep 29, 2012 at 9:18 PM, Rinor Hoxha wrote:
> Hi,
>
> If we see some logs maybe can help you. Check
> "/usr/local/kannel/log/clientA/smsbox.log" and see
Are you sure apache is listening on 127.0.0.1?
netstat -ntlp
On Sun, Sep 30, 2012 at 8:56 PM, Sebastien Cramatte wrote:
> Hello,
>
> I've setup my Kannel to use DLR
>
> As you can see bellow, My provider send DLR information and seems that
> Kannel handle it …
> Unfortunately looks tha
what dlr-mask are you using ?
On Mon, Oct 1, 2012 at 2:21 AM, Rinor Hoxha wrote:
> Are you sure apache is listening on 127.0.0.1?
> netstat -ntlp
>
>
>
> On Sun, Sep 30, 2012 at 8:56 PM, Sebastien Cramatte wrote:
>
>> Hello,
>>
>> I've setup
Thank you for your answer.
>
> Finally after digging mailing list, I've seen that if you use sqlbox
> you must specify "boxc_id" to be able to trigger dlr-url
> In all case I thing that to avoid overhead it would be better to use
> MySQL trigger instead of dlr-url
Just keep in mind, if you are using dlr-storage = mysql, on final response
the DLR will be deleted from dlr table without being updated and you can't
get the final status delivered 1 or failed 2, unless you want to use sqlbox
tables for momt = DLR
On Mon, Oct 1, 2012 at 2:36 AM, Rinor
mo-recode is for MO only and has nothing to do with MT.
Now as Alvaro told, you need to urlencode your text so the @ will become
%40 , example if you use php you could have
urlencode('fa...@x.com') that should result in faith%40x.com.
Br, Rinor
On Fri, Oct 5, 2012 at 2:30 PM, Ombongi Mor
I this case no dlr will be created since the msg is not yet sent. The dlr
will be created and inserted on db only after bearerbox sends the msg and
gets the foreign_id from the smsc. The smsc_id (field-smsc on db) and the
foreign_id (field-timestamp on db) are mandatory and will be used to
check/up
Yes, however it depends on the modem type.
Check your logs and look for responces +CMGS:x where x is the message id.
There are some modems that return always +CMGS:0 for every msg you send.
That is a problem.
Br, Rinor
On Mon, Oct 8, 2012 at 7:55 AM, Eugene Prokopiev wrote:
> ...
>
> > Hope th
I was concerned in the first time I read about this "issue",
since I'm using sqlbox in different scenarios, with different load (1-20+
sms/sec) with at least 10 smsc connections (smpp and http), with 4
smsboxes, with delivery tracking, with/without sms services, with/without
opensmppbox
and the on
Out of curiosity,
1)What is the simulator? (some when in high load, duplicate the id even in
the same session)
2)Can you increase the DLR delay = 3 secs on simulator and retry
3)Probably you already know this, however restarting the simulator the
foreign ID are restarted from beginning
4)Can you se
share your Kannel
> scenario configuration, including SQLBox position (Bearerbox-SQLBox-SMSBox
> or Bearbox-SMSBox-SQLBox or other?)
>
>
>
> Willy Mularto
> sangpr...@gmail.com
>
> On Feb 14, 2013, at 12:20 AM, Rinor Hoxha wrote:
>
> I was concerned in the first time I rea
me
> script or just update table via unique dlr_url id in the MT table?
>
> Would love to see your patch against SQLBox.
>
> I'm also wondering if you solved the issue of DLR missing when DB goes
> down.
>
> Thanks.
>
> 2013/2/14 Rinor Hoxha :
> > Sure Willy,
>
.
Br, Rinor
On Sat, Feb 16, 2013 at 6:52 PM, spameden wrote:
> 2013/2/16 Rinor Hoxha :
> > I'm not able to provide the patch right now since it is not compatible
> with
> > the last rev and is has also some other minor changes not related to
> > matching, but it is real
when we do this.
>
> If anyone has a 1.4.3 revision with this problem solved, We'd very much
> appreciate it if someone could point us on the right direction.
>
> Thanks,
> David Szanto
>
> El 14/02/13 17:13, Rinor Hoxha escribió:
>
> Out of curiosity,
> 1)What is t
Hi Alejandro,
Last time I was looking into this I used
https://github.com/tphipps/kannel-redis
Hope it helps, until Toby replies with more updated resources.
Br, Rinor
On Wed, Feb 20, 2013 at 5:37 PM, Alejandro Guerrieri <
alejandro.guerri...@gmail.com> wrote:
> Hey Toby, I just came across t
t;
> If I stop bearerbox first that means sqlbox is still getting queue
> from DB, thus removing entries from DB but not sending any MTs.
>
> Other scenario is:
>
> if i try to upgrade database when there is an active queue going on ->
> sqlbox failing to connect to DB or bea
Hi, just some ideas
1) Are all the resources of the machine where kannel is runing ok?
2) How is the network connection quality to your provider?
If I read it right, I see many enquire_link without response and the one
enquire_link_resp took 4 secs (if they really belong to the same
transaction):
reconnect-delay = 60
And remember "Kannel userguide is your best friend"
On Fri, Mar 8, 2013 at 10:17 AM, Himanshu Matta wrote:
> Hello,
>
> One of my SMSC is in connecting mode. Here is the log-
>
> 2011-05-20 08:02:28 [4308] [7] ERROR: SMPP[ABCDE]: Couldn't connect to SMS
> center (retrying in
Hi,
there are many variables involved.
1) For example based on you expected traffic amount what is the expected
time distribution of the service? Some approx. avg. calculations (which
may differ from live traffic):
TOT_SMS | TOT_HOURS | SMSxHOUR | SMSxMIN | SMSxSEC
100 | 24 |
How about using (implementing or adapting) HTTP-based callbacks.
So you could implement routing, billing or whatever you may need based
on callback responses.
Br, Rinor
On 07/22/2013 10:45 PM, Porter, Kelvin wrote:
>
> *Hi,*
>
> * *
>
> *I have included a proposed enhancement for routing messag
26 matches
Mail list logo