Re: How do i configure Kannel for single Transmitter account and Receiver account But several short Codes

2012-06-04 Thread Willy Mularto
Does your provider supports multiple binding? If yes then you just need 1 bind for transmitter and 1 bind for receiver. If not then you just need set is as transceiver On Jun 4, 2012, at 2:07 PM, Felix Obareh wrote: Hi? I have a single Transmitter and Receiver login from my provider. I

Re: How do i configure Kannel for single Transmitter account and Receiver account But several short Codes

2012-06-04 Thread spameden
Read user-guide. It's very detailed and will give you basic idea how to do this. 2012/6/4 Felix Obareh foba...@softcall.co.ke Hi? I have a single Transmitter and Receiver login from my provider. I need to transmit and send from different shortcodes. What is the best configuration setup for

Re: How do i configure Kannel for single Transmitter account and Receiver account But several short Codes

2012-06-04 Thread spameden
If your sms-provider gives you smpp server on port 2775 it'd be: For transmitter: port = 2775 receive-port = 0 For receiver only: receive-port = 2775 port = 0 For transciever: port=2775 transceiver-mode = 1 or port=2775 receive-port = 2775 2012/6/4 Willy Mularto sangpr...@gmail.com Does

sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread alok srivastava
dear after inserting the message to send-sms table it copied the message to sent-sms but not sending and also sqlbox program dead. error messages that are coming in sqlbox log i am copying here 2012-06-04 23:20:58 [20698] [2] DEBUG: bearerbox_to_sql: connection to bearerbox died. 2012-06-04

Re: sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread spameden
are you using latest sqlbox from SVN? you can compile sqlbox with debug to see what actually fails inside it, also check record in the sent_sms what's inside it. 2012/6/4 alok srivastava alok...@gmail.com dear after inserting the message to send-sms table it copied the message to sent-sms

Re: sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread alok srivastava
sir before quitting sqlbox giving error on terminal 2012-06-05 00:10:04 [20970] [12] ERROR: Packet too short while unpacking Msg. 2012-06-05 00:10:04 [20970] [12] ERROR: Msg packet was invalid. 2012-06-05 00:10:04 [20970] [12] ERROR: Failed to unpack data! regards abhi On Mon, Jun 4, 2012 at

Re: sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread spameden
You probably messed around kannel sqlbox. I strongly suggest doing fresh re-compiling from SVN, removing /var/lib/kannel directory and you need to install kannel first and after that compile install sqlbox. 2012/6/4 alok srivastava alok...@gmail.com sir before quitting sqlbox giving error

Re: SMPP Throughput

2012-06-04 Thread Wasim Baig
No, no. I was wrong. It wasn't kannel. The issue was in the SIGTRAN SMSC. Tuned some parameters and its now happily sending at 350 sms/sec, sustained. Will now start tuning kannel, smsbox/dlr-url sqlbox/mysqld to try and push the 4-node cluster past 2000 sms/sec. Many thanks all. -wasim On

Re: SMPP Throughput

2012-06-04 Thread spameden
Could you please share your kannel configuration if you succeed? Thanks 2012/6/4 Wasim Baig wasimb...@gmail.com No, no. I was wrong. It wasn't kannel. The issue was in the SIGTRAN SMSC. Tuned some parameters and its now happily sending at 350 sms/sec, sustained. Will now start tuning

RE: sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread Rene Kluwen
This occurs (among others) if you use a different version of Kannel sqlbox. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of alok srivastava Sent: Monday, 04 June, 2012 15:24 To: spameden Cc: users@kannel.org Subject: Re: sqlbox not sending message

SMS Text Length

2012-06-04 Thread Tapan Thapa
Hello, If i am sending multi-part text messages (some times 320,480 or bigger character length message) then how many messages kannel will submit to upstream smsc. Regards Tapan Thapa