Throughput

2009-03-03 Thread narendra reddy
Hi users, How much Maximum Throughput can kannel give .(I am talking about ESME).how many messages can ESME sent to smsc per second.in guide 400 msg/sec like that is there.but i am not able to push that much messages TIA. -- Best Regards, narendra

Re: msg-id-type not working

2009-03-03 Thread jyotiranjan panda
Hi , Waiting for any opnion. Regards Jyoti Ranjan Panda On Tue, Mar 3, 2009 at 5:47 PM, jyotiranjan panda wrote: > Hi, > I am using kannel-1.4.3, when I am sending message kannel shows the below > error. > > 2009-03-03 15:42:50 [5575] [6] WARNING: DLR[internal]: DLR from > SMSC for DST<91991127

Re: Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-03 Thread seikath
YES, you are right here, its not msg-id-type related, Could you paste the PDU data as well ? anyway, take a look at http://doxygen.kannel.org/de/dfe/smsc__smpp_8c.html line 01193 I assume the DLR string contains additional data, I have experienced similar behavior with the some customized SMSC DL

Re: Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-03 Thread Alvaro Cornejo
Hi This is my smpp setup. msg-type is set to 1 because I get msg id in Hex and I send it in dec. So I think it is the correct value. group = smsc smsc = smpp smsc-id = telcel_sc3783 host = a.b.c.d port = 8808 transceiver-mode= true smsc-username = user smsc-password =

Re: Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-03 Thread seikath
Hi, Its NOT a critical issue, i believe its something related to a particular smsc settings in case you have time and no critical DLR involved services, you may try to change msg-id-type value of this smsc account cheers Alvaro Cornejo wrote: > Hi > > I'm receiving the following error in my

Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-03 Thread Alvaro Cornejo
Hi I'm receiving the following error in my SMPP log: 2009-03-03 14:52:20 [6373] [6] DEBUG: SMPP[telcel_sc3783] handle_pdu, got DLR 2009-03-03 14:52:20 [6373] [6] DEBUG: SMPP[telcel_sc3783]: Couldnot parse DLR string sscanf way,fallback to old way. Please report! 2009-03-03 14:52:20 [6373] [6] DEB

Re: Kannel Bug in SMPP handling

2009-03-03 Thread Nikos Balkanas
Hi Falco, If noone manages to fix it sooner, I'll take a crack at it over the weekend. BR, Nikos - Original Message - From: "Falko Ziemann" To: Sent: Tuesday, March 03, 2009 7:29 PM Subject: Kannel Bug in SMPP handling Hi, During the looong discussion with Elton it turned

Re: Kannel Bug in SMPP handling

2009-03-03 Thread Falko Ziemann
Your guess is right... you're now in the area of sms-service again. I guess you have erased the sms-service with "keyword = default", which I sent to you a couple of hours earlier, from your kannel-config. Put it back in place and there you go... Regards Falko Am 03.03.2009 um 18:49 schri

Re: Kannel Bug in SMPP handling

2009-03-03 Thread Elton Hoxha
Hi Falko, Thanks for orientating me to the right path :) I configured another 6 octets smpp client and from smsbox we have: 2009-03-02 22:47:23 [12517] [4] WARNING: No translation found for from <+355672509006> to <15106> 2009-03-02 22:47:23 [12517] [4] ERROR: request failed 2009-03-02 22:47:23

Kannel Bug in SMPP handling

2009-03-03 Thread Falko Ziemann
Hi, During the looong discussion with Elton it turned out that kannel has a bug in his smpp 3.4 implementation (which didn't cause Eltons problem, but anyway...) It refuses the too long service-type in the deliver_sm (which is ok with the spec) but sets it for itself in the submit_sm

Re: SMS-SERVICE

2009-03-03 Thread Falko Ziemann
*rofl* congrats... you have just found a bug in your SMSC and in wireshark as well ;-))) See: You when you count the parameters in your pcap-dump the service-type is "demirbim" BUT: SMPP Spec 3.4 says in chapter 4.6.1 that service-type has a max length of 6 octets, but you use 8 octets.

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
Attached you can find the smpp level trace. 10.1.21.146 is the IP where kannel is installed. As you can see SMPP Server in the first line sends a normal message. At the third line there is the problem from kannel (source) to SMPP Server (destination) Thanks for your efforts On Tue, Mar 3, 2009 a

Re: SMS-SERVICE

