Error on bearerbox starting

2012-10-23 Thread sudhir meena
Good Morning
Sir,

When i am starting the bearerbox i got the error, please know me what i do.

[root@mx sbin]# ./bearerbox kannel.conf
*./bearerbox: error while loading shared libraries: libmysqlclient.so.14:
cannot open shared object file: No such file or directory*
[root@mx sbin]# locate libmysqlclient
/usr/lib64/mysql/libmysqlclient.so.16
/usr/lib64/mysql/libmysqlclient.so.16.0.0
/usr/lib64/mysql/libmysqlclient_r.so.16
/usr/lib64/mysql/libmysqlclient_r.so.16.0.0


-- 
*Sudhir Kumar Meena
Linux System Engineer
+91-8373902596
Acube Promotion House Pvt. Ltd.
*


Re: Error on bearerbox starting

2012-10-23 Thread spameden
You probably compiled against different library and now trying to use
kannel on different system.

As a workaround you can create a symlink to
/usr/lib64/mysql/libmysqlclient.so.16

ln -s /usr/lib64/mysql/libmysqlclient.so.16
/usr/lib64/mysql/libmysqlclient.so.14
ln -s /usr/lib64/mysql/libmysqlclient_r.so.16
/usr/lib64/mysql/libmysqlclient_r.so.14

2012/10/23 sudhir meena surwt...@gmail.com

 Good Morning
 Sir,

 When i am starting the bearerbox i got the error, please know me what i do.

 [root@mx sbin]# ./bearerbox kannel.conf
 *./bearerbox: error while loading shared libraries: libmysqlclient.so.14:
 cannot open shared object file: No such file or directory*
 [root@mx sbin]# locate libmysqlclient
 /usr/lib64/mysql/libmysqlclient.so.16
 /usr/lib64/mysql/libmysqlclient.so.16.0.0
 /usr/lib64/mysql/libmysqlclient_r.so.16
 /usr/lib64/mysql/libmysqlclient_r.so.16.0.0


 --
 *Sudhir Kumar Meena
 Linux System Engineer
 +91-8373902596
 Acube Promotion House Pvt. Ltd.
 *



Re: Error on bearerbox starting

2012-10-23 Thread Alvaro Cornejo
Hi

It might be better to recompile kannel with the correct libraries if possible.


On 10/23/12, spameden spame...@gmail.com wrote:
 You probably compiled against different library and now trying to use
 kannel on different system.

 As a workaround you can create a symlink to
 /usr/lib64/mysql/libmysqlclient.so.16

 ln -s /usr/lib64/mysql/libmysqlclient.so.16
 /usr/lib64/mysql/libmysqlclient.so.14
 ln -s /usr/lib64/mysql/libmysqlclient_r.so.16
 /usr/lib64/mysql/libmysqlclient_r.so.14

 2012/10/23 sudhir meena surwt...@gmail.com

 Good Morning
 Sir,

 When i am starting the bearerbox i got the error, please know me what i
 do.

 [root@mx sbin]# ./bearerbox kannel.conf
 *./bearerbox: error while loading shared libraries: libmysqlclient.so.14:
 cannot open shared object file: No such file or directory*
 [root@mx sbin]# locate libmysqlclient
 /usr/lib64/mysql/libmysqlclient.so.16
 /usr/lib64/mysql/libmysqlclient.so.16.0.0
 /usr/lib64/mysql/libmysqlclient_r.so.16
 /usr/lib64/mysql/libmysqlclient_r.so.16.0.0


 --
 *Sudhir Kumar Meena
 Linux System Engineer
 +91-8373902596
 Acube Promotion House Pvt. Ltd.
 *




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



Error in bearerbox log - 2

2009-07-15 Thread abhishek jain
Hi,
| got the following error in bearerbox, pl. let me know if possible
what can be the source of error:

2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated
string (system_id) has no NULL.
2009-07-15 18:54:19 [26171] [6] ERROR:
SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit,
code 0x000d (Bind Failed).
2009-07-15 18:54:19 [26171] [6] ERROR:
SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
(retrying in 10 seconds).
2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated
string (system_id) has no NULL.
2009-07-15 18:54:41 [26171] [7] ERROR:
SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code
0x000d (Bind Failed).
2009-07-15 18:54:41 [26171] [7] ERROR:
SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
(retrying in 10 seconds).


Will appreciate a prompt reply.

-- 
Thanks and kind Regards,
Abhishek jain
07799 328 727
skype: ejaincom



Re: Error in bearerbox log - 2

