Status of 'custom TLV' branche

2009-07-21 Thread Rolandow
Hi all, Until now, I didn't really need the custom TLV branche, but it seems that I need to connect to a carrier now who does need this. I know this was a seperate branche, and I thought I already read here that this branch was going to be merged to the stable branche. I was wondering what t

How to bind smpp-tlv to a specific smsc group

2009-08-07 Thread Rolandow
Hi all, I need to start working with the smpp-tlv mechanism as supported in the latest release of Kannel. I read the snapshot userguid, and there was a briefly description how to implement this. From the manual I found: group = smpp-tlv name = my_tlv_name tag = 0x1601 type = octetstring leng

Custom command_status in submit_sm_resp

2009-09-02 Thread Rolandow
Hi, I have configured my Kannel, using custom tlv fields. But, according to the documentation of the gateway, it's possible that the gateway returns a custom command_status in the submit_sm_resp. For example, they return 0x400 if they were unable to charge the enduser because of insufficient

Unknown TLV, don't send ?

2009-09-18 Thread Rolandow
Hi, I have configured some vendor specific tags. Kannel gives me that it doesn't know a TLV, so it won't send. Why is this? It does add the TLV's to the PDU with the correct values, but according to the logs, it won't get sent? Hope somebody can explain why this is :-) 2009-09-18 13:35:49

Re: SMS per second

2010-01-05 Thread Rolandow
Hi Nikos, I'd like to do a little follow up on this one .. I was wondering .. For a project we are currently processing about 85 sms/sec, and we are pushing them by calling the sendsms by HTTP get. The SMSc sais they limited their connection to 100 sms/sec. When I check the load, cpu usage a

Re: SMS per second

2010-01-06 Thread Rolandow
I know that the limit is 100 TPS, and our own appliation measure around 85/sec (sometimes lower, sometimes higher), but in this number also the database actions and business logic is measured. I think the 100 TPS is for MO and MT. They are going to raise this though. Also I am thinking to inst

Re: SMS per second

2010-01-06 Thread Rolandow
Hi Rory, That's a good idea! :-). We are also monitoring I/O with Munin, the normal tables, but I don't have an idea what "normal" values are. I know that the servers are virtual machine's, running on VMWare, and the storage is on a different machine (probably SAN). Do you know what normal I

transmitter and received bind on same port = trouble?

2010-01-12 Thread Rolandow
Hi all, I am trying to establish 10 transmitter and 10 receiver binds. The binds have two different IP's, but all other details are exactly the same. They use the same port number, same user/pass. I use the same smscid for all RX and same for all TX, because I thought that Kannel would autom

Re: transmitter and received bind on same port = trouble?

2010-01-13 Thread Rolandow
think it will work if you use different hosts for TX and RX, unless both belong to the same server. Try with 1 smsc first and then expand to the rest. BR, Nikos - Original Message - From: "Rolandow" To: Sent: Tuesday, January 12, 2010 10:45 PM Subject: transmitter and rece

How is message mode determined?

2010-01-14 Thread Rolandow
Hi all, Another question. According to our SMPP provider, we are sending messages with different "message mode's". I couldn't find this in the user manual. For a free shortcode, we send them with message mode 3 (store and forward), and for a MT billed shortcode we send them with message mode

Re: How is message mode determined?

2010-01-14 Thread Rolandow
gards, Alex On Thu, Jan 14, 2010 at 11:19 AM, Rolandow <mailto:kan...@rolandow.nl>> wrote: Hi all, Another question. According to our SMPP provider, we are sending messages with different "message mode's". I couldn't find this in the user manual.

Recommended filesystem on Debian Linux

2010-02-18 Thread Rolandow
Hi all, If I am able to do a completely new server setup, what would be the best filesystem to choose? I thought I saw Nikos commenting on a mail about the filesystem ago, and I think he said ext2 would be better than ext3? Suppose I would process a txt file with 5 million CSV lines in it, I

Logrotate.d

2007-10-10 Thread Rolandow
Hi All, Could somebody post his (working) logrotate.d script? I am rotating my logfiles, but after the rotation, Kannel doesn't seem to write them anymore. Currently I let logrotate create the new script after logrotation. How can I logrotate the logs without interrupting Kannel? Thanks!

Re: Logrotate.d

