Compilation Error - Kannel

2013-06-30 Thread Anas Alnaffar
 

Dears,

 

Good day,

 

I face this issue today while compiling kannel gateway at Centos6

 

 

# make

 

byacc -d -p ws_yy_ wmlscript/wsgram.y  mv y.tab.c wmlscript/wsgram.c

byacc: e - line 111 of wmlscript/wsgram.y, syntax error

%pure-parser

^

make: *** [wmlscript/wsgram.c] Error 1



smsbox_list empty!

2010-12-07 Thread Anas Alnaffar
Dears,

 

I have the following problem

 

 

2010-12-07 12:52:41 [6562] [4] WARNING: smsbox_list empty!

 

 

 

Anas 



RE: smsbox_list empty!

2010-12-07 Thread Anas Alnaffar
Hello Patrick,

 

Plz find below kannel Conf

 

 

 

group = core

admin-port = 18536

admin-password = Irajit

admin-allow-ip = *.*.*.*

box-allow-ip = *.*.*.*

log-file = /var/kannel/log/SDPEB.log

log-level = 0

access-log = /var/kannel/log/SDPEB.access

#access-log-clean = true

access-log-format = |%p|%P|%L|%I|%a|%l|%X|%Y|%Z|%i|%B|%c|%C|%F|%d

store-type = file

sms-combine-concatenated-mo = false

store-file = /var/kannel/log/SDPEB.store

smsbox-port = 15836

 

group = smsc

smsc = smpp

host = **.*.*

port = 200

smsc-username = 

smsc-password = ***

system-type = SDP

smsc-id = SDPEB_smpp

source-addr-ton = 1

source-addr-npi = 1

dest-addr-ton = 1

dest-addr-npi = 1

bind-addr-ton = 1

bind-addr-npi = 1

log-file = /var/kannel/log/SDPEB_smpp.log

log-level = 0

#receive-port = 20002

max-pending-submits = 1

transceiver-mode = True

 

group = smsbox

smsbox-id = SDPEB_smsbox

bearerbox-host = localhost

sendsms-port = 15367

sendsms-chars = 0123456789

log-file = /var/kannel/log/SDPEB_smsbox.log

log-level = 0

access-log = /var/kannel/log/SDPEB_smsbox_access.log

mo-recode = true

 

group = sms-service

keyword = default

max-messages = 0

catch-all = true

get-url =
http://*.*.*.*:/receiver/httpreceiver?fromNum=%ptoNum=%Plang=%Cmessa
ge=%audh=%utName=stc.pending_inqueueclientName=STCPENDINGsar_msg_ref_num
=-1sar_total_num=-1sar_seq_num=-1smscID=%I

accepted-smsc = SDPEB_smpp

 

group = sendsms-user

username = i

password = i

user-allow-ip = *.*.*.*

max-messages = 5

dlr-url =
http://*.*.*.*:/receiver/dlrhttpreceiver?fromNum=%ptoNum=26853501500s
mscMSGID=%kmsgStatus=%dopID=0serviceID=1timestamp=%t

concatenation = true

 

group = smsbox-route

smsbox-id = SDPEB_smsbox

shortcode = 47045

smsc-id = SDPEB_smpp

 

 

Thanks  

Anas

 

 

From: Patrick MEYE [mailto:patrick_m...@hotmail.fr] 
Sent: Tuesday, December 07, 2010 2:00 PM
To: a.alnaf...@tijaritelecom.com
Subject: RE: smsbox_list empty!

 

post your kannel conf

  _  

From: a.alnaf...@tijaritelecom.com
To: users@kannel.org
Subject: smsbox_list empty!
Date: Tue, 7 Dec 2010 12:55:21 +0300

Dears,

 

I have the following problem

 

 

2010-12-07 12:52:41 [6562] [4] WARNING: smsbox_list empty!

 

 

 

Anas 



RE: smsbox_list empty!

2010-12-07 Thread Anas Alnaffar
Dears,

 

Thanks a lot, problem was in short code, Short code Number was wrong J.

 

 

 

Anas 

 

From: Mohammed Saleem [mailto:mohammedsl...@gmail.com] 
Sent: Tuesday, December 07, 2010 4:05 PM
To: Anas Alnaffar
Cc: Patrick MEYE; users@kannel.org
Subject: Re: smsbox_list empty!

 

try to remove the double-quote from the following

group = smsbox-route

smsbox-id = SDPEB_smsbox

shortcode = 47045

smsc-id = SDPEB_smpp

 

 

I did this before and it worked for me, not sure why

 







Best Regards,
Mohammed M I Sleem
http://www.abusleem.net 

http://www.freakle.com - The Search Freak

 

On Tue, Dec 7, 2010 at 2:30 PM, Anas Alnaffar a.alnaf...@tijaritelecom.com 
wrote:

Hello Patrick,

 

Plz find below kannel Conf

 

 

 

group = core

admin-port = 18536

admin-password = Irajit

admin-allow-ip = *.*.*.*

box-allow-ip = *.*.*.*

log-file = /var/kannel/log/SDPEB.log

log-level = 0

access-log = /var/kannel/log/SDPEB.access

#access-log-clean = true

access-log-format = |%p|%P|%L|%I|%a|%l|%X|%Y|%Z|%i|%B|%c|%C|%F|%d

store-type = file

sms-combine-concatenated-mo = false

store-file = /var/kannel/log/SDPEB.store

smsbox-port = 15836

 

group = smsc

smsc = smpp

host = **.*.*

port = 200

smsc-username = 

smsc-password = ***

system-type = SDP

smsc-id = SDPEB_smpp

source-addr-ton = 1

source-addr-npi = 1

dest-addr-ton = 1

dest-addr-npi = 1

bind-addr-ton = 1

bind-addr-npi = 1

log-file = /var/kannel/log/SDPEB_smpp.log

log-level = 0

#receive-port = 20002

max-pending-submits = 1

transceiver-mode = True

 

group = smsbox

smsbox-id = SDPEB_smsbox

bearerbox-host = localhost

sendsms-port = 15367

sendsms-chars = 0123456789

log-file = /var/kannel/log/SDPEB_smsbox.log

log-level = 0

access-log = /var/kannel/log/SDPEB_smsbox_access.log

mo-recode = true

 

group = sms-service

keyword = default

max-messages = 0

catch-all = true

get-url = 
http://*.*.*.*:/receiver/httpreceiver?fromNum=%ptoNum=%Plang=%Cmessage=%audh=%utName=stc.pending_inqueueclientName=STCPENDINGsar_msg_ref_num=-1sar_total_num=-1sar_seq_num=-1smscID=%I;

accepted-smsc = SDPEB_smpp

 

group = sendsms-user

username = i

password = i

user-allow-ip = *.*.*.*

max-messages = 5

