RE: 0x58 | Throttling error

2019-09-23 Thread Rene Kluwen
You could at the throughput configuration parameter in your group = smsc.

See the Kannel userguide.

 

== Rene

 

Van: users  Namens Robin C
Verzonden: maandag 23 september 2019 13:09
Aan: users@kannel.org
Onderwerp: 0x58 | Throttling error

 

Dear team we are getting error 0x58 . What is the reason for this error and how 
can i rectify this? 


 

-- 

 Thanks & Regards,

  

  Robin C



 

 

 

Disclaimer:  This message contains confidential information and is intended 
only for the individual named.  If you are not the named addressee you should 
not disseminate, distribute or copy this e-mail.  Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.  E-mail transmission cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail transmission.  If verification is 
required please request a hard-copy version.

7 Switch off as you go |q Recycle always | P Print only if absolutely necessary



0x58 | Throttling error

2019-09-23 Thread Robin C
Dear team we are getting error 0x58 . What is the reason for this error and
how can i rectify this?

-- 
 *Thanks & Regards,*



  Robin C






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Throttling Error

2014-07-02 Thread Алексей Мальгин
Hello,

 

We need help with processing  Throttling Error. SMSC requires us to wait 60
seconds and resend request. Can you help us to setup kannel well? Our config
in attachment. Is it possible?

 

We use Kannel 1.5.0 with sqlbox, smpp 3.4.

group = sqlbox
id = sqlbox-db
smsbox-id = smsbox
#smsbox-id = sqlbox
#global-sender = 
bearerbox-host = 127.0.0.1
bearerbox-port = 13001
smsbox-port = 13002
#smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = /var/log/kannel/kannel-sqlbox.log
log-level = 3
#ssl-client-certkey-file = 
#ssl-server-cert-file = 
#ssl-server-key-file = 
#ssl-trusted-ca-file = 

# Database connection examples. Please uncomment as needed

# Example MYSQL Connection
group = mysql-connection
id = sqlbox-db
host = localhost
username = ***
password = ***
database = ***

# Example ORACLE Connection
#group = oracle-connection
#id = sqlbox-db
#username = myuser
#password = mypass
#tnsname  = //localhost:1521/XE

# Example POSTGRESQL Connection
#group = pgsql-connection
#id = sqlbox-db
#id = sqlbox-db
#username = myuser
#password = mypass
#database = kannel
#host = localhost

# Example SDB Connection with some database URL examples
# *** Note: Uncomment only _one_ url line ***
#group = sdb-connection
#id = sqlbox-db
#url = mysql:host=localhost:db=kannel:uid=myuser:pwd=mypass
#url = sqlite:db=/path/to/kannel.db
#url = sqlite3:db=/path/to/kannel3.db

# Example SQLITE 2 Connection
#group = sqlite-connection
#id = sqlbox-db
#database = /path/to/kannel.db
#max-connections = 1

# Example SQLITE 3 Connection
#group = sqlite3-connection
#id = sqlbox-db
#database = /path/to/kannel.db
#max-connections = 1

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = 1
log-file = /var/log/kannel/kannel.log
log-level = 0
dlr-storage = mysql
#store-file = /var/log/kannel/kannel.store
sms-resend-retry = 1

group = smpp-tlv
name = source_port
tag = 0x0210
type = integer
length = 2
smsc-id = beeline1

group = smsbox
smsbox-id = smsbox
bearerbox-host = 127.0.0.1
bearerbox-port = 13002
log-level = 0
log-file = /var/log/kannel/smsbox.log
sendsms-port = 13003
mo-recode =1

#group = sendsms-user
#username = admin
#password = 
#concatenation = true
#max-messages = 20
#default-smsc = smarts

group = sms-service
keyword = default
catch-all = yes
text = ok
get-url = 
http://localhost/dlr_get.php?k=%k,s=%s,S=%S,r=%r,a=%a,b=%b,t=%t,T=%T,p=%p,P=%P,q=%q,Q=%Q,i=%i,I=%I,d=%d,R=%R,D=%D,A=%A,F=%F,n=%n,c=%c,m=%m,M=%M,C$
post-url = 
http://localhost/dlr_post.php?k=%k,s=%s,S=%S,r=%r,a=%a,b=%b,t=%t,T=%T,p=%p,P=%P,q=%q,Q=%Q,i=%i,I=%I,d=%d,R=%R,D=%D,A=%A,F=%F,n=%n,c=%c,m=%m,M=%M$

group = smsc
smsc = smpp
smsc-id = mts
allowed-smsc-id = mts
preferred-smsc-id = mts
host = ***
port = ***
transceiver-mode = 1
smsc-username = ***
smsc-password = ***
throughput = 0.32
wait-ack = 10
wait-ack-expire = 0x01
max-pending-submits = 1
flow-control = 1
system-type = test
connect-allow-ip = localhost
log-file = /var/log/kannel/smsc.log
log-level = 0
enquire-link-interval = 60
interface-version = 34
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
reconnect-delay = 91
connection-timeout = 120
alt-charset=utf-8

#group = sqlbox
#id = sqlbox-db
#smsbox-id = smsbox
##smsbox-id = sqlbox
##global-sender = 
#bearerbox-host = localhost
#bearerbox-port = 13001
#smsbox-port = 13002
##smsbox-port-ssl = false
#sql-log-table = sent_sms
#sql-insert-table = send_sms
#log-file = /var/log/kannel/kannel-sqlbox.log
#log-level = 0
##ssl-client-certkey-file = 
##ssl-server-cert-file = 
##ssl-server-key-file = 
##ssl-trusted-ca-file = 

# Database connection examples. Please uncomment as needed

# Example MYSQL Connection
#group = mysql-connection
#id = sqlbox-db
#host = localhost
#username = root
#password = CK5worldstreamCK5
#database = chili

group = mysql-connection
id = mydlr
host = localhost
username = ***
password = ***
database = ***
max-connections = 10

