Route Managing:

2012-12-10 Thread Ravindra Gupta // Viva
Dear Team,

We have two account i.e one account for *ab* and second account for *dc*,
If one account i.e (*ab*) going on re-connecting so how we will transfer
all the queue from other SMPP Account i.e (*dc*).

Kindly let me know for the same.


Clickatell Unable to send multi-part none English SMS

2012-12-10 Thread Amin Mukhaimer
Dear all,

 

I am connected to Clickatell using Kannel HTTP connection, and when We try
to send Multi-part none English SMS it don't work, In English SMSs, whether
short or long(multi-part) they work, In Arabic, only short ones work.
Multi-parts don't.

 

They said We should add "concat=5" in the URL, this is our configurations:

 

group = smsc

smsc-id = clickatell

smsc = http

system-id = **

system-type = **

smsc-username = **

smsc-password = **

send-url = "http://api.clickatell.com/http/sendmsg";

port = 13015

allowed-smsc-id = clickatell

connect-allow-ip = "127.0.0.1;192.168.100.*;196.30.96.134"

log-file = "/var/log/kannel/clickatell/clickatell.log"

log-level = 0

 

I tried adding:

send-url = "http://api.clickatell.com/http/sendmsg?concat=5";

 

But started getting "Invalid Destination Address" errors, the URL has
mistakes as it seems:

 

2012-12-10 04:19:23 [22263] [9] DEBUG: HTTP[clickatell]: Sending request


2012-12-10 04:19:24 [22263] [8] ERROR: HTTP[clickatell]: Message was
malformed or error was returned. SMSC response `ERR: 105, Invalid
Destination Address'.

2012-12-10 04:22:48 [22263] [9] DEBUG: HTTP[clickatell]: Sending request


2012-12-10 04:22:48 [22263] [8] ERROR: HTTP[clickatell]: Message was
malformed or error was returned. SMSC response `ERR: 105, Invalid
Destination Address'.

 

 

Thanks

 



RE: openSMPP PANIC:

2012-12-10 Thread Rene Kluwen
1.   What are the steps to reproduce this error?

2.   Could you possbibly do a "svup update -r63" and see if the problem
still persists?

 

 

== Rene

 

From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On
Behalf Of Ali Kashif
Sent: maandag 10 december 2012 12:03
To: us...@vm1.kannel.org
Subject: openSMPP PANIC:

 

Dear Users,

 

My open SMPP is giving me following PANIC and closes itself.

 

i have not clue what this this ?

 

 

can anyone help me in this?

2012-12-10 10:53:12 [21885] [2] DEBUG: assemble multi-part message.

2012-12-10 10:53:12 [21885] [2] DEBUG: received 2 of 2.

2012-12-10 10:53:12 [21885] [2] DEBUG: received all parts of multi-part
message.

2012-12-10 10:53:12 [21885] [2] DEBUG: multi-part message, length: 221.