dlr-url = 
http://*.*.*.*:/receiver/dlrhttpreceiver?fromNum=%ptoNum=26853501500smscMSGID=%kmsgStatus=%dopID=0serviceID=1timestamp=%t;

concatenation = true

 

group = smsbox-route

smsbox-id = SDPEB_smsbox

shortcode = 47045

smsc-id = SDPEB_smpp

 

 

Thanks  

Anas

 

 

From: Patrick MEYE [mailto:patrick_m...@hotmail.fr] 
Sent: Tuesday, December 07, 2010 2:00 PM
To: a.alnaf...@tijaritelecom.com
Subject: RE: smsbox_list empty!

 

post your kannel conf

  _  

From: a.alnaf...@tijaritelecom.com
To: users@kannel.org
Subject: smsbox_list empty!
Date: Tue, 7 Dec 2010 12:55:21 +0300

Dears,

 

I have the following problem

 

 

2010-12-07 12:52:41 [6562] [4] WARNING: smsbox_list empty!

 

 

 

Anas 

 



RE: got DLR but could not find message

2010-10-26 Thread Anas Alnaffar
Hello Nikos


Actually I didn't send you the full bb log because it is really big, but yes
there was a restart somewhere between the message send and the DLR receive,
does restarting the bb means losing the registered delivery reports URLs?
From the other hand I can see that for all the sent messages that we facing
the same problem with are being resent again? how can we handle such a thing

Thank a lot

Anas 

-Original Message-
From: Nikos Balkanas [mailto:nbalka...@gmail.com] 
Sent: Sunday, October 24, 2010 2:51 AM
To: Anas Alnaffar; 'Benaiad'
Cc: users@kannel.org
Subject: Re: got DLR but could not find message

Hi,

I assume for these logs that you didn't stop bb in the meantime. Everything 
looks OK and should work. What is your kannel version?

One last attempt.

Set to group smsc:

msg-id-type = 3

and see if that solves your problem.

