RE: Smsbox sometimes doesn't servicing request

2012-09-26 Thread Rene Kluwen
I have a feeling where to look for this.

Willy, in the test below: Are we talking about 1 smsc and 1 smsbox? Or
multiple?

 

== Rene

 

 

From: Willy Mularto [mailto:sangpr...@gmail.com] 
Sent: Wednesday, 26 September, 2012 03:17
To: Rene Kluwen
Cc: 'Alexander Malysh'; 'kannel users@kannel.org'
Subject: Re: Smsbox sometimes doesn't servicing request

 

MO appears in the sent_sms correctly. Test with 10K MO all in
bearerbox-access.log and also all in sent_sms. But some and I prefer say
many actually, on repeated of 10K tests only 4K-5K  go through SMSBox. 

 

 

On Sep 26, 2012, at 3:17 AM, Rene Kluwen wrote:





So the question here is: Do the MO's appear in sent_sms, but didn't go
through to smsbox?

 

== Rene

 

From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On
Behalf Of Alexander Malysh
Sent: Tuesday, 25 September, 2012 15:33
To: Willy Mularto
Cc: kannel users@kannel.org
Subject: Re: Smsbox sometimes doesn't servicing request

 

Hi,

 

do I read this correct, the way smsbox talk to sqlbox? or do you mean
bearerbox talk to sqlbox?

 

Alex

 

On 21.09.2012, at 03:34, Willy Mularto sangpr...@gmail.com wrote:






Hi Alex,

I did some researches on this matter and can confirm that this issue started
right after meta-data was implemented (r4682). And It is more the way SMSBox
talk to SQLBox and vice versa. Today I am going to compile current SQLBox
SVN against r4681 and let's see the result.

 

 

 

On Sep 20, 2012, at 11:23 PM, Alexander Malysh wrote:






Hi,

 

is this only sqlbox bug or smsbox as well?

 

Thanks,

Alex

 

On 20.09.2012, at 04:42, Willy Mularto sangpr...@gmail.com wrote:






Yes, all use the latest SVN. I can confirm this is a bug and an old bug
actually (since meta-data implemented). Already posted to redmine and
contacted developers. Hope they can found the solution.

 

 

 

On Sep 19, 2012, at 10:47 PM, spameden wrote:






Hey Willy!

Did you use latest version from SVN?

2012/9/19 Rene Kluwen rene.klu...@chimit.nl

You seem to have crossed an old sqlbox bug.
I remember, under high load, sqlbox misses some MO messages.

As of now, for all I know, this hasn't been solved yet.

== Rene


-Original Message-
From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On
Behalf Of Willy Mularto
Sent: Wednesday, 19 September, 2012 12:35
To: kannel users@kannel.org
Subject: Smsbox sometimes doesn't servicing request

Guys,
I have a weird situation. smsbox sometimes doesn't servicing request (not
forward MO to get-url). Here is my configuration:

group = core
admin-port = 7960
smsbox-port = 7961
admin-password = kannel
status-password = kannel
box-allow-ip = 127.0.0.1;192.168.8.
store-type = spool
store-location = /home/kannel/var/queue
sms-incoming-queue-limit = -1
sms-outgoing-queue-limit = -1
store-dump-freq = 5
dlr-storage = mysql
sms-resend-freq = 60
sms-resend-retry = -1
smsbox-max-pending = 100
log-file = /home/kannel/var/log/bearerbox.log
access-log = /home/kannel/var/log/bearerbox-access.log
log-level = 0

group = mysql-connection
id = mydlr
host = 192.168.8.3
username = kannel
password = password
database = traffics

group = dlr-db
id = mydlr
table = partner_dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc

group = smsc
smsc = http
system-type = kannel
smsc-id = kannel
smsc-username = kanneluser
smsc-password = kannelpass
port = 7278
send-url = http://192.168.8.2/test.php;
connect-allow-ip = 127.0.0.1;192.168.8.2
allowed-smsc-id = kannel
log-file = /home/kannel/var/log/partner.log
log-level = 0