2007-10-10 Thread Rolandow
ing. Thanks! Kind regards, Roland. seik wrote: /usr/bin/cp log.file. log.file.$(/usr/bin/date +%Y-%m-%d.%H.%M.%S); /usr/bin/echo $(/usr/bin/date) > log.file -Original Message- From: Rolandow [EMAIL PROTECTED] Sent: 10 2007 ?. To: seik Subject:Logrotate.d H

Re: Logrotate.d

2007-10-10 Thread Rolandow
I already found it... it was the killall -HUP that I didn't do, that's because it didn't work. Thanks! Rolandow wrote: Hi Seik, I assume I have to run this in my crontab? What I don't understand is why Kannel isn't writing to the logs anymore. Is it because it is

Send shortcode in query_sm

2007-11-22 Thread Rolandow
Hi all, We received a request from one of our carriers to send the shortcode as a value in query_sm. How can we accomplish this in Kannel? Before: Short Code: 9966 Source_address from query_sm: 123456789012 Now: Short Code: 9966 Source_address from query_sm: 9966 So that's what we would lik

SQLBox installation

2007-11-22 Thread Rolandow
Hi there, I am trying to install sqlbox to our kannel server. It feels pretty stupid to ask this, because I compiled many other software on our linux boxes, but the sqlbox standalone version doesn't seem to compile at my server. This is what I get: smpp:/usr/local/src/sqlbox-standalone# ./co

SQLBox just for sending?

2007-11-27 Thread Rolandow
Hi all, I started installing the sqlbox to my Kannel setup. Now, when I am all set, I wondered why the table is for receiving messages. I checked the source code again, and saw that only a send and sent table is present. So I think sqlbox is only being used for sending MT messages to the endu

MO Messages don't get to SQLBox

2007-12-03 Thread Rolandow
Hi all, I am trying to get sqlbox running. When I recieve a MO message though, the message doesn't get to the sqlbox. Here is my log from the bearerbox: 2007-12-03 15:51:11 [26303] [6] DEBUG: SMPP PDU 0x81aeec0 dump: 2007-12-03 15:51:11 [26303] [6] DEBUG: type_name: deliver_sm 2007-12-03 15:

DLR-URL when injecting in sqlbox

2007-12-04 Thread Rolandow
Hello, I am trying to get a delivery report, when I inject a MT message directly in send_sms. The message gets send, and in my bearerbox I see that a DLR message has been created. The URL I provided, isn't requested though. I tried providing it with and without urlencoding. From my logs: 20

sqlbox with utf-8

2007-12-19 Thread Rolandow
Hi all, I have my sqlbox up and running now. Everything goes well, except for UTF-8 characters, like this text: "hola gracias por comunicarte conmigo, me gustaria saber como te llamas, cuantos años tienes ?" The enduser says he/she didn't receive the message correctly on his/her phone. I w

Kannel monitor in PHP

2007-12-28 Thread Rolandow
Hi all, To monitor our kannel connections with the SMSC's, I wrote a little PHP script. When a connection is down, it can send an e-mail, and a SMS. Sending SMS will be done using a clickatell account. The script uses netstat to check the connections, so this would only run on linux. It work

DLR: could not find message

2008-01-21 Thread Rolandow
Hi all, I am trying to request DLR's, by setting dlr-mask=3 and dlr-url when I send a sms with the sendsms cgi. In my bearerbox log, I see this error message: 2008-01-21 17:10:38 [25342] [7] WARNING: DLR[internal]: DLR for DST<51739371452> not found. 2008-01-21 17:10:38 [25342] [7] ERROR: SM

Re: DLR: could not find message

2008-01-21 Thread Rolandow
17:40:38 [8722] [6] ERROR: SMPP[1]: got DLR but could not find message or was not interested in it id<248772544> dst<51729813850>, type<2> Seems to me that the DLR is sent as a string??? Can somebody tell me what the right msg-id-type for this is? Thanks! Rolandow wrote

determine msg-id-type

2008-01-23 Thread Rolandow
Hi all, I am experimenting with getting the DLR notifications to work. I would like to know how I can determine the correct msg-id-type setting. We are connecting to Movistar in Peru, but all messages are returned with status 2 or 16. I can't imagine that all messages are being rejected. So e

Re: DLR not being received over SMPP

2008-01-23 Thread Rolandow
Just remove the line, and put transceiver-mode = 1 in the config file? Joe Perry wrote: Hey Stipe, Each time I make the receive-port equal to the 'port' I get an error from the SMSC: 2008-01-23 12:18:25 [9896] [7] ERROR: SMPP[A]: SMSC rejected login to receive, code 0x000d (Bind Failed)