BR,
Nikos
- Original Message - 
From: Anas Alnaffar a.alnaf...@tijaritelecom.com
To: 'Nikos Balkanas' nbalka...@gmail.com; 'Benaiad' 
bena...@gmail.com
Cc: users@kannel.org
Sent: Saturday, October 23, 2010 6:02 PM
Subject: RE: got DLR but could not find message


 Hello Nikos,

 Yes you are right, we had restart bb while waiting, please find the below 
 bb
 log.






 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Manually forced
 source addr ton = 5, source add npi = 1
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Manually forced 
 dest
 addr ton = 1, dest add npi = 1
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Sending PDU:
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP PDU 0x8797fd8 dump:
 2010-10-09 16:47:22 [25076] [6] DEBUG:   type_name: submit_sm
 2010-10-09 16:47:22 [25076] [6] DEBUG:   command_id: 4 = 0x0004
 2010-10-09 16:47:22 [25076] [6] DEBUG:   command_status: 0 = 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   sequence_number: 21488 = 
 0x53f0
 2010-10-09 16:47:22 [25076] [6] DEBUG:   service_type: NULL
 2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr_ton: 5 = 0x0005
 2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr_npi: 1 = 0x0001
 2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr: 9
 2010-10-09 16:47:22 [25076] [6] DEBUG:   dest_addr_ton: 1 = 0x0001
 2010-10-09 16:47:22 [25076] [6] DEBUG:   dest_addr_npi: 1 = 0x0001
 2010-10-09 16:47:22 [25076] [6] DEBUG:   destination_addr: 
 2010-10-09 16:47:22 [25076] [6] DEBUG:   esm_class: 3 = 0x0003
 2010-10-09 16:47:22 [25076] [6] DEBUG:   protocol_id: 0 = 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   priority_flag: 0 = 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   schedule_delivery_time: NULL
 2010-10-09 16:47:22 [25076] [6] DEBUG:   validity_period: NULL
 2010-10-09 16:47:22 [25076] [6] DEBUG:   registered_delivery: 1 = 
 0x0001
 2010-10-09 16:47:22 [25076] [6] DEBUG:   replace_if_present_flag: 0 =
 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   data_coding: 8 = 0x0008
 2010-10-09 16:47:22 [25076] [6] DEBUG:   sm_default_msg_id: 0 = 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   sm_length: 122 = 0x007a
 2010-10-09 16:47:22 [25076] [6] DEBUG:   short_message:
 2010-10-09 16:47:22 [25076] [6] DEBUG:Octet string at 0x875c400:
 2010-10-09 16:47:22 [25076] [6] DEBUG:  len:  122
 2010-10-09 16:47:22 [25076] [6] DEBUG:  size: 123
 2010-10-09 16:47:22 [25076] [6] DEBUG:  immutable: 0
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 39 06 32 06 4a 06 32 
 06
 46 06 27 00 20 06 27   .9.2.J.2.F.'. .'
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 44 06 39 06 45 06 4a 
 06
 44 00 20 06 27 06 46   .D.9.E.J.D. .'.F
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 2a 00 20 06 45 06 34 
 06
 2a 06 31 06 43 00 20   .*. .E.4.*.1.C.
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 41 06 4a 00 20 06 2e 
 06
 2f 06 45 06 29 00 20   .A.J. .../.E.).
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 2f 06 39 06 27 06 21 
 00
 20 06 44 06 27 00 20   ./.9.'.!. .D.'.
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 4a 06 31 06 2f 00 0a 
 06
 46 06 34 06 43 06 31   .J.1./...F.4.C.1
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 43 00 20 06 39 06 44 
 06
 49 00 20 06 45 06 34   .C. .9.D.I. .E.4
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 27 06 31 06 43 06 2a 
 06
 43 .'.1.C.*.C
 2010-10-09 16:47:22 [25076] [6] DEBUG:Octet string dump ends.
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP PDU dump ends.
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Got PDU:
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP PDU 0x8797fd8 dump:
 2010-10-09 16:47:22 [25076] [6] DEBUG:   type_name: submit_sm_resp
 2010-10-09 16:47:22 [25076] [6] DEBUG:   command_id: 2147483652 = 
 0x8004
 2010-10-09 16:47:22 [25076] [6] DEBUG:   command_status: 0 = 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   sequence_number: 21488 = 
 0x53f0
 2010-10-09 16:47:22 [25076] [6] DEBUG:   message_id: 914B0811
 2010-10-09 16:47:22 [25076

RE: got DLR but could not find message

2010-10-26 Thread Anas Alnaffar
Thanks Nikos,

I'll try DB for dlr-storage.

Thanks 

Anas 



-Original Message-
From: Nikos Balkanas [mailto:nbalka...@gmail.com] 
Sent: Tuesday, October 26, 2010 11:26 AM
To: Anas Alnaffar; 'Benaiad'
Cc: users@kannel.org
Subject: Re: got DLR but could not find message

Hi

Restarting bb will make you loose (aka mismatch) all pending DLRs if using 
internal DLR storage. You can preserve them across restarts by using a DB 
for dlr-storage.

I don't understand your last question.

BR,
Nikos
- Original Message - 
From: Anas Alnaffar a.alnaf...@tijaritelecom.com
To: 'Nikos Balkanas' nbalka...@gmail.com; 'Benaiad' 
bena...@gmail.com
Cc: users@kannel.org
Sent: Tuesday, October 26, 2010 9:16 AM
Subject: RE: got DLR but could not find message


 Hello Nikos


 Actually I didn't send you the full bb log because it is really big, but 
 yes
 there was a restart somewhere between the message send and the DLR 
 receive,
 does restarting the bb means losing the registered delivery reports URLs?
 From the other hand I can see that for all the sent messages that we 
 facing
 the same problem with are being resent again? how can we handle such a 
 thing

 Thank a lot

 Anas

 -Original Message-
 From: Nikos Balkanas [mailto:nbalka...@gmail.com]
 Sent: Sunday, October 24, 2010 2:51 AM
 To: Anas Alnaffar; 'Benaiad'
 Cc: users@kannel.org
 Subject: Re: got DLR but could not find message

 Hi,

 I assume for these logs that you didn't stop bb in the meantime. 
 Everything
 looks OK and should work. What is your kannel version?

 One last attempt.

 Set to group smsc:

 msg-id-type = 3

 and see if that solves your problem.

 BR,
 Nikos
 - Original Message - 
 From: Anas Alnaffar a.alnaf...@tijaritelecom.com
 To: 'Nikos Balkanas' nbalka...@gmail.com; 'Benaiad'
 bena...@gmail.com
 Cc: users@kannel.org
 Sent: Saturday, October 23, 2010 6:02 PM
 Subject: RE: got DLR but could not find message


 Hello Nikos,

 Yes you are right, we had restart bb while waiting, please find the below
 bb
 log.






 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Manually forced
 source addr ton = 5, source add npi = 1
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Manually forced
 dest
 addr ton = 1, dest add npi = 1
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Sending PDU:
 2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP PDU 0x8797fd8 dump:
 2010-10-09 16:47:22 [25076] [6] DEBUG:   type_name: submit_sm
 2010-10-09 16:47:22 [25076] [6] DEBUG:   command_id: 4 = 0x0004
 2010-10-09 16:47:22 [25076] [6] DEBUG:   command_status: 0 = 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   sequence_number: 21488 =
 0x53f0
 2010-10-09 16:47:22 [25076] [6] DEBUG:   service_type: NULL
 2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr_ton: 5 = 0x0005
 2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr_npi: 1 = 0x0001
 2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr: 9
 2010-10-09 16:47:22 [25076] [6] DEBUG:   dest_addr_ton: 1 = 0x0001
 2010-10-09 16:47:22 [25076] [6] DEBUG:   dest_addr_npi: 1 = 0x0001
 2010-10-09 16:47:22 [25076] [6] DEBUG:   destination_addr: 
 2010-10-09 16:47:22 [25076] [6] DEBUG:   esm_class: 3 = 0x0003
 2010-10-09 16:47:22 [25076] [6] DEBUG:   protocol_id: 0 = 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   priority_flag: 0 = 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   schedule_delivery_time: NULL
 2010-10-09 16:47:22 [25076] [6] DEBUG:   validity_period: NULL
 2010-10-09 16:47:22 [25076] [6] DEBUG:   registered_delivery: 1 =
 0x0001
 2010-10-09 16:47:22 [25076] [6] DEBUG:   replace_if_present_flag: 0 =
 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   data_coding: 8 = 0x0008
 2010-10-09 16:47:22 [25076] [6] DEBUG:   sm_default_msg_id: 0 = 
 0x
 2010-10-09 16:47:22 [25076] [6] DEBUG:   sm_length: 122 = 0x007a
 2010-10-09 16:47:22 [25076] [6] DEBUG:   short_message:
 2010-10-09 16:47:22 [25076] [6] DEBUG:Octet string at 0x875c400:
 2010-10-09 16:47:22 [25076] [6] DEBUG:  len:  122
 2010-10-09 16:47:22 [25076] [6] DEBUG:  size: 123
 2010-10-09 16:47:22 [25076] [6] DEBUG:  immutable: 0
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 39 06 32 06 4a 06 32
 06
 46 06 27 00 20 06 27   .9.2.J.2.F.'. .'
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 44 06 39 06 45 06 4a
 06
 44 00 20 06 27 06 46   .D.9.E.J.D. .'.F
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 2a 00 20 06 45 06 34
 06
 2a 06 31 06 43 00 20   .*. .E.4.*.1.C.
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 41 06 4a 00 20 06 2e
 06
 2f 06 45 06 29 00 20   .A.J. .../.E.).
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 2f 06 39 06 27 06 21
 00
 20 06 44 06 27 00 20   ./.9.'.!. .D.'.
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 4a 06 31 06 2f 00 0a
 06
 46 06 34 06 43 06 31   .J.1./...F.4.C.1
 2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 43 00 20 06 39 06 44
 06
 49 00 20 06

RE: got DLR but could not find message

2010-10-23 Thread Anas Alnaffar
Hello Nikos,

No msg-id-type in my configuration, plz find attached configuration file.

Thanks 

Anas Al-Naffar

-Original Message-
From: Nikos Balkanas [mailto:nbalka...@gmail.com] 
Sent: Thursday, October 21, 2010 10:04 AM
To: Anas Alnaffar; 'Benaiad'
Cc: users@kannel.org
Subject: Re: got DLR but could not find message

Hi,

If in your configuration you have defined msg-id-type in group smsc, just 
comment it out. Else post your configuration.