2009-07-15 Thread Alejandro Guerrieri
That means that you have SMPP connectivity with the SMSC (so host and port
are ok), but it's denying the login. The 0x0d error could mean almost
anything...

You can try setting system-type =  (unless your SMSC operator has told you
to use VMA which I seriously doubt it, or perhaps he told you to set
something else? otherwise put  ).

If your config seems to be ok, you'll have to ask your SMSC provider (a
tcpdump of an attempted bind usually helps when asking them).
Regards,

Alejandro

On Wed, Jul 15, 2009 at 3:25 PM, abhishek jain
abhishek.netj...@gmail.comwrote:

 Hi,
 | got the following error in bearerbox, pl. let me know if possible
 what can be the source of error:

 2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated
 string (system_id) has no NULL.
 2009-07-15 18:54:19 [26171] [6] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit,
 code 0x000d (Bind Failed).
 2009-07-15 18:54:19 [26171] [6] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 (retrying in 10 seconds).
 2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated
 string (system_id) has no NULL.
 2009-07-15 18:54:41 [26171] [7] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code
 0x000d (Bind Failed).
 2009-07-15 18:54:41 [26171] [7] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 (retrying in 10 seconds).


 Will appreciate a prompt reply.

 --
 Thanks and kind Regards,
 Abhishek jain
 07799 328 727
 skype: ejaincom




Re: Error in bearerbox log - 2

2009-07-15 Thread abhishek jain
Hi,

my SMSC operator has told me to put the following parameters apart
from user and password:
I dont know the equivalent for most in kannel., pl advice , also do
you see some poblem in them,


systemtype value=SMS - optional

addressrange value=123 - optional

mode value=transceiver - optional

enqlinkinterval value=10 - optional

reconnectinterval value=5 - optional

throttlespeed value=50 - optional

deliverrep value=true - optional

notifynum value=123 - optional

 Thanks
abhishek


On Wed, Jul 15, 2009 at 7:17 PM, Alejandro
Guerrierialejandro.guerri...@gmail.com wrote:
 That means that you have SMPP connectivity with the SMSC (so host and port
 are ok), but it's denying the login. The 0x0d error could mean almost
 anything...
 You can try setting system-type =  (unless your SMSC operator has told you
 to use VMA which I seriously doubt it, or perhaps he told you to set
 something else? otherwise put  ).
 If your config seems to be ok, you'll have to ask your SMSC provider (a
 tcpdump of an attempted bind usually helps when asking them).
 Regards,
 Alejandro

 On Wed, Jul 15, 2009 at 3:25 PM, abhishek jain abhishek.netj...@gmail.com
 wrote:

 Hi,
 | got the following error in bearerbox, pl. let me know if possible
 what can be the source of error:

 2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated
 string (system_id) has no NULL.
 2009-07-15 18:54:19 [26171] [6] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit,
 code 0x000d (Bind Failed).
 2009-07-15 18:54:19 [26171] [6] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 (retrying in 10 seconds).
 2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated
 string (system_id) has no NULL.
 2009-07-15 18:54:41 [26171] [7] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code
 0x000d (Bind Failed).
 2009-07-15 18:54:41 [26171] [7] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 (retrying in 10 seconds).


 Will appreciate a prompt reply.

 --
 Thanks and kind Regards,
 Abhishek jain
 07799 328 727
 skype: ejaincom






-- 
Thanks and kind Regards,
Abhishek jain
07799 328 727
skype: ejaincom



Re: Error in bearerbox log - 2

2009-07-15 Thread Nikos Balkanas

Hi,

Please post your smsc configuration.

From what I gather from the logs, you are mixing up system-type with 

system-id.

System-type should be VMA.
System-id (or smsc-username) should be your login name.

BR,
Nikos
- Original Message - 
From: abhishek jain abhishek.netj...@gmail.com

To: users@kannel.org
Sent: Wednesday, July 15, 2009 4:25 PM
Subject: Error in bearerbox log - 2



Hi,
| got the following error in bearerbox, pl. let me know if possible
what can be the source of error:

2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated
string (system_id) has no NULL.
2009-07-15 18:54:19 [26171] [6] ERROR:
SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit,
code 0x000d (Bind Failed).
2009-07-15 18:54:19 [26171] [6] ERROR:
SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
(retrying in 10 seconds).
2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated
string (system_id) has no NULL.
2009-07-15 18:54:41 [26171] [7] ERROR:
SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code
0x000d (Bind Failed).
2009-07-15 18:54:41 [26171] [7] ERROR:
SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
(retrying in 10 seconds).


Will appreciate a prompt reply.

--
Thanks and kind Regards,
Abhishek jain
07799 328 727
skype: ejaincom






