fakesms

2009-10-13 Thread Saurav Jaiswal
hi.. i have started bearerbox and smsbox in two different shells ,i want to now test the kannel using fakesms group.how can i do it... what commant i have to write to send fake sms looking forward for your replies...

Re: Replace if present parameter in kannel

2009-10-13 Thread Elton Hoxha
Hi, As the mentioned issue is one of basic functionalities of SMPP, I think it should be an workaround, even if its not possible through explicit defined parameters. I read this article in the blog http://tiliman.wordpress.com/2008/12/20/replacing-sms-on-a-phone-using-kannel-sms-gateway/

continuous delivery of messages

2009-10-13 Thread Sujith Venugopal // Viva
Hi all, Iam facing a strange problem. Iam sending a single message from kannel, but the same message is continuosly getting delivered. I received 148 messages before I killed the bearerbox and stopped the kannel. It was working fine till now. I didnt make any change to the old configuration as

Re: continuous delivery of messages

2009-10-13 Thread Sujith Venugopal // Viva
Hi all, The logs shows only one entry of the number to which the message was sent. #core group group = core admin-port = 13000 smsbox-port = 13001 admin-password = status-password = #admin-deny-ip = *.*.*.* #admin-allow-ip = 127.0.0.1 #log-file = /var/log/kannel/kannel.log #log-level = 0

Re: continuous delivery of messages

2009-10-13 Thread Alejandro Guerrieri
Put log-level 0 on your SMSC connection and post it here. I bet the SMSC is rejecting your message with a temporary error, but delivering anyway, so Kannel retries it over and over... Regards, Alejandro On Tue, Oct 13, 2009 at 11:26 AM, Sujith Venugopal // Viva suj...@vivainfomedia.com wrote:

Re: continuous delivery of messages

2009-10-13 Thread ositest ositest
Hi Sujith, Why can't we suspect this problem at SMSC level.Because you have only one one log file entry with this number. long back i got this problem with BSNL mobile numbers in my personal life(not with kannel and other softwares).This happened some times with email also. Can you investigate

Re: fakesms

2009-10-13 Thread Emmanuel CHANSON
Hello Saurav, Try this after starting bearerbox and smsbox: *[r...@elodine ~]# /home/manu/softs/gateway-1.4.3/test/fakesmsc -p 1 -H localhost -i 1 -m 1 111222 99 text YOUR-TEXT-HERE 2009-10-13 19:06:04 [28445] [0] INFO: Debug_lvl = -1, log_file = none, log_lvl = 0 2009-10-13 19:06:04

Problems getting messges to concatenate.

2009-10-13 Thread Pete Kelly
Hi I am in the process of setting up Kannel so I can send SMS's from a web application. I am using the cgi-bin/sendsms interface to send a GET request into kannel, which kannel is then forwarding on to my http smsc. However Kannel is not concatenating the SMS's which I send in via the

Re: Problems getting messges to concatenate.

2009-10-13 Thread SG
Pls send your the sample post URL.I think you need to use the bellow flag true in URL. concatenation=true Sample URL looks like, http://182.168.3.222:13013/cgi-bin/sendsms?username=testerpassword=foobarto=95text=Test%20Message%20concatenation=%20true --- On Tue, 13/10/09, Pete Kelly

Re: Problems getting messges to concatenate.

2009-10-13 Thread Pete Kelly
Hi I've finally got it to work, it seems to be a combination of changing a few parameters in the core section, and adding in the max-messages option. I'm slightly confused as I had the max-messages option in before and it was not splitting - but I may be going mad. The working configuration

getting delivery report: delivery failure

2009-10-13 Thread Latitude Test
Hi all, My kannel is configured to send me delivery reports for the SMS messages: ?dlrStatus=%ddlrData=%Adlr-mask=7 From Kannel docs: 1: delivery success 2: delivery failure 4: message buffered 8: smsc submit 16: smsc reject I was getting the correct response

Re: Problems getting messges to concatenate.

2009-10-13 Thread Nikos Balkanas
Just a sanity check: Conf you posted before did not have any max-messages. So you are in the clear :-) Nikos - Original Message - From: Pete Kelly To: SG Cc: users@kannel.org Sent: Tuesday, October 13, 2009 2:01 PM Subject: Re: Problems getting messges to concatenate.

Re: getting delivery report: delivery failure

2009-10-13 Thread Nikos Balkanas
Hi, Please post detailed bb logs with the respond_sm PDU from your SMSc. I suspect that your SMSc is sending the wrong DKR. BR, Nikos - Original Message - From: Latitude Test To: users Sent: Tuesday, October 13, 2009 2:15 PM Subject: getting delivery report: delivery

Re: getting delivery report: delivery failure

2009-10-13 Thread Latitude Test
This is what I see in the log: DEBUG: data: 69 64 3a 32 34 35 31 37 33 33 31 33 34 20 73 75 id:2451733134 su DEBUG: data: 62 6d 69 74 20 64 61 74 65 3a 30 39 31 30 31 33 bmit date:091013 DEBUG: data: 30 37 30 34 20 64 6f 6e 65 20 64 61 74 65 3a 30 0704 done date:0 DEBUG: data: 39 31 30 31 33 30

Re: continuous delivery of messages

2009-10-13 Thread Benaiad
Hi, I'm connecting to the smpp server with a leased line, and some times the leased line goes down, and we connect with the ADSL as a backup, and when we used the adsl we have faced this problem two times. Regards Benaiad On Tue, Oct 13, 2009 at 11:42 AM, ositest ositest

Re: continuous delivery of messages

2009-10-13 Thread Alejandro Guerrieri
I'ts probably messages being retried because the SMSC sends a temporary error but deliver the messages anyway, but cannot tell for sure without logs. Regards, Alex On Tue, Oct 13, 2009 at 9:12 PM, Benaiad bena...@gmail.com wrote: Hi, I'm connecting to the smpp server with a leased line, and

Re: SMPP - meda-data DLRs - getting parameters in DLR

2009-10-13 Thread Mario Noboa
Hi Alejandro, nice to meet you again. I am connected with an operator that send me the result of the billing in the command_status. Are there any way to use %D to get the value of this field in the dlr-url? Thanks!, Mario 2009/5/27 Alejandro Guerrieri alejandro.guerri...@gmail.com Yeah,

Re: SMS application Architecture

2009-10-13 Thread Stipe Tolj
Cheikh Sidiya schrieb: Dears can you explain the general architecture of sms application using kannel as gateway 1-is it recommended to separate kannel and application server (not install kannel in the application server?)?? 2-how and which protocols are used for communication between

Re: SMPP - meda-data DLRs - getting parameters in DLR

2009-10-13 Thread Alejandro Guerrieri
Mario, I've made a couple of patches a few weeks ago that should do the trick for you. Please see attached. Here's the original thread, with instructions about what the patches do: http://www.opensubscriber.com/message/de...@kannel.org/12779334.html I'm working on a more complete solution

kannel queue

2009-10-13 Thread Manoj B
Hi, I have kannel set for send and received sms separately, but from last some days my sending sms is stop working sometime and only receiving works, due to that queue is getting high and after restart the kannel its works again fine.. can u give me some clue to overcome this issue... Thanks

Re: kannel queue

2009-10-13 Thread SG
Hi Manoj Can you send us any other useful stats like... Any errors in the log files.. access logs any debug logs... I think you need to start Kannel with debug enabled this time to note future error. number of messages delivered between start and  restart.amount of time kannel is up and