BR,
Nikos
- Original Message - 
From: Anas Alnaffar a.alnaf...@tijaritelecom.com
To: 'Nikos Balkanas' nbalka...@gmail.com; 'Benaiad' 
bena...@gmail.com
Cc: users@kannel.org
Sent: Wednesday, October 20, 2010 5:38 PM
Subject: RE: got DLR but could not find message


 Hello Nikos, Benaiad,

 Please find the attached bb log.


 Thanks

 Anas Al-Naffar


 -Original Message-
 From: Nikos Balkanas [mailto:nbalka...@gmail.com]
 Sent: Wednesday, October 20, 2010 10:09 AM
 To: Anas Alnaffar; 'Benaiad'
 Cc: users@kannel.org
 Subject: Re: got DLR but could not find message

 Hi,

 Please post debug bb logs that contain the submit_sm  submit_sm_resp PDUs
 and the deliver_sm for the same SMS.

 BR,
 Nikos
 - Original Message - 
 From: Anas Alnaffar
 To: 'Benaiad'
 Cc: users@kannel.org
 Sent: Wednesday, October 20, 2010 9:50 AM
 Subject: RE: got DLR but could not find message


 Hello Benaiad;

 Thanks,

 Please note there type1 and type 2 for same dst, but different id, please
 find sample below.




 2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but
 could not find message or was not interested in it id8C2A525D
 dst, type2
 2010-10-09 17:21:22 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but
 could not find message or was not interested in it id8C3F8C7E
 dst, type2
 2010-10-09 18:51:17 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but 
 could

 not find message or was not interested in it id904917A8 
 dst,

 type1
 2010-10-09 18:51:22 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but 
 could

 not find message or was not interested in it id8C5B64C8 
 dst,

 type2
 2010-10-09 20:03:17 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but 
 could

 not find message or was not interested in it id914B0811 
 dst,

 type1
 2010-10-09 20:03:34 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but 
 could

 not find message or was not interested in it id91510B86 
 dst,

 type1
 2010-10-09 20:03:50 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but 
 could

 not find message or was not interested in it id915C657D 
 dst,

 type1

 Thanks

 Anas Al-Naffar


 From: Benaiad [mailto:bena...@gmail.com]
 Sent: Tuesday, October 19, 2010 7:26 PM
 To: Anas Alnaffar
 Cc: users@kannel.org
 Subject: Re: got DLR but could not find message

 Hi Anas,

 Do you see another log entry for the same id and dst values but with type 
 1?


 Regards
 --
 Abdulmnem Benaiad
 Almontaha CTO
 Tripoli-Libyan
 www.almontaha.ly
 about.me



 On Tue, Oct 19, 2010 at 4:42 PM, Anas Alnaffar
 a.alnaf...@tijaritelecom.com wrote:
 Dears

 I am having a problems with DLR, Please go through the following log:




 2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but
 could not find message or was not interested in it id8C2A525D
 dst***, type2



 Anas

 


kannel.conf
Description: Binary data


RE: got DLR but could not find message

2010-10-23 Thread Anas Alnaffar
] DEBUG:   priority_flag: 0 = 0x
2010-10-09 20:03:17 [4307] [6] DEBUG:   schedule_delivery_time: NULL
2010-10-09 20:03:17 [4307] [6] DEBUG:   validity_period: NULL
2010-10-09 20:03:17 [4307] [6] DEBUG:   registered_delivery: 0 = 0x
2010-10-09 20:03:17 [4307] [6] DEBUG:   replace_if_present_flag: 0 =
0x
2010-10-09 20:03:17 [4307] [6] DEBUG:   data_coding: 0 = 0x
2010-10-09 20:03:17 [4307] [6] DEBUG:   sm_default_msg_id: 0 = 0x
2010-10-09 20:03:17 [4307] [6] DEBUG:   sm_length: 120 = 0x0078
2010-10-09 20:03:17 [4307] [6] DEBUG:   short_message:
2010-10-09 20:03:17 [4307] [6] DEBUG:Octet string at 0xb1a0e698:
2010-10-09 20:03:17 [4307] [6] DEBUG:  len:  120
2010-10-09 20:03:17 [4307] [6] DEBUG:  size: 121
2010-10-09 20:03:17 [4307] [6] DEBUG:  immutable: 0
2010-10-09 20:03:17 [4307] [6] DEBUG:  data: 69 64 3a 39 31 34 42 30 38
31 31 20 73 75 62 3a   id:914B0811 sub:
2010-10-09 20:03:17 [4307] [6] DEBUG:  data: 30 30 31 20 64 6c 76 72 64
3a 30 30 31 20 73 75   001 dlvrd:001 su
2010-10-09 20:03:17 [4307] [6] DEBUG:  data: 62 6d 69 74 20 64 61 74 65
3a 31 30 31 30 30 39   bmit date:101009
2010-10-09 20:03:17 [4307] [6] DEBUG:  data: 31 37 31 36 20 64 6f 6e 65
20 64 61 74 65 3a 31   1716 done date:1
2010-10-09 20:03:17 [4307] [6] DEBUG:  data: 30 31 30 30 39 31 37 31 36
20 73 74 61 74 3a 44   010091716 stat:D
2010-10-09 20:03:17 [4307] [6] DEBUG:  data: 45 4c 49 56 52 44 20 65 72
72 3a 32 35 35 20 74   ELIVRD err:255 t
2010-10-09 20:03:17 [4307] [6] DEBUG:  data: 65 78 74 3a 20 20 20 20 20
20 20 20 20 20 20 20   ext:
2010-10-09 20:03:17 [4307] [6] DEBUG:  data: 20 20 20 20 20 20 20 20

2010-10-09 20:03:17 [4307] [6] DEBUG:Octet string dump ends.
2010-10-09 20:03:17 [4307] [6] DEBUG: SMPP PDU dump ends.
2010-10-09 20:03:17 [4307] [6] DEBUG: SMPP[MT1_smpp] handle_pdu, got DLR
2010-10-09 20:03:17 [4307] [6] DEBUG: DLR[internal]: Looking for DLR
smsc=MT1_smpp, ts=914B0811, dst=, type=1
2010-10-09 20:03:17 [4307] [6] WARNING: DLR[internal]: DLR from
SMSCMT1_smpp for DST not found.
2010-10-09 20:03:17 [4307] [6] ERROR: SMPP[MT1_smpp]: got DLR but could not
find message or was not interested in it id914B0811 dst,
type1
2010-10-09 20:03:17 [4307] [6] DEBUG: SMPP[MT1_smpp]: Sending PDU:
2010-10-09 20:03:17 [4307] [6] DEBUG: SMPP PDU 0xb1a0d948 dump:
2010-10-09 20:03:17 [4307] [6] DEBUG:   type_name: deliver_sm_resp
2010-10-09 20:03:17 [4307] [6] DEBUG:   command_id: 2147483653 = 0x8005
2010-10-09 20:03:17 [4307] [6] DEBUG:   command_status: 0 = 0x
2010-10-09 20:03:17 [4307] [6] DEBUG:   sequence_number: 20452 = 0x4fe4
2010-10-09 20:03:17 [4307] [6] DEBUG:   message_id: NULL
2010-10-09 20:03:17 [4307] [6] DEBUG: SMPP PDU dump ends.


Thanks 

Anas Al-Naffar



-Original Message-
From: Nikos Balkanas [mailto:nbalka...@gmail.com] 
Sent: Saturday, October 23, 2010 4:24 PM
To: Anas Alnaffar; 'Benaiad'
Cc: users@kannel.org
Subject: Re: got DLR but could not find message

Hi,

You are using internal DLR processing. Have you restarted bb while waiting 
to receive DLRs?