Re: Error in bearerbox log - 2

2009-07-15 Thread abhishek jain
Hi,

here is my configuration for kannel.conf


# Default kannel configuration file
group = core
dlr-storage = internal
admin-port = 13000
admin-port-ssl = false
admin-password = pass
status-password = pass
admin-deny-ip = *.*.*.*
admin-allow-ip = 127.0.0.1
smsbox-port = 13001
#wapbox-port = 13002
box-deny-ip = *.*.*.*
box-allow-ip = 127.0.0.1
wdp-interface-name = *
log-file = /var/log/kannel/bearerbox.log
log-level = 1

group = smsc
#max-messages = 3
#concatenation = true
smsc =smpp
system-type = VMA
host = ip
port = port
smsc-username = user
smsc-password = pass
keepalive = 55
#our-port = 600
receive-port = port
idle-timeout = 30
#address-range = 123
transceiver-mode = 1
# SMSBOX SETUP

group = smsbox
bearerbox-host = localhost
sendsms-port = port2
log-file = /var/log/kannel/smsbox.log
log-level = 0
#access-log = access.log

# SEND-SMS USERS

group = sendsms-user
username = pass
password = pass
#user-deny-ip = 
#user-allow-ip = 

group = sms-service
keyword = default
text = This facility is down for maintenance.
accept-x-kannel-headers = true
max-messages = 1
concatenation = true


group = mysql-connection
id = mydlr
host = localhost
username = user
password = dbpass
database = db
max-connections = 1

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



Pl. help,
thanks
abhishek

2009/7/15 Nikos Balkanas nbalka...@gmail.com:
 Hi,

 Please post your smsc configuration.

 From what I gather from the logs, you are mixing up system-type with
 system-id.

 System-type should be VMA.
 System-id (or smsc-username) should be your login name.

 BR,
 Nikos
 - Original Message - From: abhishek jain
 abhishek.netj...@gmail.com
 To: users@kannel.org
 Sent: Wednesday, July 15, 2009 4:25 PM
 Subject: Error in bearerbox log - 2


 Hi,
 | got the following error in bearerbox, pl. let me know if possible
 what can be the source of error:

 2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated
 string (system_id) has no NULL.
 2009-07-15 18:54:19 [26171] [6] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit,
 code 0x000d (Bind Failed).
 2009-07-15 18:54:19 [26171] [6] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 (retrying in 10 seconds).
 2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated
 string (system_id) has no NULL.
 2009-07-15 18:54:41 [26171] [7] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code
 0x000d (Bind Failed).
 2009-07-15 18:54:41 [26171] [7] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 (retrying in 10 seconds).


 Will appreciate a prompt reply.

 --
 Thanks and kind Regards,
 Abhishek jain
 07799 328 727
 skype: ejaincom






-- 
Thanks and kind Regards,
Abhishek jain
07799 328 727
skype: ejaincom



Re: Error in bearerbox log - 2

2009-07-15 Thread Alejandro Guerrieri
No, system-type should be SMS. Kannel documentation states that you could
get away with VMA which is not always true.
system-id is the username they've provided
Try something like this for the smsc group:

group = smsc
smsc =smpp
system-type = SMS
host = ip
port = port
receive-port = port
smsc-username = user
smsc-password = pass
idle-timeout = 30
transceiver-mode = 1
throughput = 50
address-range = 123
enquire-link-interval = 10
reconnect-delay = 5

Hope it helps,

Alejandro

2009/7/15 Nikos Balkanas nbalka...@gmail.com

 Hi,

 Please post your smsc configuration.

 From what I gather from the logs, you are mixing up system-type with
 system-id.

 System-type should be VMA.
 System-id (or smsc-username) should be your login name.

 BR,
 Nikos
 - Original Message - From: abhishek jain 
 abhishek.netj...@gmail.com
 To: users@kannel.org
 Sent: Wednesday, July 15, 2009 4:25 PM
 Subject: Error in bearerbox log - 2



  Hi,
 | got the following error in bearerbox, pl. let me know if possible
 what can be the source of error:

 2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated
 string (system_id) has no NULL.
 2009-07-15 18:54:19 [26171] [6] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit,
 code 0x000d (Bind Failed).
 2009-07-15 18:54:19 [26171] [6] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 (retrying in 10 seconds).
 2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated
 string (system_id) has no NULL.
 2009-07-15 18:54:41 [26171] [7] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code
 0x000d (Bind Failed).
 2009-07-15 18:54:41 [26171] [7] ERROR:
 SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 (retrying in 10 seconds).


 Will appreciate a prompt reply.

 --
 Thanks and kind Regards,
 Abhishek jain
 07799 328 727
 skype: ejaincom