2012-12-10 10:53:12 [21885] [2] PANIC: gwlib/octstr.c:2563:
seems_valid_real: Assertion `ostr->len + 1 <= ostr->size' failed. (Called
from gwlib/octstr.c:1308:octstr_insert.)

2012-12-10 10:53:12 [21885] [2] PANIC:
/usr/local/sbin/opensmppbox(gw_backtrace+0xad) [0x80a5c6d]

2012-12-10 10:53:12 [21885] [2] PANIC:
/usr/local/sbin/opensmppbox(gw_panic+0xc8) [0x80a5d48]

2012-12-10 10:53:12 [21885] [2] PANIC: /usr/local/sbin/opensmppbox
[0x80a6583]

2012-12-10 10:53:12 [21885] [2] PANIC:
/usr/local/sbin/opensmppbox(octstr_insert+0x4c) [0x80a992c]

2012-12-10 10:53:12 [21885] [2] PANIC:
/usr/local/sbin/opensmppbox(octstr_append+0x24) [0x80a9a64]

2012-12-10 10:53:12 [21885] [2] PANIC:
/usr/local/sbin/opensmppbox(concat_msgids+0x7b) [0x805736b]

2012-12-10 10:53:12 [21885] [2] PANIC: /usr/local/sbin/opensmppbox
[0x8059507]

2012-12-10 10:53:12 [21885] [2] PANIC: /usr/local/sbin/opensmppbox
[0x809bfc1]

2012-12-10 10:53:12 [21885] [2] PANIC: /lib/i686/nosegneg/libpthread.so.0
[0xd41889]

2012-12-10 10:53:12 [21885] [2] PANIC:
/lib/i686/nosegneg/libc.so.6(clone+0x5e) [0xcab17e]

 

 

 

 

Thanks 

Ali



Re: openSMPP PANIC:

2012-12-10 Thread Ali Kashif
Hi Rene,

i tried to update the SVN and got this .

[root@vps svn]# svn update -r63
Skipped '.'
[root@vps svn]#


reproduce steps are .
I just download the latest source about 2 or 3 hours back using

svn co https://svn.kannel.org/gateway/trunk
cd trunk

~]#./configure --with-mysql --enable-start-stop-daemon --disable-docs
~]# Make
~]# Make install
~]#
~]# cd addons/opensmppbox/
~]#./configure --with-kannel-dir=/root/kannel/svn/trunk/
~]# Make
~]# Make install
~]#
~]#  cd addons/sqlbox/
~]#./configure --with-kannel-dir=/root/kannel/svn/trunk/
~]# Make
~]# Make install


##SMPP.CONF##
group = core
dlr-storage = mysql

group = mysql-connection
id = dlr-db
host = 127.0.0.1
username = sqlbox
password = "password"
database = kannel
max-connections = 20

group = dlr-db
id = dlr-db
table = dlr1
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc_id

group = opensmppbox
opensmppbox-id = smppbox1
opensmppbox-port = 8999
bearerbox-host = 127.0.0.1
bearerbox-port = 13002
log-level = 0
log-file = /var/log/kannel/opensmppbox.log
our-system-id = MYID
route-to-smsc = smscr
use-systemid-as-smsboxid = 1
smpp-logins = "/usr/local/kannel/clients.txt"
##

please let me know if any thing else is needed.

Thanks
Ali




On Mon, Dec 10, 2012 at 3:04 PM, Rene Kluwen  wrote:

> svup update –r63


RE: openSMPP PANIC:

2012-12-10 Thread Rene Kluwen
When in your svn folder, type:

 

cd trunk/addons/opensmppbox

svn update -r63

 

and make and install again.

 

== Rene

 

From: Ali Kashif [mailto:syedalikas...@gmail.com] 
Sent: maandag 10 december 2012 14:14
To: Rene Kluwen
Cc: us...@vm1.kannel.org
Subject: Re: openSMPP PANIC:

 

Hi Rene,

 

i tried to update the SVN and got this .

 

[root@vps svn]# svn update -r63

Skipped '.'

[root@vps svn]#

 

 

reproduce steps are .

I just download the latest source about 2 or 3 hours back using 

 

svn co https://svn.kannel.org/gateway/trunk

cd trunk

 

~]#./configure --with-mysql --enable-start-stop-daemon --disable-docs

~]# Make

~]# Make install

~]#

~]# cd addons/opensmppbox/

~]#./configure --with-kannel-dir=/root/kannel/svn/trunk/

~]# Make 

~]# Make install

~]#

~]#  cd addons/sqlbox/

~]#./configure --with-kannel-dir=/root/kannel/svn/trunk/

~]# Make 

~]# Make install

 

 

##SMPP.CONF##

group = core

dlr-storage = mysql

 

group = mysql-connection

id = dlr-db

host = 127.0.0.1

username = sqlbox

password = "password"

database = kannel

max-connections = 20

 

group = dlr-db

id = dlr-db

table = dlr1

field-smsc = smsc

field-timestamp = ts

field-destination = destination

field-source = source

field-service = service

field-url = url

field-mask = mask

field-status = status

field-boxc-id = boxc_id

 

group = opensmppbox

opensmppbox-id = smppbox1

opensmppbox-port = 8999

bearerbox-host = 127.0.0.1

bearerbox-port = 13002

log-level = 0

log-file = /var/log/kannel/opensmppbox.log

our-system-id = MYID

route-to-smsc = smscr

use-systemid-as-smsboxid = 1

smpp-logins = "/usr/local/kannel/clients.txt"

##

 

please let me know if any thing else is needed.

 

Thanks 

Ali

 

 

 

 

On Mon, Dec 10, 2012 at 3:04 PM, Rene Kluwen  wrote:

svup update -r63

 



Configure Kannel with USSD

2012-12-10 Thread Jayesh Labade
Hello List,

Can Someone provide me step by step guide to configure USSD with kannel via
SMPP.

any help would be greatly appreciated.

Best Regards,
*Jayesh*