Re: Need help: Kannel and Java/Servlet

2010-09-22 Thread Marcelo Olivas
Check out the SMS-service configuration's documentation. You will need something like this: group = sms-service keyword = default get-url = http://www.marceloolivas.com/kannel/SMSHandlerServlet?sender=%p&receiver=%P&text=%a&smsc-id=%i&time=%t&meta-data=%D accept-x-kannel-headers = true max-messa

Re: http SMSC

2009-05-26 Thread Marcelo Olivas
Ishtiaq, the only way you can do this is by putting a middle application between the SMSC and Kannel GW. For example, when the SMC send you the HTTP Request, then your third party would intercept the HTTP request, create a request similar to kannel and sent it to your Kannel GW. Let me kn

Re: Q: Service test using US based web2sms

2009-05-27 Thread marcelo . olivas
If you are thinking on the OPPC flow for ATT or the OIOO for verizon, this can be tested using deviceanywhere. I'm not sure how the binary works for verizon, but if you want some type of regression test, I also recomment deviceanywhere. Marcelo Sent from my Verizon Wireless BlackBerry -Orig

Re: Heavy Message Queue

2009-07-20 Thread marcelo . olivas
Jinson, have you done a tcpdump to get more info about the problem? If not, I suggest you do this first. Marcelo Sent from my Verizon Wireless BlackBerry -Original Message- From: Jinson Date: Mon, 20 Jul 2009 17:58:38 To: Alejandro Guerrieri Cc: users Subject: Re: Heavy Message Queue

Error 500 in Kannel's HTTP

2009-07-21 Thread Marcelo Olivas
Hi gurus!! I'm getting the following error in bearerbox: 2009-07-21 02:01:52 [7125] [1] ERROR: Error writing 418 octets to fd 190: 2009-07-21 02:01:52 [7125] [1] ERROR: System error 32: Broken pipe The error gives me an alert in my Nagios saying that all my connections (SMPP) are down. I'

Re: Error 500 in Kannel's HTTP

2009-07-21 Thread Marcelo Olivas
is your Nagios connection. Broken pipe means that bb's peer (Nagios?) has hanged the connection without sending a FIN (abnormally, network issue?). What is your localhost 9090? Seems not to be responding either. First you get the error in the smsbox, and then bb error follows. How ab

Re: Error 500 in Kannel's HTTP

2009-07-22 Thread Marcelo Olivas
wi=-1&message-charset=UTF-8&udh=&billing=&account=&serviceid=%v&sessionid=%w&meta-data=%3Fsmpp%3F > Hi, I think that Nagios maybe screwing kannel. Destroying HTTP client is a standard action. When an HTTP request reaches kannel, it creates an HTTP client, and whe

Re: How to bind smpp-tlv to a specific smsc group

2009-08-07 Thread Marcelo Olivas
Guys, out of curiosity, if I have a two TLVs configured for two different SMSC and one of the address is shared by them, would we get an error or would it take the last one? For example: group = smpp-tlv name = tlv_a tag = 0x1601 type = octetstring length = 20 group = smpp-tlv name = tlv_b

Re: SMS sending problem