Please repost your bb logs. Don't attach them, they get lost.

BR,
Nikos
- Original Message - 
From: Anas Alnaffar a.alnaf...@tijaritelecom.com
To: 'Nikos Balkanas' nbalka...@gmail.com; 'Benaiad' 
bena...@gmail.com
Cc: users@kannel.org
Sent: Saturday, October 23, 2010 2:17 PM
Subject: RE: got DLR but could not find message


 Hello Nikos,

 No msg-id-type in my configuration, plz find attached configuration file.

 Thanks

 Anas Al-Naffar

 -Original Message-
 From: Nikos Balkanas [mailto:nbalka...@gmail.com]
 Sent: Thursday, October 21, 2010 10:04 AM
 To: Anas Alnaffar; 'Benaiad'
 Cc: users@kannel.org
 Subject: Re: got DLR but could not find message

 Hi,

 If in your configuration you have defined msg-id-type in group smsc, just
 comment it out. Else post your configuration.

 BR,
 Nikos
 - Original Message - 
 From: Anas Alnaffar a.alnaf...@tijaritelecom.com
 To: 'Nikos Balkanas' nbalka...@gmail.com; 'Benaiad'
 bena...@gmail.com
 Cc: users@kannel.org
 Sent: Wednesday, October 20, 2010 5:38 PM
 Subject: RE: got DLR but could not find message


 Hello Nikos, Benaiad,

 Please find the attached bb log.


 Thanks

 Anas Al-Naffar


 -Original Message-
 From: Nikos Balkanas [mailto:nbalka...@gmail.com]
 Sent: Wednesday, October 20, 2010 10:09 AM
 To: Anas Alnaffar; 'Benaiad'
 Cc: users@kannel.org
 Subject: Re: got DLR but could not find message

 Hi,

 Please post debug bb logs that contain the submit_sm  submit_sm_resp 
 PDUs
 and the deliver_sm for the same SMS.

 BR,
 Nikos
 - Original Message - 
 From: Anas Alnaffar
 To: 'Benaiad'
 Cc: users@kannel.org
 Sent: Wednesday, October 20, 2010 9:50 AM
 Subject: RE: got DLR but could not find message


 Hello Benaiad;

 Thanks,

 Please note there type1 and type 2 for same dst, but different id, please
 find sample below

RE: got DLR but could not find message

2010-10-20 Thread Anas Alnaffar
Hello Benaiad;

 

Thanks,

 

Please note there type1 and type 2 for same dst, but different id, please find 
sample below.

 

 

 

 

2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could 
not find message or was not interested in it id8C2A525D dst, 
type2

2010-10-09 17:21:22 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could 
not find message or was not interested in it id8C3F8C7E dst, 
type2

2010-10-09 18:51:17 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could 
not find message or was not interested in it id904917A8 dst, 
type1

2010-10-09 18:51:22 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could 
not find message or was not interested in it id8C5B64C8 dst, 
type2

2010-10-09 20:03:17 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could 
not find message or was not interested in it id914B0811 dst, 
type1

2010-10-09 20:03:34 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could 
not find message or was not interested in it id91510B86 dst, 
type1

2010-10-09 20:03:50 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could 
not find message or was not interested in it id915C657D dst, 
type1

 

Thanks 

 

Anas Al-Naffar

 

 

From: Benaiad [mailto:bena...@gmail.com] 
Sent: Tuesday, October 19, 2010 7:26 PM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: got DLR but could not find message

 

Hi Anas,

 

Do you see another log entry for the same id and dst values but with type 1?




Regards

--

Abdulmnem Benaiad

Almontaha CTO

Tripoli-Libyan

 http://www.almontaha.ly/ www.almontaha.ly

about.me http://about.me/benaiad/bio 





On Tue, Oct 19, 2010 at 4:42 PM, Anas Alnaffar a.alnaf...@tijaritelecom.com 
wrote:

Dears 

 

I am having a problems with DLR, Please go through the following log:

 

 

 

 

 2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could 
not find message or was not interested in it id8C2A525D dst***, type2

 

 

 

Anas 

 



RE: got DLR but could not find message

2010-10-20 Thread Anas Alnaffar
Hello Nikos, Benaiad,

Please find the attached bb log.


Thanks 

Anas Al-Naffar


-Original Message-
From: Nikos Balkanas [mailto:nbalka...@gmail.com] 
Sent: Wednesday, October 20, 2010 10:09 AM
To: Anas Alnaffar; 'Benaiad'
Cc: users@kannel.org
Subject: Re: got DLR but could not find message

Hi,

Please post debug bb logs that contain the submit_sm  submit_sm_resp PDUs 
and the deliver_sm for the same SMS.

BR,
Nikos
- Original Message - 
From: Anas Alnaffar
To: 'Benaiad'
Cc: users@kannel.org
Sent: Wednesday, October 20, 2010 9:50 AM
Subject: RE: got DLR but could not find message


Hello Benaiad;

Thanks,

Please note there type1 and type 2 for same dst, but different id, please 
find sample below.




2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but 
could not find message or was not interested in it id8C2A525D 
dst, type2
2010-10-09 17:21:22 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but 
could not find message or was not interested in it id8C3F8C7E 
dst, type2
2010-10-09 18:51:17 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could

not find message or was not interested in it id904917A8 dst,

type1
2010-10-09 18:51:22 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could

not find message or was not interested in it id8C5B64C8 dst,

type2
2010-10-09 20:03:17 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could

not find message or was not interested in it id914B0811 dst,

type1
2010-10-09 20:03:34 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could

not find message or was not interested in it id91510B86 dst,

type1
2010-10-09 20:03:50 [4307] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could

not find message or was not interested in it id915C657D dst,

type1

Thanks

Anas Al-Naffar


From: Benaiad [mailto:bena...@gmail.com]
Sent: Tuesday, October 19, 2010 7:26 PM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: got DLR but could not find message

Hi Anas,

Do you see another log entry for the same id and dst values but with type 1?


Regards
--
Abdulmnem Benaiad
Almontaha CTO
Tripoli-Libyan
www.almontaha.ly
about.me



On Tue, Oct 19, 2010 at 4:42 PM, Anas Alnaffar 
a.alnaf...@tijaritelecom.com wrote:
Dears

I am having a problems with DLR, Please go through the following log:




 2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but 
could not find message or was not interested in it id8C2A525D 
dst***, type2



Anas
 
