Fwd: HTTP SMSC inject dlr with error code

2012-02-10 Thread Ashish Agarwal
Hi All, I am trying to work on http dlr inject. I managed to send dlr on port 13015 with SUCCESS(DELIVRD)/UNDELIV status but I am not able to change the err:XXX and status:XXX value. http smsc configuration group = smsc smsc = http smsc-id = http system-type = generic port = 13015

Re: NACK reporting help

2012-03-06 Thread Ashish Agarwal
Hello All, Any update on the below query. On Wed, Feb 22, 2012 at 5:59 PM, Ashish Agarwal ashisha...@gmail.comwrote: Hello, I have been using kannel for over 2 years now and I am currently using the latest 1.5 version of kannel. I have come across an issue with NACK reports generated

Message Queue Full error

2012-03-06 Thread Ashish Agarwal
Hello, I am currently using kannel 1.5 svn version and I am facing issue with message queue full when submitting message to the smsc. The smsc has given multiple account with 10 tps on each bind. Therefore, I am using the following configuration group = smsc smsc-id = SMSC1 smsc = smpp host =

Re: NACK reporting help

2012-03-07 Thread Ashish Agarwal
be easy because they both equal but what do you do if not? Thanks, Alex Am 06.03.2012 um 12:20 schrieb Ashish Agarwal: Hello All, Any update on the below query. On Wed, Feb 22, 2012 at 5:59 PM, Ashish Agarwal ashisha...@gmail.comwrote: Hello, I have been using kannel for over 2 years now

RE: NACK reporting help

2012-03-07 Thread Ashish Agarwal
. This way, you will get a failure message per message part. ** ** == Rene ** ** ** ** *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On Behalf Of *Alexander Malysh *Sent:* Wednesday, 07 March, 2012 13:51 *To:* Ashish Agarwal *Cc:* users@kannel.org *Subject:* Re

Re: Kannel Status

2012-03-14 Thread Ashish Agarwal
You can program a status page of your own using kannel xml status page. You can use status.xml page. Ashish On Mar 14, 2012 9:07 PM, Elie ... elie...@live.com wrote: Hello, I have a question about the url of kannel status: as far as i know we can check the kannel status using the

Mysql storage engine

2012-03-22 Thread Ashish Agarwal
Hello, I wish to know what is the suitable mysql engine(MYISAM or INNODB) for dlr and sqlbox (send_sms and sent_sms table) from kannel. I currently have high load of traffic and RAM is not a problem. Please suggest. -- Regards, Ashish

Re: Mysql storage engine

2012-03-22 Thread Ashish Agarwal
using it, every insert is a transaction, so theoritacally you won't lose more than 1 transaction if something bad happens. Don't forget to add relevant indexes for speeding up queries from dlr table. 2012/3/22 Ashish Agarwal ashisha...@gmail.com Hello, I wish to know what is the suitable

Re: Mysql storage engine

2012-03-22 Thread Ashish Agarwal
| | | +---++-+--+-+---+-+--++--++-+---+ 4 rows in set (0.02 sec) CREATE index smsc_ts_destination ON dlr (smsc(15), ts(35), destination(11)) CREATE index url ON dlr (url(16)) 2012/3/22 Ashish Agarwal ashisha...@gmail.com Hello, Thanks for your response. What are the fields that should be indexed

Re: Unable to send '@' via kannel

2012-04-27 Thread Ashish Agarwal
I tried the below configuration and it worked for me alt-charset = utf-8 On Apr 27, 2012 10:36 PM, Alvaro Cornejo cornejo.alv...@gmail.com wrote: Another aproach can be to send an @ from your phone to your system and see what you get as char and then convert your @ to the char you received

Re: Unable to send '@' via kannel

2012-04-27 Thread Ashish Agarwal
If you are already using alt-charset specification. Please try and submit a message using direct sendsms url with @ in the text value and please let us knw the result. On Apr 27, 2012 11:23 PM, Ashish Agarwal ashisha...@gmail.com wrote: I tried the below configuration and it worked for me alt

Kannel buffer window size

2012-07-04 Thread Ashish Agarwal
Hello, I want to understand what does [TCP ZeroWindow] means for kannel and how can I increase this. The issue is when using the command tetheral -i eth0 I see too many TCP ZeroWindow pdu, and during this time I see overall loss in throughput. Has someone experienced this? -- Regards, Ashish

Kannel maximum tps capacity

2012-07-16 Thread Ashish Agarwal
Hello, I want to know what is the maximum throughput capacity possible with kannel and sqlbox addon. There is no restriction from smsc tps..

Re: sqlbox select speed