group = dlr-db
id = mydlr
table=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



Re: Throttling Error

2014-07-02 Thread spameden
2014-07-02 11:35 GMT+04:00 Алексей Мальгин alexey.mal...@gmail.com:

 Hello,



 We need help with processing  Throttling Error. SMSC requires us to wait
 60 seconds and resend request. Can you help us to setup kannel well? Our
 config in attachment. Is it possible?


You've got weird setting for throughput. 0.32 means its even less than 1.

max-pending-submits is also 1, meaning kannel won't send next submit_sm
packet unless it receives acknowledgement from SMSC.

Ask your SMSC operator to increase throughput for your connection at least
to 10.




 We use Kannel 1.5.0 with sqlbox, smpp 3.4.



RE: Throttling Error

2014-07-02 Thread Алексей Мальгин
Hi,

 

Thanks for the response!

 

 You've got weird setting for throughput. 0.32 means its even less than 1. 

 Ask your SMSC operator to increase throughput for your connection at least to 
 10.

 

It’s test connection with 20 sms per minute. We need to pass test with these 
rules to have commercial connection.

 

 max-pending-submits is also 1, meaning kannel won't send next submit_sm 
 packet unless it receives acknowledgement from SMSC.

 

Yes, we have tried many confing variants, but still couldn't resolve the 
problem. Without this option, or with 1 value - no matter.

 

 

From: spameden [mailto:spame...@gmail.com] 
Sent: Wednesday, July 02, 2014 3:04 PM
To: Алексей Мальгин
Cc: users@kannel.org
Subject: Re: Throttling Error

 

 

 

2014-07-02 11:35 GMT+04:00 Алексей Мальгин alexey.mal...@gmail.com:

Hello,

 

We need help with processing  Throttling Error. SMSC requires us to wait 60 
seconds and resend request. Can you help us to setup kannel well? Our config in 
attachment. Is it possible?

 

You've got weird setting for throughput. 0.32 means its even less than 1. 

 

max-pending-submits is also 1, meaning kannel won't send next submit_sm packet 
unless it receives acknowledgement from SMSC.

 

Ask your SMSC operator to increase throughput for your connection at least to 
10.

 

 

 

We use Kannel 1.5.0 with sqlbox, smpp 3.4.

 



Re: Throttling Error

2014-07-02 Thread spameden
2014-07-02 12:20 GMT+04:00 Алексей Мальгин alexey.mal...@gmail.com:

 Hi,



 Thanks for the response!



  You've got weird setting for throughput. 0.32 means its even less than
 1.

  Ask your SMSC operator to increase throughput for your connection at
 least to 10.



 It’s test connection with 20 sms per minute. We need to pass test with
 these rules to have commercial connection.



  max-pending-submits is also 1, meaning kannel won't send next submit_sm
 packet unless it receives acknowledgement from SMSC.



 Yes, we have tried many confing variants, but still couldn't resolve the
 problem. Without this option, or with 1 value - no matter.





 *From:* spameden [mailto:spame...@gmail.com]
 *Sent:* Wednesday, July 02, 2014 3:04 PM
 *To:* Алексей Мальгин
 *Cc:* users@kannel.org
 *Subject:* Re: Throttling Error







 2014-07-02 11:35 GMT+04:00 Алексей Мальгин alexey.mal...@gmail.com:

 Hello,



 We need help with processing  Throttling Error. SMSC requires us to wait
 60 seconds and resend request. Can you help us to setup kannel well? Our
 config in attachment. Is it possible?



 You've got weird setting for throughput. 0.32 means its even less than 1.



 max-pending-submits is also 1, meaning kannel won't send next submit_sm
 packet unless it receives acknowledgement from SMSC.



 Ask your SMSC operator to increase throughput for your connection at least
 to 10.


throughput in kannel means msg/sec.

it can be a float value, e.g. 0.1 meaning, per minute you'll get  6
sms/minute.

but i'd strongly advise to increate limit at least 600 sms/min or 10
sms/sec.

20sms/min seems to be a very low limit.

max-pending-submits can be only integer value, so you really limiting
yourself at least to 1 sms/second.







 We use Kannel 1.5.0 with sqlbox, smpp 3.4.





回覆︰ SMSC returned error code 0x00000058 (Throttling error)

2013-08-07 Thread Qqblog Qqblog
Is throughput equal to max-pending-submits ? 


throughput is set under smsc - smpp in conf and the value is provided from smpp 
host




 寄件人︰ spameden spame...@gmail.com
收件人︰ Qqblog Qqblog qqb...@ymail.com 
副本(CC)︰ users@kannel.org users@kannel.org 
傳送日期︰ 2013年08月7日 (週三) 3:02 PM
主題︰ Re: SMSC returned error code 0x0058 (Throttling error)
 


Hi




2013/8/7 Qqblog Qqblog qqb...@ymail.com

SMSC returned error code 0x0058 (Throttling error)


Pls advise what parameters can be set to avoid this error.


I just set  throughput = 3 and no other parameter related to the speed.

throughput parameter is what you need.


try adjusting max-pending-submits as well. 

Re: 回覆︰ SMSC returned error code 0x00000058 (Throttling error)

2013-08-07 Thread spameden
No.

Read user-guide before asking.

To be honest I've bored with all your latest questions, most of these were
covered before and you could easily find answers in the google.