group = smsbox-route
smsbox-id = smsbox
smsc-id = kannel

group = sendsms-user
username = kannel
password = kannel
max-messages = 10
concatenation = true

group = sms-service
keyword = default
get-url =
http://handler.kannel.gw:4684/?sender=%p
http://handler.kannel.gw:4684/?sender=%25preceiver=%25Psms=%25atelco=%25
imsgid=%0A%25Ifid=%25F receiver=%Psms=%atelco=%imsgid=
%Ifid=%F
catch-all = true
omit-empty = true
max-messages = 0

group = smsbox
smsbox-id = smsbox
sendsms-port = 7962
bearerbox-port = 7963
http-request-retry = 100
http-queue-delay = 10
max-pending-requests = 8192
mo-recode = 1
log-file = /home/kannel/var/log/smsbox_1.log
access-log = /home/kannel/var/log/smsbox-access_1.log
log-level = 1

group = mysql-connection
id = smsgw-db
host = 192.168.8.3
port = 3306
username = kannel
password = password
database = traffics
max-connections = 10

group = sqlbox
id = smsgw-db
bearerbox-port = 7961
smsbox-id = smsbox
smsbox-port = 7963
sql-log-table = partner_sent
sql-insert-table = partner_queue
log-file = /home/kannel/var/log/sqlbox_1_pull.log
log-level = 0

Willy Mularto
F300HD+MR18DE (NLC1725)















 

 

Willy Mularto

F300HD+MR18DE (NLC1725)

 

 

 

 

 

 






 

 

 

Willy Mularto

F300HD+MR18DE (NLC1725)

 

 

 

 

 

 






 

 

Willy Mularto


Re: Smsbox sometimes doesn't servicing request

2012-09-26 Thread Willy Mularto
Hi Rene,
This test involved only 1 SMSC and 1 SMSBox :)