2009-08-07 Thread Marcelo Olivas
connection is re-connecting. Something happened. Try doing a telnet on the ip and port telnet 10.100.76.11 9081 if it doesn't connect, something happened and you might need to contact the networking team. On Aug 7, 2009, at 12:31 PM, Alejandro Guerrieri wrote: 10.100.76.11' at port `9081

Re: How to bind smpp-tlv to a specific smsc group

2009-08-13 Thread Marcelo Olivas
Guys, just an FYI, if you will get a PANIC error if you have two TLVs with the same tag address. For example: group = smpp-tlv name = A tag = 0x1450 type = integer length = 1 group = smpp-tlv name = B tag = 0x1450 type = octetstring length = 60 The error would say that there are duplicate TL

Re: How to bind smpp-tlv to a specific smsc group

2009-08-13 Thread Marcelo Olivas
can i find more info about this topic? Thank you. 2009/8/13 Marcelo Olivas : Guys, just an FYI, if you will get a PANIC error if you have two TLVs with the same tag address. For example: group = smpp-tlv name = A tag = 0x1450 type = integer length = 1 group = smpp-tlv name = B tag = 0

question about reload-list

2009-08-13 Thread Marcelo Olivas
Gurus, in the current version of Kannel, we should be able to reload the blacklist and white list without restarting kannel using the HTTP admin. However, when I run this: http://localhost:13000/reload-lists?password=secret It tells me that: "Could not reload list". I don't see any problem

Re: question about reload-list

2009-08-14 Thread Marcelo Olivas
O: SMS resend retry set to unlimited. 2009-08-14 10:08:50 [14694] [0] DEBUG: smsbox MO concatenated message handling enabled On Aug 14, 2009, at 2:25 AM, Nikos Balkanas wrote: Hi, Please post relevant log entries with error. BR, Nikos - Original Message ----- From: "Marcelo Oliv

Re: question about reload-list

2009-08-14 Thread Marcelo Olivas
nloading is empty (0 numbers). However, it seems to be: http://localhost/midcgw/blacklist.txt Not the one you have specified: http://marceloolivas/kannel/blacklist.txt Are these the same? Is the last url empty? BR, Nikos - Original Message - From: "Marcelo Olivas" > To: "

Re: question about reload-list

2009-08-14 Thread Marcelo Olivas
t your Apache/Coyote configuration. Why don't you use a local blacklist file since you are on the same server? BR, Nikos - Original Message ----- From: "Marcelo Olivas" > To: "Nikos Balkanas" Cc: Sent: Friday, August 14, 2009 5:33 PM Subject: Re: question a

TLV length question

2009-08-17 Thread Marcelo Olivas
Gurus, I just finished adding a TLV file for one customer, but the SMSC is saying that I am putting the wrong length on one of the TLV parameters. The said the following: "look at length, parameter used and values I updated with" group = smpp-tlv name = GPW_ProductID tag = 0x1430 type = int

Re: TLV length question

2009-08-17 Thread marcelo . olivas
're saying that you should put "length = 4", have you tried that? That means a 32-bit integer. Regards, Alejandro On Tue, Aug 18, 2009 at 1:10 AM, Marcelo Olivas < marcelo.oli...@up-mobile.com> wrote: > Gurus, I just finished adding a TLV file for one customer, but the SMSC

Re: TLV length question

2009-08-18 Thread Marcelo Olivas
ng, they're saying that you should put "length = 4", have you tried that? That means a 32-bit integer. Regards, Alejandro On Tue, Aug 18, 2009 at 1:10 AM, Marcelo Olivas > wrote: Gurus, I just finished adding a TLV file for one customer, but the SMSC is saying that I am

registered_delivery value and msg-id-type

2009-09-02 Thread Marcelo Olivas
I have one of my SMSC (Motricity) is requiring me to pass registered_delivery=0x1D. I figured that I could achieve this by using the "msg-id-type = 0x10" but it gave me an error (PANIC). Then, I tried to set "msg-id-type = 1" but I got registered_delivery: 1 = 0x0001. How can I pass

Re: Kannel with vb6

2009-12-01 Thread marcelo . olivas
helps. --Original Message-- From: icmp Sender: users-boun...@kannel.org To: denis bahati Cc: users@kannel.org Subject: Re: Kannel with vb6 Sent: Dec 1, 2009 8:16 AM On 12/1/09, denis bahati wrote: > Does kannel work with vb6? or VB Dot NET? No. __ http://radiopump.com/ Marc

Re: sms-combine-concatenated-mo problem/not working

2010-03-01 Thread Marcelo Olivas
Jakob, can you please provide the PDU for the MO that the SMSC is sending? If I'm not mistaking you need the esm_class parameter being set. For example, the following PDU doesn't have the esm_class set and therefore, Kannel doesn't know if it should concatenate the message: 2010-02-26 13:46:4

Re: sms-combine-concatenated-mo problem/not working

2010-03-01 Thread Marcelo Olivas
1, 2010 at 7:25 PM, Jakob Thomsen wrote: > Hi Marcelo, > > > Thanks for your quick reply. I am probably looking in the wrong places but I > haven’t been able to find the PDU in either the bearerbox or smsbox log. > Where can I find it? > > > Regards > > &g

Re: concatenated mo & esm_class

2010-04-21 Thread Marcelo Olivas
Hi Richard, I had the same problem with one of my SMSC in Mexico. Without the esm_class parameter you are out of luck when it comes to the concatenated (concat) message. The concat has to be set in the PDU package, so the SMSC has to provide you that. By default Kannel tries to concat the mes

Problems with smsbox - Couldn't fetch

2008-08-13 Thread Marcelo Olivas
I'm having severe problems with my SMS box: 1. Get a lot of queue messages 2. Sometimes the smsbox stops responding 3. Restart doesn't work, I have to do a shutdown and manually start the bearerbox and smsbox 4. When I do a shutdown the smsbox is still in process and I have to kill the process ma

PANIC: gwlib/gw-rwlock.c:105: on Kannel 1.3.2

2008-08-19 Thread Marcelo Olivas
Error: I keep on getting the following error in Kannel: 2008-08-19 22:58:00 [1992] [60] INFO: STARTED PDU_TO_MSG 2008-08-19 22:58:00 [1992] [60] PANIC: gwlib/gw-rwlock.c:105: gw_rwlock_rdlock: Assertion `lock != NULL' failed. 2008-08-19 22:58:00 [1992] [60] PANIC: ./bearerbox(gw_panic+0x174) [0x8

Re: PANIC: gwlib/gw-rwlock.c:105: on Kannel 1.3.2

2008-08-19 Thread Marcelo Olivas
[1992] [60] PANIC: /lib/tls/libc.so.6(__clone+0x5e) [0x7b2c3e] Thanks, Marcelo ----- Original Message From: Marcelo Olivas <[EMAIL PROTECTED]> To: users@kannel.org Sent: Tuesday, August 19, 2008 11:06:10 PM Subject: PANIC: gwlib/gw-rwlock.c:105: on Kannel 1.3.2 Error: I keep on getti

EMERGENCY

2008-08-31 Thread Marcelo Olivas
I have a huge campaign today at 10 PM EST and now my kannel is not starting. I'm a newby on this so please bear with me. It's as if bearerbox is not responding. Below is the error that I'm getting: bearer box: [EMAIL PROTECTED] gw]# 2008-08-31 02:45:33 [17694] [0] INFO: Debug_lvl = -1, log_fi

ERROR: Could not unlink file

2008-10-02 Thread Marcelo Olivas
en it went down and I'm still seeing them in the queue. Is there something wrong in the way I setup kannel? Thanks, Marcelo Olivas