throughput float (messages/sec)
If SMSC requires that Kannel
limits the number of messages
per second, use this variable.
This is considered as active
throttling. (optional

max-pending-submits number
Optional the maximum number
of outstanding (i.e.
acknowledged) SMPP operations
between an ESME and SMSC.
This number is not specified
explicitly in the SMPP Protocol
Specification and will be
governed by the SMPP
implementation on the SMSC.
As a guideline it is recommended
that no more than 10 (default)
SMPP messages are outstanding
at any time.



2013/8/7 Qqblog Qqblog qqb...@ymail.com

 Is throughput equal to max-pending-submits ?

 throughput is set under smsc - smpp in conf and the value is provided from
 smpp host

   --
  *寄件人︰* spameden spame...@gmail.com
 *收件人︰* Qqblog Qqblog qqb...@ymail.com
 *副本(CC)︰* users@kannel.org users@kannel.org
 *傳送日期︰* 2013年08月7日 (週三) 3:02 PM
 *主題︰* Re: SMSC returned error code 0x0058 (Throttling error)

 Hi


 2013/8/7 Qqblog Qqblog qqb...@ymail.com

 SMSC returned error code 0x0058 (Throttling error)

 Pls advise what parameters can be set to avoid this error.

 I just set  throughput = 3 and no other parameter related to the speed.


 throughput parameter is what you need.

 try adjusting max-pending-submits as well.






回覆︰ 回覆︰ SMSC returned error code 0x00000058 (Throttling error)

2013-08-07 Thread Qqblog Qqblog
I have read them before. I want to know what the best value for 
max-pending-submits when throughout is equal to 3. 
I have tried max-pending-submits = 5 before, but error persisted.   


Alternative way from google I have tried to set wait-ack = 600, but no 
improvement.




 寄件人︰ spameden spame...@gmail.com
收件人︰ Qqblog Qqblog qqb...@ymail.com 
副本(CC)︰ users@kannel.org users@kannel.org 
傳送日期︰ 2013年08月7日 (週三) 4:40 PM
主題︰ Re: 回覆︰ SMSC returned error code 0x0058 (Throttling error)
 


No.

Read user-guide before asking.

To be honest I've bored with all your latest questions, most of these were 
covered before and you could easily find answers in the google.

throughput float (messages/sec)
If SMSC requires that Kannel
limits the number of messages
per second, use this variable.
This is considered as active
throttling. (optional

max-pending-submits number
Optional the maximum number
of outstanding (i.e.
acknowledged) SMPP operations
between an ESME and SMSC.
This number is not specified
explicitly in the SMPP Protocol
Specification and will be
governed by the SMPP
implementation on the SMSC.
As a guideline it is recommended
that no more than 10 (default)
SMPP messages are outstanding
at any time.





2013/8/7 Qqblog Qqblog qqb...@ymail.com

Is throughput equal to max-pending-submits ? 



throughput is set under smsc - smpp in conf and the value is provided from 
smpp host





 寄件人︰ spameden spame...@gmail.com
收件人︰ Qqblog Qqblog qqb...@ymail.com 
副本(CC)︰ users@kannel.org users@kannel.org 
傳送日期︰ 2013年08月7日 (週三) 3:02 PM
主題︰ Re: SMSC returned error code 0x0058 (Throttling error)
 


Hi




2013/8/7 Qqblog Qqblog qqb...@ymail.com

SMSC returned error code 0x0058 (Throttling error)


Pls advise what parameters can be set to avoid this error.


I just set  throughput = 3 and no other parameter related to the speed.


throughput parameter is what you need.


try adjusting max-pending-submits as well. 





Re: 回覆︰ SMSC returned error code 0x00000058 (Throttling error)

2013-08-07 Thread Alejandro Guerrieri
Throttling error means you're sending too fast. Ask your smsc provider what the 
limit is and set throughput accordingly. They might recommend max pending 
submits as well, sometimes they call it windowing. Read the manual for further 
details.

Regards,
--
Alex Guerrieri

On Aug 7, 2013, at 4:37, Qqblog Qqblog qqb...@ymail.com wrote:

 Is throughput equal to max-pending-submits ? 
 
 throughput is set under smsc - smpp in conf and the value is provided from 
 smpp host
 
 寄件人︰ spameden spame...@gmail.com
 收件人︰ Qqblog Qqblog qqb...@ymail.com 
 副本(CC)︰ users@kannel.org users@kannel.org 
 傳送日期︰ 2013年08月7日 (週三) 3:02 PM
 主題︰ Re: SMSC returned error code 0x0058 (Throttling error)
 
 Hi
 
 
 2013/8/7 Qqblog Qqblog qqb...@ymail.com
 SMSC returned error code 0x0058 (Throttling error)
 
 Pls advise what parameters can be set to avoid this error.
 
 I just set  throughput = 3 and no other parameter related to the speed.
 
 throughput parameter is what you need.
 
 try adjusting max-pending-submits as well. 
 
 
 


throttling error and dlr

2012-07-04 Thread Moazzam Ali
is it possible to have dlr from SMSC if  some messages are facing 
throttling error?




Re: throttling error and dlr

2012-07-04 Thread spameden
kannel is an asynchronous sender, pretty sure 'throttling error' limits
only sending functionality not DLR receiving

2012/7/4 Moazzam Ali moz...@gmail.com

 is it possible to have dlr from SMSC if  some messages are facing
 throttling error?




Re: throttling error and dlr

2012-07-04 Thread Moazzam Ali
true, but my question was is it possible to get some kind of dlr if a 
message failed with throttling error.  For example if we see the kannel 
logs, SMSC only send dlr for error 0x0045 (submit failed) but not 
for 0x0058 (throttling error) so i want to have the dlr also for 
error 58


On 07/04/2012 11:00 PM, spameden wrote:
kannel is an asynchronous sender, pretty sure 'throttling error' 
limits only sending functionality not DLR receiving


2012/7/4 Moazzam Ali moz...@gmail.com mailto:moz...@gmail.com

is it possible to have dlr from SMSC if  some messages are facing
throttling error?







Re: throttling error and dlr

2012-07-04 Thread spameden
You mean SMSC should send a DLR report with an error?

I don't think it's by SMPP standard. You can always grep kannel's log on
this error.

2012/7/4 Moazzam Ali moz...@gmail.com

  true, but my question was is it possible to get some kind of dlr if a
 message failed with throttling error.  For example if we see the kannel
 logs, SMSC only send dlr for error 0x0045 (submit failed) but not for
 0x0058 (throttling error) so i want to have the dlr also for error 58


 On 07/04/2012 11:00 PM, spameden wrote:

 kannel is an asynchronous sender, pretty sure 'throttling error' limits
 only sending functionality not DLR receiving

 2012/7/4 Moazzam Ali moz...@gmail.com

 is it possible to have dlr from SMSC if  some messages are facing
 throttling error?







Re: throttling error and dlr

2012-07-04 Thread Moazzam Ali
exactly, i want to have dlr report with an error in case of throttling. 
OK, it is not supported by SMPP?



On 07/04/2012 11:09 PM, spameden wrote:

You mean SMSC should send a DLR report with an error?

I don't think it's by SMPP standard. You can always grep kannel's log 
on this error.


2012/7/4 Moazzam Ali moz...@gmail.com mailto:moz...@gmail.com

true, but my question was is it possible to get some kind of dlr
if a message failed with throttling error. For example if we see
the kannel logs, SMSC only send dlr for error 0x0045 (submit
failed) but not for 0x0058 (throttling error) so i want to
have the dlr also for error 58


On 07/04/2012 11:00 PM, spameden wrote:

kannel is an asynchronous sender, pretty sure 'throttling error'
limits only sending functionality not DLR receiving

2012/7/4 Moazzam Ali moz...@gmail.com mailto:moz...@gmail.com

is it possible to have dlr from SMSC if  some messages are
facing throttling error?











RE: throttling error and dlr

2012-07-04 Thread Rene Kluwen
Currently, Kannel does not send a dlr report upon receiving a Throttling
error.

Instead, it just puts the message in the queue, and you will receive a dlr
with status=8 when the message is relayed to your smsc.

 

== Rene

 

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Moazzam Ali
Sent: Wednesday, 04 July, 2012 20:14
To: spameden
Cc: users@kannel.org
Subject: Re: throttling error and dlr

 

exactly, i want to have dlr report with an error in case of throttling. OK,
it is not supported by SMPP?  


On 07/04/2012 11:09 PM, spameden wrote:

You mean SMSC should send a DLR report with an error?

I don't think it's by SMPP standard. You can always grep kannel's log on
this error. 

2012/7/4 Moazzam Ali moz...@gmail.com

true, but my question was is it possible to get some kind of dlr if a
message failed with throttling error.  For example if we see the kannel
logs, SMSC only send dlr for error 0x0045 (submit failed) but not for
0x0058 (throttling error) so i want to have the dlr also for error 58 



On 07/04/2012 11:00 PM, spameden wrote:

kannel is an asynchronous sender, pretty sure 'throttling error' limits only
sending functionality not DLR receiving

2012/7/4 Moazzam Ali moz...@gmail.com

is it possible to have dlr from SMSC if  some messages are facing throttling
error?

 

 

 

 



Re: throttling error and dlr

2012-07-04 Thread Alvaro Cornejo
You can always hack kannel smpp to add that feature.

Knowing you will branch off kannel and in the future, re-patch kannel
on each new version. You might algo submit your patch to devel list to
see if they can incorporate it to the main trunk.

Regards

Alvaro

On 7/4/12, Rene Kluwen rene.klu...@chimit.nl wrote:
 Currently, Kannel does not send a dlr report upon receiving a Throttling
 error.

 Instead, it just puts the message in the queue, and you will receive a dlr
 with status=8 when the message is relayed to your smsc.



 == Rene





 From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
 Of Moazzam Ali
 Sent: Wednesday, 04 July, 2012 20:14
 To: spameden
 Cc: users@kannel.org
 Subject: Re: throttling error and dlr



 exactly, i want to have dlr report with an error in case of throttling. OK,
 it is not supported by SMPP?


 On 07/04/2012 11:09 PM, spameden wrote:

 You mean SMSC should send a DLR report with an error?

 I don't think it's by SMPP standard. You can always grep kannel's log on
 this error.

 2012/7/4 Moazzam Ali moz...@gmail.com

 true, but my question was is it possible to get some kind of dlr if a
 message failed with throttling error.  For example if we see the kannel
 logs, SMSC only send dlr for error 0x0045 (submit failed) but not for
 0x0058 (throttling error) so i want to have the dlr also for error 58



 On 07/04/2012 11:00 PM, spameden wrote:

 kannel is an asynchronous sender, pretty sure 'throttling error' limits
 only
 sending functionality not DLR receiving

 2012/7/4 Moazzam Ali moz...@gmail.com

 is it possible to have dlr from SMSC if  some messages are facing
 throttling
 error?












-- 
|-|
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



Re: Throttling Error -URGENT

2009-08-25 Thread sapna singh

   Dear Team,

 I'm using kannel-1.4.3 for SMPP connectivity.



 I'm facing throttling error last 2 month.
 Plz resolve my issue.

 URGENT.

 I'm in do and die situation.





 --
 Regards
 Sapna



 --
 Regards
 Sapna




-- 
Regards
Sapna


Re: Throttling Error -URGENT

2009-08-25 Thread Nikos Balkanas
Hi,

You have this problem for 2 months now and have done nothing, and suddenly 
today you decide is do and die?

So, what is your problem? Please provide detailed relevant logs and 
configuration file.

BR,
Nikos
  - Original Message - 
  From: sapna singh 
  To: users-requ...@kannel.org ; users@kannel.org 
  Sent: Tuesday, August 25, 2009 10:28 AM
  Subject: Re: Throttling Error -URGENT


Dear Team,

I'm using kannel-1.4.3 for SMPP connectivity.



I'm facing throttling error last 2 month.
Plz resolve my issue.

URGENT.

I'm in do and die situation.



 

-- 
Regards
Sapna 






-- 
Regards
Sapna 





  -- 
  Regards
  Sapna 


Re: Throttling Error -URGENT

2009-08-25 Thread sapna singh
I don't know where i should apply for kannel problem.

Today my friend told me.

We are facing throttling. Throttling is main issue.

We have 2 system id acctount given us by our vendor with 2 ips
 They Limit us meassage/second.



e.g.

IP-192.168.1.1
IP-192.168.1.2


SystemiD
1-sms1
 IP-192.168.1.1-37
IP-192.168.1.2-37

2-sms2
 IP-192.168.1.1-42
IP-192.168.1.2-42

Plz find the config file for reference.

Plz tell me what u will charge for that and give me your contact no.






2009/8/25 Nikos Balkanas nbalka...@gmail.com

  Hi,

 You have this problem for 2 months now and have done nothing, and suddenly
 today you decide is do and die?

 So, what is your problem? Please provide detailed relevant logs and
 configuration file.

 BR,
 Nikos

 - Original Message -
 *From:* sapna singh sapnasingh...@gmail.com
 *To:* users-requ...@kannel.org ; users@kannel.org
 *Sent:* Tuesday, August 25, 2009 10:28 AM
 *Subject:* Re: Throttling Error -URGENT

Dear Team,

 I'm using kannel-1.4.3 for SMPP connectivity.



 I'm facing throttling error last 2 month.
 Plz resolve my issue.

 URGENT.

 I'm in do and die situation.





 --
 Regards
 Sapna



 --
 Regards
 Sapna




 --
 Regards
 Sapna




-- 
Regards
Sapna


smsReliance.conf
Description: Binary data


Re: Throttling Error -URGENT

2009-08-25 Thread Alejandro Guerrieri
I'd start reading the fine manual, specially the section where it mentions
the throughput parameter...

On Tue, Aug 25, 2009 at 11:10 AM, sapna singh sapnasingh...@gmail.comwrote:

 I don't know where i should apply for kannel problem.

 Today my friend told me.

 We are facing throttling. Throttling is main issue.

 We have 2 system id acctount given us by our vendor with 2 ips
  They Limit us meassage/second.



 e.g.

 IP-192.168.1.1
 IP-192.168.1.2


 SystemiD
 1-sms1
  IP-192.168.1.1-37
 IP-192.168.1.2-37

 2-sms2
  IP-192.168.1.1-42
 IP-192.168.1.2-42

 Plz find the config file for reference.

 Plz tell me what u will charge for that and give me your contact no.






 2009/8/25 Nikos Balkanas nbalka...@gmail.com

  Hi,

 You have this problem for 2 months now and have done nothing, and suddenly
 today you decide is do and die?

 So, what is your problem? Please provide detailed relevant logs and
 configuration file.

 BR,
 Nikos

 - Original Message -
 *From:* sapna singh sapnasingh...@gmail.com
 *To:* users-requ...@kannel.org ; users@kannel.org
 *Sent:* Tuesday, August 25, 2009 10:28 AM
 *Subject:* Re: Throttling Error -URGENT

Dear Team,

 I'm using kannel-1.4.3 for SMPP connectivity.



 I'm facing throttling error last 2 month.
 Plz resolve my issue.

 URGENT.

 I'm in do and die situation.





 --
 Regards
 Sapna



 --
 Regards
 Sapna




 --
 Regards
 Sapna




 --
 Regards
 Sapna



Re: Throttling Error -URGENT

2009-08-25 Thread Nikos Balkanas
Hi,

1) Waht kannel version do you use?

2) I see that you have configured throughput to 25/min. Is this right? It 
doesn't work correctly? What's the problem? Normally even a few SMS out of 
throughput doesn't matter, since SMSC rejects them and kannel sends them again 
later.