On Sep 26, 2012, at 5:48 PM, Rene Kluwen wrote:

 I have a feeling where to look for this.
 Willy, in the test below: Are we talking about 1 smsc and 1 smsbox? Or 
 multiple?
  
 == Rene
  
  
 From: Willy Mularto [mailto:sangpr...@gmail.com] 
 Sent: Wednesday, 26 September, 2012 03:17
 To: Rene Kluwen
 Cc: 'Alexander Malysh'; 'kannel users@kannel.org'
 Subject: Re: Smsbox sometimes doesn't servicing request
  
 MO appears in the sent_sms correctly. Test with 10K MO all in 
 bearerbox-access.log and also all in sent_sms. But some and I prefer say many 
 actually, on repeated of 10K tests only 4K-5K  go through SMSBox. 
  
  
 On Sep 26, 2012, at 3:17 AM, Rene Kluwen wrote:
 
 
 So the question here is: Do the MO’s appear in sent_sms, but didn’t go 
 through to smsbox?
  
 == Rene
  
 From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On 
 Behalf Of Alexander Malysh
 Sent: Tuesday, 25 September, 2012 15:33
 To: Willy Mularto
 Cc: kannel users@kannel.org
 Subject: Re: Smsbox sometimes doesn't servicing request
  
 Hi,
  
 do I read this correct, the way smsbox talk to sqlbox? or do you mean 
 bearerbox talk to sqlbox?
  
 Alex
  
 On 21.09.2012, at 03:34, Willy Mularto sangpr...@gmail.com wrote:
 
 
 
 Hi Alex,
 I did some researches on this matter and can confirm that this issue started 
 right after meta-data was implemented (r4682). And It is more the way SMSBox 
 talk to SQLBox and vice versa. Today I am going to compile current SQLBox SVN 
 against r4681 and let's see the result.
  
  
  
 On Sep 20, 2012, at 11:23 PM, Alexander Malysh wrote:
 
 
 
 Hi,
  
 is this only sqlbox bug or smsbox as well?
  
 Thanks,
 Alex
  
 On 20.09.2012, at 04:42, Willy Mularto sangpr...@gmail.com wrote:
 
 
 
 Yes, all use the latest SVN. I can confirm this is a bug and an old bug 
 actually (since meta-data implemented). Already posted to redmine and 
 contacted developers. Hope they can found the solution.
  
  
  
 On Sep 19, 2012, at 10:47 PM, spameden wrote:
 
 
 
 Hey Willy!
 
 Did you use latest version from SVN?
 
 2012/9/19 Rene Kluwen rene.klu...@chimit.nl
 You seem to have crossed an old sqlbox bug.
 I remember, under high load, sqlbox misses some MO messages.
 
 As of now, for all I know, this hasn't been solved yet.
 
 == Rene
 
 -Original Message-
 From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On
 Behalf Of Willy Mularto
 Sent: Wednesday, 19 September, 2012 12:35
 To: kannel users@kannel.org
 Subject: Smsbox sometimes doesn't servicing request
 
 Guys,
 I have a weird situation. smsbox sometimes doesn't servicing request (not
 forward MO to get-url). Here is my configuration:
 
 group = core
 admin-port = 7960
 smsbox-port = 7961
 admin-password = kannel
 status-password = kannel
 box-allow-ip = 127.0.0.1;192.168.8.
 store-type = spool
 store-location = /home/kannel/var/queue
 sms-incoming-queue-limit = -1
 sms-outgoing-queue-limit = -1
 store-dump-freq = 5
 dlr-storage = mysql
 sms-resend-freq = 60
 sms-resend-retry = -1
 smsbox-max-pending = 100
 log-file = /home/kannel/var/log/bearerbox.log
 access-log = /home/kannel/var/log/bearerbox-access.log
 log-level = 0
 
 group = mysql-connection
 id = mydlr
 host = 192.168.8.3
 username = kannel
 password = password
 database = traffics
 
 group = dlr-db
 id = mydlr
 table = partner_dlr
 field-smsc = smsc
 field-timestamp = ts
 field-destination = destination
 field-source = source
 field-service = service
 field-url = url
 field-mask = mask
 field-status = status
 field-boxc-id = boxc
 
 group = smsc
 smsc = http
 system-type = kannel
 smsc-id = kannel
 smsc-username = kanneluser
 smsc-password = kannelpass
 port = 7278
 send-url = http://192.168.8.2/test.php;
 connect-allow-ip = 127.0.0.1;192.168.8.2
 allowed-smsc-id = kannel
 log-file = /home/kannel/var/log/partner.log
 log-level = 0
 
 group = smsbox-route
 smsbox-id = smsbox
 smsc-id = kannel
 
 group = sendsms-user
 username = kannel
 password = kannel
 max-messages = 10
 concatenation = true
 
 group = sms-service
 keyword = default
 get-url =
 http://handler.kannel.gw:4684/?sender=%preceiver=%Psms=%atelco=%imsgid=
 %Ifid=%F
 catch-all = true
 omit-empty = true
 max-messages = 0
 
 group = smsbox
 smsbox-id = smsbox
 sendsms-port = 7962
 bearerbox-port = 7963
 http-request-retry = 100
 http-queue-delay = 10
 max-pending-requests = 8192
 mo-recode = 1
 log-file = /home/kannel/var/log/smsbox_1.log
 access-log = /home/kannel/var/log/smsbox-access_1.log
 log-level = 1
 
 group = mysql-connection
 id = smsgw-db
 host = 192.168.8.3
 port = 3306
 username = kannel
 password = password
 database = traffics
 max-connections = 10
 
 group = sqlbox
 id = smsgw-db
 bearerbox-port = 7961
 smsbox-id = smsbox
 smsbox-port = 7963
 sql-log-table = partner_sent
 sql-insert-table = partner_queue
 log-file = /home/kannel/var/log/sqlbox_1_pull.log
 log-level = 0
 
 Willy Mularto
 F300HD+MR18DE (NLC1725)
 
 
 
 
 

RE: Kannel submit_sm and submit_sm_resp

2012-09-26 Thread Ombongi Moraa Fe
Hello guys,