Re: Error in bearerbox log - 2

2009-07-15 Thread abhishek jain
Hi,
my username is 6 character long and password is 8 chars long,
thanks
- abhi

On Wed, Jul 15, 2009 at 8:05 PM, Thomas Göttgenstho...@ist.schuldig.de wrote:
 Hello abhishek,

 i've seen this error with older UCP servers that accept
 login/passwords with more than 7 characters and send them back as an
 ack. Kannel cannot parse these as the field is truncated after 8
 characters and it is missing the trailing 0. Ask your operator for
 shorter credentials and see if this fixes it.

 Wednesday, July 15, 2009, 3:25:16 PM, you wrote:

 aj Hi,
 aj | got the following error in bearerbox, pl. let me know if possible
 aj what can be the source of error:

 aj 2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated
 aj string (system_id) has no NULL.
 aj 2009-07-15 18:54:19 [26171] [6] ERROR:
 aj SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit,
 aj code 0x000d (Bind Failed).
 aj 2009-07-15 18:54:19 [26171] [6] ERROR:
 aj SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 aj (retrying in 10 seconds).
 aj 2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated
 aj string (system_id) has no NULL.
 aj 2009-07-15 18:54:41 [26171] [7] ERROR:
 aj SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code
 aj 0x000d (Bind Failed).
 aj 2009-07-15 18:54:41 [26171] [7] ERROR:
 aj SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
 aj (retrying in 10 seconds).


 aj Will appreciate a prompt reply.

 --
 Best regards,
  Thomas                            mailto:tho...@ist.schuldig.de





-- 
Thanks and kind Regards,
Abhishek jain
07799 328 727
skype: ejaincom



Re: Error in bearerbox log - 2

2009-07-15 Thread Nikos Balkanas
Hi,

If provider said using SMS then you should use that. I had not read your post 
from your provider when I sent my previous response, i just read from the logs 
that you were trying to send as login VMA.

Bear in mind that system-id is obsoleted and you should use smsc-username  
smsc-password instead, as Alej suggests.

BR,
Nikos
  - Original Message - 
  From: Alejandro Guerrieri 
  To: Nikos Balkanas 
  Cc: abhishek jain ; users@kannel.org 
  Sent: Wednesday, July 15, 2009 5:30 PM
  Subject: Re: Error in bearerbox log - 2


  No, system-type should be SMS. Kannel documentation states that you could 
get away with VMA which is not always true.


  system-id is the username they've provided


  Try something like this for the smsc group:


  group = smsc

  smsc =smpp
  system-type = SMS
  host = ip
  port = port
  receive-port = port
  smsc-username = user
  smsc-password = pass
  idle-timeout = 30
  transceiver-mode = 1
  throughput = 50
  address-range = 123
  enquire-link-interval = 10
  reconnect-delay = 5


  Hope it helps,


  Alejandro


  2009/7/15 Nikos Balkanas nbalka...@gmail.com

Hi,

Please post your smsc configuration.

From what I gather from the logs, you are mixing up system-type with 
system-id.

System-type should be VMA.
System-id (or smsc-username) should be your login name.

BR,
Nikos
- Original Message - From: abhishek jain 
abhishek.netj...@gmail.com
To: users@kannel.org
Sent: Wednesday, July 15, 2009 4:25 PM
Subject: Error in bearerbox log - 2




  Hi,
  | got the following error in bearerbox, pl. let me know if possible
  what can be the source of error:

  2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated
  string (system_id) has no NULL.
  2009-07-15 18:54:19 [26171] [6] ERROR:
  SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit,
  code 0x000d (Bind Failed).
  2009-07-15 18:54:19 [26171] [6] ERROR:
  SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
  (retrying in 10 seconds).
  2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated
  string (system_id) has no NULL.
  2009-07-15 18:54:41 [26171] [7] ERROR:
  SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code
  0x000d (Bind Failed).
  2009-07-15 18:54:41 [26171] [7] ERROR:
  SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center
  (retrying in 10 seconds).


  Will appreciate a prompt reply.

  -- 
  Thanks and kind Regards,
  Abhishek jain
  07799 328 727
  skype: ejaincom








Error in bearerbox log

2009-07-14 Thread abhishek jain
Hi friends,
I am getting the error in the log:

2009-07-14 19:21:00 [26171] [7] WARNING: DLR[internal]: DLR from
SMSCSMPP:ip:port/port:user:VMA for DSTnumber not found.
2009-07-14 19:21:00 [26171] [7] ERROR:
SMPP[SMPP:ip:port/port:user:VMA]: got DLR but could not find message
or was not interested in it id4A5C547D dstnumber, type1