Alex Malysh has been working to make throughput more robust.

BR,
Nikos
  - Original Message - 
  From: sapna singh 
  To: Nikos Balkanas 
  Cc: us...@vm1.kannel.org 
  Sent: Tuesday, August 25, 2009 12:10 PM
  Subject: Re: Throttling Error -URGENT


  I don't know where i should apply for kannel problem.

  Today my friend told me.

  We are facing throttling. Throttling is main issue.

  We have 2 system id acctount given us by our vendor with 2 ips
   They Limit us meassage/second.



  e.g.

  IP-192.168.1.1
  IP-192.168.1.2


  SystemiD
  1-sms1
  IP-192.168.1.1-37
  IP-192.168.1.2-37

  2-sms2
  IP-192.168.1.1-42
  IP-192.168.1.2-42

  Plz find the config file for reference.

  Plz tell me what u will charge for that and give me your contact no.





   
  2009/8/25 Nikos Balkanas nbalka...@gmail.com

Hi,

You have this problem for 2 months now and have done nothing, and suddenly 
today you decide is do and die?

So, what is your problem? Please provide detailed relevant logs and 
configuration file.

BR,
Nikos
  - Original Message - 
  From: sapna singh 
  To: users-requ...@kannel.org ; users@kannel.org 
  Sent: Tuesday, August 25, 2009 10:28 AM
  Subject: Re: Throttling Error -URGENT