we've been having problems with one of our SMSC connections in that our
system has been retransmitting responses at times as many as 8 times. I've
understood *from discussions* that our system for every submit_sm it
doesn't get a resp on, it retransmits;

How can I stop kannel from expecting a submit_sm_resp so that it doesn't
retransmit messages? This retransmission is very grave especially with MT
Billing messages.

Thanks.

Saludos

Ombongi Moraa fe


Re: Kannel submit_sm and submit_sm_resp

2012-09-26 Thread rinor hoxha
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 in sending msg more than once.

Based on your scenario that msg has been (re)transmitted 8 times, you can
play first with this settings:
*wait-ack = 480* or even more
*wait-ack-expire = 0x01*

See if that helps.

BR, Rinor


On Wed, Sep 26, 2012 at 1:15 PM, Ombongi Moraa Fe 
moraa.lovetak...@gmail.com wrote:

 Hello guys,

 we've been having problems with one of our SMSC connections in that our
 system has been retransmitting responses at times as many as 8 times. I've
 understood *from discussions* that our system for every submit_sm it
 doesn't get a resp on, it retransmits;

 How can I stop kannel from expecting a submit_sm_resp so that it doesn't
 retransmit messages? This retransmission is very grave especially with MT
 Billing messages.

 Thanks.

 Saludos

 Ombongi Moraa fe




-- 
so close no matter how far forever trusting who we are and nothing else
matters


Re: Smsbox sometimes doesn't servicing request