2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Manually forced source 
addr ton = 5, source add npi = 1
2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Manually forced dest 
addr ton = 1, dest add npi = 1
2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP[MT1_smpp]: Sending PDU:
2010-10-09 16:47:22 [25076] [6] DEBUG: SMPP PDU 0x8797fd8 dump:
2010-10-09 16:47:22 [25076] [6] DEBUG:   type_name: submit_sm
2010-10-09 16:47:22 [25076] [6] DEBUG:   command_id: 4 = 0x0004
2010-10-09 16:47:22 [25076] [6] DEBUG:   command_status: 0 = 0x
2010-10-09 16:47:22 [25076] [6] DEBUG:   sequence_number: 21488 = 0x53f0
2010-10-09 16:47:22 [25076] [6] DEBUG:   service_type: NULL
2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr_ton: 5 = 0x0005
2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr_npi: 1 = 0x0001
2010-10-09 16:47:22 [25076] [6] DEBUG:   source_addr: 9
2010-10-09 16:47:22 [25076] [6] DEBUG:   dest_addr_ton: 1 = 0x0001
2010-10-09 16:47:22 [25076] [6] DEBUG:   dest_addr_npi: 1 = 0x0001
2010-10-09 16:47:22 [25076] [6] DEBUG:   destination_addr: 
2010-10-09 16:47:22 [25076] [6] DEBUG:   esm_class: 3 = 0x0003
2010-10-09 16:47:22 [25076] [6] DEBUG:   protocol_id: 0 = 0x
2010-10-09 16:47:22 [25076] [6] DEBUG:   priority_flag: 0 = 0x
2010-10-09 16:47:22 [25076] [6] DEBUG:   schedule_delivery_time: NULL
2010-10-09 16:47:22 [25076] [6] DEBUG:   validity_period: NULL
2010-10-09 16:47:22 [25076] [6] DEBUG:   registered_delivery: 1 = 0x0001
2010-10-09 16:47:22 [25076] [6] DEBUG:   replace_if_present_flag: 0 = 0x
2010-10-09 16:47:22 [25076] [6] DEBUG:   data_coding: 8 = 0x0008
2010-10-09 16:47:22 [25076] [6] DEBUG:   sm_default_msg_id: 0 = 0x
2010-10-09 16:47:22 [25076] [6] DEBUG:   sm_length: 122 = 0x007a
2010-10-09 16:47:22 [25076] [6] DEBUG:   short_message:
2010-10-09 16:47:22 [25076] [6] DEBUG:Octet string at 0x875c400:
2010-10-09 16:47:22 [25076] [6] DEBUG:  len:  122
2010-10-09 16:47:22 [25076] [6] DEBUG:  size: 123
2010-10-09 16:47:22 [25076] [6] DEBUG:  immutable: 0
2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 39 06 32 06 4a 06 32 06 46 
06 27 00 20 06 27   .9.2.J.2.F.'. .'
2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 44 06 39 06 45 06 4a 06 44 
00 20 06 27 06 46   .D.9.E.J.D. .'.F
2010-10-09 16:47:22 [25076] [6] DEBUG:  data: 06 2a 00 20 06 45 06 34 06 2a 
06 31 06 43 00 20   .*. .E.4

got DLR but could not find message

2010-10-19 Thread Anas Alnaffar
Dears 

 

I am having a problems with DLR, Please go through the following log:

 

 

 

 

 2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but
could not find message or was not interested in it id8C2A525D
dst***, type2

 

 

 

Anas 



Arabic Language Code

2010-09-21 Thread Anas Alnaffar
Dears,

 

When I'm trying to send and receive Arabic characters to kannel SVN, not
working, I received rubbish.

 

 

Any help 

 

Thanks 

Anas  



RE: Arabic Language Code

2010-09-21 Thread Anas Alnaffar
Dear Mads,

 

 

Actually I'm trying to use the below URL, I've I've received the 1st word
right, but others words received rubbish,

 

When I removed the + (space) from the below URL, everything received right,
no problem.

 

 