Dear Team,

I'm using kannel-1.4.3 for SMPP connectivity.



I'm facing throttling error last 2 month.
Plz resolve my issue.

URGENT.

I'm in do and die situation.



 

-- 
Regards
Sapna 






-- 
Regards
Sapna 





  -- 
  Regards
  Sapna 





  -- 
  Regards
  Sapna 


Re: Throttling Error -URGENT

2009-08-25 Thread Alejandro Guerrieri
throughtput = 25 means 25/sec, which may be too much for your carrier (or
not...that depends on their configuration).
I'd try lowering that value and see if it helps.

Nikos is right, latest CVS has a much improved throughput handling, you
should try it, it's as stable as 1.4.1 if not more.

Regards,

Alejandro

2009/8/25 Nikos Balkanas nbalka...@gmail.com

  Hi,

 1) Waht kannel version do you use?

 2) I see that you have configured throughput to 25/min. Is this right? It
 doesn't work correctly? What's the problem? Normally even a few SMS out of
 throughput doesn't matter, since SMSC rejects them and kannel sends them
 again later.

 Alex Malysh has been working to make throughput more robust.

 BR,
 Nikos

 - Original Message -
 *From:* sapna singh sapnasingh...@gmail.com
 *To:* Nikos Balkanas nbalka...@gmail.com
 *Cc:* us...@vm1.kannel.org
 *Sent:* Tuesday, August 25, 2009 12:10 PM
 *Subject:* Re: Throttling Error -URGENT

 I don't know where i should apply for kannel problem.

 Today my friend told me.

 We are facing throttling. Throttling is main issue.

 We have 2 system id acctount given us by our vendor with 2 ips
  They Limit us meassage/second.



 e.g.

 IP-192.168.1.1
 IP-192.168.1.2


 SystemiD
 1-sms1
  IP-192.168.1.1-37
 IP-192.168.1.2-37

 2-sms2
  IP-192.168.1.1-42
 IP-192.168.1.2-42

 Plz find the config file for reference.

 Plz tell me what u will charge for that and give me your contact no.






 2009/8/25 Nikos Balkanas nbalka...@gmail.com

  Hi,

 You have this problem for 2 months now and have done nothing, and suddenly
 today you decide is do and die?

 So, what is your problem? Please provide detailed relevant logs and
 configuration file.

 BR,
 Nikos

 - Original Message -
 *From:* sapna singh sapnasingh...@gmail.com
 *To:* users-requ...@kannel.org ; users@kannel.org
 *Sent:* Tuesday, August 25, 2009 10:28 AM
 *Subject:* Re: Throttling Error -URGENT