2009-03-03 Thread Falko Ziemann
And thousands of kannels are bound to other smsc server without problem... Please simply capture the packets on the wire and we'll know who messes up this thing... Am 03.03.2009 um 16:49 schrieb Elton Hoxha: Hi Falko, This is strange, because I bind the same client from another gateway

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
Hi Falko, This is strange, because I bind the same client from another gateway and it works perfectly. SMSC behaves normally On Tue, Mar 3, 2009 at 4:12 PM, Falko Ziemann wrote: > LOOK at this: > > 2009-03-02 21:16:45 [11971] [6] DEBUG: SMPP PDU 0x86ed8b0 dump: > 2009-03-02 21:16:45 [11971] [6]

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
What confuses me in bearerbox logs are the lines in bold; source address should be 98 and schedule delivery time seems to have as a value the address range 2009-03-02 21:31:45 [12046] [6] DEBUG: type_name: deliver_sm 2009-03-02 21:31:45 [12046] [6] DEBUG: command_id: 5 = 0x0005 2009-03

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
Sorry i mixed the port: 2009-03-02 21:29:07 [12054] [9] DEBUG: Parsing URL ` http://localhost:13002/logger/logMessage?mobile_number=mirbim&short_code=%2B355672509006&text=%40&binary_text= ': 2009-03-02 21:29:07 [12054] [9] DEBUG: Scheme: http:// 2009-03-02 21:29:07 [12054] [9] DEBUG: Host: loc

Re: SMS-SERVICE

2009-03-03 Thread Falko Ziemann
LOOK at this: 2009-03-02 21:16:45 [11971] [6] DEBUG: SMPP PDU 0x86ed8b0 dump: 2009-03-02 21:16:45 [11971] [6] DEBUG: type_name: deliver_sm 2009-03-02 21:16:45 [11971] [6] DEBUG: command_id: 5 = 0x0005 2009-03-02 21:16:45 [11971] [6] DEBUG: command_status: 0 = 0x 2009-03-02 21:

Re: SMS-SERVICE

2009-03-03 Thread Rodrigo Cremaschi
You have nothing listening at port 13004 of your localhost: 2009-03-02 21:16:45 [11979] [9] DEBUG: HTTP: Opening connection to `localhost:13004' (fd=26). 2009-03-02 21:16:45 [11979] [9] DEBUG: Socket connecting 2009-03-02 21:16:45 [11979] [8] DEBUG: Get info about connecting socket 2009-03-02 21:1

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
Tranciever is set to 1 and the port is the same 3700 for sending and receiving. On Tue, Mar 3, 2009 at 3:59 PM, Rodrigo Cremaschi < rodrigo.cremas...@gmail.com> wrote: > In your config file, you define > port=3700 > > Is the SMPP connection a trasciever-mode one? > If not, you must define > recei

Re: SMS-SERVICE

2009-03-03 Thread Rodrigo Cremaschi
In your config file, you define port=3700 Is the SMPP connection a trasciever-mode one? If not, you must define receive-port=3700 (or the port specified by the carrier) and transceiver-mode=0 On Tue, Mar 3, 2009 at 12:27 PM, Elton Hoxha wrote: > Hi Rodrigo, > > I`m reading the guide several tim

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
Hi Rodrigo I changed it as you said and restarted the services. After trying sending an MO Here is the output from SMSBOX logs 2009-03-02 21:16:45 [11979] [9] DEBUG: Parsing URL ` http://localhost:13004/logger/logMessage?mobile_number=mirbim&short_code=%2B355672509006&text=%40&binary_text= ': 20

RE: Sending Long Text Concatenated Message

