Re: Problem with configuring kannel+sqlbox+smppbox

2011-03-31 Thread Kiran Reddy

Hi,

Try this configuration.


KANNEL.CONF
#-
# CORE
group = core
admin-port = [cut]
admin-allow-ip = [cut]
smsbox-port = 13001
admin-password = [cut]
log-level = 0
log-file = /var/log/kannel/core.log
access-log = /var/log/kannel/core-access.log
store-file = /var/log/kannel/kannel.store.sms
#-
# SMSC CONNECTIONS
#
group = smsc
smsc = smpp
host = [cut]
port = 3705
smsc-id = nevaline
allowed-smsc-id = nevaline
system-type = transceiver
smsc-username = [cut]
smsc-password = [cut]
transceiver-mode = true
interface-version = 34
source-addr-ton = 1
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
bind-addr-ton = 1
bind-addr-npi = 1
address-range = 
enquire-link-interval = 30
max-pending-submits = 5
reconnect-delay = 30
#-
# SMSBOX SETUP
#
group = smsbox
smsbox-id = main_box
bearerbox-host = localhost
log-level = 0
mo-recode = true
log-file = /var/log/kannel/smsbox.log
access-log = /var/log/kannel/smsbox-access.log

#-
# SMSBOX ROUTE SETUP
#
#SMPPBOX-ROUTE.CONF
#For example, routing for one of smpp client, connected to smppbox
group = smsbox-route
smsbox-id = main_box
smsc-id = nevaline
shortcode = 9690;9691;9693;9694;9696;9697

SQLBOX.CONF

group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 1303
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

# Example MYSQL Connection
group = mysql-connection
id = sqlbox-db
host = [cut]
port = 3306
username = [cut]
password = [cut]
database = sqlbox
max-connections = 1

#-
# ROUTING INSIDE BEARERBOX
#
include = /usr/local/etc/smppbox-route.conf

SMPPBOX.CONF
group = core
group = opensmppbox
opensmppbox-id = movable_redirect
opensmppbox-port = 2346
bearerbox-host = localhost
bearerbox-port = 1303
log-level = 0
log-file = var/log/kannel/smppbox.log
our-system-id = mova_redirect
use-systemid-as-smsboxid = true
route-to-smsc = nevaline
smpp-logins = /usr/local/etc/kannelmain/smpplogins.txt

SMPPLOGINS.TXT
hold all connection (its about 16 smpp clients)

Regards,
Kiran Reddy

On Thursday 31 March 2011 06:14 PM, Pavel Ageev wrote:

So no one can help in this question?
Even develop? =(

23.03.2011, в 14:57, Pavel Ageev написал(а):


Hi there

I'v got some problems with configuring kannel with all addons

First of all, today i have good working configuration
SMSC--- BB --- SMPPBOX --- SMPP CLIENTS
Detailed:
I have connection to real smsc, which have about 70 shortcodes. I 
receive all messages by that connection, and must route this packets 
to different smpp-clients according to shortcode (they all connected 
to our smppbox)
Everything is going good... but i need to store all routed sms to my 
database. Of course, i found addon called sqlbox, but i dont 
understand how to configurate all this scheme, to catch up all 
incoming and outgoing messages by sqlbox, and only after that route 
them to smppbox, so i need

SMSC--- BB --- SQLBOX --- SMPPBOX --- SMPP CLIENTS

I, just try to configure my sqlbox as i saw in example,  but sqlbox 
just connect to BB and dont receive any messages, they like always go 
through the smmppbox to clients (boxes)


Plz, i really need help.

As i know, you need to watch configs to help in problem

KANNEL.CONF
#-
# CORE
#
group = core
admin-port = [cut]
admin-allow-ip = [cut]
smsbox-port = 13001
admin-password = [cut]
log-level = 0
log-file = /var/log/kannel/core.log
access-log = /var/log/kannel/core-access.log
store-file = /var/log/kannel/kannel.store.sms
#-
# SMSC CONNECTIONS
#
#
# [cut] sms-center.Redirect
#
group = smsc
smsc = smpp
host = [cut]
port = 3705
smsc-id = nevaline
allowed-smsc-id = nevaline
system-type = transceiver
smsc-username = [cut]
smsc-password = [cut]
transceiver-mode = true
interface-version = 34
source-addr-ton = 1
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
bind-addr-ton = 1
bind-addr-npi = 1
address-range = 
enquire-link-interval = 30
max-pending-submits = 5
reconnect-delay = 30
#-
# SMSBOX SETUP
#
group = smsbox
smsbox-id = main_box
bearerbox-host = [cut]
log-level = 0
mo-recode = true
log-file = /var/log/kannel/smsbox.log
access-log = /var/log/kannel/smsbox-access.log
#-
# ROUTING INSIDE BEARERBOX
#
include = /usr/local/etc/smppbox-route.conf

SMPPBOX.CONF
group = core
group = opensmppbox
opensmppbox-id = movable_redirect
opensmppbox-port = 2346
bearerbox-host = [cut]
bearerbox-port = 13001
log-level = 0
log-file = var/log/kannel/smppbox.log
our-system-id = mova_redirect
use-systemid-as-smsboxid = true
route-to-smsc = nevaline
smpp

Re: Can i use 1TX 2 RX for single session-Kannel configuration

2011-01-23 Thread Kiran Reddy

Dear Ram Manohar,

That is depend on your operator you have to know how many sessions they 
provided to you.


If they provide 1 session you can connect 1 TRx if they  provide 1 Tx 1 
Rx you can connect as 1 Tx and 1 Rx.


Thanks,
Kiran Reddy

On Monday 24 January 2011 10:48 AM, Ram Manohar wrote:

Hi,

Can i configure 1TX,2RX for single session in kannel configuration?

--
*Regards,*
*RamManohar.N,*
*AirHub Technologies,*
*Hyderabad*



Re: DLR mysql not supported

2011-01-09 Thread Kiran Reddy

Hi,

You didn't provide any error log any way.

Did you compile kannel with mysql option.

if not recompile again and try.

./configure --with-mysql


On Sunday 09 January 2011 11:47 PM, Atul Rastogi wrote:

I am running gateway150 with centos 5.5 in test setup

while trying to setup for DLR storage
I am getting message DLR storage type mysql not supported

when running ./bearerbox -v 1 smskannel.conf

file contains following and dlr-storage = mysql in core group

group = mysql-connection
id = mydlr
host = localhost
username = root
database = dlr
max-connections = 1

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



Pl help


Thanks
Atul




Re: RX mode is also sending SMS

2010-12-27 Thread Kiran Reddy

Hi,

On Monday 27 December 2010 01:24 PM, Anshu Sah wrote:

Hello

I have connected my 3 TX and 1 RX mode separately and kept smsc-id 
value same for all connections. But my RX mode is also participating 
in sending SMS. Is it normal when RX mode Push SMS ?


I have not given any configuration for *TRANSCEIVER*

Configurations are below
==


Tx
-

group=smsc
smsc=smpp
smsc-id=mycon
allowed-smsc-id =  mycon;mycon2
host = x
port = 3577
log-file = /projects/kannel/logs/live/mycon.log
log-level = 0
smsc-username = 
smsc-password = xx
#msg-id-type = 0x01
system-type = 'null'
alt-charset = ASCII
interface-version = 34
enquire-link-interval = 30
source-addr-ton = 5
source-addr-npi = 9
dest-addr-ton = 1
dest-addr-npi = 1
reconnect-delay = 10
transceiver-mode = false



this is  (TRx) if you want to receive dlr's from this connection don't 
specify port = 3577 or else it become transceiver-mode connection.

group=smsc
smsc=smpp
smsc-id=mycon
allowed-smsc-id =  mycon;mycon2
host = 
alt-charset = ASCII
port = 3577
receive-port = 3577
log-file = /projects/kannel/logs/live/mycon.log
log-level = 0
smsc-username = xx
smsc-password = xx
#msg-id-type = 0x01
system-type = 'null'
interface-version = 34
enquire-link-interval = 30
source-addr-ton = 5
source-addr-npi = 9
dest-addr-ton = 1
dest-addr-npi = 1
reconnect-delay = 10
transceiver-mode = false


Tx

group=smsc
smsc=smpp
smsc-id=mycon
allowed-smsc-id =  mycon;mycon2
host = x
port = 3577
log-file = /projects/kannel/logs/live/mycon.log
log-level = 0
smsc-username = 
smsc-password = xx
#msg-id-type = 0x01
system-type = 'null'
alt-charset = ASCII
interface-version = 34
enquire-link-interval = 30
source-addr-ton = 5
source-addr-npi = 9
dest-addr-ton = 1
dest-addr-npi = 1
reconnect-delay = 10
transceiver-mode = false


Tx

group=smsc
smsc=smpp
smsc-id=mycon
allowed-smsc-id =  mycon;mycon2
host = x
port = 3577
log-file = /projects/kannel/logs/live/mycon.log
log-level = 0
smsc-username = 
smsc-password = xx
#msg-id-type = 0x01
system-type = 'null'
alt-charset = ASCII
interface-version = 34
enquire-link-interval = 30
source-addr-ton = 5
source-addr-npi = 9
dest-addr-ton = 1
dest-addr-npi = 1
reconnect-delay = 10
transceiver-mode = false





Please advice.

Regards
Anshu Sah



Thanks,
Kiran Reddy


error while making kannel

2010-12-22 Thread Kiran Reddy

Hi All,

I am getting fallowing error while compiling kannel latest SVN.

Makefile:336: .depend: No such file or directory
yacc -d -p ws_yy_ wmlscript/wsgram.y  mv y.tab.c wmlscript/wsgram.c
/bin/bash: yacc: command not found
make: *** [wmlscript/wsgram.c] Error 127


Thanks,
Kiran Reddy



Re: Give outgoing messages priority over incoming

2010-12-18 Thread Kiran Reddy

Hi Jimmy,

Please use Tx and Rx connection separately.

I think this solution resolve your issue.

Thanks,
Kiran Reddy


On Wednesday 15 December 2010 10:45 PM, JimSG wrote:

Hello,

We activated the dlr a while ago and it works, but we have come with a next
situation:

Example:

A user sends 30,000 sms and a couple of minutes later another user sends
20,000 sms, it sends a couple thousands sms but it stops because it starts
receving  the dlr and then it starts sending againg and than it stops to
recieve and so on...  Im using a dlr mask = 19

Can i give priority to outgoing messages over incoming messages?




Error in DLRS

2010-10-30 Thread Kiran Reddy

Dear All,

I am using kanel 1.4.3 and problem is i am getting error while getting 
DLR's. Due to this i am loosing all delivery reports.


And my configuration for Rx connection is

group = smsc
smsc = smpp
smsc-id = x
host= xxx.xxx.xxx.xxx
receive-port = xxx
source-addr-autodetect = yes
dest-addr-ton = 1
source-addr-ton = 5
dest-addr-npi = 1
source-addr-npi = 9
system-type = x
smsc-username = 
smsc-password = x
address-range = 
reconnect-delay = 2
alt-charset = 1
enquire-link-interval = 30
msg-id-type = 0x00
interface-version = 33


010-10-30 13:52:16 [10535] [7] ERROR: SMPP[xxx-xxx_Rx2]: got DLR but 
could not find message or was not interested in it id159748406 
dst, type1


Please some one help me.

Regards,
Kiran Reddy



Re: Error in DLRS

2010-10-30 Thread Kiran Reddy

Hi,

I am using same username and password and host and port for Tx as well Rx.

In this case from tx submit will happen and from Rx Dlr receiving will 
happens. Even if smsc-id same in Rx and Tx  also it is happening same.


Please help me.



On 10/30/2010 14:29, XEN-Housing s.r.o. wrote:

Hello,

I think that u are using one box (connection, group = smsc) for 
sending sms and other (that one from config) for recieving DLR. Am I 
right?
If yes, U can not. Because if kannel get DLR, it need to be known, and 
expected for kannel. When kannel sending sms, ir create record in DLR 
storage and when some DLR came, it will compare that DLR, if its 
expected, if it came from expected smsc-id and so. and if not, u got 
error in log such this one is.


Slavoj.


Dňa 30. 10. 2010 10:25, Kiran Reddy wrote / napísal(a):

Dear All,

I am using kanel 1.4.3 and problem is i am getting error while 
getting DLR's. Due to this i am loosing all delivery reports.


And my configuration for Rx connection is

group = smsc
smsc = smpp
smsc-id = x
host= xxx.xxx.xxx.xxx
receive-port = xxx
source-addr-autodetect = yes
dest-addr-ton = 1
source-addr-ton = 5
dest-addr-npi = 1
source-addr-npi = 9
system-type = x
smsc-username = 
smsc-password = x
address-range = 
reconnect-delay = 2
alt-charset = 1
enquire-link-interval = 30
msg-id-type = 0x00
interface-version = 33


010-10-30 13:52:16 [10535] [7] ERROR: SMPP[xxx-xxx_Rx2]: got DLR but 
could not find message or was not interested in it id159748406 
dst, type1


Please some one help me.

Regards,
Kiran Reddy









Re: Error in DLRS

2010-10-30 Thread Kiran Reddy

Hi All,

My operator provided me  3 Tx  3Rx sessions and using load-balancing too 
with out specifying allow-smsc-id deny-smsc-id.



On 10/30/2010 15:22, XEN-Housing s.r.o. wrote:
I'll be glad to see sollution too if its possible, coz i was trying 
year later to make that kind of load balance.


Dňa 30. 10. 2010 11:26, alejandro.guerri...@gmail.com  wrote / 
napísal(a):
That's not correct. DLR matching is done using the smsc-id, ts 
(which is the unique I'd for the message received from the carrier) 
and in some cases the destination number.


You can use different binds as long as they have the same smsc-id 
(you wouldn't be able to load-balance otherwise).


I suspect your having trouble with the I'd format, please post a 
submit_sm pdu log and the corresponding dlr error. I bet one I'd is 
in hex, and the other is dec.


Regards,

Alex
BlackBerry de movistar, allí donde estés está tu oficin@

-Original Message-
From: XEN-Housing s.r.o.i...@xen-housing.sk
Sender: users-boun...@kannel.org
Date: Sat, 30 Oct 2010 11:16:54
To: Kiran Reddyki...@uniceltech.com
Cc:users@kannel.org
Subject: Re: Error in DLRS

Hello Kiran,

thans not about same username password, host port or smsc-id in config.
U can not use 2 connection defined such that to get it working. In
kannel u can manage smpp sessions with defining modes: transmitter,
reciever or transciever. But DLR that was sent by one session of kannel
(bind) can not be processed by other kannel session (bind) that did not
produced MT to which that MO belonges.

there is nothing to help with. that's the way it works.

I even can not emagine, why u want to have one smsc for sending sms and
other for recieving dlrs.

Slavoj.


Dňa 30. 10. 2010 11:07, Kiran Reddy  wrote / napísal(a):

Hi,

I am using same username and password and host and port for Tx as well
Rx.

In this case from tx submit will happen and from Rx Dlr receiving will
happens. Even if smsc-id same in Rx and Tx  also it is happening same.

Please help me.



On 10/30/2010 14:29, XEN-Housing s.r.o. wrote:

Hello,

I think that u are using one box (connection, group = smsc) for
sending sms and other (that one from config) for recieving DLR. Am I
right?
If yes, U can not. Because if kannel get DLR, it need to be known,
and expected for kannel. When kannel sending sms, ir create record in
DLR storage and when some DLR came, it will compare that DLR, if its
expected, if it came from expected smsc-id and so. and if not, u got
error in log such this one is.

Slavoj.


Dňa 30. 10. 2010 10:25, Kiran Reddy wrote / napísal(a):

Dear All,

I am using kanel 1.4.3 and problem is i am getting error while
getting DLR's. Due to this i am loosing all delivery reports.

And my configuration for Rx connection is

group = smsc
smsc = smpp
smsc-id = x
host= xxx.xxx.xxx.xxx
receive-port = xxx
source-addr-autodetect = yes
dest-addr-ton = 1
source-addr-ton = 5
dest-addr-npi = 1
source-addr-npi = 9
system-type = x
smsc-username = 
smsc-password = x
address-range = 
reconnect-delay = 2
alt-charset = 1
enquire-link-interval = 30
msg-id-type = 0x00
interface-version = 33


010-10-30 13:52:16 [10535] [7] ERROR: SMPP[xxx-xxx_Rx2]: got DLR but
could not find message or was not interested in it id159748406
dst, type1

Please some one help me.

Regards,
Kiran Reddy













Re: SMPP BOX

2010-09-22 Thread Kiran Reddy

 Hi,

https://svn.kannel.org/gateway/trunk


On 9/22/2010 12:54, dafodil wrote:

Hi List,
 From the document i get following:
-
Latest Kannel must be installed (1.4.3 svn version), including development
headers and libraries.
Kannel’s gwlib is needed for compilation. Additionally a working (running)
Bearerbox is needed to route
SMS to. If it is not available, SMS messages can possibly be lost and no
more logins are permitted.
-
Form where can i get svn version1.4.3.from download section i see kannel
stable 1.4.3 and development version 1.3.2.

from where do i get development headers and libraries or kannel svn1.4.3
contains those.
from where do i get Kannel’s gwlib.

I have installed kannel stable version 1.4.3 and that works pretty fine.
Now as i m going to use smppbox with it so what should be the approach.
pls help.

Br
daf







using TLV's and SMPPbox-port-ssl on SMPPbox

2010-07-09 Thread Kiran Reddy

Hi All,

I have configured SMPPbox from svn revision -18 (Patch by Victor Luchitz 
to support smpp v 3.4 tlv's.).
How can i use this on SMPPbox and on Kannel Client Side. Also how to use 
SMPPbox-port-ssl using SMPPbox.


Thanks and Regards,
Kiran Reddy



Re: Checking whether the WAP gateway is alive

2010-06-30 Thread Kiran Reddy

Hi Harmeet,

using http://localhost:1300/stauts?password=password you can check the 
status of kannel and wap and other things and you can use below Possible 
commands  other then these command you can not specify any other 
commands. for more info read kannel user guide.

status
store-status
log-level
shutdown
suspend
isolate
resume
restart
flush-dlr
stop-smsc
start-smsc
add-smsc
remove-smsc
reload-lists

Regards,
Kiran Reddy

On 6/30/2010 4:29 PM, Harmeet wrote:

Hi,

I am using the following URL :

http://localhost:1300/kannel:alive   it is not working . It shows me that

Unknown command `/kannel:alive'.
Possible commands are:
status
store-status
log-level
shutdown
suspend
isolate
resume
restart
flush-dlr
stop-smsc
start-smsc
add-smsc
remove-smsc
reload-lists
But i can check the status with the help of followng 
command.http://localhost:1300/status.html?password=kannelstatus


Please help.

Regards
Harmeet Singh









Re: SMPPBox documentation

2010-06-22 Thread Kiran Reddy

Hi All,

Can some one send me smppbox userguide.xml file in to .html readable format.

Regards,
Kiran Reddy

On 6/22/2010 10:33 AM, Nikos Balkanas wrote:

Hi Rene,

Let me apologize for x-posting. This needs to go to devel, but since a 
few people in users list were asking about it, it is posted in both.


This is the SMPPBox documentation. I have shamelessly usurped some 
parts, especially on configuration, from kannel's userguide, to 
preserve continuity. I have also included a few features in the 
general decription/functionality, that may not there, but will need to 
be done (ie DLR rewriting). All specifics (i.e. configuration) reflect 
only the current state. Please review and correct/add any 
errors/ommisions.


As with all kannel documentation, it is in XML and you will need 
docbook to convert it into a useful form.


Enjoy!
Nikos 




Re: SMPPBox documentation

2010-06-22 Thread Kiran Reddy

Hi All,

When i am opening smppbox  userguide.xml file i am getting below error 
can some one fix this.


XML Parsing Error: syntax error
Location: file:///C:/Users/Kiran/Desktop/userguide.xml
Line Number 3, Column 6: [
-^


Regards,
Kiran Reddy

On 6/22/2010 11:08 AM, Nikos Balkanas wrote:

OOps! forgot this.

Nikos
- Original Message - From: Nikos Balkanas nbalka...@gmail.com
To: rene.klu...@chimit.nl
Cc: users@kannel.org; de...@kannel.org
Sent: Tuesday, June 22, 2010 8:03 AM
Subject: SMPPBox documentation



Hi Rene,

Let me apologize for x-posting. This needs to go to devel, but since 
a few

people in users list were asking about it, it is posted in both.

This is the SMPPBox documentation. I have shamelessly usurped some 
parts,

especially on configuration, from kannel's userguide, to preserve
continuity. I have also included a few features in the general
decription/functionality, that may not there, but will need to be 
done (ie
DLR rewriting). All specifics (i.e. configuration) reflect only the 
current

state. Please review and correct/add any errors/ommisions.

As with all kannel documentation, it is in XML and you will need 
docbook to

convert it into a useful form.

Enjoy!
Nikos





How to use opensmppbox with ssl

2010-06-21 Thread Kiran Reddy

Hi All,

How to configure opensmppbox with port-ssl for secure communication 
between client and server.


Regards,
Kiran Reddy



Re: How to use opensmppbox with ssl

2010-06-21 Thread Kiran Reddy

Oh ok is there any plans to implement that feature with openSMPPbox.

Thanks and Regards,
Kiran Reddy


On 6/21/2010 2:50 PM, Nikos Balkanas wrote:

Hi,

Although there seems to be some provision in the code to connect to 
bearerbox and smppbox over ssl, this feature has been commented out 
and not implemented.


BR,
Nikos
- Original Message - From: Kiran Reddy ki...@uniceltech.com
To: users@kannel.org
Sent: Monday, June 21, 2010 12:02 PM
Subject: How to use opensmppbox with ssl



Hi All,

How to configure opensmppbox with port-ssl for secure communication 
between client and server.


Regards,
Kiran Reddy








Re: SMPPBOX

2010-06-19 Thread Kiran Reddy

Thanks Nikos.

:-)

On 6/18/2010 9:13 PM, Nikos Balkanas wrote:

Hi,

I am working on the documentation. Should be up sometime next Monday. 
It will contain a chapter on configuration.


BR,
Nikos
- Original Message - From: Omar THIAM
To: nbalka...@gmail.com ; users@kannel.org ; a...@cleartalk.net
Sent: Friday, June 18, 2010 6:38 PM
Subject: SMPPBOX



Hi,
I've one question about SPPBOX
How can i configure smppbox as a smsc smpp connecting to the real smsc 
of operator?




Hotmail : une messagerie fiable avec la protection anti-spam 
performante de Microsoft Inscrivez-vous







need help

2010-06-07 Thread Kiran Reddy
Hi All,

I am not able to install opensource smppbox with kannel. Can some one help me 
to install kannel with opensource smppbox.

I am using kannel 1.4.3 Stable version and i downloaded opensource smppbox. 


Regards,

Kiran Reddy



Re: need help

2010-06-07 Thread Kiran Reddy
Hi Nikos,

Thanks for information i will try with kannel latest svn.


Thanks and Regards,

Kiran Reddy



 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: need help
 Sent: Jun 07 '10 11:51am
 
 Hi,
 
 As I  have explained in a previous mail. Download latest svn (or cvs). It
 won't work with 1.4.3.
 
 Extract patch from archive and go to gateway directory.
 
 Then patch  {smppbox.patch}
 
 I hope you do not bother this list again for the same question, which
 incidentally is a unix, not a kannel issue. You should consider whether you
 have the minimum unix background needed for running kannel and/or smppbox.
 
 BR,
 Nikos
 
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: users@kannel.org
 Sent: Monday, June 07, 2010 9:07 AM
 Subject: need help
 
 
  Hi All,
 
  I am not able to install opensource smppbox with kannel. Can some one help
  me to install kannel with opensource smppbox.
 
  I am using kannel 1.4.3 Stable version and i downloaded opensource
  smppbox.
 
 
  Regards,
  
  Kiran Reddy
 
 
 



Re: need help

2010-06-07 Thread Kiran Reddy
Hi All,

I downloaded kannel latest CVS for installing smppbox with kannel. But i  am 
getting errors please find the attached file.


Regards,

Kiran Reddy



 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: need help
 Sent: Jun 07 '10 11:51am
 
 Hi,
 
 As I  have explained in a previous mail. Download latest svn (or cvs). It
 won't work with 1.4.3.
 
 Extract patch from archive and go to gateway directory.
 
 Then patch  {smppbox.patch}
 
 I hope you do not bother this list again for the same question, which
 incidentally is a unix, not a kannel issue. You should consider whether you
 have the minimum unix background needed for running kannel and/or smppbox.
 
 BR,
 Nikos
 
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: users@kannel.org
 Sent: Monday, June 07, 2010 9:07 AM
 Subject: need help
 
 
  Hi All,
 
  I am not able to install opensource smppbox with kannel. Can some one help
  me to install kannel with opensource smppbox.
 
  I am using kannel 1.4.3 Stable version and i downloaded opensource
  smppbox.
 
 
  Regards,
  
  Kiran Reddy
 
 
 



smppbox_with_kannel_error.txt
Description: Binary data


Re: need help

2010-06-07 Thread Kiran Reddy
Hi All,

opensource smppbox is working fine with latest kannel CVS.

Thanks all thanks for every thing.

Regards,

Kiran Reddy



 ---Original Message---
 From: Kiran Reddy ki...@uniceltech.com
 To: Nikos Balkanas nbalka...@gmail.com
 Cc: users@kannel.org users@kannel.org
 Subject: Re: need help
 Sent: Jun 07 '10 12:34pm
 
 Hi All,
 
 I downloaded kannel latest CVS for installing smppbox with kannel. But i  am 
getting errors please find the attached file.
 
 
 Regards,
 
 Kiran Reddy
 
 
 
 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: need help
 Sent: Jun 07 '10 11:51am
 
 Hi,
 
 As I  have explained in a previous mail. Download latest svn (or cvs). It
 won't work with 1.4.3.
 
 Extract patch from archive and go to gateway directory.
 
 Then patch  {smppbox.patch}
 
 I hope you do not bother this list again for the same question, which
 incidentally is a unix, not a kannel issue. You should consider whether you
 have the minimum unix background needed for running kannel and/or smppbox.
 
 BR,
 Nikos
 
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: users@kannel.org
 Sent: Monday, June 07, 2010 9:07 AM
 Subject: need help
 
 
  Hi All,
 
  I am not able to install opensource smppbox with kannel. Can some one help
  me to install kannel with opensource smppbox.
 
  I am using kannel 1.4.3 Stable version and i downloaded opensource
  smppbox.
 
 
  Regards,
  
  Kiran Reddy
 
 
 
 
 



Is there any user guide for opensource smppbox

2010-06-07 Thread Kiran Reddy
Hi All,

Is there any opensource SMPPbox user guide is available in  online.


Regards,

Kiran Reddy



Re: Is there any user guide for opensource smppbox

2010-06-07 Thread Kiran Reddy
Hi All,

Can some one share with me smppbox working configuration with smpp users with 
example or some one please help me to create users for smppbox so that user can 
connect smppbox using kannel.


Regards,

Kiran Reddy



 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: bwib...@gmail.com
 Cc: users@kannel.org
 Subject: Re: Is there any user guide for opensource smppbox
 Sent: Jun 07 '10 6:22pm
 
 What are you talking about? opensmppbox is part of bearerbox. It doesn't
 reside outside bearerbox. Have you tried it?
 
 Nikos
 - Original Message -
 From: Budi wibowo bwib...@gmail.com
 To: Nikos Balkanas nbalka...@gmail.com
 Cc: users@kannel.org
 Sent: Monday, June 07, 2010 3:28 PM
 Subject: Re: Is there any user guide for opensource smppbox
 
 
 
  Yes I have tried it, the kannel reside between smpp server and smsc.
  DLR between smpp server kannel always 100%, and DLR between kannel and
  smsc is normal, less than 100%.
  That's why I need kannel to pass through the dlr. Appreciate if somebody
  share the config for smppbox.
 
  TIA
  Budi
 
  --Original Message--
  From: Nikos Balkanas
  To: bwib...@gmail.com
  Cc: users@kannel.org
  Subject: Re: Is there any user guide for opensource smppbox
  Sent: Jun 7, 2010 19:13
 
  Why, have you tried it and it won't pass through DLRs? It should do it
  transparently.
 
  BR,
  Nikos
  - Original Message -
  From: Budi wibowo bwib...@gmail.com
  To: Kiran Reddy ki...@uniceltech.com; users@kannel.org
  Sent: Monday, June 07, 2010 1:35 PM
  Subject: Re: Is there any user guide for opensource smppbox
 
 
  Dear all
  Anybody can share smppbox configuration to pass through delivery report
  (dlr) .
  Any help is highly appreciated.
  Regards
  Budi
  --Original Message--
  From: Kiran Reddy
  Sender: users-boun...@kannel.org
  To: users@kannel.org
  ReplyTo: Kiran Reddy
  Subject: Is there any user guide for opensource smppbox
  Sent: Jun 7, 2010 16:34
 
  Hi All,
 
  Is there any opensource SMPPbox user guide is available in  online.
 
 
  Regards,
  
  Kiran Reddy
 
 
 
 
 
 
 
 
 
 



RE: Is there any user guide for opensource smppbox

2010-06-07 Thread Kiran Reddy
Hi All,

I Need Small clarification for below configuration.

  In smppbox.conf:

   group = smppbox
   smpp-logins = /path/to/smpplogins.txt

This file should exist as a text file with 3 entries per line per smppbox
user:

   -- sample --
   system-id-01 password-01 system-type-01
   client-02 password-02 vma
   -- end sample --

SMPPBOX
-
  system-id-01  ?
  password-01 ?
  system-type-01 is smsbox-id

CLIENT
--
   client-02 ? (Username ?)
password-02 ? (Password ?)
vma ? (System Type ?)


  Regards,
  
  Kiran Reddy


   ---Original Message---
   From: Rene Kluwen
   To: 'Kiran Reddy' , 'Nikos Balkanas' , bwib...@gmail.com
   Cc: users@kannel.org
   Subject: RE: Is there any user guide for opensource smppbox
   Sent: Jun 07 '10 7:25pm

   In smppbox.conf:

   group = smppbox
   smpp-logins = /path/to/smpplogins.txt

   This file should exist as a text file with 3 entries per line per
smppbox user:

   -- sample --
   system-id-01 password-01 system-type-01
   client-02 password-02 vma
   -- end sample --

   Note that the system type field (3rd field) is used as smsbox-id and
routing rules are complied with accordingly.

   == Rene


   -Original Message-
   From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On
Behalf Of Kiran Reddy
   Sent: maandag 7 juni 2010 15:40
   To: Nikos Balkanas; bwib...@gmail.com
   Cc: users@kannel.org
   Subject: Re: Is there any user guide for opensource smppbox

   Hi All,

   Can some one share with me smppbox working configuration with smpp users
with example or some one please help me to create users for smppbox so that
user can connect smppbox using kannel.


   Regards,
   
   Kiran Reddy


   ---Original Message---
   From: Nikos Balkanas
   To: bwib...@gmail.com
   Cc: users@kannel.org
   Subject: Re: Is there any user guide for opensource smppbox
   Sent: Jun 07 '10 6:22pm

   What are you talking about? opensmppbox is part of bearerbox. It doesn't
   reside outside bearerbox. Have you tried it?

   Nikos
   - Original Message -
   From: Budi wibowo
   To: Nikos Balkanas
   Cc:
   Sent: Monday, June 07, 2010 3:28 PM
   Subject: Re: Is there any user guide for opensource smppbox


   
Yes I have tried it, the kannel reside between smpp server and smsc.
DLR between smpp server kannel always 100%, and DLR between kannel and
smsc is normal, less than 100%.
That's why I need kannel to pass through the dlr. Appreciate if
somebody
share the config for smppbox.
   
TIA
Budi
   
--Original Message--
From: Nikos Balkanas
To: bwib...@gmail.com
Cc: users@kannel.org
Subject: Re: Is there any user guide for opensource smppbox
Sent: Jun 7, 2010 19:13
   
Why, have you tried it and it won't pass through DLRs? It should do it
transparently.
   
BR,
Nikos
- Original Message -
From: Budi wibowo
To: Kiran Reddy ;
Sent: Monday, June 07, 2010 1:35 PM
Subject: Re: Is there any user guide for opensource smppbox
   
   
Dear all
Anybody can share smppbox configuration to pass through delivery
report
(dlr) .
Any help is highly appreciated.
Regards
Budi
--Original Message--
From: Kiran Reddy
Sender: users-boun...@kannel.org
To: users@kannel.org
ReplyTo: Kiran Reddy
Subject: Is there any user guide for opensource smppbox
Sent: Jun 7, 2010 16:34
   
Hi All,
   
Is there any opensource SMPPbox user guide is available in  online.
   
   
Regards,

Kiran Reddy
   
   
   
   
   
   
   


RE: Is there any user guide for opensource smppbox

2010-06-07 Thread Kiran Reddy
Hi Rene,

Sorry for asking question do you have  user guide for smppbox. If you have user 
guide can you provide me please.


Regards,

Kiran Reddy



 ---Original Message---
 From: Rene Kluwen rene.klu...@chimit.nl
 To: 'Kiran Reddy' ki...@uniceltech.com, 'Nikos Balkanas' 
nbalka...@gmail.com, bwib...@gmail.com
 Cc: users@kannel.org
 Subject: RE: Is there any user guide for opensource smppbox
 Sent: Jun 07 '10 8:56pm
 
 The smpplogins.txt file that is shown with two example user entries.
 
 
 Every smppbox user entry consists of one line, which is three words,
 separated by spaces or tabs.
 
 First word: Username of smppbox user
 
 Second word: Password of smppbox user
 
 Third word: system-type of smppbox user
 
 
 So in the example, there’s two users: “system-id-01” and
 “client02”. Clear enough?
 
 
 == Rene
 
 
 FROM: Kiran Reddy [mailto:ki...@uniceltech.com]
 SENT: maandag 7 juni 2010 17:16
 TO: Rene Kluwen; 'Nikos Balkanas'; bwib...@gmail.com
 CC: users@kannel.org
 SUBJECT: RE: Is there any user guide for opensource smppbox
 
 
 Hi All,
 
 I Need Small clarification for below configuration.
 
 In smppbox.conf:
 
 group = smppbox
 smpp-logins = /path/to/smpplogins.txt
 
 This file should exist as a text file with 3 entries per line per smppbox
 user:
 
 -- sample --
 system-id-01 password-01 system-type-01
 client-02 password-02 vma
 -- end sample --
 
 SMPPBOX
 -
 system-id-01  ?
 password-01 ?
 system-type-01 is smsbox-id
 
 CLIENT
 --
 client-02 ? (Username ?)
 password-02 ? (Password ?)
 vma ? (System Type ?)
 
 
 Regards,
 
 Kiran Reddy
 
 
 ---Original Message---
 From: Rene Kluwen
 To: 'Kiran Reddy' , 'Nikos Balkanas' , bwib...@gmail.com
 Cc: users@kannel.org
 Subject: RE: Is there any user guide for opensource smppbox
 Sent: Jun 07 '10 7:25pm
 
 In smppbox.conf:
 
 group = smppbox
 smpp-logins = /path/to/smpplogins.txt
 
 This file should exist as a text file with 3 entries per line per smppbox
 user:
 
 -- sample --
 system-id-01 password-01 system-type-01
 client-02 password-02 vma
 -- end sample --
 
 Note that the system type field (3rd field) is used as smsbox-id and
 routing rules are complied with accordingly.
 
 == Rene
 
 
 -Original Message-
 From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
 Of Kiran Reddy
 Sent: maandag 7 juni 2010 15:40
 To: Nikos Balkanas; bwib...@gmail.com
 Cc: users@kannel.org
 Subject: Re: Is there any user guide for opensource smppbox
 
 Hi All,
 
 Can some one share with me smppbox working configuration with smpp users
 with example or some one please help me to create users for smppbox so that
 user can connect smppbox using kannel.
 
 
 Regards,
 
 Kiran Reddy
 
 
 ---Original Message---
 From: Nikos Balkanas
 To: bwib...@gmail.com
 Cc: users@kannel.org
 Subject: Re: Is there any user guide for opensource smppbox
 Sent: Jun 07 '10 6:22pm
 
 What are you talking about? opensmppbox is part of bearerbox. It doesn't
 reside outside bearerbox. Have you tried it?
 
 Nikos
 - Original Message -
 From: Budi wibowo
 To: Nikos Balkanas
 Cc:
 Sent: Monday, June 07, 2010 3:28 PM
 Subject: Re: Is there any user guide for opensource smppbox
 
 
 
  Yes I have tried it, the kannel reside between smpp server and smsc.
  DLR between smpp server kannel always 100%, and DLR between kannel and
  smsc is normal, less than 100%.
  That's why I need kannel to pass through the dlr. Appreciate if somebody
  share the config for smppbox.
 
  TIA
  Budi
 
  --Original Message--
  From: Nikos Balkanas
  To: bwib...@gmail.com
  Cc: users@kannel.org
  Subject: Re: Is there any user guide for opensource smppbox
  Sent: Jun 7, 2010 19:13
 
  Why, have you tried it and it won't pass through DLRs? It should do it
  transparently.
 
  BR,
  Nikos
  - Original Message -
  From: Budi wibowo
  To: Kiran Reddy ;
  Sent: Monday, June 07, 2010 1:35 PM
  Subject: Re: Is there any user guide for opensource smppbox
 
 
  Dear all
  Anybody can share smppbox configuration to pass through delivery report
  (dlr) .
  Any help is highly appreciated.
  Regards
  Budi
  --Original Message--
  From: Kiran Reddy
  Sender: users-boun...@kannel.org
  To: users@kannel.org
  ReplyTo: Kiran Reddy
  Subject: Is there any user guide for opensource smppbox
  Sent: Jun 7, 2010 16:34
 
  Hi All,
 
  Is there any opensource SMPPbox user guide is available in  online.
 
 
  Regards,
  
  Kiran Reddy
 
 
 
 
 
 
 



Re: Installing opensource SMPPBox with kannel

2010-06-04 Thread Kiran Reddy
Hi All,

Help me installing openSMPPbox with kannel or paching openSMPPbox for kannel.

please some one help me to do this with some steps on linux.


Regards,

Kiran Reddy


 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: Installing opensource SMPPBox with kannel
 Sent: May 31 '10 5:48pm
 
 Hi
 
 1) Do not spam. 2 messages the same day with the same subject is spamming.
 2) man spam
 3) man patch
 
 BR,
 Nikos
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: users@kannel.org
 Sent: Monday, May 31, 2010 2:22 PM
 Subject: Installing opensource SMPPBox with kannel
 
 
  Hi All,
 
  How to install Open Source SMPPBox with kannel or How to patch kannel with
  SMPPBox.
 
  Can some one help please 
 
 
  Regards,
  
  Kiran Reddy
 
 
 



Re: Installing opensource SMPPBox with kannel

2010-06-04 Thread Kiran Reddy
Hi All,

Sorry for second mail and i got the solution thanks for  every thing.

:-)


Regards,

Kiran Reddy

 ---Original Message---
 From: Kiran Reddy ki...@uniceltech.com
 To: Nikos Balkanas nbalka...@gmail.com, users@kannel.org
 Subject: Re: Installing opensource SMPPBox with kannel
 Sent: Jun 04 '10 6:39pm
 
 Hi All,
 
 Help me installing openSMPPbox with kannel or paching openSMPPbox for kannel.
 
 please some one help me to do this with some steps on linux.
 
 
 Regards,
 
 Kiran Reddy
 
 
 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: Installing opensource SMPPBox with kannel
 Sent: May 31 '10 5:48pm
 
 Hi
 
 1) Do not spam. 2 messages the same day with the same subject is spamming.
 2) man spam
 3) man patch
 
 BR,
 Nikos
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: users@kannel.org
 Sent: Monday, May 31, 2010 2:22 PM
 Subject: Installing opensource SMPPBox with kannel
 
 
  Hi All,
 
  How to install Open Source SMPPBox with kannel or How to patch kannel with
  SMPPBox.
 
  Can some one help please 
 
 
  Regards,
  
  Kiran Reddy
 
 
 
 
 



Re: Losing messages on kannel restart

2010-06-04 Thread Kiran Reddy
Hi Bruno Rey,

Please use store-location or store-type.

I think this will help you


Regards,

Kiran Reddy


 ---Original Message---
 From: Bruno Rey tha...@gmail.com
 To: users@kannel.org
 Subject: Losing messages on kannel restart
 Sent: Jun 04 '10 10:26pm
 
 Hi all,
 
 I'm kind of new to kannel (I first heard of it a month ago), but now
 i'm working with it (eager to learn more) and starting to understand
 it. We use it to send sms via smpp to different providers. A usual
 problem is that the link with the provider goes down and kannel starts
 queueing messages. We don't really understand this problem completely
 but we know that restarting kannel gets it fixed. The only problem now
 is that if this is done while having heavy traffic, the messages that
 haven't yet been sent get lost.
 
 If I restarted only smsbox process (and not bearerbox process), would
 this still happen?
 Is it possible to do this or must both boxes be running together at all times?
 
 Right now i'm using dlr-storage = internal.
 If I started using mysql instead, I'm guessing the messages would
 persist a kannel restart. Is this assumption correct?
 
 Any ideas, suggestions on how to do this?
 
 Thanks in advance,
 Bruno.
 
 



Re: kannel delivery report

2010-05-31 Thread Kiran Reddy
Hi,

I downloaded smppbox.tar how to use this with kannel. I mean how to patch this 
to kannel.


Thanks and Regards,

Kiran Reddy



 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Rene Kluwen rene.klu...@chimit.nl, bwib...@gmail.com
 Cc: users@kannel.org
 Subject: Re: kannel delivery report
 Sent: May 29 '10 3:06am
 
 Thanks,
 
 For clearing this up, Rene.
 
 BR,
 Nikos
 - Original Message -
 From: Rene Kluwen rene.klu...@chimit.nl
 To: 'Nikos Balkanas' nbalka...@gmail.com; bwib...@gmail.com
 Cc: users@kannel.org
 Sent: Friday, May 28, 2010 3:42 PM
 Subject: RE: kannel delivery report
 
 
  The open source version is stable enough to use it in production.
  I use it for a couple of years myself now and others too.
  Never had a problem with it.
 
  == Rene
 
  -Original Message-
  From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
  Of Nikos Balkanas
  Sent: vrijdag 28 mei 2010 8:00
  To: bwib...@gmail.com
  Cc: users@kannel.org
  Subject: Re: kannel delivery report
 
  Hi,
 
  The suggestions I made will replace your SMPP server (more likely proxy).
  For the commercial SMPPbox you need to contact Stipe (s...@tolj.org) or
  download the opensource SMPPbox from
  http://www.chimit.nl/kannel/smppbox.tar. Bear in mind that the opensource
  has not been tested in production, yet.
 
  BR,
  Nikos
  - Original Message -
  From: Budi wibowo bwib...@gmail.com
  To: Nikos Balkanas nbalka...@gmail.com; users@kannel.org
  Sent: Friday, May 28, 2010 8:49 AM
  Subject: Re: kannel delivery report
 
 
  Hi nikos
  Assume I don't to change anything on smpp server so addon option is more
  suitable for me. Where I can the add ons?
 
  Thx
  --Original Message--
  From: Nikos Balkanas
  To: budi wibowo
  To: users@kannel.org
  Subject: Re: kannel delivery report
  Sent: May 28, 2010 11:36
 
  Hi,
 
  You cannot pass through the exact PDU. But you can use kannel's dlr-url
  feature to pass important parameters you want from it (for a list read
  User's guide). For this to work SMPPServer should have an HTTP interface.
 
  Another option is to look into SMPPBox. It will handle DLRs and exists
  both
  as a commercial add-on provided by Stipe, or as an open-source addition
  to
  bearerbox, however, its production stability is unknown.
 
  BR,
  Nikos
  - Original Message -
  From: budi wibowo
  To: users@kannel.org
  Sent: Friday, May 28, 2010 3:45 AM
  Subject: kannel delivery report
 
 
  hi list
  i have kannel installed and used as sender-ID modifier, topology as
  follows
 
 
  client---SMPPServer---kannelSMSC
 
 
  1. client send sms to SMPPServer,
  2. SMPPServer send sms to kannel, kannel modify sender-ID and send back
  to
  SMPP Server
  3. SMPPSever send sms to SMSC
 
 
  in this scenario SMPPServer will always get DLR 100% from kannel, is
  there
  any mechanism on kannel to passthrough DLR from SMSC , so i can get real
  DLR
  from SMSC
 
 
  TIA
 
 
 
 
  budi
 
 
 
 
 
 
 
 
 
 



Installing opensource SMPPBox with kannel

2010-05-31 Thread Kiran Reddy
Hi All,

How to install Open Source SMPPBox with kannel or How to patch kannel with 
SMPPBox.

Can some one help please 


Regards,

Kiran Reddy



Re: System error 104: Connection reset by peer

2010-05-13 Thread Kiran Reddy
Hi All,

With out using Stunnel i want to setup kannel with ssl how it is possible.

Thanks in advance.


Regards,

Kiran Reddy

 ---Original Message---
 From: seikath seik...@gmail.com
 To: users@kannel.org
 Subject: Re: System error 104: Connection reset by peer
 Sent: May 13 '10 11:27am
 
 use stunnel as an alternative
 setting kannel with SSL will be time consuming for the users list
 
 n 05/13/2010 08:34 AM, Kiran Reddy wrote:
  Hi Nikos,
 
  Exactly i need encrypted connection using ssl from Kannel to SMSC and SMSC 
  to kannel. What exactly do i need to use parameters in that case.
 
  Thanks in advance.
 
  Regards,
  
  Kiran Reddy
  +91-9036971573
  Http://www.Uniceltech.com
 
 
   ---Original Message---
   From: Nikos Balkanas nbalka...@gmail.com
   To: Alvaro Cornejo cornejo.alv...@gmail.com
   Cc: users@kannel.org
   Subject: Re: System error 104: Connection reset by peer
   Sent: May 13 '10 12:54am
   
   Alvaro,
   
   He doesn't use ssl in his connection, and sends a clear bind_transmitter
   PDU. His provider, who expects an encrypted package doesn't recognize it and
   drops his connection. It is Kiran's fault.
   
   BR,
   Nikos
   - Original Message -
   From: Alvaro Cornejo cornejo.alv...@gmail.com
   To: Nikos Balkanas nbalka...@gmail.com
   Cc: Kiran Reddy ki...@uniceltech.com; users@kannel.org
   Sent: Wednesday, May 12, 2010 9:37 PM
   Subject: Re: System error 104: Connection reset by peer
   
   
   Hi
   
   You should talk to your provider. They are dropping the connection,
   not kannel. They should know why are they dropping it.
   
   
   |-|
   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
   
   
   
   2010/5/12 Nikos Balkanas nbalka...@gmail.com:
    Hi,
   
    I hope this is the last time. Read about use-ssl in group smsc in User's
    Guide.
   
    Nikos
   
    - Original Message -
    From: Kiran Reddy
    To: users@kannel.org
    Sent: Wednesday, May 12, 2010 6:37 PM
    Subject: System error 104: Connection reset by peer
    Hi All,
   
    I am getting below error while connecting to SMSC. Please find below error
    log and configuration.
   
    please help me. Thanks in advance
   
   
    Configuration
   
    group = core
    admin-port = 13000
    admin-password = hard2guess
    smsbox-port = 13001
    log-file = /var/log/kannel/bearerbox.log
    log-level = 0
    admin-port-ssl = true
    smsbox-port-ssl = true
    ssl-server-cert-file = /etc/kannel/public.pem
    ssl-server-key-file = /etc/kannel/private.pem
   
    group = smsc
    smsc = smpp
    smsc-id = x
    host = xx.xx.xx.xx
    port = 
    source-addr-autodetect = yes
    #tranceiver-mode = 1
    dest-addr-ton = 1
    source-addr-ton= 5
    smsc-username = x
    smsc-password = x1
    system-type = NULL
    #address-range = 
    #alt-charset = 1
    #enquire-link-interval = 300
    keepalive = 2
    log-file = /var/log/kannel/x.log
    log-level = 0
    #receive-port = 0
   
    group = smsbox
    bearerbox-host = 127.0.0.1
    sendsms-port = 13013
    global-sender = 59898
    log-file = /var/log/kannel/smsbox.log
    log-level = 0
    mo-recode = true
    bearerbox-port-ssl = true
    sendsms-port-ssl =true
   
   
    group = sendsms-user
    username = kannel
    password = hard2guess
    concatenation = true
    max-messages = 3
   
    Erro log
    2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP[x]: Sending PDU:
    2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP PDU 0x1822020 dump:
    2010-05-12 21:00:42 [6711] [6] DEBUG: type_name: bind_transmitter
    2010-05-12 21:00:42 [6711] [6] DEBUG: command_id: 2 = 0x0002
    2010-05-12 21:00:42 [6711] [6] DEBUG: command_status: 0 = 0x
    2010-05-12 21:00:42 [6711] [6] DEBUG: sequence_number: 36 = 0x0024
    2010-05-12 21:00:42 [6711] [6] DEBUG: system_id: x
    2010-05-12 21:00:42 [6711] [6] DEBUG: password: x1
    2010-05-12 21:00:42 [6711] [6] DEBUG: system_type: NULL
    2010-05-12 21:00:42 [6711] [6] DEBUG: interface_version: 52 = 0x0034
    2010-05-12 21:00:42 [6711] [6] DEBUG: addr_ton: 0 = 0x
    2010-05-12 21:00:42 [6711] [6] DEBUG: addr_npi: 0 = 0x
    2010-05-12 21:00:42 [6711] [6] DEBUG: address_range: NULL
    2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP PDU dump ends.
    2010-05-12 21:00:42 [6711] [6] ERROR: Error reading from fd 29:
    2010-05-12 21:00:42 [6711] [6] ERROR: System error 104: Connection reset
    by
    peer
    2010-05-12 21:00:42 [6711] [6] ERROR: SMPP[x]: Couldn't connect to SMS
    center (retrying in 10 seconds).
   
   
   
    Regards

Re: System error 104: Connection reset by peer

2010-05-13 Thread Kiran Reddy
Hi Nikos,

I understand and i already started working on it i am trying to trace the issue.

I apologize for disturbing all.


Thanks and Regards,

Kiran Reddy


 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, Alvaro Cornejo 
cornejo.alv...@gmail.com
 Cc: users@kannel.org
 Subject: Re: System error 104: Connection reset by peer
 Sent: May 14 '10 3:34am
 
 As I have already told you 3 times, read the damn User's Guide about
 use-ssl. And stop bothering this list. I am not answering any more of your
 emails.
 
 Nikos
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: Nikos Balkanas nbalka...@gmail.com; Alvaro Cornejo
 cornejo.alv...@gmail.com
 Cc: users@kannel.org
 Sent: Thursday, May 13, 2010 8:34 AM
 Subject: Re: System error 104: Connection reset by peer
 
 
  Hi Nikos,
 
  Exactly i need encrypted connection using ssl from Kannel to SMSC and SMSC
  to kannel. What exactly do i need to use parameters in that case.
 
  Thanks in advance.
 
  Regards,
  
  Kiran Reddy
  +91-9036971573
  Http://www.Uniceltech.com
 
 
  ---Original Message---
  From: Nikos Balkanas nbalka...@gmail.com
  To: Alvaro Cornejo cornejo.alv...@gmail.com
  Cc: users@kannel.org
  Subject: Re: System error 104: Connection reset by peer
  Sent: May 13 '10 12:54am
 
  Alvaro,
 
  He doesn't use ssl in his connection, and sends a clear bind_transmitter
  PDU. His provider, who expects an encrypted package doesn't recognize it
  and
  drops his connection. It is Kiran's fault.
 
  BR,
  Nikos
  - Original Message -
  From: Alvaro Cornejo cornejo.alv...@gmail.com
  To: Nikos Balkanas nbalka...@gmail.com
  Cc: Kiran Reddy ki...@uniceltech.com; users@kannel.org
  Sent: Wednesday, May 12, 2010 9:37 PM
  Subject: Re: System error 104: Connection reset by peer
 
 
  Hi
 
  You should talk to your provider. They are dropping the connection,
  not kannel. They should know why are they dropping it.
 
 
  |-|
  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
 
 
 
  2010/5/12 Nikos Balkanas nbalka...@gmail.com:
   Hi,
  
   I hope this is the last time. Read about use-ssl in group smsc in User's
   Guide.
  
   Nikos
  
   - Original Message -
   From: Kiran Reddy
   To: users@kannel.org
   Sent: Wednesday, May 12, 2010 6:37 PM
   Subject: System error 104: Connection reset by peer
   Hi All,
  
   I am getting below error while connecting to SMSC. Please find below
   error
   log and configuration.
  
   please help me. Thanks in advance
  
  
   Configuration
  
   group = core
   admin-port = 13000
   admin-password = hard2guess
   smsbox-port = 13001
   log-file = /var/log/kannel/bearerbox.log
   log-level = 0
   admin-port-ssl = true
   smsbox-port-ssl = true
   ssl-server-cert-file = /etc/kannel/public.pem
   ssl-server-key-file = /etc/kannel/private.pem
  
   group = smsc
   smsc = smpp
   smsc-id = x
   host = xx.xx.xx.xx
   port = 
   source-addr-autodetect = yes
   #tranceiver-mode = 1
   dest-addr-ton = 1
   source-addr-ton= 5
   smsc-username = x
   smsc-password = x1
   system-type = NULL
   #address-range = 
   #alt-charset = 1
   #enquire-link-interval = 300
   keepalive = 2
   log-file = /var/log/kannel/x.log
   log-level = 0
   #receive-port = 0
  
   group = smsbox
   bearerbox-host = 127.0.0.1
   sendsms-port = 13013
   global-sender = 59898
   log-file = /var/log/kannel/smsbox.log
   log-level = 0
   mo-recode = true
   bearerbox-port-ssl = true
   sendsms-port-ssl =true
  
  
   group = sendsms-user
   username = kannel
   password = hard2guess
   concatenation = true
   max-messages = 3
  
   Erro log
   2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP[x]: Sending PDU:
   2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP PDU 0x1822020 dump:
   2010-05-12 21:00:42 [6711] [6] DEBUG: type_name: bind_transmitter
   2010-05-12 21:00:42 [6711] [6] DEBUG: command_id: 2 = 0x0002
   2010-05-12 21:00:42 [6711] [6] DEBUG: command_status: 0 = 0x
   2010-05-12 21:00:42 [6711] [6] DEBUG: sequence_number: 36 = 0x0024
   2010-05-12 21:00:42 [6711] [6] DEBUG: system_id: x
   2010-05-12 21:00:42 [6711] [6] DEBUG: password: x1
   2010-05-12 21:00:42 [6711] [6] DEBUG: system_type: NULL
   2010-05-12 21:00:42 [6711] [6] DEBUG: interface_version: 52 = 0x0034
   2010-05-12 21:00:42 [6711] [6] DEBUG: addr_ton: 0 = 0x
   2010-05-12 21:00:42 [6711] [6] DEBUG: addr_npi: 0 = 0x
   2010-05-12 21:00:42 [6711] [6] DEBUG: address_range: NULL
   2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP PDU dump ends.
   2010-05-12 21:00:42

Generating SSL certificates for Kannel ?

2010-05-12 Thread Kiran Reddy
Hi All,

How to Generate SSl Certificates for kannel.

Please give me some links or some example commands for generating ssl 
certificates for kannel.

ssl-server-cert-file = .pem   ... ?
ssl-server-key-file = .pem   ... ?
ssl-client-certkey-file =.pem... ?

Generating SSL For above 3 parameters 

Please help me. Thanks in advance

Regards,

Kiran Reddy



How to smpp over ssl using kannel

2010-05-12 Thread Kiran Reddy
Hi all,

SMPP over ssl communication with SMSC using kannel how it is posible ?


Regards,

Kiran Reddy



System error 104: Connection reset by peer

2010-05-12 Thread Kiran Reddy
Hi All,

I am getting below error while connecting to SMSC. Please find below error
log and configuration.

please help me. Thanks  in advance


CONFIGURATION

  group = core
admin-port = 13000
admin-password = hard2guess
smsbox-port = 13001
log-file = /var/log/kannel/bearerbox.log
log-level = 0
admin-port-ssl = true
smsbox-port-ssl = true
ssl-server-cert-file = /etc/kannel/public.pem
ssl-server-key-file = /etc/kannel/private.pem

group = smsc
smsc = smpp
smsc-id = x
host = xx.xx.xx.xx
port = 
source-addr-autodetect = yes
#tranceiver-mode = 1
dest-addr-ton = 1
source-addr-ton= 5
smsc-username = x
smsc-password = x1
system-type = NULL
#address-range = 
#alt-charset = 1
#enquire-link-interval = 300
keepalive = 2
log-file = /var/log/kannel/x.log
log-level = 0
#receive-port = 0

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 59898
log-file = /var/log/kannel/smsbox.log
log-level = 0
mo-recode = true
bearerbox-port-ssl = true
sendsms-port-ssl =true


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

ERRO LOG
  2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP[x]: Sending PDU:
  2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP PDU 0x1822020 dump:
  2010-05-12 21:00:42 [6711] [6] DEBUG: type_name: bind_transmitter
  2010-05-12 21:00:42 [6711] [6] DEBUG: command_id: 2 = 0x0002
  2010-05-12 21:00:42 [6711] [6] DEBUG: command_status: 0 = 0x
  2010-05-12 21:00:42 [6711] [6] DEBUG: sequence_number: 36 = 0x0024
  2010-05-12 21:00:42 [6711] [6] DEBUG: system_id: x
  2010-05-12 21:00:42 [6711] [6] DEBUG: password: x1
  2010-05-12 21:00:42 [6711] [6] DEBUG: system_type: NULL
  2010-05-12 21:00:42 [6711] [6] DEBUG: interface_version: 52 = 0x0034
  2010-05-12 21:00:42 [6711] [6] DEBUG: addr_ton: 0 = 0x
  2010-05-12 21:00:42 [6711] [6] DEBUG: addr_npi: 0 = 0x
  2010-05-12 21:00:42 [6711] [6] DEBUG: address_range: NULL
  2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP PDU dump ends.
  2010-05-12 21:00:42 [6711] [6] ERROR: Error reading from fd 29:
  2010-05-12 21:00:42 [6711] [6] ERROR: System error 104: Connection reset
by peer
  2010-05-12 21:00:42 [6711] [6] ERROR: SMPP[x]: Couldn't connect to
SMS center (retrying in 10 seconds).


  Regards,
  
  Kiran Reddy


Re: System error 104: Connection reset by peer

2010-05-12 Thread Kiran Reddy
Hi Nikos,

Exactly i need encrypted connection using ssl from Kannel to SMSC and SMSC to 
kannel. What exactly do i need to use parameters in that case.

Thanks in advance.

Regards,

Kiran Reddy
+91-9036971573
Http://www.Uniceltech.com


 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Alvaro Cornejo cornejo.alv...@gmail.com
 Cc: users@kannel.org
 Subject: Re: System error 104: Connection reset by peer
 Sent: May 13 '10 12:54am
 
 Alvaro,
 
 He doesn't use ssl in his connection, and sends a clear bind_transmitter
 PDU. His provider, who expects an encrypted package doesn't recognize it and
 drops his connection. It is Kiran's fault.
 
 BR,
 Nikos
 - Original Message -
 From: Alvaro Cornejo cornejo.alv...@gmail.com
 To: Nikos Balkanas nbalka...@gmail.com
 Cc: Kiran Reddy ki...@uniceltech.com; users@kannel.org
 Sent: Wednesday, May 12, 2010 9:37 PM
 Subject: Re: System error 104: Connection reset by peer
 
 
 Hi
 
 You should talk to your provider. They are dropping the connection,
 not kannel. They should know why are they dropping it.
 
 
 
|-|
 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
 
 
 
 2010/5/12 Nikos Balkanas nbalka...@gmail.com:
  Hi,
 
  I hope this is the last time. Read about use-ssl in group smsc in User's
  Guide.
 
  Nikos
 
  - Original Message -
  From: Kiran Reddy
  To: users@kannel.org
  Sent: Wednesday, May 12, 2010 6:37 PM
  Subject: System error 104: Connection reset by peer
  Hi All,
 
  I am getting below error while connecting to SMSC. Please find below error
  log and configuration.
 
  please help me. Thanks in advance
 
 
  Configuration
 
  group = core
  admin-port = 13000
  admin-password = hard2guess
  smsbox-port = 13001
  log-file = /var/log/kannel/bearerbox.log
  log-level = 0
  admin-port-ssl = true
  smsbox-port-ssl = true
  ssl-server-cert-file = /etc/kannel/public.pem
  ssl-server-key-file = /etc/kannel/private.pem
 
  group = smsc
  smsc = smpp
  smsc-id = x
  host = xx.xx.xx.xx
  port = 
  source-addr-autodetect = yes
  #tranceiver-mode = 1
  dest-addr-ton = 1
  source-addr-ton= 5
  smsc-username = x
  smsc-password = x1
  system-type = NULL
  #address-range = 
  #alt-charset = 1
  #enquire-link-interval = 300
  keepalive = 2
  log-file = /var/log/kannel/x.log
  log-level = 0
  #receive-port = 0
 
  group = smsbox
  bearerbox-host = 127.0.0.1
  sendsms-port = 13013
  global-sender = 59898
  log-file = /var/log/kannel/smsbox.log
  log-level = 0
  mo-recode = true
  bearerbox-port-ssl = true
  sendsms-port-ssl =true
 
 
  group = sendsms-user
  username = kannel
  password = hard2guess
  concatenation = true
  max-messages = 3
 
  Erro log
  2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP[x]: Sending PDU:
  2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP PDU 0x1822020 dump:
  2010-05-12 21:00:42 [6711] [6] DEBUG: type_name: bind_transmitter
  2010-05-12 21:00:42 [6711] [6] DEBUG: command_id: 2 = 0x0002
  2010-05-12 21:00:42 [6711] [6] DEBUG: command_status: 0 = 0x
  2010-05-12 21:00:42 [6711] [6] DEBUG: sequence_number: 36 = 0x0024
  2010-05-12 21:00:42 [6711] [6] DEBUG: system_id: x
  2010-05-12 21:00:42 [6711] [6] DEBUG: password: x1
  2010-05-12 21:00:42 [6711] [6] DEBUG: system_type: NULL
  2010-05-12 21:00:42 [6711] [6] DEBUG: interface_version: 52 = 0x0034
  2010-05-12 21:00:42 [6711] [6] DEBUG: addr_ton: 0 = 0x
  2010-05-12 21:00:42 [6711] [6] DEBUG: addr_npi: 0 = 0x
  2010-05-12 21:00:42 [6711] [6] DEBUG: address_range: NULL
  2010-05-12 21:00:42 [6711] [6] DEBUG: SMPP PDU dump ends.
  2010-05-12 21:00:42 [6711] [6] ERROR: Error reading from fd 29:
  2010-05-12 21:00:42 [6711] [6] ERROR: System error 104: Connection reset
  by
  peer
  2010-05-12 21:00:42 [6711] [6] ERROR: SMPP[x]: Couldn't connect to SMS
  center (retrying in 10 seconds).
 
 
 
  Regards,
  
  Kiran Reddy
 
 
 
 



Re: Error reading from fd 22

2010-05-11 Thread Kiran Reddy
Hi Alejandro,

When we starting the client it is showing that SSL connection is
established succesfully (marked in green) between the server and the
client. After that it is showing SSL read failed (marked in red) error.

Please help. thanks in advance.

LOGS :

INFO: Client SSL connection from IP `xx.xx.xx.xx:x' established.
  DEBUG: Started thread 671 (gw/smppbox.c:receive_smpp_thread)
  DEBUG: Thread 671 (gw/smppbox.c:receive_smpp_thread) maps to pid 15677,
stack size 10485760.
  DEBUG: ESME[(null)] receive_smpp_thread starts as unknown.
  DEBUG: Started thread 672 (gw/smppbox.c:send_smpp_thread)
  ERROR: SSL read failed: OpenSSL error 1:
error:0001:lib(0):func(0):reason(1)
  DEBUG: Thread 672 (gw/smppbox.c:send_smpp_thread) maps to pid 15677,
stack size 10485760.
  ERROR: SSL read failed: OpenSSL error 1:
error:0001:lib(0):func(0):reason(1)
  INFO: ESME[(null)] receive_smpp_thread terminates as unknown.


  Regards,
  
  Kiran Reddy


   ---Original Message---
   From: Alejandro Guerrieri
   To: Nikos Balkanas
   Cc: Kiran Reddy , users@kannel.org
   Subject: Re: Error reading from fd 22
   Sent: May 11 '10 12:05pm

   File Descriptor #22, which happens to be the socket connection. It's C
   way of saying that the socket connection was dropped.


   Regards,


   Alex


   2010/5/11 Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com
   I don't know what is fd 22. I presume it is the SMSc. You connect fine
   without ssl? Why then try ssl? Chances are that your provider might not
   support ssl connections.


   BR,
   Nikos
   - Original Message - From: Kiran Reddy [LINK:
   mailto:ki...@uniceltech.com] ki...@uniceltech.com
   To: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com; [LINK: mailto:us...@kannel.org] users@kannel.org
   Sent: Tuesday, May 11, 2010 8:42 AM


   Subject: Re: Error reading from fd 22


   Dear Nikos,

   We prepared the configuration file using user guide only. In that it
   clearly mentioned under CORE to enable ssl-server-cert-file,
   ssl-server-key-file, ssl-client-certkey-file  sendsms-port-ssl under
   smsbox.

   But when i starting the client it throwing the Error reading from file
fd
   22. we tried without ssl and its work fine.

   Please help. thanks in advance.


   Regards,
   
   Kiran Reddy


   ---Original Message---
   From: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com
   To: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com, [LINK: mailto:us...@kannel.org] users@kannel.org
   Subject: Re: Error reading from fd 22
   Sent: May 11 '10 1:23am

   Hi,

   Read User's guide about use-ssl in group smsc.

   BR,
   Nikos
   - Original Message -
   From: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com
   To: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com; [LINK: mailto:us...@kannel.org] users@kannel.org
   Sent: Monday, May 10, 2010 4:33 PM
   Subject: Re: Error reading from fd 22


Hi Nikos,
   
Please find the attached configuration file.
   
Regards,

Kiran Reddy
   
   
---Original Message---
From: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com
To: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com, [LINK: mailto:us...@kannel.org] users@kannel.org
Subject: Re: Error reading from fd 22
Sent: May 10 '10 6:52pm
   
Please post configuration.
   
Nikos
- Original Message -
From: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com
To: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com; [LINK: mailto:us...@kannel.org] users@kannel.org
Sent: Monday, May 10, 2010 4:17 PM
Subject: Re: Error reading from fd 22
   
   
 Hi Nikos,

 I am sorry 

 Please help me about this error.


 Regards,
 
 Kiran Reddy

 ---Original Message---
 From: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com
 To: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com, [LINK: mailto:us...@kannel.org] users@kannel.org
 Subject: Re: Error reading from fd 22
 Sent: May 10 '10 6:44pm

 Hi,

 Please do not spam. Resending the same message within 20' will not
   get
 you
 the help you want.

 BR,
 Nikos
 - Original Message -
 From: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com
 To: [LINK: mailto:us...@kannel.org] users@kannel.org
 Sent: Monday, May 10, 2010 4:04 PM
 Subject: Error reading from fd 22


  Hi Team,
 
  I'have installed kannel 1.4.3 and trying to setup the same with
   ssl.
  While
  starting the kannel client am getting the below error. its says 

Error

Re: Error reading from fd 22

2010-05-11 Thread Kiran Reddy
Dear Alejandro and Nikos,

  Thaks for replay i will check the SSL and also with SMSC. :-)


  Thanks and Regards,
  
  Kiran Reddy


   ---Original Message---
   From: Alejandro Guerrieri
   To: Nikos Balkanas
   Cc: Kiran Reddy , users@kannel.org
   Subject: Re: Error reading from fd 22
   Sent: May 11 '10 6:27pm

   Well, that error is actually a socket error coming from below. If you
   look at the logs, it has the same thread id (3704) as the pdu, so at
least
   for me there's no doubt about what connection is referring to.


   The actual error is:


   2010-05-10 18:10:37 [3704] [6] ERROR: System error 104: Connection reset
by
   peer


   So, apparently the other side is dropping the connection right after
   receiving the bind_transmitter PDU. Kiran: you should speak with your
smsc
   operator and ask about what error do they see on their side, maybe
   there's a problem with the SSL cert but you won't be able to figure
   out much about it from your side, since the SMSC is dropping the
connection
   before answering the bind_transmitter.


   I suspect a certificate problem.


   Regards,


   Alex


   2010/5/11 Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com


   Correction Alex. It is not C's way of saying that the socket
   connection was dropped, but Kannel's providing for some indeterminate
   logging. Saying that a connection was dropped. without specifying the
   connection is pretty much worthless in a multithreaded context.
Especially
   meaningless is the socket number, 22, which cannot be correlated to
   anything.
   �
   BR,
   Nikos

   - Original Message -
   FROM: [LINK: mailto:alejandro.guerri...@gmail.com] Alejandro Guerrieri
   TO: [LINK: mailto:nbalka...@gmail.com] Nikos Balkanas


   CC: [LINK: mailto:ki...@uniceltech.com] Kiran Reddy ; [LINK:
   mailto:us...@kannel.org] users@kannel.org
   SENT: Tuesday, May 11, 2010 9:35 AM
   SUBJECT: Re: Error reading from fd 22

   File Descriptor #22, which happens to be the socket connection. It's
   C way of saying that the socket connection was dropped.


   Regards,


   Alex


   2010/5/11 Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com


   I don't know what is fd 22. I presume it is the SMSc. You connect
   fine without ssl? Why then try ssl? Chances are that your provider might
   not support ssl connections.


   BR,
   Nikos
   - Original Message - From: Kiran Reddy [LINK:
   mailto:ki...@uniceltech.com] ki...@uniceltech.com
   To: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com; [LINK: mailto:us...@kannel.org] users@kannel.org
   Sent: Tuesday, May 11, 2010 8:42 AM


   Subject: Re: Error reading from fd 22


   Dear Nikos,

   We prepared the configuration file using user guide only. In that it
   clearly mentioned under CORE to enable ssl-server-cert-file,
   ssl-server-key-file, ssl-client-certkey-file  sendsms-port-ssl under
   smsbox.

   But when i starting the client it throwing the Error reading from file
   fd 22. we tried without ssl and its work fine.

   Please help. thanks in advance.


   Regards,
   
   Kiran Reddy


   ---Original Message---
   From: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com
   To: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
ki...@uniceltech.com,
   [LINK: mailto:us...@kannel.org] users@kannel.org
   Subject: Re: Error reading from fd 22
   Sent: May 11 '10 1:23am

   Hi,

   Read User's guide about use-ssl in group smsc.

   BR,
   Nikos
   - Original Message -
   From: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com
   To: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com; [LINK: mailto:us...@kannel.org] users@kannel.org
   Sent: Monday, May 10, 2010 4:33 PM
   Subject: Re: Error reading from fd 22


Hi Nikos,
   
Please find the attached configuration file.
   
Regards,

Kiran Reddy
   
   
---Original Message---
From: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com
To: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com, [LINK: mailto:us...@kannel.org] users@kannel.org
Subject: Re: Error reading from fd 22
Sent: May 10 '10 6:52pm
   
Please post configuration.
   
Nikos
- Original Message -
From: Kiran Reddy [LINK: mailto:ki...@uniceltech.com]
   ki...@uniceltech.com
To: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka...@gmail.com; [LINK: mailto:us...@kannel.org] users@kannel.org
Sent: Monday, May 10, 2010 4:17 PM
Subject: Re: Error reading from fd 22
   
   
 Hi Nikos,

 I am sorry 

 Please help me about this error.


 Regards,
 
 Kiran Reddy

 ---Original Message---
 From: Nikos Balkanas [LINK: mailto:nbalka...@gmail.com]
   nbalka

Error Reading From fd22

2010-05-10 Thread Kiran Reddy
Hi Team,

I'have installed kannel 1.4.3 and trying to setup the same with ssl. While 
starting the kannel client am getting the below error. its says Error reading 
from fd 22.

Can any one help us out to setup the ssl in conf file with some examples.

2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP[NEW_SMPP]: Sending PDU:
2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU 0x921aff0 dump:
2010-05-10 18:10:37 [3704] [6] DEBUG:   type_name: bind_transmitter
2010-05-10 18:10:37 [3704] [6] DEBUG:   command_id: 2 = 0x0002
2010-05-10 18:10:37 [3704] [6] DEBUG:   command_status: 0 = 0x
2010-05-10 18:10:37 [3704] [6] DEBUG:   sequence_number: 44 = 0x002c
2010-05-10 18:10:37 [3704] [6] DEBUG:   system_id: xx
2010-05-10 18:10:37 [3704] [6] DEBUG:   password: x
2010-05-10 18:10:37 [3704] [6] DEBUG:   system_type: 
2010-05-10 18:10:37 [3704] [6] DEBUG:   interface_version: 52 = 0x0034
2010-05-10 18:10:37 [3704] [6] DEBUG:   addr_ton: 0 = 0x
2010-05-10 18:10:37 [3704] [6] DEBUG:   addr_npi: 0 = 0x
2010-05-10 18:10:37 [3704] [6] DEBUG:   address_range: 
2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU dump ends.
2010-05-10 18:10:37 [3704] [6] ERROR: Error reading from fd 22:
2010-05-10 18:10:37 [3704] [6] ERROR: System error 104: Connection reset by peer
2010-05-10 18:10:37 [3704] [6] ERROR: SMPP[NEW_SMPP]: Couldn't connect to SMS 
center (retrying in 10 seconds).

Regards,
--
Reddy



Error reading from fd 22

2010-05-10 Thread Kiran Reddy
Hi Team,

I'have installed kannel 1.4.3 and trying to setup the same with ssl. While 
starting the kannel client am getting the below error. its says Error reading 
from fd 22.

Can any one help us out to setup the ssl in conf file with some examples.

2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP[NEW_SMPP]: Sending PDU:
2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU 0x921aff0 dump:
2010-05-10 18:10:37 [3704] [6] DEBUG:   type_name: bind_transmitter
2010-05-10 18:10:37 [3704] [6] DEBUG:   command_id: 2 = 0x0002
2010-05-10 18:10:37 [3704] [6] DEBUG:   command_status: 0 = 0x
2010-05-10 18:10:37 [3704] [6] DEBUG:   sequence_number: 44 = 0x002c
2010-05-10 18:10:37 [3704] [6] DEBUG:   system_id: xx
2010-05-10 18:10:37 [3704] [6] DEBUG:   password: x
2010-05-10 18:10:37 [3704] [6] DEBUG:   system_type: 
2010-05-10 18:10:37 [3704] [6] DEBUG:   interface_version: 52 = 0x0034
2010-05-10 18:10:37 [3704] [6] DEBUG:   addr_ton: 0 = 0x
2010-05-10 18:10:37 [3704] [6] DEBUG:   addr_npi: 0 = 0x
2010-05-10 18:10:37 [3704] [6] DEBUG:   address_range: 
2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU dump ends.
2010-05-10 18:10:37 [3704] [6] ERROR: Error reading from fd 22:
2010-05-10 18:10:37 [3704] [6] ERROR: System error 104: Connection reset by peer
2010-05-10 18:10:37 [3704] [6] ERROR: SMPP[NEW_SMPP]: Couldn't connect to SMS 
center (retrying in 10 seconds).

Regards,
--
Reddy 


Regards,

Kiran Reddy



Re: Error reading from fd 22

2010-05-10 Thread Kiran Reddy
Hi Nikos,

I am sorry 

Please help me about this error.


Regards,

Kiran Reddy

 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: Error reading from fd 22
 Sent: May 10 '10 6:44pm
 
 Hi,
 
 Please do not spam. Resending the same message within 20' will not get you
 the help you want.
 
 BR,
 Nikos
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: users@kannel.org
 Sent: Monday, May 10, 2010 4:04 PM
 Subject: Error reading from fd 22
 
 
  Hi Team,
 
  I'have installed kannel 1.4.3 and trying to setup the same with ssl. While
  starting the kannel client am getting the below error. its says Error
  reading from fd 22.
 
  Can any one help us out to setup the ssl in conf file with some examples.
 
  2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP[NEW_SMPP]: Sending PDU:
  2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU 0x921aff0 dump:
  2010-05-10 18:10:37 [3704] [6] DEBUG:   type_name: bind_transmitter
  2010-05-10 18:10:37 [3704] [6] DEBUG:   command_id: 2 = 0x0002
  2010-05-10 18:10:37 [3704] [6] DEBUG:   command_status: 0 = 0x
  2010-05-10 18:10:37 [3704] [6] DEBUG:   sequence_number: 44 = 0x002c
  2010-05-10 18:10:37 [3704] [6] DEBUG:   system_id: xx
  2010-05-10 18:10:37 [3704] [6] DEBUG:   password: x
  2010-05-10 18:10:37 [3704] [6] DEBUG:   system_type: 
  2010-05-10 18:10:37 [3704] [6] DEBUG:   interface_version: 52 = 0x0034
  2010-05-10 18:10:37 [3704] [6] DEBUG:   addr_ton: 0 = 0x
  2010-05-10 18:10:37 [3704] [6] DEBUG:   addr_npi: 0 = 0x
  2010-05-10 18:10:37 [3704] [6] DEBUG:   address_range: 
  2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU dump ends.
  2010-05-10 18:10:37 [3704] [6] ERROR: Error reading from fd 22:
  2010-05-10 18:10:37 [3704] [6] ERROR: System error 104: Connection reset
  by peer
  2010-05-10 18:10:37 [3704] [6] ERROR: SMPP[NEW_SMPP]: Couldn't connect to
  SMS center (retrying in 10 seconds).
 
  Regards,
  --
  Reddy
 
 
  Regards,
  
  Kiran Reddy
 
 
 



Re: Error reading from fd 22

2010-05-10 Thread Kiran Reddy
Hi Nikos,

Please find the attached configuration file.

Regards,

Kiran Reddy


 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: Error reading from fd 22
 Sent: May 10 '10 6:52pm
 
 Please post configuration.
 
 Nikos
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: Nikos Balkanas nbalka...@gmail.com; users@kannel.org
 Sent: Monday, May 10, 2010 4:17 PM
 Subject: Re: Error reading from fd 22
 
 
  Hi Nikos,
 
  I am sorry 
 
  Please help me about this error.
 
 
  Regards,
  
  Kiran Reddy
 
  ---Original Message---
  From: Nikos Balkanas nbalka...@gmail.com
  To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
  Subject: Re: Error reading from fd 22
  Sent: May 10 '10 6:44pm
 
  Hi,
 
  Please do not spam. Resending the same message within 20' will not get you
  the help you want.
 
  BR,
  Nikos
  - Original Message -
  From: Kiran Reddy ki...@uniceltech.com
  To: users@kannel.org
  Sent: Monday, May 10, 2010 4:04 PM
  Subject: Error reading from fd 22
 
 
   Hi Team,
  
   I'have installed kannel 1.4.3 and trying to setup the same with ssl.
   While
   starting the kannel client am getting the below error. its says Error
   reading from fd 22.
  
   Can any one help us out to setup the ssl in conf file with some
   examples.
  
   2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP[NEW_SMPP]: Sending PDU:
   2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU 0x921aff0 dump:
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β type_name: bind_transmitter
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β command_id: 2 = 0x0002
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β command_status: 0 = 0x
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β sequence_number: 44 =
   0x002c
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β system_id: xx
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β password: x
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β system_type: 
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β interface_version: 52 =
   0x0034
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β addr_ton: 0 = 0x
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β addr_npi: 0 = 0x
   2010-05-10 18:10:37 [3704] [6] DEBUG:Β Β address_range: 
   2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU dump ends.
   2010-05-10 18:10:37 [3704] [6] ERROR: Error reading from fd 22:
   2010-05-10 18:10:37 [3704] [6] ERROR: System error 104: Connection reset
   by peer
   2010-05-10 18:10:37 [3704] [6] ERROR: SMPP[NEW_SMPP]: Couldn't connect
   to
   SMS center (retrying in 10 seconds).
  
   Regards,
   --
   Reddy
  
  
   Regards,
   
   Kiran Reddy
  
 
 
 
 



kannel.conf
Description: Binary data


Re: smsbox_list is empty

2010-05-10 Thread Kiran Reddy
Hi Andy,

Please add conf file.


Regards,

Kiran Reddy



 ---Original Message---
 From: Andy Beak andr...@cellsmart.co.za
 To: users@kannel.org
 Subject: smsbox_list is empty
 Sent: May 10 '10 9:08pm
 
 Hi,
 
 I've searched the archive and can't find a solution for the error
 [15629] [7] WARNING: smsbox_list empty!.
 
 I originally set my config up from scratch by reading through the
 documentation.
 
 I have tried using the example config that ships with Kannel but it also
 gives the same error.
 
 I'm using the SMSC emulator from selenium software to set up an smpp 3.4
 smsc in the kannel.conf
 
 Could anybody shed some light on this please?
 
 Thanks,
 Andy
 
 



Re: smsbox_list is empty

2010-05-10 Thread Kiran Reddy
Hi Andy,

Please comment as below and try it should not show any smsbox empty error. :-)

#smsbox-id = TestSMSbox


Regards,

Kiran Reddy
+91-9036971573
Http://www.Uniceltech.com


 ---Original Message---
 From: Andy Beak andr...@cellsmart.co.za
 To: Nikos Balkanas nbalka...@gmail.com
 Cc: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: smsbox_list is empty
 Sent: May 11 '10 9:21am
 
 Hi,
 
 Thanks for this reply Nikos.  I had also read your reply to somebody
 else about routing so I checked the source you mention and saw how that
 error is produced.
 
 Thanks for the tip - the bearerbox is now recognizing the smsbox and as
 soon as it connects the messages stop.
 
 Thanks,
 Andy
 
 
 On 10/05/2010 09:48 PM, Nikos Balkanas wrote:
  Hi,
 
  gw/bb_boxc.c considers new smsbox connections unroutable until they
  are identified or an MT is sent from them. I don't know what
  identification it means, but why don't you try to send an MT to FAKE
  smsc through your smsbox to start with?
 
  BR,
  Nikos
  - Original Message - From: Andy Beak andr...@cellsmart.co.za
  To: Kiran Reddy ki...@uniceltech.com
  Cc: users@kannel.org
  Sent: Monday, May 10, 2010 7:21 PM
  Subject: Re: smsbox_list is empty
 
 
  Hi,
 
  Thanks for the swift reply!  I wasn't expecting that :)
 
  My conf file is listed below.
 
  I commented out the fake smsc because I thought it would be better to
  test with an smsc emulator.
 
  When I connect the bearerbox it starts saying WARNING: smsbox_list
  empty!
 
  When I connect the smsbox it kicks off hundreds of messages saying
  [4] INFO:  Starting to service No action specified from 123456 to
  123456
 
 
 
  #-CONFIG File
  group = core
  admin-port = 13000
  admin-password = adminpass
  admin-deny-ip = 
  admin-allow-ip = 192.168.0.*
  wapbox-port = 13002
  smsbox-port = 13003
  wdp-interface-name = *
  log-file = /var/log/kannel/bearerbox.log
  box-deny-ip = 
  box-allow-ip = 192.168.0.*
 
  #group = wapbox
  #bearerbox-host = localhost
  #log-file = /var/log/kannel/wapbox.log
 
  group = smsbox
  bearerbox-host = localhost
  sendsms-chars = 0123456789 +-
  global-sender = 123456
  access-log = kannel.access
  log-file = smsbox.log
  log-level = 0
  sendsms-port = 13131
  smsbox-id = TestSMSbox
 
  # group = smsc
  # smsc = fake
  # port = 10002
  # connect-allow-ip = *.*.*.*
 
  group = smsc
  smsc = smpp
  host = 192.168.0.215
  port = 2775
  receive-port = 2775
  smsc-username = smppclient1
  smsc-password = password
  system-type = VMA
  smsc-id = TestSMSC
 
  group = sendsms-user
  username = testuser
  password = testpass
 
  group = sms-service
  keyword = default
  text = No action specified
  catch-all = true
 
  group = smsbox-route
  smsbox-id = TestSMSbox
  smsc-id = TestSMSC
 
 
 
 
  On 10/05/2010 05:42 PM, Kiran Reddy wrote:
  Hi Andy,
 
  Please add conf file.
 
 
  Regards,
  
  Kiran Reddy
 
 
 
    ---Original Message---
    From: Andy Beakandr...@cellsmart.co.za
    To: users@kannel.org
    Subject: smsbox_list is empty
    Sent: May 10 '10 9:08pm
 
    Hi,
 
    I've searched the archive and can't find a solution for the error
    [15629] [7] WARNING: smsbox_list empty!.
 
    I originally set my config up from scratch by reading through the
    documentation.
 
    I have tried using the example config that ships with Kannel but
  it also
    gives the same error.
 
    I'm using the SMSC emulator from selenium software to set up an
  smpp 3.4
    smsc in the kannel.conf
 
    Could anybody shed some light on this please?
 
    Thanks,
    Andy
 
 
 
 
 
 
 
 



Re: smsbox_list is empty

2010-05-10 Thread Kiran Reddy
Hi Andy,

please use this configuration and check.

#-CONFIGFile
group=core
admin-port=13000
admin-password=adminpass
admin-deny-ip=
admin-allow-ip=192.168.0.*
wapbox-port=13002
smsbox-port=13003
wdp-interface-name=*
log-file=/var/log/kannel/bearerbox.log
box-deny-ip=
box-allow-ip=192.168.0.*


group=smsbox
bearerbox-host=localhost
sendsms-chars=0123456789+-
global-sender=123456
access-log=kannel.access
log-file=smsbox.log
log-level=0
sendsms-port=13131

group=smsc
smsc=smpp
host=192.168.0.215
port=2775
receive-port=2775
smsc-username=smppclient1
smsc-password=password
system-type=VMA
smsc-id=TestSMSC

group=sendsms-user
username=testuser
password=testpass

group=sms-service
keyword=default
text=Noactionspecified
catch-all=true



Regards,

Kiran Reddy
+91-9036971573
Http://www.Uniceltech.com


 ---Original Message---
 From: Andy Beak andr...@cellsmart.co.za
 To: Nikos Balkanas nbalka...@gmail.com
 Cc: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: smsbox_list is empty
 Sent: May 11 '10 9:21am
 
 Hi,
 
 Thanks for this reply Nikos.  I had also read your reply to somebody
 else about routing so I checked the source you mention and saw how that
 error is produced.
 
 Thanks for the tip - the bearerbox is now recognizing the smsbox and as
 soon as it connects the messages stop.
 
 Thanks,
 Andy
 
 
 On 10/05/2010 09:48 PM, Nikos Balkanas wrote:
  Hi,
 
  gw/bb_boxc.c considers new smsbox connections unroutable until they
  are identified or an MT is sent from them. I don't know what
  identification it means, but why don't you try to send an MT to FAKE
  smsc through your smsbox to start with?
 
  BR,
  Nikos
  - Original Message - From: Andy Beak andr...@cellsmart.co.za
  To: Kiran Reddy ki...@uniceltech.com
  Cc: users@kannel.org
  Sent: Monday, May 10, 2010 7:21 PM
  Subject: Re: smsbox_list is empty
 
 
  Hi,
 
  Thanks for the swift reply!  I wasn't expecting that :)
 
  My conf file is listed below.
 
  I commented out the fake smsc because I thought it would be better to
  test with an smsc emulator.
 
  When I connect the bearerbox it starts saying WARNING: smsbox_list
  empty!
 
  When I connect the smsbox it kicks off hundreds of messages saying
  [4] INFO:  Starting to service No action specified from 123456 to
  123456
 
 
 
  #-CONFIG File
  group = core
  admin-port = 13000
  admin-password = adminpass
  admin-deny-ip = 
  admin-allow-ip = 192.168.0.*
  wapbox-port = 13002
  smsbox-port = 13003
  wdp-interface-name = *
  log-file = /var/log/kannel/bearerbox.log
  box-deny-ip = 
  box-allow-ip = 192.168.0.*
 
  #group = wapbox
  #bearerbox-host = localhost
  #log-file = /var/log/kannel/wapbox.log
 
  group = smsbox
  bearerbox-host = localhost
  sendsms-chars = 0123456789 +-
  global-sender = 123456
  access-log = kannel.access
  log-file = smsbox.log
  log-level = 0
  sendsms-port = 13131
  smsbox-id = TestSMSbox
 
  # group = smsc
  # smsc = fake
  # port = 10002
  # connect-allow-ip = *.*.*.*
 
  group = smsc
  smsc = smpp
  host = 192.168.0.215
  port = 2775
  receive-port = 2775
  smsc-username = smppclient1
  smsc-password = password
  system-type = VMA
  smsc-id = TestSMSC
 
  group = sendsms-user
  username = testuser
  password = testpass
 
  group = sms-service
  keyword = default
  text = No action specified
  catch-all = true
 
  group = smsbox-route
  smsbox-id = TestSMSbox
  smsc-id = TestSMSC
 
 
 
 
  On 10/05/2010 05:42 PM, Kiran Reddy wrote:
  Hi Andy,
 
  Please add conf file.
 
 
  Regards,
  
  Kiran Reddy
 
 
 
    ---Original Message---
    From: Andy Beakandr...@cellsmart.co.za
    To: users@kannel.org
    Subject: smsbox_list is empty
    Sent: May 10 '10 9:08pm
 
    Hi,
 
    I've searched the archive and can't find a solution for the error
    [15629] [7] WARNING: smsbox_list empty!.
 
    I originally set my config up from scratch by reading through the
    documentation.
 
    I have tried using the example config that ships with Kannel but
  it also
    gives the same error.
 
    I'm using the SMSC emulator from selenium software to set up an
  smpp 3.4
    smsc in the kannel.conf
 
    Could anybody shed some light on this please?
 
    Thanks,
    Andy
 
 
 
 
 
 
 
 



Re: Error reading from fd 22

2010-05-10 Thread Kiran Reddy
Dear Nikos,

We prepared the configuration file using user guide only. In that it clearly 
mentioned under CORE to enable ssl-server-cert-file, ssl-server-key-file, 
ssl-client-certkey-file  sendsms-port-ssl under smsbox. 

But when i starting the client it throwing the Error reading from file fd 22. 
we tried without ssl and its work fine.

Please help. thanks in advance.


Regards,

Kiran Reddy



 ---Original Message---
 From: Nikos Balkanas nbalka...@gmail.com
 To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
 Subject: Re: Error reading from fd 22
 Sent: May 11 '10 1:23am
 
 Hi,
 
 Read User's guide about use-ssl in group smsc.
 
 BR,
 Nikos
 - Original Message -
 From: Kiran Reddy ki...@uniceltech.com
 To: Nikos Balkanas nbalka...@gmail.com; users@kannel.org
 Sent: Monday, May 10, 2010 4:33 PM
 Subject: Re: Error reading from fd 22
 
 
  Hi Nikos,
 
  Please find the attached configuration file.
 
  Regards,
  
  Kiran Reddy
 
 
  ---Original Message---
  From: Nikos Balkanas nbalka...@gmail.com
  To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
  Subject: Re: Error reading from fd 22
  Sent: May 10 '10 6:52pm
 
  Please post configuration.
 
  Nikos
  - Original Message -
  From: Kiran Reddy ki...@uniceltech.com
  To: Nikos Balkanas nbalka...@gmail.com; users@kannel.org
  Sent: Monday, May 10, 2010 4:17 PM
  Subject: Re: Error reading from fd 22
 
 
   Hi Nikos,
  
   I am sorry 
  
   Please help me about this error.
  
  
   Regards,
   
   Kiran Reddy
  
   ---Original Message---
   From: Nikos Balkanas nbalka...@gmail.com
   To: Kiran Reddy ki...@uniceltech.com, users@kannel.org
   Subject: Re: Error reading from fd 22
   Sent: May 10 '10 6:44pm
  
   Hi,
  
   Please do not spam. Resending the same message within 20' will not get
   you
   the help you want.
  
   BR,
   Nikos
   - Original Message -
   From: Kiran Reddy ki...@uniceltech.com
   To: users@kannel.org
   Sent: Monday, May 10, 2010 4:04 PM
   Subject: Error reading from fd 22
  
  
Hi Team,
   
I'have installed kannel 1.4.3 and trying to setup the same with ssl.
While
starting the kannel client am getting the below error. its says Error
reading from fd 22.
   
Can any one help us out to setup the ssl in conf file with some
examples.
   
2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP[NEW_SMPP]: Sending PDU:
2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU 0x921aff0 dump:
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ type_name: bind_transmitter
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ command_id: 2 = 0x0002
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ command_status: 0 =
0x
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ sequence_number: 44 =
0x002c
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ system_id: xx
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ password: x
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ system_type: 
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ interface_version: 52 =
0x0034
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ addr_ton: 0 = 0x
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ addr_npi: 0 = 0x
2010-05-10 18:10:37 [3704] [6] DEBUG:Ξ’ Ξ’ address_range: 
2010-05-10 18:10:37 [3704] [6] DEBUG: SMPP PDU dump ends.
2010-05-10 18:10:37 [3704] [6] ERROR: Error reading from fd 22:
2010-05-10 18:10:37 [3704] [6] ERROR: System error 104: Connection
reset
by peer
2010-05-10 18:10:37 [3704] [6] ERROR: SMPP[NEW_SMPP]: Couldn't connect
to
SMS center (retrying in 10 seconds).
   
Regards,
--
Reddy
   
   
Regards,

Kiran Reddy