Dear Team,

 I'm using kannel-1.4.3 for SMPP connectivity.



 I'm facing throttling error last 2 month.
 Plz resolve my issue.

 URGENT.

 I'm in do and die situation.





 --
 Regards
 Sapna



 --
 Regards
 Sapna




 --
 Regards
 Sapna




 --
 Regards
 Sapna




Strange Throttling error (carrier log provided)

2007-02-09 Thread Juan Nin

Hi!

We've been struggling for weeks with a carrier which it's SMSC is 
returning Throttling errors to some of our sent MTs.
We first tried modifiying throughput value, but error persisted, then 
tried modifying windowing related parameters, but the error persisted 
too...


The strange thing is that the messages that receive the Throttling 
error, which obviously remain queued, continue receiving the same error 
while being retransmited again... and while these continue receiving the 
error, at the same time other messages pass through without any 
problem... then at some moment, in some cases hours after, in others 
several days after, the message gets through


Yesterday they sent me this log from their platform, which ends with the 
error on their side.
I believe they are using the LOGICA platform, the error in the end 
appears to be:


16:45:55.57|01400C1C|smpp_lib_make_smpp_error: MSTA 0x0B MERR 0x0400 
from SERR file gives SMPP 88



I found this on 
http://w3.cinbell.com/04bsales/clec/ICGuide.nsf/Published/88E038833D7BF29C8525666C004503B9?OpenDocument 



.MSTA - a statistical file from an interconnection migrate order. When a 
migrate order is entered, using a standard service order, the record 
must be unlocked to enable the system to process it. If not unlocked, 
the record will be sent to the migrate hold table. The DBMS will try to 
reprocess the record again. A .MSTA file is generated when the process 
is successful.


MERR - a file that contains records that were unable to be migrated 
because the record is not unlocked.


and this on: 
http://209.85.165.104/search?q=cache:JL9THNxxbToJ:www.sbc.com/Large-Files/NV-LD/Appendix_G_-_CLECN_Accessible_Letters/Tab_0038/CLECN01-020.doc+MSTA+MERRhl=esct=clnkcd=6gl=uy 



If migration transactions error due to the record not being unlocked, 
they will be re-tried, up to twice more.  If this occurs, the migration 
retry status will not be returned with the original file name.  Instead, 
the CLEC will see a file extension of 1) .MERR , or 2) .MSTA .  Files 
with .MERR or .MSTA extensions will never be renamed back to their 
original file name.  These file extensions are indicative of migrate 
retry errors (the migrate transactions that have failed over a 48-hour 
period) and migrate status (the migrate transactions that completed 
within 48 hours).



So it makes me think, they are having some problems while writing to 
their CDRs, or something like that...

Does anyone have a clue on what the problem may be??

Thanks in advance!

This is the complete log they sent to me:


16:45:55.55|01400C1C|Command received from hub.
16:45:55.55|01400C1C|   command_length 163 dec
16:45:55.55|01400C1C|   command_id 0004 hex   SUBMIT_SM
16:45:55.55|01400C1C|   command_status  hex   OK
16:45:55.55|01400C1C|   sequence_number8013 dec
16:45:55.55|01400C1C|   service_type   
16:45:55.55|01400C1C|   source_addr_ton02 hex National
16:45:55.55|01400C1C|   source_addr_npi01 hex 
ISDN/Telephone (E163/E164)

16:45:55.55|01400C1C|   source_addr22333
16:45:55.55|01400C1C|   dest_addr_ton  02 hex National
16:45:55.55|01400C1C|   dest_addr_npi  01 hex 
ISDN/Telephone (E163/E164)

16:45:55.55|01400C1C|   destination_addr   1234567890
16:45:55.55|01400C1C|   esm_class  00 hex
16:45:55.55|01400C1C|   protocol_id00 hex PLMN
16:45:55.55|01400C1C|   priority_flag  00 hex
16:45:55.55|01400C1C|   schedule_delivery_time 
16:45:55.55|01400C1C|   validity_period
16:45:55.55|01400C1C|   registered_delivery_flag   00 hex
16:45:55.55|01400C1C|   replace_if_present_flag00 hex
16:45:55.55|01400C1C|   data_coding00 hex SMSC 
default alphabet

16:45:55.55|01400C1C|   sm_default_msg_id  00 hex
16:45:55.55|01400C1C|   sm_length  73 hex 115 dec
16:45:55.55|01400C1C|   short_message  Armonioso ritmo de 
dos notas, Indefinible elixir magico Mur

mullo de almas paralel
16:45:55.55|01400C1C|  as,Volcan de deseo 
que va a arder.