2012-09-26 Thread rinor hoxha
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 sangpr...@gmail.com wrote:

 Hi Rene,
 This test involved only 1 SMSC and 1 SMSBox :)


 On Sep 26, 2012, at 5:48 PM, Rene Kluwen wrote:

 I have a feeling where to look for this.
 Willy, in the test below: Are we talking about 1 smsc and 1 smsbox? Or
 multiple?
 ** **
 == Rene
 ** **
 ** **
 *From:* Willy Mularto [mailto:sangpr...@gmail.com]

 *Sent:* Wednesday, 26 September, 2012 03:17
 *To:* Rene Kluwen
 *Cc:* 'Alexander Malysh'; 'kannel users@kannel.org'

 *Subject:* Re: Smsbox sometimes doesn't servicing request
 ** **
 MO appears in the sent_sms correctly. Test with 10K MO all in
 bearerbox-access.log and also all in sent_sms. But some and I prefer say
 many actually, on repeated of 10K tests only 4K-5K  go through SMSBox. ***
 *
 ** **
 ** **
 On Sep 26, 2012, at 3:17 AM, Rene Kluwen wrote:


 
 So the question here is: Do the MO’s appear in sent_sms, but didn’t go
 through to smsbox?
  
 == Rene
  
 *From:* users-boun...@vm1.kannel.org 
 [mailto:users-boun...@vm1.kannel.orgusers-boun...@vm1.kannel.org
 ] *On Behalf Of *Alexander Malysh
 *Sent:* Tuesday, 25 September, 2012 15:33
 *To:* Willy Mularto
 *Cc:* kannel users@kannel.org
 *Subject:* Re: Smsbox sometimes doesn't servicing request
  
 Hi,
  
 do I read this correct, the way smsbox talk to sqlbox? or do you mean
 bearerbox talk to sqlbox?
  
 Alex
  
 On 21.09.2012, at 03:34, Willy Mularto sangpr...@gmail.com wrote:



 
 Hi Alex,
 I did some researches on this matter and can confirm that this issue
 started right after meta-data was implemented (r4682). And It is more the
 way SMSBox talk to SQLBox and vice versa. Today I am going to compile
 current SQLBox SVN against r4681 and let's see the result.
  
  
  
 On Sep 20, 2012, at 11:23 PM, Alexander Malysh wrote:



 
 Hi,
  
 is this only sqlbox bug or smsbox as well?
  
 Thanks,
 Alex
  
 On 20.09.2012, at 04:42, Willy Mularto sangpr...@gmail.com wrote:



 
 Yes, all use the latest SVN. I can confirm this is a bug and an old bug
 actually (since meta-data implemented). Already posted to redmine and
 contacted developers. Hope they can found the solution.
  
  
  
 On Sep 19, 2012, at 10:47 PM, spameden wrote:



 

 Hey Willy!

 Did you use latest version from SVN?
 2012/9/19 Rene Kluwen rene.klu...@chimit.nl
 You seem to have crossed an old sqlbox bug.
 I remember, under high load, sqlbox misses some MO messages.

 As of now, for all I know, this hasn't been solved yet.

 == Rene


 -Original Message-
 From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org]
 On
 Behalf Of Willy Mularto
 Sent: Wednesday, 19 September, 2012 12:35
 To: kannel users@kannel.org
 Subject: Smsbox sometimes doesn't servicing request

 Guys,
 I have a weird situation. smsbox sometimes doesn't servicing request (not
 forward MO to get-url). Here is my configuration:

 group = core
 admin-port = 7960
 smsbox-port = 7961
 admin-password = kannel
 status-password = kannel
 box-allow-ip = 127.0.0.1;192.168.8.
 store-type = spool
 store-location = /home/kannel/var/queue
 sms-incoming-queue-limit = -1
 sms-outgoing-queue-limit = -1
 store-dump-freq = 5
 dlr-storage = mysql
 sms-resend-freq = 60
 sms-resend-retry = -1
 smsbox-max-pending = 100
 log-file = /home/kannel/var/log/bearerbox.log
 access-log = /home/kannel/var/log/bearerbox-access.log
 log-level = 0

 group = mysql-connection
 id = mydlr
 host = 192.168.8.3
 username = kannel
 password = password
 database = traffics

 group = dlr-db
 id = mydlr
 table = partner_dlr
 field-smsc = smsc
 field-timestamp = ts
 field-destination = destination
 field-source = source
 field-service = service
 field-url = url
 field-mask = mask
 field-status = status
 field-boxc-id = boxc

 group = smsc
 smsc = http
 system-type = kannel
 smsc-id = kannel
 smsc-username = kanneluser
 smsc-password = kannelpass
 port = 7278
 send-url = http://192.168.8.2/test.php;
 connect-allow-ip = 127.0.0.1;192.168.8.2
 allowed-smsc-id = kannel
 log-file = /home/kannel/var/log/partner.log
 log-level = 0

 group = smsbox-route
 smsbox-id = smsbox
 smsc-id = kannel

 group = sendsms-user
 username = kannel
 password = kannel
 max-messages = 10
 concatenation = true

 group = sms-service
 keyword = default
 get-url =
 
 http://handler.kannel.gw:4684/?sender=%preceiver=%Psms=%atelco=%imsgid=
 %Ifid=%Fhttp://handler.kannel.gw:4684/?sender=%25preceiver=%25Psms=%25atelco=%25imsgid=%0A%25Ifid=%25F
 
 catch-all = true
 omit-empty = true
 max-messages = 0

 group = smsbox
 smsbox-id = smsbox
 sendsms-port = 7962
 bearerbox-port = 7963
 http-request-retry = 100
 http-queue-delay = 10
 

Kannel PANICS octstr_convert_range

2012-09-26 Thread Rob GB

Hi Kannel people,

I have been using Kannel for almost 2 year, but today it has crashed and cannot 
make it work:


2012-09-26 17:15:23 [28324] [0] INFO: Added logfile 
`/opt/kannel/log/smsbox.log' with level `1'.
2012-09-26 17:15:23 [28324] [0] INFO: Logging accesses to 
'/opt/kannel/log/access.log'.
2012-09-26 17:15:23 [28324] [0] INFO: Started access logfile 
`/opt/kannel/log/access.log'.
2012-09-26 17:15:23 [28324] [0] INFO: HTTP: Opening server at port 13013.
2012-09-26 17:15:23 [28324] [0] INFO: Set up send sms service at port 13013
2012-09-26 17:15:23 [28324] [0] INFO: Connected to bearerbox at localhost port 
13001.
2012-09-26 14:59:38 [754] [4] PANIC: gwlib/octstr.c:2481: seems_valid_real: 
Assertion `ostr != NULL' failed. (Called from 
gwlib/octstr.c:836:octstr_convert_range.)
2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox(gw_panic+0x15b) 
[0x43c74b]
2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x43cfc9]
2012-09-26 14:59:38 [754] [4] PANIC: 
/opt/kannel/sbin/smsbox(octstr_convert_range+0x3d) [0x43d49d]
2012-09-26 14:59:38 [754] [4] PANIC: 
/opt/kannel/sbin/smsbox(urltrans_find+0x55) [0x41cf75]
2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x4156e0]
2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x4337d5]
2012-09-26 14:59:38 [754] [4] PANIC: /lib64/libpthread.so.0 [0x372c20673d]
2012-09-26 14:59:38 [754] [4] PANIC: /lib64/libc.so.6(clone+0x6d) [0x372b6d3d1d]

Neither Kannel nor our app nor the operating system have changed, Kannel just 
entered in PANIC and stopped working.

Kindly assist. Thanks.

///RGB

  


Re: Kannel PANICS octstr_convert_range

2012-09-26 Thread Alexander Malysh
Hi,

seems some queued message within bearerbox cause this panic. Try ether to 
upgrade to the latest SVN version
or delete bearerbox.store file.

Alex

On 26.09.2012, at 17:28, Rob GB rob_gar_...@hotmail.com wrote:

 
 Hi Kannel people,
 
 I have been using Kannel for almost 2 year, but today it has crashed and 
 cannot make it work:
 
 
 2012-09-26 17:15:23 [28324] [0] INFO: Added logfile 
 `/opt/kannel/log/smsbox.log' with level `1'.
 2012-09-26 17:15:23 [28324] [0] INFO: Logging accesses to 
 '/opt/kannel/log/access.log'.
 2012-09-26 17:15:23 [28324] [0] INFO: Started access logfile 
 `/opt/kannel/log/access.log'.
 2012-09-26 17:15:23 [28324] [0] INFO: HTTP: Opening server at port 13013.
 2012-09-26 17:15:23 [28324] [0] INFO: Set up send sms service at port 13013
 2012-09-26 17:15:23 [28324] [0] INFO: Connected to bearerbox at localhost 
 port 13001.
 2012-09-26 14:59:38 [754] [4] PANIC: gwlib/octstr.c:2481: seems_valid_real: 
 Assertion `ostr != NULL' failed. (Called from 
 gwlib/octstr.c:836:octstr_convert_range.)
 2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox(gw_panic+0x15b) 
 [0x43c74b]
 2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x43cfc9]
 2012-09-26 14:59:38 [754] [4] PANIC: 
 /opt/kannel/sbin/smsbox(octstr_convert_range+0x3d) [0x43d49d]
 2012-09-26 14:59:38 [754] [4] PANIC: 
 /opt/kannel/sbin/smsbox(urltrans_find+0x55) [0x41cf75]
 2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x4156e0]
 2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x4337d5]
 2012-09-26 14:59:38 [754] [4] PANIC: /lib64/libpthread.so.0 [0x372c20673d]
 2012-09-26 14:59:38 [754] [4] PANIC: /lib64/libc.so.6(clone+0x6d) 
 [0x372b6d3d1d]
 
 Neither Kannel nor our app nor the operating system have changed, Kannel just 
 entered in PANIC and stopped working.
 
 Kindly assist. Thanks.
 
 ///RGB
 
 




RE: Kannel PANICS octstr_convert_range

2012-09-26 Thread Rob GB

Hi Alex,

Thanks for your email, I delete the bearerbox.store file but eventually the 
error happens again. What could be wrong?