http://10.0.0.28:13236/cgi-bin/sendsms?username=simple
http://10.0.0.28:13236/cgi-bin/sendsms?username=simplepassword=elpmisto=d
l:133112meta-data=%00%3Fsmpp%00%3Fmessage_payload%00%3D%06*%06,%061%06(%06)
+%06(%06'%06D%069%061%06(%06Jfrom=Testsmsc=SDP_Scoding=2charset=UTF-8
password=elpmisto=dl:133112meta-data=%00%3Fsmpp%00%3Fmessage_payload%00%3
D%06*%06,%061%06(%06)+%06(%06'%06D%069%061%06(%06Jfrom=Testsmsc=SDP_Scodi
ng=2charset=UTF-8

 

 

Thanks 

 

 

Anas

 

 

From: Mads N. Vestergaard - CoolSMS A/S [mailto:m...@coolsms.com] 
Sent: Tuesday, September 21, 2010 3:58 PM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: Arabic Language Code

 

Hi Anas,

 

I believe logs, and what you actually tried to do (perhaps the URI you
called)

 

Would be appreciated.

Den 21/09/2010 kl. 14.51 skrev Anas Alnaffar:





Dears,

 

When I'm trying to send and receive Arabic characters to kannel SVN, not
working, I received rubbish.

 

 

Any help

 

Thanks

Anas  

 



RE: kannel support using payload

2010-09-21 Thread Anas Alnaffar
Dear Kyriacos,

 

how I can send other languages coding for a metadata parameter ( Payload ).

 

Thank 

Anas

 

 

 

From: Kyriacos Sakkas [mailto:kyria...@netsmart.com.cy] 
Sent: Wednesday, September 01, 2010 11:20 AM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: kannel support using payload

 

This is supported via the meta-data/tlv system. Use:
group = smpp-tlv
name = message_payload
tag = 0x0424
type = octetstring
length = 1500

For more details see manual or older posts.

Kyriacos


On 01/09/2010 11:16, Anas Alnaffar wrote: 

  Dears

Does kannel support using payload? and how we can use this feature? 

 

Thanks

 

Anas






-- 
Kyriacos Sakkas
Development Team
Netsmart
Tel: + 357 22 452565
Fax: + 357 22 452566
Email: kyria...@netsmart.com.cy
http://www.netsmart.com.cy
 
Taking Business to a New Level!
 
** Confidentiality Notice: The information contained in this email
message may be privileged, confidential and protected from disclosure.
If you are not the intended recipient, any dissemination, distribution,
or copying of this  email message is strictly prohibited.
If you think that you have received this email message in error, please
email the sender at kyria...@netsmart.com.cy **


RE: version 1.4.3 supports TLV's?

2010-09-05 Thread Anas Alnaffar
Thanks Rene 

When I tried to run 

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

I get this error message


svn: Unrecognized URL scheme for 'https://svn.kannel.org/gateway/trunk'



Anas




-Original Message-
From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 4:25 PM
To: 'Anas Alnaffar'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

It says clearly:

SVN access to source code

You can look at the current development version of the sources directly from
our subversion control system. We use SVN, so you need to install that
first. (See for example SVNhome.org for a source distribution, or your Linux
distribution for ready-to-install binaries.)

   1. Get sources using the following command

  svn co https://svn.kannel.org/project/trunk

  where project is: gateway, sqlbox or smppbox. 

   2. Later, when you want to check whether there have been changes, do the
following:

  cd gateway
  svn up 


-Original Message-
From: Anas Alnaffar [mailto:a.alnaf...@tijaritelecom.com] 
Sent: Saturday, 04 September, 2010 15:23
To: 'Rene Kluwen'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

Actually I do not know which one , because there are many one here ,,,
and I do not know which one is SVN  

Thanks 

Anas Al-Naffar
Content Manager
 
Tel.: +966 1 217
Fax: +966 1 4643 510
Mobile: +966 5 62982104
Riyadh - KSA
www.tijaritelecom.com



-Original Message-
From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 4:12 PM
To: 'Anas Alnaffar'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

It's in the same userguide that I pointed you to before.

== Rene

-Original Message-
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Anas Alnaffar
Sent: Saturday, 04 September, 2010 15:00
To: 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

Thanks,

From where I can get the svn version.

Anas


-Original Message-
From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] 
Sent: Saturday, September 04, 2010 3:58 PM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: version 1.4.3 supports TLV's?

no, you must use svn version. it is however production quality

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



On Sat, Sep 4, 2010 at 7:53 AM, Anas Alnaffar
a.alnaf...@tijaritelecom.com wrote:
 Dears



 Does kannel version 1.4.3 supports TLV’s?



 Anas













RE: version 1.4.3 supports TLV's?

2010-09-05 Thread Anas Alnaffar
Thanks A lot Rene,

Everything running well with me, all problem fixed now  many thanks 

Anas



-Original Message-
From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Sunday, September 05, 2010 2:05 PM
To: 'Anas Alnaffar'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

That's a subversion error.

See: http://subversion.apache.org/faq.html#unrecognized-url-error

== Rene

-Original Message-
From: Anas Alnaffar [mailto:a.alnaf...@tijaritelecom.com] 
Sent: Sunday, 05 September, 2010 10:50
To: 'Rene Kluwen'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

Thanks Rene 

When I tried to run 

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

I get this error message


svn: Unrecognized URL scheme for 'https://svn.kannel.org/gateway/trunk'



Anas




-Original Message-
From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 4:25 PM
To: 'Anas Alnaffar'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

It says clearly:

SVN access to source code

You can look at the current development version of the sources directly from
our subversion control system. We use SVN, so you need to install that
first. (See for example SVNhome.org for a source distribution, or your Linux
distribution for ready-to-install binaries.)

   1. Get sources using the following command

  svn co https://svn.kannel.org/project/trunk

  where project is: gateway, sqlbox or smppbox. 

   2. Later, when you want to check whether there have been changes, do the
following:

  cd gateway
  svn up 


-Original Message-
From: Anas Alnaffar [mailto:a.alnaf...@tijaritelecom.com] 
Sent: Saturday, 04 September, 2010 15:23
To: 'Rene Kluwen'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

Actually I do not know which one , because there are many one here ,,,
and I do not know which one is SVN  

Thanks 

Anas Al-Naffar
Content Manager
 
Tel.: +966 1 217
Fax: +966 1 4643 510
Mobile: +966 5 62982104
Riyadh - KSA
www.tijaritelecom.com



-Original Message-
From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 4:12 PM
To: 'Anas Alnaffar'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

It's in the same userguide that I pointed you to before.

== Rene

-Original Message-
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Anas Alnaffar
Sent: Saturday, 04 September, 2010 15:00
To: 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

Thanks,

From where I can get the svn version.

Anas


-Original Message-
From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] 
Sent: Saturday, September 04, 2010 3:58 PM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: version 1.4.3 supports TLV's?

no, you must use svn version. it is however production quality

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



On Sat, Sep 4, 2010 at 7:53 AM, Anas Alnaffar
a.alnaf...@tijaritelecom.com wrote:
 Dears



 Does kannel version 1.4.3 supports TLV’s?



 Anas















RE: kannel support using payload

2010-09-04 Thread Anas Alnaffar
Dears kyriacos,

 

Thanks 4 your replay,

 

Could you tell me how can I use meta-data/tlv system, I tried to looking on
internet, nothing.

 

 

Thanks 

 

From: Kyriacos Sakkas [mailto:kyria...@netsmart.com.cy] 
Sent: Wednesday, September 01, 2010 11:20 AM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: kannel support using payload

 

This is supported via the meta-data/tlv system. Use:
group = smpp-tlv
name = message_payload
tag = 0x0424
type = octetstring
length = 1500

For more details see manual or older posts.

Kyriacos


On 01/09/2010 11:16, Anas Alnaffar wrote: 

  Dears

Does kannel support using payload? and how we can use this feature? 

 

Thanks

 

Anas






-- 
Kyriacos Sakkas
Development Team
Netsmart
Tel: + 357 22 452565
Fax: + 357 22 452566
Email: kyria...@netsmart.com.cy
http://www.netsmart.com.cy
 
Taking Business to a New Level!
 
** Confidentiality Notice: The information contained in this email
message may be privileged, confidential and protected from disclosure.
If you are not the intended recipient, any dissemination, distribution,
or copying of this  email message is strictly prohibited.
If you think that you have received this email message in error, please
email the sender at kyria...@netsmart.com.cy **


RE: kannel support using payload

2010-09-04 Thread Anas Alnaffar
 

Thanks a lot Rene

 

But when I've added the value I've recived this error msg:

 

 

2010-09-04 15:09:17 [20196] [0] ERROR: Group 'smpp-tlv' is no valid group
identifier.