16:45:55.55|01400C1C|NRT: recognised address as type LARGE ACCOUNT
16:45:55.55|01400C1C|SAD_RAW_ENCODE: Encoding 22333 as an TELEPHONE 
UNKNOWN address
16:45:55.55|01400C1C|SAD_RAW_ENCODE: Encoded address 
0005812233F3FF
16:45:55.55|01400C1C|SAD_RAW_ENCODE: Encoding 22333 as an TELEPHONE 
NATIONAL address
16:45:55.55|01400C1C|SAD_RAW_ENCODE: Encoded address 
3B05A12233F3FF
16:45:55.55|01400C1C|OMOD set to message source_addr: 
ton=2,npi=1,addr=22333

16:45:55.55|01400C1C|NRT: recognised address as type LARGE ACCOUNT
16:45:55.55|01400C1C|SAD_RAW_ENCODE: Encoding 22333 as an TELEPHONE 
UNKNOWN address
16:45:55.55|01400C1C|SAD_RAW_ENCODE: Encoded address 
0005812233F3FF

16:45:55.55|01400C1C|map_npi_ton

SMSC returns Throttling error a bit too often

2006-10-30 Thread David Szanto
Hi everyone,
I've got kannel v 1.4.0 installed on a debian (Sarge) platform comunicating 
with a SMSC through SMPP v3.4.  Now, I've been getting the following error 7 
times every 30 seconds or so:
---
2006-10-30 07:23:08 [5408] [7] WARNING: SMPP: PDU NULL terminated string has 
no NULL.
2006-10-30 07:23:08 [5408] [7] ERROR: 
SMPP[SMPP:smsc:9802/9802:PLAT_GPP:GENASYS]: SMSC returned error code 
0x0058 (Throttling error) in response to submit_sm.
---

I've got kannel configured with:
thoughput=10
in order not to stampeed over the SMSC.

But I don't really understand what the SMSC means by this error.  
On the othe hand I'm also getting:

2006-10-30 07:31:13 [5408] [7] ERROR: SMPP: Unknown TLV(0x000e,0x0001,01) for 
PDU type (deliver_sm) received!

For what I've read, it could be solved by changing interface-version to 33.  
But the SMSC kannel is talking to works with SMPP3.4, so I'm a bit lost in 
that respect also.

If anyone can help me solve this issues or at least help me understand what 
they mean, I'd appreciate it very much.

Thanks,

---
David Szanto Cori
Genasys II Spain, S.A.U.

Ventura de la Vega, 5
28014 - Madrid, SPAIN
Phone   + 34 91 364 91 00
Fax + 34 91 364 91 19
Email   [EMAIL PROTECTED]
www.genasys.com


Este mensaje se dirige exclusivamente a su destinatario y 
puede contener información privilegiada o confidencial. Si no 
es Vd. el destinatario indicado, queda notificado de que la 
utilización, divulgación y/o copia sin autorización está 
prohibida en virtud de la legislación vigente. Si ha recibido 
este mensaje por error, le rogamos nos lo comunique 
inmediatamente por esta misma vía y proceda a su destrucción.

This message is intended exclusively for its addressee and 
may contain information that is confidential and protected by 
professional privilege. If you are not the intended recipient 
you are hereby notified that any dissemination, copy or 
disclosure of this communication is strictly prohibited by 
law. If this message has been received in error, please 
inmediately notify us via e-mail and delete it.




Re: SMSC returns Throttling error a bit too often

2006-10-30 Thread Ben Suffolk

Hi everyone,
I've got kannel v 1.4.0 installed on a debian (Sarge) platform  
comunicating
with a SMSC through SMPP v3.4.  Now, I've been getting the  
following error 7

times every 30 seconds or so:
-- 
-
2006-10-30 07:23:08 [5408] [7] WARNING: SMPP: PDU NULL terminated  
string has

no NULL.
2006-10-30 07:23:08 [5408] [7] ERROR:
SMPP[SMPP:smsc:9802/9802:PLAT_GPP:GENASYS]: SMSC returned error code
0x0058 (Throttling error) in response to submit_sm.
-- 
-


I've got kannel configured with:
thoughput=10
in order not to stampeed over the SMSC.

But I don't really understand what the SMSC means by this error.
On the othe hand I'm also getting:

2006-10-30 07:31:13 [5408] [7] ERROR: SMPP: Unknown TLV(0x000e, 
0x0001,01) for

PDU type (deliver_sm) received!

For what I've read, it could be solved by changing interface- 
version to 33.
But the SMSC kannel is talking to works with SMPP3.4, so I'm a bit  
lost in

that respect also.


David,

It sounds to me like you are sending more messages per second that  
your operator is allowing. Ask them how many messages per second you  
are allowed to send, and then set the throughput accordingly.


Regards

Ben




Re: SMSC returns Throttling error a bit too often

2006-10-30 Thread David Szanto
Hi Ben,
Thanks for your prompt response!!
According to my operator they used to have a limit of 10 SMSs/second, but they 
changed it to unlimited days ago.
Actually that's why I set the throughput to 10.

I'm quite lost with this.  Besides I'm quite new to kannel. :-D
Any other ideas?

Thanks again!!
David

El Lunes, 30 de Octubre de 2006 14:48, escribió:

 David,

 It sounds to me like you are sending more messages per second that
 your operator is allowing. Ask them how many messages per second you
 are allowed to send, and then set the throughput accordingly.

 Regards

 Ben



throttling error

2006-03-28 Thread Willy



Guys,
Anybody knows what does this error 
mean?

SMSC returned error code 0x0058 (Throttling 
error) in response to submit_sm.

And how to fix it? Many thanks for your kind 
help.

Regards


Willy


Re: throttling error

2006-03-28 Thread Ady Wicaksono
It means that you try to send more than allowed maximum speed of sending 
submit_sm, for example SMSC limit up to 5 submit_sm/second.
if you try to send submit_sm more than 5 submit_sm/second, you'll got 
this error.