2009-03-03 Thread Remon
Yes it says so in the last two octets Where UDH is like this 05: UDH length 0003: fixed in udh XX: random hex number unique for all message parts NN: total number of messages in hex format nn: message number in hex format -Original Message- From: Alvaro Cornejo [mailto:cornejo.alv...@

Re: Sending Long Text Concatenated Message

2009-03-03 Thread Alvaro Cornejo
Doesn't UDH specify the number of parts the message has or last message says something like I'm the last? Maybe that is why message is corrupted. It didn find the end of the message |---

RE: SMS-SERVICE

2009-03-03 Thread Remon
Hello there, I'm gonna guide you on sms services First to test your setup please configure only one sms service group as follows group = sms-service keyword = default get-url = "http://localhost/logger/logMessage?mobile_number=%p&short_code=%P&text=%b&b inary_text=%s" Please ma

Re: SMS-SERVICE

2009-03-03 Thread Alvaro Cornejo
Elton sms-service if for telling kannel what to do with MO. In your case, it will send "test" to any incomming message You need to use get-url/exce/etc in your sms-service definition in order to tell kannel "execute/call" an specific script an do an action. example: group = sms-service keywor

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
Thanks Davor, I think the type of SMSC doesnt matter, I have worked with Nokia SMSC of Cosmote as well. As long as the smpp client defined in kannel side is bound properly to my SMSC (sending enquiry links and responses normally), SMSC is no longer responsible, what we have to do is on the kannel s

RE: Sending Long Text Concatenated Message

2009-03-03 Thread Remon
Yes I already did that and the UDH is correct Suppose I have a message with 3 parts Message 1 udh is 05 00 03 A4 03 01 Message 1 udh is 05 00 03 A4 03 02 And so on. My problem is that I receive the message as one part, but the message text is corrupted. I think my problem is in text encoding. Can

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
Hi Rodrigo, I`m reading the guide several times, and what I want now its the basic service, just to send and receive MO-MT SMS using Kannel. I have set the SMPP connections already and there is no problem with binding issues between kannel and SMPP Server. I`m able to send from tha application to

Re: SMS-SERVICE

2009-03-03 Thread Rodrigo Cremaschi
HEllo Elton, The userguide is not perfect, it's not complete, and it's not foolproof. You are right. But take some more time reading it, explore the web, use Google, write and test some configurations for yourself, read the mail archives and you will be rewarded with a working Kannel. If, in spite

Re: SMS-SERVICE

2009-03-03 Thread Elton Hoxha
I have it but its confusing a bit On Tue, Mar 3, 2009 at 2:59 PM, Davor Spasoski < davor.spaso...@cosmofon.com.mk> wrote: > Do you have a manual? > -- > > *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On > Behalf Of *Elton Hoxha > *Sent:* Tuesd

SMS-SERVICE

2009-03-03 Thread Elton Hoxha
Hi, Can anyone please explain me the functionality of this group? I read the guide already but again I have some ambiguities. What the keyword parameter is used for? The text parameter, is it used for predefined reply when the sender sends a SMS to a voting service for example. Please anyone expl

Re: Sending Long Text Concatenated Message

2009-03-03 Thread Alvaro Cornejo
Hi I'm not sure but I think you need to add in each message part info about how the message was splited so the receiver would be able to reasemble the message. I think that info goes in the UDH so in any case UDH should be different for each message. Hope helps |

Re: MBSessionIdTag TLV for mBlox Issue

2009-03-03 Thread Rodrigo Cremaschi
You have to URL-decode the received message so the following strings get converted to their original characters. %2B = "+" %3A = "/" %24 = "$" Likewise, when you send text, you have to URL-encode it. Regards. On Tue, Mar 3, 2009 at 10:37 AM, Ishtiaq Ahmed wrote: > Hi Guyz, > > Once again working

Re: Wap Push Java Code

2009-03-03 Thread Ishtiaq Ahmed
Walikum AsSalam Monim: Here is my configuration for wappush group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" log-level = 0 syslog-level = none group = ppg ppg-url = /wappush ppg-port = 8080 concurrent-pushes = 100 users = 1024 ppg-allow-ip = 127.0.0.1 trusted-

MBSessionIdTag TLV for mBlox Issue

2009-03-03 Thread Ishtiaq Ahmed
Hi Guyz, Once again working with mBlox this time the problem is in MBSessionIdTag TLV... here is its definition.. group = smpp-tlv name = MBsessionIdTag tag = 0x1521 type = octetstring length = 60 Now the problem... MBlox is sending the special characters in this TLB like +, $, and other

msg-id-type not working

2009-03-03 Thread jyotiranjan panda
Hi, I am using kannel-1.4.3, when I am sending message kannel shows the below error. 2009-03-03 15:42:50 [5575] [6] WARNING: DLR[internal]: DLR from SMSC for DST<919911274740> not found. 2009-03-03 15:42:50 [5575] [6] ERROR: SMPP[hrtestgw1]: got DLR but could not find message or was not intereste

Re: Wap Push Java Code

2009-03-03 Thread Monim Benaiad
Asalam Alaikom Ishtiaq: >> the message is being delivered in two segments Maybe it's a configuration issue, because I've tested this with many types of ME , even with Chinese brands and it works the wap push message successfully received and recognized by the ME. here my configuration regarding pp

RE: SMPP problem

2009-03-03 Thread Elton Hoxha
on here? Otherwise I need the full logfiles to get it... I really don't understand what happens here?! Regards Falko __ Information from ESET NOD32 Antivirus, version of virus signature database 3903 (20090303) __ The message was checked by ESET NOD32 A

Sending long concatenated text message

2009-03-03 Thread Remon
Hello All, I want to be able to send lon text messages from my application. I need to split the long message from my code and submit them as one by one message to kannel. 1- I encode the text in 7-bit binary form. 2- I convert the binary to HEX String. 3- I add udh=05 00 03 XX 0N 0n.

Sending long concatenated text message

2009-03-03 Thread Remon
Hello All, I want to be able to send lon text messages from my application. I need to split the long message from my code and submit them as one by one message to kannel. 1- I encode the text in 7-bit binary form. 2- I convert the binary to HEX String. 3- I add udh=05 00 03 XX 0N 0n. example i

Fw: Sending Long Text Concatenated Message

2009-03-03 Thread Remon
Any help pls - Original Message - From: Remon To: users@kannel.org Sent: Monday, March 02, 2009 3:47 PM Subject: Sending Long Text Concatenated Message Hello All, I want to be able to send lon text messages from my application. I need to split the long message from my code and subm

RE: SMPP problem

2009-03-03 Thread Elton Hoxha
Morning guys, Sorry im bothering you again but I am really confused why I am not able to send MO SMS to kannel. I can send MT from kannel perfectly. My smskannel.conf is like this; group = core admin-port = 13000 smsbox-port = 13002 admin-password = bar log-file = "/tmp/kannel.log" log-level =