2010-09-04 15:09:17 [20196] [0] ERROR: Error found on line 60 of file
`/usr/local/sbin/confs/kannelSDP.conf'.

 

 

Any help please

 

 

From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 2:28 PM
To: 'Anas Alnaffar'; 'Kyriacos Sakkas'
Cc: users@kannel.org
Subject: RE: kannel support using payload

 

Meta data is documented here:

 

http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#META
-DATA

 

== Rene

 

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Anas Alnaffar
Sent: Saturday, 04 September, 2010 09:39
To: 'Kyriacos Sakkas'
Cc: users@kannel.org
Subject: RE: kannel support using payload

 

Dears kyriacos,

 

Thanks 4 your replay,

 

Could you tell me how can I use meta-data/tlv system, I tried to looking on
internet, nothing.

 

 

Thanks 

 

From: Kyriacos Sakkas [mailto:kyria...@netsmart.com.cy] 
Sent: Wednesday, September 01, 2010 11:20 AM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: kannel support using payload

 

This is supported via the meta-data/tlv system. Use:
group = smpp-tlv
name = message_payload
tag = 0x0424
type = octetstring
length = 1500

For more details see manual or older posts.

Kyriacos


On 01/09/2010 11:16, Anas Alnaffar wrote: 

  Dears

Does kannel support using payload? and how we can use this feature? 

 

Thanks

 

Anas

 

-- 
Kyriacos Sakkas
Development Team
Netsmart
Tel: + 357 22 452565
Fax: + 357 22 452566
Email: kyria...@netsmart.com.cy
http://www.netsmart.com.cy
 
Taking Business to a New Level!
 
** Confidentiality Notice: The information contained in this email
message may be privileged, confidential and protected from disclosure.
If you are not the intended recipient, any dissemination, distribution,
or copying of this  email message is strictly prohibited.
If you think that you have received this email message in error, please
email the sender at kyria...@netsmart.com.cy **


RE: kannel support using payload

2010-09-04 Thread Anas Alnaffar
Thanks a lot Rene . I'll do that

 

From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 3:36 PM
To: 'Anas Alnaffar'
Cc: users@kannel.org
Subject: RE: kannel support using payload

 

I don't know if version 1.4.3 supports TLV's.

Better post this question on the Kannel users list.

 

== Rene

 

From: Anas Alnaffar [mailto:a.alnaf...@tijaritelecom.com] 
Sent: Saturday, 04 September, 2010 14:29
To: 'Rene Kluwen'
Subject: RE: kannel support using payload

 

 

Thanks

 

Actually I'm using  . Kannel-1.4.3 . is it working? 

Where I can download the svn trunk version?  

 

Anas

 

 

From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 3:17 PM
To: 'Anas Alnaffar'; 'Kyriacos Sakkas'
Cc: users@kannel.org
Subject: RE: kannel support using payload

 

What version of Kannel are you using?

 

Preferably, you need to use svn trunk version.

Older versions of Kannel don't support optional parameters in smpp.

 

== Rene

 

 

From: Anas Alnaffar [mailto:a.alnaf...@tijaritelecom.com] 
Sent: Saturday, 04 September, 2010 14:14
To: 'Rene Kluwen'; 'Kyriacos Sakkas'
Cc: users@kannel.org
Subject: RE: kannel support using payload

 

 

Thanks a lot Rene

 

But when I've added the value I've recived this error msg:

 

 

2010-09-04 15:09:17 [20196] [0] ERROR: Group 'smpp-tlv' is no valid group
identifier.

2010-09-04 15:09:17 [20196] [0] ERROR: Error found on line 60 of file
`/usr/local/sbin/confs/kannelSDP.conf'.

 

 

Any help please

 

 

From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 2:28 PM
To: 'Anas Alnaffar'; 'Kyriacos Sakkas'
Cc: users@kannel.org
Subject: RE: kannel support using payload

 

Meta data is documented here:

 

http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#META
-DATA

 

== Rene

 

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Anas Alnaffar
Sent: Saturday, 04 September, 2010 09:39
To: 'Kyriacos Sakkas'
Cc: users@kannel.org
Subject: RE: kannel support using payload

 

Dears kyriacos,

 

Thanks 4 your replay,

 

Could you tell me how can I use meta-data/tlv system, I tried to looking on
internet, nothing.

 

 

Thanks 

 

From: Kyriacos Sakkas [mailto:kyria...@netsmart.com.cy] 
Sent: Wednesday, September 01, 2010 11:20 AM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: kannel support using payload

 

This is supported via the meta-data/tlv system. Use:
group = smpp-tlv
name = message_payload
tag = 0x0424
type = octetstring
length = 1500

For more details see manual or older posts.

Kyriacos


On 01/09/2010 11:16, Anas Alnaffar wrote: 

  Dears

Does kannel support using payload? and how we can use this feature? 

 

Thanks

 

Anas

 

-- 
Kyriacos Sakkas
Development Team
Netsmart
Tel: + 357 22 452565
Fax: + 357 22 452566
Email: kyria...@netsmart.com.cy
http://www.netsmart.com.cy
 
Taking Business to a New Level!
 
** Confidentiality Notice: The information contained in this email
message may be privileged, confidential and protected from disclosure.
If you are not the intended recipient, any dissemination, distribution,
or copying of this  email message is strictly prohibited.
If you think that you have received this email message in error, please
email the sender at kyria...@netsmart.com.cy **


version 1.4.3 supports TLV's?

2010-09-04 Thread Anas Alnaffar
Dears

 

Does kannel version 1.4.3 supports TLV's? 

 

Anas

 

 



RE: version 1.4.3 supports TLV's?

2010-09-04 Thread Anas Alnaffar
Thanks,

From where I can get the svn version.

Anas


-Original Message-
From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] 
Sent: Saturday, September 04, 2010 3:58 PM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: version 1.4.3 supports TLV's?

no, you must use svn version. it is however production quality

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



On Sat, Sep 4, 2010 at 7:53 AM, Anas Alnaffar
a.alnaf...@tijaritelecom.com wrote:
 Dears



 Does kannel version 1.4.3 supports TLV’s?



 Anas








RE: version 1.4.3 supports TLV's?

2010-09-04 Thread Anas Alnaffar
Actually I do not know which one , because there are many one here ,,,
and I do not know which one is SVN  

Thanks 

Anas Al-Naffar
Content Manager
 
Tel.: +966 1 217
Fax: +966 1 4643 510
Mobile: +966 5 62982104
Riyadh - KSA
www.tijaritelecom.com



-Original Message-
From: Rene Kluwen [mailto:rene.klu...@chimit.nl] 
Sent: Saturday, September 04, 2010 4:12 PM
To: 'Anas Alnaffar'; 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

It's in the same userguide that I pointed you to before.

== Rene

-Original Message-
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Anas Alnaffar
Sent: Saturday, 04 September, 2010 15:00
To: 'Alvaro Cornejo'
Cc: users@kannel.org
Subject: RE: version 1.4.3 supports TLV's?

Thanks,

From where I can get the svn version.

Anas


-Original Message-
From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] 
Sent: Saturday, September 04, 2010 3:58 PM
To: Anas Alnaffar
Cc: users@kannel.org
Subject: Re: version 1.4.3 supports TLV's?

no, you must use svn version. it is however production quality

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



On Sat, Sep 4, 2010 at 7:53 AM, Anas Alnaffar
a.alnaf...@tijaritelecom.com wrote:
 Dears



 Does kannel version 1.4.3 supports TLV’s?



 Anas











kannel support using payload

2010-09-01 Thread Anas Alnaffar
  Dears

Does kannel support using payload? and how we can use this feature? 

 

Thanks

 

Anas



kannel support long messages using payload

2010-08-31 Thread Anas Alnaffar
 

Dear All;

 

   Does kannel support long messages using payload? and how we can use this
feature?

 

Thanks

Anas