To fix, decrease the speed, see variable throughput

Thx

Willy wrote:


Guys,
Anybody knows what does this error mean?
 
SMSC returned error code 0x0058 (Throttling error) in response to 
submit_sm.
 
And how to fix it? Many thanks for your kind help.
 
Regards
 
 
Willy







Re: Throttling error

2005-06-15 Thread Akhil Srinivasan
Hi Im trying to limit the SMS out rate to around 12 SMS per minute, ir
1 sms every 5 seconds. Can i use a decimal number like 0.2 as the
throughput. 

Thanks

Akhil SrinivasanOn 6/13/05, Alejandro Guerrieri [EMAIL PROTECTED] wrote:
Ask your SMSC operator how many messages/sec you are allowed to sendon that link and use the throughput setting to limit the maximum
messages per second on the link.Basically it means putting something like:throughput = 10On the SMSC group to limit max throughput to 10 msgs/sec.Search on the documentation for more info about it.
Hope it helps,On 6/13/05, mazher bashir [EMAIL PROTECTED] wrote: No it does not loose the connection .Throttling error occurs when smsc
 blocks the account and reject the submit_sm.I want when Throttling error occurs bearbox stop sending the message to smsc some time ,defined by user. -Original Message-
 From: Aleksandar Ivanovski [mailto:[EMAIL PROTECTED]] Sent: Monday, June 13, 2005 10:14 AM To: mazher bashir
 Subject: Re: Throttling error Hi, can you pls explain the problem a little bit more, I think I have the same problem as well.(What is exaclty throttling Error, loosing
 connection with SMSC?) regards, Aleksandar mazher bashir wrote:  Hi all I am facing throttling errors .My kannel version is 1.4 and  operation system in linux 
7.2 .When ever i received throtling error from  smsc bearbox keep sending the sms to smsc .is there any way that i can  put wait orsuspend or stop to bearboxthat it don't send messages
 in  queue without stoping kannel.Is there any solution for throttling Error?.Mazher Bashir 
 -- Aleksandar Ivanovski Hardware and System Support Manager EuroNetCom Sv.Kliment Ohridski 68a tel: +389 2 3 290 580 email: 
[EMAIL PROTECTED] http://www.euronetcom.com.mk--Alejandro GuerrieriMagicom
http://www.magicom-bcn.net/


Throttling error

2005-06-13 Thread mazher bashir
Title: Message



Hi 
all
 I am 
facing throttling errors.My kannel version is 1.4 and operation system in 
linux 7.2 .When ever i received throtling error from smsc bearbox keep sending 
the smsto smsc .is there any way that i can put wait or suspend or 
stoptobearbox that it don't send messages in queue without 
stoping kannel.Is there any solution for throttling Error?.



Mazher Bashir



RE: Throttling error

2005-06-13 Thread mazher bashir

No it does not loose the connection .Throttling error occurs when smsc
blocks the account and reject the submit_sm.I want when Throttling error
occurs bearbox stop sending the message to smsc some time ,defined by
user.


-Original Message-
From: Aleksandar Ivanovski
[mailto:[EMAIL PROTECTED] 
Sent: Monday, June 13, 2005 10:14 AM
To: mazher bashir
Subject: Re: Throttling error


Hi,

can you pls explain the problem a little bit more, I think I have the 
same problem as well.(What is exaclty throttling Error, loosing 
connection with SMSC?)

regards,
Aleksandar

mazher bashir wrote:
 Hi all
  I am facing throttling errors .My kannel version is 1.4 and
 operation system in linux 7.2 .When ever i received throtling error
from 
 smsc bearbox keep sending the sms to smsc .is there any way that i can

 put wait or  suspend or stop to bearbox  that it don't send messages
in 
 queue without stoping kannel.Is there any solution for throttling
Error?.
  
  
 Mazher Bashir
  


-- 
Aleksandar Ivanovski
Hardware and System Support Manager
EuroNetCom
Sv.Kliment Ohridski 68a
tel: +389 2 3 290 580
email: [EMAIL PROTECTED]
http://www.euronetcom.com.mk



Re: Throttling error

2005-06-13 Thread Alejandro Guerrieri
Ask your SMSC operator how many messages/sec you are allowed to send
on that link and use the throughput setting to limit the maximum
messages per second on the link.

Basically it means putting something like:

throughput = 10

On the SMSC group to limit max throughput to 10 msgs/sec.

Search on the documentation for more info about it.

Hope it helps,

On 6/13/05, mazher bashir [EMAIL PROTECTED] wrote:
 
 No it does not loose the connection .Throttling error occurs when smsc
 blocks the account and reject the submit_sm.I want when Throttling error
 occurs bearbox stop sending the message to smsc some time ,defined by
 user.
 
 
 -Original Message-
 From: Aleksandar Ivanovski
 [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 13, 2005 10:14 AM
 To: mazher bashir
 Subject: Re: Throttling error
 
 
 Hi,
 
 can you pls explain the problem a little bit more, I think I have the
 same problem as well.(What is exaclty throttling Error, loosing
 connection with SMSC?)
 
 regards,
 Aleksandar
 
 mazher bashir wrote:
  Hi all
   I am facing throttling errors .My kannel version is 1.4 and
  operation system in linux 7.2 .When ever i received throtling error
 from
  smsc bearbox keep sending the sms to smsc .is there any way that i can
 
  put wait or  suspend or stop to bearbox  that it don't send messages
 in
  queue without stoping kannel.Is there any solution for throttling
 Error?.
 
 
  Mazher Bashir
 
 
 
 --
 Aleksandar Ivanovski
 Hardware and System Support Manager
 EuroNetCom
 Sv.Kliment Ohridski 68a
 tel: +389 2 3 290 580
 email: [EMAIL PROTECTED]
 http://www.euronetcom.com.mk
 
 


-- 
Alejandro Guerrieri
Magicom
http://www.magicom-bcn.net/