DLR help requested, is this standard SMPP?

2008-03-03 Thread Rolandow
Hi all, We are trying to implement the DLR functionality. I have a document from our SMSC (Movistar, in Peru), which tells the following: -- The integrator can send a QUERY_SM type PDU by a transmitter connection, this PDU must contain the */message_id/* and the */source_addr/* from a previo

Re: DLR help requested, is this standard SMPP?

2008-03-03 Thread Rolandow
Hi all, My apologies for the previous message, I think I don't need that method anymore. Now I am receiving the DLR statussen, by setting the msg-id-type to 0x00. But with two different SMSC's, I receive different responses. I write the responses to XML, this is the result: 03-03-2008 18:1

Re: smsc parameter been ignored?

2008-04-22 Thread Rolandow
Hi Gerardo, Have you tried adding "allowed-smsc-id = smsc_1" to your configuration file? Kind regards, Roland. Gerardo Segura wrote: Dear all, I'm having some problems while trying to send a message explicitly specifying smsc, either via http request, like this one: http://localhost:13

Using kannel with sql-box, can I disable sms-service?

2008-05-09 Thread Rolandow
Hi Guys, I am using kannel with the sqlbox, and I am directly processing my messages from the mysql database. So I thought I'd leave the default sms-service with an empty get-url. Unfortunately this gives me an error: 2008-05-09 10:12:50 [21023] [1] INFO: Starting to service from <467102048

Using sqlbox, can I disable sms-service?

2008-05-09 Thread Rolandow
Hi Guys, I am using kannel with the sqlbox, and I am directly processing my messages from the mysql database. So I thought I'd leave the default sms-service with an empty get-url. Unfortunately this gives me an error: 2008-05-09 10:12:50 [21023] [1] INFO: Starting to service from <46710204

Re: Using sqlbox, can I disable sms-service?

2008-05-13 Thread Rolandow
Nobody with any ideas? :-( Rolandow wrote: Hi Guys, I am using kannel with the sqlbox, and I am directly processing my messages from the mysql database. So I thought I'd leave the default sms-service with an empty get-url. Unfortunately this gives me an error: 2008-05-09 10:12:50 [

How to retrieve MSG ID from SMSC?

2008-06-05 Thread Rolandow
Hi All, Is there a way to retrieve the MSG ID that is returned by the SMSC ? We are connected to one SMSC that has made a application which is able to check wether the message was billed succesfully. As incoming parameter they want the MSG ID they return when I send a MT message. Is there a

Re: How to retrieve MSG ID from SMSC?

2008-06-05 Thread Rolandow
The parameter smsid in callback script (smpp.php) correspond to defined id. Regards, Cyril ie : Sory for my bad english ! Rolandow a écrit : Hi All, Is there a way to retrieve the MSG ID that is returned by the SMSC ? We are connected to one SMSC that has made a application which is able

Re: smsc message ID

2008-06-13 Thread Rolandow
seik wrote: you do not need the smsc id What if I do need that id, for example to use it in a QUERY_SM ... How would I do that? Still can't figure it out exactly .. :-S Kind regards, Roland.

Re: SMS Premium MT

2008-06-13 Thread Rolandow
Same problem here! Daniel, what carrier are you using, in what country? Maybe we are facing the same problem. Daniel wrote: Hello, The carrier do not support DLR. They use query_sm. Kannel support query_sm? Thanks Daniel On Mon, May 19, 2008 at 10:31 AM, <[EMAIL PROTECTED]

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

2008-11-10 Thread Rolandow
Hi guys, I am receiving this DLR error when my DLR comes in. In the example below, you can see from the string that the message is delivery succesfully. So it should return a type=2. Though, the parsing isn't correct, so I think that may be the reason why type is set to 2. I am running a cvs

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

2008-11-10 Thread Rolandow
I tried the latest CVS version, but this wouldn't fix the problem. Rolandow wrote: Hi guys, I am receiving this DLR error when my DLR comes in. In the example below, you can see from the string that the message is delivery succesfully. So it should return a type=2. Though, the parsing

Re: service-type

2008-11-12 Thread Rolandow
Use the binfo parameter in sendsms, to send the service_type value. Check *Table 6-16 *in the Kannel manual, and look at the binfo parameter. hafez ahmad wrote: Dears, I need to send the service type value for the bailing issue, is there something I have to do except set the variable service-

Meta tags branch

2009-02-17 Thread Rolandow
Hi all, I am going to need some extra TLV parameters for a new carrier. Is that meta branch already merged to the normal branch? Also, this ESME seems to respond other values in in the command_status field, if the value is not 0x00, there is an error. Is this supported by Kannel? How kannel

SQLBox documentation

2006-11-09 Thread Rolandow
Hi, I see a lot messages about the sqlbox passing by here. Is there some online documentation I can read before I start trying it? At this point I don't even know what the features are for this product. Thanks in advance! Regards, Roland.

Re: SQLBox documentation

2006-11-09 Thread Rolandow
oes between bearerbox and smsbox; > inserting all transactions (MO/MT) into one database (posgres, mysql). > > In one hand Sqlbox acts like smsbox to bearerbox and in the other hand > acts like smsbox to bearerbox. > > i hope this helps. > > M > > On 11/9/06, Rolandow <[EMAI

[Searched] Kannel experts

2006-11-13 Thread Rolandow
Hi, I hope this is allowed on this mailinglist. If not: my sincere excuses. We are a company, situated in the Netherlands, and currently using Kannel for our SMPP connection to telecom providers in Peru. The past two days we did pretty much traffic, for starters, at the peak about 9000 messag

Re: [Searched] Kannel experts

2006-11-14 Thread Rolandow
ed to my cry for help. At least I know now that I am not alone :-). So thanks again everybody, your reponses are much appreciated! Kind regards, Roland. Stipe Tolj wrote: > Rolandow wrote: > >> I hope this is allowed on this mailinglist. If not: my sincere excuses. >> >&g

EMI/UCP

2006-12-13 Thread Rolandow
Hi all, Does kannel support EMI/UCP? Or does anybody know a piece of software that does? Hope I don't have to develop a daemon myself :-) Thanks in advance! Kind regards, Roland. The Netherlands.

Infinitie retries?

2007-01-10 Thread Rolandow
Hi all, According to this article, I tried to send a wappush message: http://article.gmane.org/gmane.comp.mobile.kannel.user/6631 Unfortunately it did not work: the message was not received on the cellphone. Now, the kannel bearerbox gives me this error as a reply to this wappush message: 2

WARNING: Could not convert GSM (0xa4) to Unicode.

2007-01-22 Thread Rolandow
Hello everybody, In my logs I see this error: [6] WARNING: Could not convert GSM (0xa4) to Unicode. What can be the cause of this? Can this be the reason why our enduser receive "Request failed" ? Thanks in advance! Kind regards, Roland.

parse carrier_id from SMPP

2004-11-24 Thread Rolandow
Hello users, After struggling a while through the configuration files and stuff, Kannel works perfectly. It's perfectly clear how we can send an recieve SMS, useing SMPP as protocol. Now, we also need to know the carrier_id, because some carriers require a double opt-in. When I take a look at the

Re[2]: parse carrier_id from SMPP

2004-11-24 Thread Rolandow
Hello Rodrigo, Maybe I didn't give enough information. We are using Kannel as a client. Then we connect to a SMS gateway provider, who has connections with different carriers. When they recieve a MO message from an end user, they send that message to us through SMPP. Now, in the PDU they will se

Re[2]: parse carrier_id from SMPP

2004-11-24 Thread Rolandow
Hello Rodrigo, Sorry that you will get this message twice, but I forgot to send it to the user list instead of to you personally. I'd like other people to be able to read this too, they might also have an idea. No, I don't think that is what i mean. The SMSC is what I can provide myself, when

Re[4]: parse carrier_id from SMPP

2004-11-25 Thread Rolandow
Hello Rodrigo, The API document says this about the carrier_id: "Upon request, we can configure its system to add carrier identification on MO messages. This can be required in permium billing cases where a different price is set on different carriers, and the content provider needs the carrier i

Re[6]: parse carrier_id from SMPP

2004-11-25 Thread Rolandow
Hello Rodrigo, Hm. That's a shame. So if you needed this feature as well, how did you solve it? Did you do some programming in the source of Kannel, or did you parse the logs to gather the information you needed? I'm wondering if we can use an other field to put the carrier_id in. Maybe when end

run_kannel_box

2005-01-14 Thread Rolandow
Hello users, I installed Kannel 1.4.0 from source on my linux machine. Now I would like to start bearerbox and smsbox as a daemon. The manual says: "e, you can either run Kannel from command line or use supplied start-stop-daemon and run_kannel_box programs to use it as a daemon service (more doc