Cheers.


 Subject: Re: Kannel PANICS octstr_convert_range
 From: amal...@kannel.org
 Date: Wed, 26 Sep 2012 18:58:32 +0200
 CC: users@kannel.org
 To: rob_gar_...@hotmail.com

 Hi,

 seems some queued message within bearerbox cause this panic. Try ether to 
 upgrade to the latest SVN version
 or delete bearerbox.store file.

 Alex

 On 26.09.2012, at 17:28, Rob GB rob_gar_...@hotmail.com wrote:

 
  Hi Kannel people,
 
  I have been using Kannel for almost 2 year, but today it has crashed and 
  cannot make it work:
 
 
  2012-09-26 17:15:23 [28324] [0] INFO: Added logfile 
  `/opt/kannel/log/smsbox.log' with level `1'.
  2012-09-26 17:15:23 [28324] [0] INFO: Logging accesses to 
  '/opt/kannel/log/access.log'.
  2012-09-26 17:15:23 [28324] [0] INFO: Started access logfile 
  `/opt/kannel/log/access.log'.
  2012-09-26 17:15:23 [28324] [0] INFO: HTTP: Opening server at port 13013.
  2012-09-26 17:15:23 [28324] [0] INFO: Set up send sms service at port 13013
  2012-09-26 17:15:23 [28324] [0] INFO: Connected to bearerbox at localhost 
  port 13001.
  2012-09-26 14:59:38 [754] [4] PANIC: gwlib/octstr.c:2481: seems_valid_real: 
  Assertion `ostr != NULL' failed. (Called from 
  gwlib/octstr.c:836:octstr_convert_range.)
  2012-09-26 14:59:38 [754] [4] PANIC: 
  /opt/kannel/sbin/smsbox(gw_panic+0x15b) [0x43c74b]
  2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x43cfc9]
  2012-09-26 14:59:38 [754] [4] PANIC: 
  /opt/kannel/sbin/smsbox(octstr_convert_range+0x3d) [0x43d49d]
  2012-09-26 14:59:38 [754] [4] PANIC: 
  /opt/kannel/sbin/smsbox(urltrans_find+0x55) [0x41cf75]
  2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x4156e0]
  2012-09-26 14:59:38 [754] [4] PANIC: /opt/kannel/sbin/smsbox [0x4337d5]
  2012-09-26 14:59:38 [754] [4] PANIC: /lib64/libpthread.so.0 [0x372c20673d]
  2012-09-26 14:59:38 [754] [4] PANIC: /lib64/libc.so.6(clone+0x6d) 
  [0x372b6d3d1d]
 
  Neither Kannel nor our app nor the operating system have changed, Kannel 
  just entered in PANIC and stopped working.
 
  Kindly assist. Thanks.
 
  ///RGB
 
 

  


receiving sms via smpp

2012-09-26 Thread Eric Beda
Hi all,

This is my first time posting. I have installed kannel 1.5.0, opensmppbox
and sqlbox. I want to be able to send and receive messages via SMPP. I've
figured out how to send messages, was wondering how does one receive
messages. is it via the sms-service group in get-url ??.

Regards


Re: receiving sms via smpp

2012-09-26 Thread Alvaro Cornejo
Hi

Yes, you need to tell kannel which url to call in order to deliver the
incoming message.

Then that app -of your own- will process it according to your needs.

Regards

Alvaro


|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
  Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com


On Wed, Sep 26, 2012 at 5:03 PM, Eric Beda eric.b...@kamili.co.tz wrote:
 Hi all,

 This is my first time posting. I have installed kannel 1.5.0, opensmppbox
 and sqlbox. I want to be able to send and receive messages via SMPP. I've
 figured out how to send messages, was wondering how does one receive
 messages. is it via the sms-service group in get-url ??.

 Regards



Re: receiving sms via smpp

2012-09-26 Thread Willy Mularto
User guide and list archive is your best friend :)



On Sep 27, 2012, at 5:03 AM, Eric Beda wrote:

 Hi all,
 
 This is my first time posting. I have installed kannel 1.5.0, opensmppbox and 
 sqlbox. I want to be able to send and receive messages via SMPP. I've figured 
 out how to send messages, was wondering how does one receive messages. is it 
 via the sms-service group in get-url ??. 
 
 Regards

Willy Mularto
F300HD+MR18DE (NLC1725)