2012-07-16 Thread Ashish Agarwal
a second sqlbox. On Sun, Jul 15, 2012 at 2:47 AM, Ashish Agarwal ashisha...@gmail.comwrote: Hello, With sqlbox I have around 15,00,000 number of record in send_sms table and bearerbox is sending sms at approximately 200 to 300 TPS, but bearerbox with my smsc has much higher capacity to submit sms

Re: sqlbox select speed

2012-07-16 Thread Ashish Agarwal
and half in the other table. That should theoretically work get two sqlboxes feeding the same bearerbox. On Mon, Jul 16, 2012 at 8:37 AM, Ashish Agarwal ashisha...@gmail.comwrote: Hello Eric, I think adding another sqlbox is a good option but how can I add another sqlbox? On Jul 16, 2012 6:37

RE: sqlbox select speed

2012-07-19 Thread Ashish Agarwal
that, in your case, two smsboxes might improve speed as well.* *** ** ** == Rene ** ** *From:* Ashish Agarwal [mailto:ashisha...@gmail.com] *Sent:* Thursday, 19 July, 2012 09:09 *To:* Rene Kluwen *Cc:* Eric Turner; spameden; users *Subject:* Re: sqlbox select speed ** ** Hi Rene

How to configure ussd

2012-09-24 Thread Ashish Agarwal
Hello List, Can someone guide me in setting up a ussd account tlv and other required values with sendsms url parameter. The menu should support multi session with response enabled. -- Regards, Ashish

Create UDH using PHP SQLBOX

2012-10-16 Thread Ashish Agarwal
Hello, I am trying to send a concatenation message using udh paramater with sqlbox. Can someone help me with the sql query or php code for the same. -- Regards, Ashish

DLR received before the dlr entry on dlr table

2013-01-04 Thread Ashish Agarwal
Hello, I am current using kannel latest version with mysql dlr storage and I have a situation where the dlr is received before the dlr entry on the dlr table which leads to got DLR but could not find message or was not interested in it. Can anyone help me with the solution to this? -- Thanks

Re: DLR received before the dlr entry on dlr table

2013-01-04 Thread Ashish Agarwal
Hello, Can anyone help me with this please? On Fri, Jan 4, 2013 at 1:49 PM, Ashish Agarwal ashisha...@gmail.com wrote: Hello, I am current using kannel latest version with mysql dlr storage and I have a situation where the dlr is received before the dlr entry on the dlr table which leads

Re: DLR received before the dlr entry on dlr table

2013-01-05 Thread Ashish Agarwal
. SlyDroid On Jan 4, 2013 3:21 PM, Ashish Agarwal ashisha...@gmail.com wrote: Hello, I am current using kannel latest version with mysql dlr storage and I have a situation where the dlr is received before the dlr entry on the dlr table which leads to got DLR but could not find message

MO Concatenation using SAR

2013-05-03 Thread Ashish Agarwal
Hello, The SMSC is sending MO on smpp, but kannel is not able to understand the long message, I get the following error 2013-05-03 17:44:33 [29875] [7] ERROR: SMPP[SMSC1]: sar_msg_ref_num, sar_segment_seqnum, sar_total_segments in conjuction with UDHI used, rejected. Can anybody help me with

BB log

2013-06-18 Thread Ashish Agarwal
Hello, I see a error like this on my bearerbox logs:- 2013-06-18 20:43:34 [12244] [1] ERROR: Error writing 1957 octets to fd 113: 2013-06-18 20:43:34 [12244] [1] ERROR: System error 32: Broken pipe Using latest version of kannel-svn-r040 Is it something I should worry about. -- Regards,

Re: BB log

2013-06-19 Thread Ashish Agarwal
Waiting for a response On 18-Jun-2013 8:45 PM, Ashish Agarwal ashisha...@gmail.com wrote: Hello, I see a error like this on my bearerbox logs:- 2013-06-18 20:43:34 [12244] [1] ERROR: Error writing 1957 octets to fd 113: 2013-06-18 20:43:34 [12244] [1] ERROR: System error 32: Broken pipe

Issue with HTTP SMSC generic DLR error code value

2013-07-16 Thread Ashish Agarwal
Hello, I am working on HTTP SMSC generic and I am trying to inject DLR 2013-07-16 12:05:35 Sent SMS [SMSC:] [SVC:test] [ACT:] [BINF:] [FID:68452a0c-00ab-4f58-9034-c0dd63c39bc0] [META:] [from:] [to:] [flags:-1:0:-1:0:19] [msg:10:TEST SMS23] [udh:0:] 2013-07-16 12:05:42 Receive DLR