I couldnt figure out the reason as i am receiving the DLRs for some,
and not for all, i am using the internal method with dlrs sent to a
url.

Pl. help
-- 
Thanks and kind Regards,
Abhishek jain



Re: Error in bearerbox log

2009-07-14 Thread Jinson
You are receiving DLRs, but, Kannel could not find it on your local
database.

Thanks
Jinson Abraham
MobME Wireless Solutions Pvt. Ltd
Cochin
+91 4846491646


On Tue, Jul 14, 2009 at 7:49 PM, abhishek jain
abhishek.netj...@gmail.comwrote:

 Hi friends,
 I am getting the error in the log:

 2009-07-14 19:21:00 [26171] [7] WARNING: DLR[internal]: DLR from
 SMSCSMPP:ip:port/port:user:VMA for DSTnumber not found.
 2009-07-14 19:21:00 [26171] [7] ERROR:
 SMPP[SMPP:ip:port/port:user:VMA]: got DLR but could not find message
 or was not interested in it id4A5C547D dstnumber, type1

 I couldnt figure out the reason as i am receiving the DLRs for some,
 and not for all, i am using the internal method with dlrs sent to a
 url.

 Pl. help
 --
 Thanks and kind Regards,
 Abhishek jain




Re: Error in bearerbox log

2009-07-14 Thread Nikos Balkanas
Hi,

Actually, you probably missed the part that he is using internal (memory) 
storage ;-)

@Ab: Sometimes SMPP SMScs use different methods of constracting dlr ids. kannel 
needs to know the method to match to original sms. You probably need to play 
around with the:

msg-id-type (0-3)

in your smpp smsc configuration.

BR,
Nikos
  - Original Message - 
  From: Jinson 
  To: abhishek jain 
  Cc: users@kannel.org 
  Sent: Tuesday, July 14, 2009 6:22 PM
  Subject: Re: Error in bearerbox log


  You are receiving DLRs, but, Kannel could not find it on your local database.

  Thanks
  Jinson Abraham
  MobME Wireless Solutions Pvt. Ltd
  Cochin
  +91 4846491646



  On Tue, Jul 14, 2009 at 7:49 PM, abhishek jain abhishek.netj...@gmail.com 
wrote:

Hi friends,
I am getting the error in the log:

2009-07-14 19:21:00 [26171] [7] WARNING: DLR[internal]: DLR from
SMSCSMPP:ip:port/port:user:VMA for DSTnumber not found.
2009-07-14 19:21:00 [26171] [7] ERROR:
SMPP[SMPP:ip:port/port:user:VMA]: got DLR but could not find message
or was not interested in it id4A5C547D dstnumber, type1

I couldnt figure out the reason as i am receiving the DLRs for some,
and not for all, i am using the internal method with dlrs sent to a
url.

Pl. help
--
Thanks and kind Regards,
Abhishek jain





Error with bearerbox

2006-03-14 Thread Chronis Nikos



Hello,

Today after 5 days of running kannel 
succefully,
I got an debug info into the 
smsbox.log

...
DEBUG: Status: 202 Answer: 
Sent.
DEBUG: Delayed reply - wait for bearerbox = 
THIS LINE
Got ACK (3) of 
d1a83385-4f7b-4f98-ac79-ba9b5298dc5e
...

-I don't know- how this happend, how to avoid this 
problem?

(The thing is that the SMS isn't send to bearerbox, 
so I got 0 sms, and 0 dlr etc..)

Any Idea appreciated!
Nikos


RE: Error with bearerbox

2006-03-14 Thread Rayson Lee








Hi Nikos,



Looks like the message was
successfully sent to the bearerbox but received a negative ack from it. Please
check the corresponding bearerbox.log, you may get more information about the
problem.



Best regards,



Rayson Lee

InnoAge Hong Kong Limited











From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chronis Nikos
Sent: Tuesday, March 14, 2006 7:48
PM
To: users@kannel.org
Subject: Error with bearerbox







Hello,











Today after 5 days of running kannel succefully,





I got an debug info into the smsbox.log











...





DEBUG: Status: 202 Answer: Sent.





DEBUG: Delayed reply - wait for bearerbox = THIS
LINE





Got ACK (3) of d1a83385-4f7b-4f98-ac79-ba9b5298dc5e





...











-I don't know- how this happend, how to avoid this
problem?











(The thing is that the SMS isn't send to bearerbox,
so I got 0 sms, and 0 dlr etc..)











Any Idea appreciated!





Nikos