Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-22 Thread Robin C
my mysql version is

mysql  Ver 8.0.32-0ubuntu0.22.04.2 for Linux on x86_64 ((Ubuntu))

On Sat, Apr 22, 2023 at 7:20 PM Robin C  wrote:

> Dear Spameden,
> Thanks for your reply. I tried this fix. But then I got the following
> error.
>
> In file included from gwlib/gwlib.h:83,
>  from gwlib/dbpool.c:70:
> gwlib/dbpool_mysql.c: In function ‘mysql_select’:
> gwlib/dbpool_mysql.c:248:48: error: ‘my_bool’ undeclared (first use in
> this function); did you mean ‘xr_bool’?
>   248 | bind[i].is_null = gw_malloc(sizeof(my_bool));
>   |^~~
> gwlib/gwmem.h:122:43: note: in definition of macro ‘gw_malloc’
>   122 | #define gw_malloc(size) (gw_native_malloc(size))
>   |   ^~~~
> gwlib/dbpool_mysql.c:248:48: note: each undeclared identifier is reported
> only once for each function it appears in
>   248 | bind[i].is_null = gw_malloc(sizeof(my_bool));
>   |^~~
> gwlib/gwmem.h:122:43: note: in definition of macro ‘gw_malloc’
>   122 | #define gw_malloc(size) (gw_native_malloc(size))
>   |   ^~~~
> make: *** [Makefile:225: gwlib/dbpool.o] Error 1
>
> On Sun, Apr 16, 2023 at 7:00 PM spameden  wrote:
>
>> Ubuntu 22.04 uses bison 3.8.2 - https://packages.ubuntu.com/jammy/bison
>> In order to fix the issue you need to either try to compile from SVN or
>> apply this patch - https://redmine.kannel.org/issues/699#note-5
>> Best to use SVN code actually as it contains recent bug fixes and in most
>> cases very stable.
>>
>> Checkout SVN repo with: svn co https://svn.kannel.org/gateway/trunk and
>> then proceed with usual compilation routing
>>
>>
>> On Sun, 16 Apr 2023 at 16:11, Antony Stone <
>> antony.st...@kannel.open.source.it> wrote:
>>
>>> On Sunday 16 April 2023 at 13:42:04, Robin C wrote:
>>>
>>> > Dear Antony ,
>>> >
>>> > Have you successfully installed Kannel 1.4.5 in Ubuntu 22.04 from
>>> source
>>> > code??
>>>
>>> No; I use 1.4.5 under Debian, installed from the binary package.
>>>
>>>
>>> Antony.
>>>
>>> --
>>> Python is executable pseudocode.
>>> Perl is executable line noise.
>>>
>>>Please reply to the
>>> list;
>>>  please *don't*
>>> CC me.
>>>
>>>
>
> --
>  *Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
> Web : www.refined.co.in
>
> Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
> Vazhuthacaud, Thiruvananthapuram, Kerala - 695014
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


-- 
 *Thanks & Regards,*



  Robin C

 Linux System Administrator

Web : www.refined.co.in

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
Vazhuthacaud, Thiruvananthapuram,
Kerala - 695014






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-22 Thread Robin C
Dear Spameden,
Thanks for your reply. I tried this fix. But then I got the following error.

In file included from gwlib/gwlib.h:83,
 from gwlib/dbpool.c:70:
gwlib/dbpool_mysql.c: In function ‘mysql_select’:
gwlib/dbpool_mysql.c:248:48: error: ‘my_bool’ undeclared (first use in this
function); did you mean ‘xr_bool’?
  248 | bind[i].is_null = gw_malloc(sizeof(my_bool));
  |^~~
gwlib/gwmem.h:122:43: note: in definition of macro ‘gw_malloc’
  122 | #define gw_malloc(size) (gw_native_malloc(size))
  |   ^~~~
gwlib/dbpool_mysql.c:248:48: note: each undeclared identifier is reported
only once for each function it appears in
  248 | bind[i].is_null = gw_malloc(sizeof(my_bool));
  |^~~
gwlib/gwmem.h:122:43: note: in definition of macro ‘gw_malloc’
  122 | #define gw_malloc(size) (gw_native_malloc(size))
  |   ^~~~
make: *** [Makefile:225: gwlib/dbpool.o] Error 1

On Sun, Apr 16, 2023 at 7:00 PM spameden  wrote:

> Ubuntu 22.04 uses bison 3.8.2 - https://packages.ubuntu.com/jammy/bison
> In order to fix the issue you need to either try to compile from SVN or
> apply this patch - https://redmine.kannel.org/issues/699#note-5
> Best to use SVN code actually as it contains recent bug fixes and in most
> cases very stable.
>
> Checkout SVN repo with: svn co https://svn.kannel.org/gateway/trunk and
> then proceed with usual compilation routing
>
>
> On Sun, 16 Apr 2023 at 16:11, Antony Stone <
> antony.st...@kannel.open.source.it> wrote:
>
>> On Sunday 16 April 2023 at 13:42:04, Robin C wrote:
>>
>> > Dear Antony ,
>> >
>> > Have you successfully installed Kannel 1.4.5 in Ubuntu 22.04 from source
>> > code??
>>
>> No; I use 1.4.5 under Debian, installed from the binary package.
>>
>>
>> Antony.
>>
>> --
>> Python is executable pseudocode.
>> Perl is executable line noise.
>>
>>Please reply to the
>> list;
>>  please *don't*
>> CC me.
>>
>>

-- 
 *Thanks & Regards,*



  Robin C

 Linux System Administrator

Web : www.refined.co.in

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
Vazhuthacaud, Thiruvananthapuram,
Kerala - 695014






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
Dear Antony ,

Have you successfully installed Kannel 1.4.5 in Ubuntu 22.04 from source
code??

On Sun, Apr 16, 2023, 3:23 PM Antony Stone <
antony.st...@kannel.open.source.it> wrote:

> On Sunday 16 April 2023 at 13:04:28, Robin C wrote:
>
> > Dear Antony,
> > Please find the commands below. I already shared the eroor. I am sharing
> > the error message below.
> >
> > I am using Ubuntu 22.04, Bison 1.4.5.
> > #wget https://www.kannel.org/download/1.4.5/gateway-1.4.5.tar.gz
> > --no-check-certificate
> >
> > # tar -zxvf gateway-1.4.5.tar.gz
> > # cd gateway-1.4.5/
> > # ./configure --with-mysql
> > # make
> >
> > Getting the following error after giving make.
>
> I still don't understand this.
>
> I just downloaded the same tarball, and did:
>
> $ tar -xvf gateway-1.4.5.tar.gz
>
> ... tarball extracts its contents ...
>
> $ find . -name y.tab.c
>
> ... no result ...
>
> $ cd gateway-1.4.5/
> $ ./configure --with-mysql
>
> ... plenty of output, no errors ...
>
> $ find . -name y.tab.c
>
> ... no result ...
>
> $ make
> make: *** No targets specified and no makefile found.  Stop.
>
>
>
> Antony.
>
> --
> Don't procrastinate - put it off until tomorrow.
>
>Please reply to the
> list;
>  please *don't* CC
> me.
>
>


Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
Dear Antony,
Please find the commands below. I already shared the eroor. I am sharing
the error message below.

I am using Ubuntu 22.04, Bison 1.4.5.
#wget https://www.kannel.org/download/1.4.5/gateway-1.4.5.tar.gz
--no-check-certificate

# tar -zxvf gateway-1.4.5.tar.gz
# cd gateway-1.4.5/
# ./configure --with-mysql
# make

Getting the following error after giving make.

y.tab.c:368:5: error: conflicting types for ‘ws_yy_parse’; have ‘int(void)’
In file included from wmlscript/wsgram.y:15:
./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ with
type ‘int(void *)’
  296 | int ws_yy_parse(void *context);
  | ^~~
wmlscript/wsgram.c:68:25: error: conflicting types for ‘ws_yy_parse’; have
‘int(void)’
   68 | #define yyparse ws_yy_parse
  | ^~~
y.tab.c:1578:1: note: in expansion of macro ‘yyparse’
In file included from wmlscript/wsgram.y:15:
./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ with
type ‘int(void *)’
  296 | int ws_yy_parse(void *context);
  | ^~~
wmlscript/wsgram.y: In function ‘ws_yy_parse’:
wmlscript/wsgram.y:122:49: error: ‘pctx’ undeclared (first use in this
function)
  122 | { ws_error_syntax(pctx, @1.first_line); }
  | ^~~~
wmlscript/wsgram.y:122:49: note: each undeclared identifier is reported
only once for each function it appears in
make: *** [Makefile:225: wmlscript/wsgram.o] Error 1




On Sun, Apr 16, 2023 at 2:52 PM Antony Stone <
antony.st...@kannel.open.source.it> wrote:

> On Sunday 16 April 2023 at 12:41:44, Robin C wrote:
>
> > But I am getting error while doing make.  I am trying to install kannel
> > 1.4.5 and  bison (GNU Bison) 3.8.2.
>
> Well, show us the commands you are running and exactly what error
> message/s
> you are seeing.
>
> You signed your original message as "Robin C, Linux System
> Administrator".  I
> would expect any sys admin with at least modest experience to know that
> saying
> "I'm getting an error" is almost bound to prompt the reply "there's
> probably
> something wrong then".
>
> The quality of assistance you can get is very closely related to the
> quality
> of information you provide.
>
>
> Regards,
>
>
> Antony.
>
> --
> The Magic Words are Squeamish Ossifrage.
>
>Please reply to the
> list;
>  please *don't* CC
> me.
>
>

-- 
 *Thanks & Regards,*



  Robin C

 Linux System Administrator

Web : www.refined.co.in

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
Vazhuthacaud, Thiruvananthapuram,
Kerala - 695014






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
y.tab.c:368:5: error: conflicting types for ‘ws_yy_parse’; have ‘int(void)’
In file included from wmlscript/wsgram.y:15:
./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ with
type ‘int(void *)’
  296 | int ws_yy_parse(void *context);
  | ^~~
wmlscript/wsgram.c:68:25: error: conflicting types for ‘ws_yy_parse’; have
‘int(void)’
   68 | #define yyparse ws_yy_parse
  | ^~~
y.tab.c:1578:1: note: in expansion of macro ‘yyparse’
In file included from wmlscript/wsgram.y:15:
./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ with
type ‘int(void *)’
  296 | int ws_yy_parse(void *context);
  | ^~~
wmlscript/wsgram.y: In function ‘ws_yy_parse’:
wmlscript/wsgram.y:122:49: error: ‘pctx’ undeclared (first use in this
function)
  122 | { ws_error_syntax(pctx, @1.first_line); }
  | ^~~~
wmlscript/wsgram.y:122:49: note: each undeclared identifier is reported
only once for each function it appears in
make: *** [Makefile:225: wmlscript/wsgram.o] Error 1

On Sun, Apr 16, 2023 at 2:41 PM Robin C  wrote:

> But I am getting error while doing make.  I am trying to install kannel
> 1.4.5 and  bison (GNU Bison) 3.8.2.
>
> On Sun, Apr 16, 2023 at 2:23 PM Willy Mularto  wrote:
>
>> Of course it can.
>>
>> Pada tanggal Min, 16 Apr 2023 17.18, Robin C 
>> menulis:
>>
>>> Dear team,
>>>
>>> Is it possible to install kannel with MySQL DB support to send SMS in
>>> Ubuntu 22.04 from the source code?  Otherwise please tell me which version
>>> of Ubuntu I should use. and which version of kannel should I use?
>>>
>>> I also installed using apt command. But I can only start kannel there.
>>> how can I start smsbox and sqlbox if I install using apt. and how can I run
>>> different SMSCs if I use apt installation?
>>>
>>> Please advise. Looking forward to hearing from you.
>>>
>>> --
>>>  *Thanks & Regards,*
>>>
>>>
>>>
>>>   Robin C
>>>
>>>  Linux System Administrator
>>>
>>> Web : www.refined.co.in
>>>
>>> Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
>>> Vazhuthacaud, Thiruvananthapuram, Kerala - 695014
>>>
>>>
>>>
>>>
>>>
>>>
>>> Disclaimer:  This message contains confidential information and is
>>> intended only for the individual named.  If you are not the named addressee
>>> you should not disseminate, distribute or copy this e-mail.  Please notify
>>> the sender immediately by e-mail if you have received this e-mail by
>>> mistake and delete this e-mail from your system.  E-mail transmission
>>> cannot be guaranteed to be secure or error-free as information could be
>>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>>> contain viruses.  The sender therefore does not accept liability for any
>>> errors or omissions in the contents of this message, which arise as a
>>> result of e-mail transmission.  If verification is required please request
>>> a hard-copy version.
>>>
>>> *7* Switch off as you go |*q *Recycle always | P Print only if
>>> absolutely necessary
>>>
>>
>
> --
>  *Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
> Web : www.refined.co.in
>
> Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
> Vazhuthacaud, Thiruvananthapuram, Kerala - 695014
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


-- 
 *Thanks & Regards,*



  Robin C

 Linux System Administrator

Web : www.refined.co.in

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
Vazhuthacaud, Thiruvananthap

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
But I am getting error while doing make.  I am trying to install kannel
1.4.5 and  bison (GNU Bison) 3.8.2.

On Sun, Apr 16, 2023 at 2:23 PM Willy Mularto  wrote:

> Of course it can.
>
> Pada tanggal Min, 16 Apr 2023 17.18, Robin C 
> menulis:
>
>> Dear team,
>>
>> Is it possible to install kannel with MySQL DB support to send SMS in
>> Ubuntu 22.04 from the source code?  Otherwise please tell me which version
>> of Ubuntu I should use. and which version of kannel should I use?
>>
>> I also installed using apt command. But I can only start kannel there.
>> how can I start smsbox and sqlbox if I install using apt. and how can I run
>> different SMSCs if I use apt installation?
>>
>> Please advise. Looking forward to hearing from you.
>>
>> --
>>  *Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>> Web : www.refined.co.in
>>
>> Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
>> Vazhuthacaud, Thiruvananthapuram, Kerala - 695014
>>
>>
>>
>>
>>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>

-- 
 *Thanks & Regards,*



  Robin C

 Linux System Administrator

Web : www.refined.co.in

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
Vazhuthacaud, Thiruvananthapuram,
Kerala - 695014






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
Dear team,

Is it possible to install kannel with MySQL DB support to send SMS in
Ubuntu 22.04 from the source code?  Otherwise please tell me which version
of Ubuntu I should use. and which version of kannel should I use?

I also installed using apt command. But I can only start kannel there. how
can I start smsbox and sqlbox if I install using apt. and how can I run
different SMSCs if I use apt installation?

Please advise. Looking forward to hearing from you.

-- 
 *Thanks & Regards,*



  Robin C

 Linux System Administrator

Web : www.refined.co.in

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
Vazhuthacaud, Thiruvananthapuram,
Kerala - 695014






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: sqlbox installation issue

2020-02-24 Thread Robin C
Yes I have decompressed using tar -zxf

On Mon, Feb 24, 2020, 2:56 PM Rene Kluwen  wrote:

> Did you try to unzip with:
>
>
>
> tar -z -xvf (name-of-file.tar.gz)
>
>
>
> Otherwise download anew or with svn.
>
>
>
> == Rene
>
>
>
> *Van:* Robin C 
> *Verzonden:* maandag 24 februari 2020 06:27
> *Aan:* Rene Kluwen 
> *CC:* users 
> *Onderwerp:* Re: sqlbox installation issue
>
>
>
> I have tried to install 1.4.5 . But it is not working. When I try to
> decompress the file it is showing that it is not a tar.gz file. or its not
> a zip file.
>
>
>
> On Wed, Feb 19, 2020 at 3:29 PM Rene Kluwen  wrote:
>
> I think you will need a newer version of Kannel in order to install that
> version of sqlbox.
>
>
>
> == Rene
>
>
>
> *Van:* users  *Namens *Robin C
> *Verzonden:* woensdag 19 februari 2020 10:03
> *Aan:* users 
> *Onderwerp:* sqlbox installation issue
>
>
>
> Hi all,
>
>
>
> I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3.
> when i try to make sqlbox i am getting the following error.
>
>
>
> sqlbox_mysql.c: In function ‘mysql_fetch_msg’:
> sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’
> msg->sms.meta_data  = octstr_null_create(row[26]);
> ^
> sqlbox_mysql.c: In function ‘mysql_fetch_msg_list’:
> sqlbox_mysql.c:214:25: error: ‘struct sms’ has no member named ‘meta_data’
> msg->sms.meta_data  = octstr_null_create(row[26]);
> ^
> sqlbox_mysql.c: In function ‘mysql_save_msg’:
> sqlbox_mysql.c:268:74: error: ‘struct sms’ has no member named ‘meta_data’
> st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
> st_str(msg->sms.meta_data), st_num(msg->sms.priority),
> st_str(msg->sms.foreign_id));
>  ^
> sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
> #define st_str(x) (stuffer[stuffcount++] =
> get_string_value_or_return_null(x))
>
>  ^
> sqlbox_mysql.c: In function ‘mysql_save_list’:
> sqlbox_mysql.c:299:82: error: ‘struct sms’ has no member named ‘meta_data’
> st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
> st_str(msg->sms.meta_data), st_num(msg->sms.priority),
> st_str(msg->sms.foreign_id));
>
>^
> sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
> #define st_str(x) (stuffer[stuffcount++] =
> get_string_value_or_return_null(x))
>
>
>
> *[image: Afbeelding verwijderd door afzender.]*
>
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>
>
>
>
> --
>
>  *Thanks & Regards,*
>
>
>
>   *Robin C*
>
> * Linux System Administrator*
>
>
>
> Web : www.refined.co.in
>
>
>
> Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil
> Road, Vazhuthacaud, Thiruvananthapuram, Kerala - 695014
>
>
>
>
>
> *[image: Afbeelding verwijderd door afzender.]*
>
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


Re: sqlbox installation issue

2020-02-23 Thread Robin C
I have tried to install 1.4.5 . But it is not working. When I try to
decompress the file it is showing that it is not a tar.gz file. or its not
a zip file.

On Wed, Feb 19, 2020 at 3:29 PM Rene Kluwen  wrote:

> I think you will need a newer version of Kannel in order to install that
> version of sqlbox.
>
>
>
> == Rene
>
>
>
> *Van:* users  *Namens *Robin C
> *Verzonden:* woensdag 19 februari 2020 10:03
> *Aan:* users 
> *Onderwerp:* sqlbox installation issue
>
>
>
> Hi all,
>
>
>
> I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3.
> when i try to make sqlbox i am getting the following error.
>
>
>
> sqlbox_mysql.c: In function ‘mysql_fetch_msg’:
> sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’
> msg->sms.meta_data  = octstr_null_create(row[26]);
> ^
> sqlbox_mysql.c: In function ‘mysql_fetch_msg_list’:
> sqlbox_mysql.c:214:25: error: ‘struct sms’ has no member named ‘meta_data’
> msg->sms.meta_data  = octstr_null_create(row[26]);
> ^
> sqlbox_mysql.c: In function ‘mysql_save_msg’:
> sqlbox_mysql.c:268:74: error: ‘struct sms’ has no member named ‘meta_data’
> st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
> st_str(msg->sms.meta_data), st_num(msg->sms.priority),
> st_str(msg->sms.foreign_id));
>  ^
> sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
> #define st_str(x) (stuffer[stuffcount++] =
> get_string_value_or_return_null(x))
>
>  ^
> sqlbox_mysql.c: In function ‘mysql_save_list’:
> sqlbox_mysql.c:299:82: error: ‘struct sms’ has no member named ‘meta_data’
> st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
> st_str(msg->sms.meta_data), st_num(msg->sms.priority),
> st_str(msg->sms.foreign_id));
>
>^
> sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
> #define st_str(x) (stuffer[stuffcount++] =
> get_string_value_or_return_null(x))
>
>
>
> *[image: Afbeelding verwijderd door afzender.]*
>
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


-- 
 *Thanks & Regards,*



  Robin C

 Linux System Administrator

Web : www.refined.co.in

Address : TC 15/1945-3, Kamala Towers, Ganapathy Kovil Road,
Vazhuthacaud, Thiruvananthapuram,
Kerala - 695014






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


sqlbox installation issue

2020-02-19 Thread Robin C
Hi all,

I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3.
when i try to make sqlbox i am getting the following error.

sqlbox_mysql.c: In function ‘mysql_fetch_msg’:
sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’
msg->sms.meta_data  = octstr_null_create(row[26]);
^
sqlbox_mysql.c: In function ‘mysql_fetch_msg_list’:
sqlbox_mysql.c:214:25: error: ‘struct sms’ has no member named ‘meta_data’
msg->sms.meta_data  = octstr_null_create(row[26]);
^
sqlbox_mysql.c: In function ‘mysql_save_msg’:
sqlbox_mysql.c:268:74: error: ‘struct sms’ has no member named ‘meta_data’
st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
st_str(msg->sms.meta_data), st_num(msg->sms.priority),
st_str(msg->sms.foreign_id));
 ^
sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
#define st_str(x) (stuffer[stuffcount++] =
get_string_value_or_return_null(x))
   ^
sqlbox_mysql.c: In function ‘mysql_save_list’:
sqlbox_mysql.c:299:82: error: ‘struct sms’ has no member named ‘meta_data’
st_str(msg->sms.boxc_id), st_str(msg->sms.binfo),
st_str(msg->sms.meta_data), st_num(msg->sms.priority),
st_str(msg->sms.foreign_id));

 ^
sqlbox_mysql.c:254:76: note: in definition of macro ‘st_str’
#define st_str(x) (stuffer[stuffcount++] =
get_string_value_or_return_null(x))





Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Need an Assistance in my Kannel Config

2020-02-17 Thread Robin C
Hi,

The same is happening to me also. Sometimes I am not receiving the DLR of
delivered messages also. If i sent 1000  messages i might get 900 DLRs.
What might be the reason.

On Mon, Feb 17, 2020 at 3:57 PM Tolga Ulas  wrote:

> Also check your smpp logs (raise it to debug level in your config) and
> check if kannel can successfully create outgoing dlr records and can
> match them with incoming dlrs during transactions. If all goes well
> you will see no warning or error for all messages
>
> > - Maybe you have messages that are pending and they have different
> status. - Try with a simple mask (3) and then set a short expiration of the
> messages that you are going to test. Have one test phones on, one that you
> will turn on before expiration and a third one that you don’t turn-on
> before the expiration. Record all the dlrs that the SMSC will send and try
> to figure out the logic. Increase the dlr-mask and check the other
> scenarios - check with the SMSC operator if they send back an SLR if the
> message is expired or deleted from the SMSC DB for whatever reason.
> Regards, Davor
>
>

-- 
 *Thanks & Regards,*








Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


DLR Pending

2020-02-03 Thread Robin C
Dear Team,

Our operator is saying that all the delivery reports are updated. But at
our end, some delivery reports are pending. What will be the reason for
that and is that the issue of the operator or ourselves? If it is our issue
how can we rectify that?
-- 

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


TLV Parameters

2019-11-21 Thread Robin C
Hi all,

How to add and where to add TLV parameters in Kannel ?
-- 
 *Thanks & Regards,*



  Robin C








Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: SMPP

2019-10-01 Thread Robin C
Hi Davor,

I couldn't see anything in that site.

On Tue, Oct 1, 2019 at 4:40 PM Davor Spasoski  wrote:

> Tolj.org
>
>
>
> Davor
>
> *From:* users  *On Behalf Of *Robin C
> *Sent:* Tuesday, October 1, 2019 12:33 PM
> *To:* users@kannel.org
> *Subject:* SMPP
>
>
>
> Hi ,
>
>
>
> Anybody providing SMPP software on a commercial basis?
>
> --
>
> Disclaimer: A1 Makedonija DOOEL Skopje
> This e-mail (including any attachments) is confidential and may be
> protected by legal privilege. If you are not the intended recipient, you
> should not copy it, re-transmit it, use it or disclose its contents, but
> should return it to the sender immediately and delete your copy from your
> system. Any unauthorized use or dissemination of this message in whole or
> in part is strictly prohibited. Please note that e-mails are susceptible to
> change. A1 Makedonija DOOEL Skopje shall not be liable for the improper or
> incomplete transmission of the information contained in this communication
> nor for any delay in its receipt or damage to your system.
> Please, do not print this e-mail unless it is necessary! Think about
> saving the environment!
>
> Напомена: А1 Македонија ДООЕЛ Скопје
> Оваа електронска порака (вклучувајќи ги и прилозите) е доверлива и може да
> биде заштитена со правни привилегии. Доколку не сте лицето на кое таа му е
> наменета пораката, не треба да ја копирате, дистрибуирате или да ја
> откривате нејзината содржина, туку веднаш да ја препратите до испраќачот и
> да ја избришете оригиналната порака и сите нејзини копии од Вашиот
> компјутерски систем. Секое неовластено користење на оваа порака во целост
> или делови од истата е строго забрането. Ве молиме да забележите дека
> електронските пораки се подложни на промени. А1 Македонија ДООЕЛ Скопје не
> презема одговорност за несоодветно или нецелосно пренесување на
> информациите содржани во оваа комуникација, ниту пак за било какво
> задоцнување на приемот или оштетувања на вашиот систем.
> Ве молиме не ја печатете оваа порака освен ако не е неопходно! Зачувајте
> ја природата!
>


SMPP

2019-10-01 Thread Robin C
Hi ,

Anybody providing SMPP software on a commercial basis?


0x58 | Throttling error

2019-09-23 Thread Robin C
Dear team we are getting error 0x58 . What is the reason for this error and
how can i rectify this?

-- 
 *Thanks & Regards,*



  Robin C






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Messages with more than 160 Characters

2018-10-25 Thread Robin C
Can I do it using PHP?

On Thu, Oct 25, 2018 at 8:37 PM Alvaro Cornejo 
wrote:

> Hi Robin
>
> You should do it before sending the message to kannel.
>
> Test the message length and if it is more than 160 chars do the split as
> per the links sent below and then send each part to kannel. If the message
> is less than 160 chars, just proceed as usual.
>
> Regards,
>
> Alvaro
>
>
> |-|
> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> celular y Nextel
> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS
> y GPRS online
>   Visitenos en www.perusms.com
>
>
> Le jeu. 25 oct. 2018 à 00:52, Robin C  a écrit :
>
>> Hi Alvaro  Cornejo,
>>
>> Thank you for the reply. I am using Kannel and Ksmpp (SMPP) with
>> php coding for sending the message. Where can  I implement the above-said
>> things? How can I execute that? Can you please help me.
>>
>> On Wed, Oct 24, 2018 at 6:53 PM Alvaro Cornejo 
>> wrote:
>>
>>> Hi
>>>
>>> You need to do it "manually" at your app level and before submit it to
>>> smsbox.
>>>
>>> check this links:
>>>
>>>
>>> https://help.nexmo.com/hc/en-us/articles/204015653-Sending-Concatenated-Messages-via-SMPP
>>> https://www.activexperts.com/sms-component/sms/multipart/
>>>
>>> Regards,
>>>
>>> Alvaro
>>>
>>>
>>>
>>> |-----|
>>> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
>>> celular y Nextel
>>> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
>>> SMS y GPRS online
>>>   Visitenos en www.perusms.com
>>>
>>>
>>> Le mer. 24 oct. 2018 à 03:56, Robin C  a écrit :
>>>
>>>> Hi All,
>>>>
>>>> Any Idea???
>>>>
>>>> On Wed, Oct 24, 2018 at 12:14 AM Robin C  wrote:
>>>>
>>>>> Hi,
>>>>> How can I add  udh headers and submitted to kannel as single part sms?
>>>>>
>>>>> On Tue, Oct 23, 2018 at 10:46 PM Vangelis Typaldos 
>>>>> wrote:
>>>>>
>>>>>> If the sms is splitted in an external app, so you add the proper udh
>>>>>> headers and submitted to kannel as single part sms and you request 
>>>>>> delivery
>>>>>> report for each of them you will receive both dlrs.
>>>>>>
>>>>>> If you send to kannel the long sms via sendsms, kannel will perform
>>>>>> the required splitting properly but will request for dlr only for the 
>>>>>> first
>>>>>> part. At least this occurs for kannel v.1.5.0. Not sure for the latest
>>>>>> releases 1.4.x
>>>>>>
>>>>>> Kind Regards,
>>>>>>
>>>>>>
>>>>>> Sent from my BlackBerry 10 smartphone.
>>>>>> *From: *Robin C
>>>>>> *Sent: *Τρίτη, 23 Οκτωβρίου 2018 - 13:41
>>>>>> *To: *users@kannel.org
>>>>>> *Subject: *Messages with more than 160 Characters
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I am having trouble in fetching the DLR report of messages with more
>>>>>> than 160 characters. More than 160 character messages having two message
>>>>>> IDs. But the DLR report comes for only one message ID. How is it possible
>>>>>> to map the DLR for both the messages? Or is it possible to send more than
>>>>>> 160 character messages with a single message ID?
>>>>>>
>>>>>>
>>>>>> --
>>>>>>  *Thanks & Regards,*
>>>>>>
>>>>>>
>>>>>>
>>>>>>   Robin
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Disclaimer:  This message contains confidential information and is
>>>>>> intended only for the individual named.  If you are not the named 
>>>>>> addressee
>>>>>> you should not disseminate, distribute or copy this e-mail.  Please 
>>>>>> notify
>&

Re: Messages with more than 160 Characters

2018-10-24 Thread Robin C
Hi All,

Any Idea???

On Wed, Oct 24, 2018 at 12:14 AM Robin C  wrote:

> Hi,
> How can I add  udh headers and submitted to kannel as single part sms?
>
> On Tue, Oct 23, 2018 at 10:46 PM Vangelis Typaldos 
> wrote:
>
>> If the sms is splitted in an external app, so you add the proper udh
>> headers and submitted to kannel as single part sms and you request delivery
>> report for each of them you will receive both dlrs.
>>
>> If you send to kannel the long sms via sendsms, kannel will perform the
>> required splitting properly but will request for dlr only for the first
>> part. At least this occurs for kannel v.1.5.0. Not sure for the latest
>> releases 1.4.x
>>
>> Kind Regards,
>>
>>
>> Sent from my BlackBerry 10 smartphone.
>> *From: *Robin C
>> *Sent: *Τρίτη, 23 Οκτωβρίου 2018 - 13:41
>> *To: *users@kannel.org
>> *Subject: *Messages with more than 160 Characters
>>
>> Hi,
>>
>> I am having trouble in fetching the DLR report of messages with more than
>> 160 characters. More than 160 character messages having two message IDs.
>> But the DLR report comes for only one message ID. How is it possible to map
>> the DLR for both the messages? Or is it possible to send more than 160
>> character messages with a single message ID?
>>
>>
>> --
>>  *Thanks & Regards,*
>>
>>
>>
>>   Robin
>>
>>
>>
>>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>
> --
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


-- 





Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Messages with more than 160 Characters

2018-10-23 Thread Robin C
Hi,
How can I add  udh headers and submitted to kannel as single part sms?

On Tue, Oct 23, 2018 at 10:46 PM Vangelis Typaldos 
wrote:

> If the sms is splitted in an external app, so you add the proper udh
> headers and submitted to kannel as single part sms and you request delivery
> report for each of them you will receive both dlrs.
>
> If you send to kannel the long sms via sendsms, kannel will perform the
> required splitting properly but will request for dlr only for the first
> part. At least this occurs for kannel v.1.5.0. Not sure for the latest
> releases 1.4.x
>
> Kind Regards,
>
>
> Sent from my BlackBerry 10 smartphone.
> *From: *Robin C
> *Sent: *Τρίτη, 23 Οκτωβρίου 2018 - 13:41
> *To: *users@kannel.org
> *Subject: *Messages with more than 160 Characters
>
> Hi,
>
> I am having trouble in fetching the DLR report of messages with more than
> 160 characters. More than 160 character messages having two message IDs.
> But the DLR report comes for only one message ID. How is it possible to map
> the DLR for both the messages? Or is it possible to send more than 160
> character messages with a single message ID?
>
>
> --
>  *Thanks & Regards,*
>
>
>
>   Robin
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>


-- 





Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Messages with more than 160 Characters

2018-10-23 Thread Robin C
Hi,

I am having trouble in fetching the DLR report of messages with more than
160 characters. More than 160 character messages having two message IDs.
But the DLR report comes for only one message ID. How is it possible to map
the DLR for both the messages? Or is it possible to send more than 160
character messages with a single message ID?


-- 
 *Thanks & Regards,*



  Robin





Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Delivery Reports for more than 160 characters

2018-06-12 Thread Robin C
Dear Team,

Is there are two delivery reports for messages with more than 160
characters long?

-- 





Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


ERROR: Could not charset process message, dropping it!

2018-04-13 Thread Robin C
Dear Users,

Some unicode messages got stuck in the database. When I check the log we
are getting the below error. Can anybody help to solve this issue?

2018-03-21 14:58:30 [15723] [1] WARNING: octstr_url_decode: garbage
detected (%a%) skipping.
2018-03-21 14:58:30 [15723] [1] ERROR: Could not charset process message,
dropping it!



-- 
 *Thanks & Regards,*






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Fake SMSC

2018-01-30 Thread Robin C
Dear All,

How can I use fake smsc to test my kannel performance and tps?

-- 




Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Kannel Version

2018-01-29 Thread Robin C
Dear Users,

Which kannel version is best for bulk volume push? Having problem with tps
in Kannel bearerbox version `1.4.4'.

-- 




Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


sqlbox installation

2018-01-23 Thread Robin C
Hi users,

How can I install sqlbox in kannel.?
-- 






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Unlimited TPS

2018-01-18 Thread Robin C
How to set unlimited tps in configuration?





Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


octstr_url_decode: corrupted end-of-string <%>

2018-01-15 Thread Robin C
Dear Users,

I am getting a log in my file like octstr_url_decode: corrupted
end-of-string <%>. What does this mean?

 Thanks in advance

te, distribute or copy this e-mail.  Please notify the sender immediately
by e-mail if you have received this e-mail by mistake and delete this
e-mail from your system.  E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses.  The sender
therefore does not accept liability for any errors or omissions in the
contents of this message, which arise as a result of e-mail
transmission.  If verification is required please request a hard-copy
version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Send Table To Sent Table

2017-12-14 Thread Robin C
Dear Friends,,

I want to know how the messages are going from Send table to Sent table in
sqlbox?
I mean from *sql-log-table = sent_ab To*
*sql-insert-table = send_ab*
-- 


Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Queue in Store

2017-12-13 Thread Robin C
Ok... Please find the details below.:
Kannel bearerbox version `1.4.4'. Build `Feb 10 2017 19:38:03', compiler
`4.4.7 20120313 (Red Hat 4.4.7-17)'. System Linux, release
2.6.32-696.1.1.el6.x86_64, version #1 SMP Tue Apr 11 17:13:24 UTC 2017,
machine x86_64. Hostname CentOS-67-64-minimal, .Libxml version 2.7.6. Using
OpenSSL 1.0.1e-fips 11 Feb 2013. Compiled with MySQL 5.7.17, using MySQL
5.7.18. Using native malloc.



On Wed, Dec 13, 2017 at 4:28 PM, info.ubichip <info.ubic...@free.fr> wrote:

> Hello,
>
>
>
> In order to give a chance to the community to answer you, please provide
> at least a description of what you are using (kannel versio, opensmppbox,
> databse...etc).
>
>
>
> Regards
>
>
>
>
>
> *De :* users [mailto:users-boun...@kannel.org] *De la part de* Robin C
> *Envoyé :* mercredi 13 décembre 2017 06:38
> *À :* users@kannel.org
> *Objet :* Queue in Store
>
>
>
>
> Dear Team,
>
>
>
> When we send large volume of sms the queue is building up in the store.
> And it process very slowly. Only getting 16 tps. Can anyone help me to
> solve this issue.?
>
> --
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>



-- 




Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Queue in Store

2017-12-12 Thread Robin C
Dear Team,

When we send large volume of sms the queue is building up in the store. And
it process very slowly. Only getting 16 tps. Can anyone help me to solve
this issue.?
-- 


Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


RE: HUGE DRL QUEUE MYSQL STORAGE

2017-07-08 Thread robin c
I don't think you can set auto removal.. You have to do it manually It is 
better to clear it for fast dlr receival

-Original Message-
From: "christopher kamutumwa" <chriskamutu...@gmail.com>
Sent: ‎08-‎07-‎2017 12:35
To: "robin c" <ro...@zincron.co.in>
Cc: "users" <users@kannel.org>
Subject: Re: HUGE DRL QUEUE MYSQL STORAGE

thanks for your response.I would like to know what effects this might have when 
the DB is that big? and does it mean that its failing to match dlrs from 
operator. is their a validity period i can put in kannel configuration so that 
it auto removes sort of a validation period

chris



On Sat, Jul 8, 2017 at 6:32 AM, robin c <ro...@zincron.co.in> wrote:

That dlrs are being stored in ur MySQL.. In ur configuration u might have given 
a table in sms_dlr data table. When we send a message there will be an entry in 
that table... It will get updated only when we receive d dlr of that message 
from the operator. Otherwise it will be on that queue only. You can clear that 
queue by deleting the entry from that table.


From: christopher kamutumwa
Sent: ‎08-‎07-‎2017 06:38
To: users
Subject: HUGE DRL QUEUE MYSQL STORAGE


Hello Team


I have  DLRs being queued which seems to be big as below status in Kannel; My 
query is what causes this? and how can i resolve queue issue? any assistance 
would be of great help

DLR: received 41, sent 0
DLR: inbound (0.01,0.00,0.01) msg/sec, outbound (0.00,0.00,0.00) msg/sec
DLR: 753643 queued, using mysql storage



Regards,


Chris

RE: HUGE DRL QUEUE MYSQL STORAGE

2017-07-07 Thread robin c
That dlrs are being stored in ur MySQL.. In ur configuration u might have given 
a table in sms_dlr data table. When we send a message there will be an entry in 
that table... It will get updated only when we receive d dlr of that message 
from the operator. Otherwise it will be on that queue only. You can clear that 
queue by deleting the entry from that table.

-Original Message-
From: "christopher kamutumwa" 
Sent: ‎08-‎07-‎2017 06:38
To: "users" 
Subject: HUGE DRL QUEUE MYSQL STORAGE

Hello Team


I have  DLRs being queued which seems to be big as below status in Kannel; My 
query is what causes this? and how can i resolve queue issue? any assistance 
would be of great help

DLR: received 41, sent 0
DLR: inbound (0.01,0.00,0.01) msg/sec, outbound (0.00,0.00,0.00) msg/sec
DLR: 753643 queued, using mysql storage



Regards,


Chris

Re: Re[2]: Some messages are not processed from send table

2017-06-22 Thread Robin C
Unicode messages are coming as encoded messages.

On Fri, Jun 23, 2017 at 11:10 AM, Rene Kluwen <rene.klu...@chimit.nl> wrote:

> Are you urlencoding the msgdata field?
>
> -- Origineel bericht --
> Van: "Robin C" <ro...@zincron.co.in>
> Aan: "info.ubichip" <info.ubic...@free.fr>
> Cc: "kannel users@kannel.org" <users@kannel.org>
> Verzonden: 19-6-2017 12:09:17
> Onderwerp: Re: Some messages are not processed from send table
>
> i am using sqlbox version 5.7 . But I don't have issue in sqlbox 5.1 . Is
> that the issue?
>
> On Mon, Jun 19, 2017 at 3:37 PM, Robin C <ro...@zincron.co.in> wrote:
>
>> Yes. we are using sqlbox.
>>
>> On Mon, Jun 19, 2017 at 2:31 PM, info.ubichip <info.ubic...@free.fr>
>> wrote:
>>
>>> Hello,
>>>
>>>
>>>
>>> please provide us example.
>>>
>>>
>>>
>>> are you using sqlbox ?
>>>
>>>
>>>
>>> BR
>>>
>>>
>>>
>>> *De :* users [mailto:users-boun...@kannel.org] *De la part de* Robin C
>>> *Envoyé :* lundi 19 juin 2017 08:54
>>> *À :* kannel users@kannel.org
>>> *Objet :* Some messages are not processed from send table
>>>
>>>
>>>
>>> Dear Users,
>>>
>>> Some messages are not processed from send table.Especially unicode
>>> messages.So every messages getting queued on send table.After I clear that
>>> unicode messages;other messages get delivered.What might be the issue.???
>>>
>>>
>>>
>>> --
>>>
>>>
>>>
>>>  *  Thanks & Regards,*
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Disclaimer:  This message contains confidential information and is
>>> intended only for the individual named.  If you are not the named addressee
>>> you should not disseminate, distribute or copy this e-mail.  Please notify
>>> the sender immediately by e-mail if you have received this e-mail by
>>> mistake and delete this e-mail from your system.  E-mail transmission
>>> cannot be guaranteed to be secure or error-free as information could be
>>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>>> contain viruses.  The sender therefore does not accept liability for any
>>> errors or omissions in the contents of this message, which arise as a
>>> result of e-mail transmission.  If verification is required please request
>>> a hard-copy version.
>>>
>>> *7* Switch off as you go |*q *Recycle always | P Print only if
>>> absolutely necessary
>>>
>>
>>
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>
>
> --
>
>*Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
&g

Fwd: Could not open bearerbox

2017-06-19 Thread Robin C
-- Forwarded message --
From: Robin C <ro...@zincron.co.in>
Date: Fri, Jun 16, 2017 at 10:49 AM
Subject: Re: Could not open bearerbox
To: Stipe Tolj <st...@kannel.org>


Hi,

Have you checked it? Any updates>??

On Wed, Jun 14, 2017 at 11:39 AM, Robin C <ro...@zincron.co.in> wrote:

> Hi,
>
> Thank you for the reply. Please find the output of the command 'addr2line
> -e bearerbox 0x49e5a7 0x4640a0 0x467375 0x48f269' below:
>
> /root/gateway-1.4.4/gwlib/octstr.c:2373
> /root/gateway-1.4.4/gw/smsc/smsc_smpp.c:854
> /root/gateway-1.4.4/gw/smsc/smsc_smpp.c:1655
> /root/gateway-1.4.4/gwlib/gwthread-pthread.c:820
>
> On Fri, Jun 9, 2017 at 9:15 PM, Stipe Tolj <st...@kannel.org> wrote:
>
>> Am 07.06.2017 09:59, schrieb Robin C:
>>
>>> Hi,
>>>
>>> I couldn't start the bearerbox. Please check the logs below:
>>>
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG: SMPP PDU 0x7f467a10 dump:
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   type_name: bind_transceiver
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   command_id: 9 = 0x0009
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   command_status: 0 = 0x
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   sequence_number: 1 = 0x0001
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   system_id: "usera"
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   password: "pwd"
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   system_type: "smpp11"
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   interface_version: 52 =
>>> 0x0034
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   addr_ton: 0 = 0x
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   addr_npi: 0 = 0x
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   address_range: NULL
>>> 2017-06-07 13:13:38 [18942] [9] DEBUG: SMPP PDU dump ends.
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: Got PDU:
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP PDU 0x7f467c000a10 dump:
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   type_name: bind_transceiver_resp
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   command_id: 2147483657 =
>>> 0x8009
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   command_status: 0 = 0x
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   sequence_number: 1 = 0x0001
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   system_id: NULL
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP PDU dump ends.
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: throughput
>>> (0.00,0.00)
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: gwlist_len = 4
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
>>> (0x13c6150 vs 0x13c6150)
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
>>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: throughput
>>> (0.00,0.00)
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
>>> (0x13c9fb0 vs 0x13c9fb0)
>>> *2017-06-07 13:13:38 [18942] [8] PANIC: gwlib/octstr.c:2549:
>>> seems_valid_real: Assertion `ostr != NULL' failed. (Called from
>>> gwlib/octstr.c:956:octstr_ncompare.)*
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
>>> (0x13c9ba0 vs 0x13c9ba0)
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
>>> (0x13c4e80 vs 0x13c4e80)
>>> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(gw_backtrace+0xae)
>>> [0x4986fe]
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(gw_panic+0x159)
>>> [0x498869]
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x499aa2]
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(octstr_ncompare+0x47)
>>> [0x49e5a7]
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x4640a0]
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x467375]
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x48f269]
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: /lib64/libpthread.so.0(+0x7aa1)
>>> [0x7f4698acbaa1]
>>> 2017-06-07 13:13:38 [18942] [8] PANIC: /lib64/libc.so.6(clone+0x6d)
>>> [0x7f4697c94aad]
>>>
>>
>>
>> Hi,
>>
>> please provide the function location backtrace via output of:
>>
>>   $ addr2line -e bearer

Re: Some messages are not processed from send table

2017-06-19 Thread Robin C
i am using sqlbox version 5.7 . But I don't have issue in sqlbox 5.1 . Is
that the issue?

On Mon, Jun 19, 2017 at 3:37 PM, Robin C <ro...@zincron.co.in> wrote:

> Yes. we are using sqlbox.
>
> On Mon, Jun 19, 2017 at 2:31 PM, info.ubichip <info.ubic...@free.fr>
> wrote:
>
>> Hello,
>>
>>
>>
>> please provide us example.
>>
>>
>>
>> are you using sqlbox ?
>>
>>
>>
>> BR
>>
>>
>>
>> *De :* users [mailto:users-boun...@kannel.org] *De la part de* Robin C
>> *Envoyé :* lundi 19 juin 2017 08:54
>> *À :* kannel users@kannel.org
>> *Objet :* Some messages are not processed from send table
>>
>>
>>
>> Dear Users,
>>
>> Some messages are not processed from send table.Especially unicode
>> messages.So every messages getting queued on send table.After I clear that
>> unicode messages;other messages get delivered.What might be the issue.???
>>
>>
>>
>> --
>>
>>
>>
>>  *  Thanks & Regards,*
>>
>>
>>
>>
>>
>>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>
>
> --
>
>*Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
>
>
> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
> Development, Web & Graphic Designing.*
>
>
> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>
> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>
> *Elankam Nagar , Thycaud, *
>
> *Thiruvananthapuram - 695014, , Kerala, India*
>
>
> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
> zincron-ticketing.com
>
>
> Connect with us @ Facebook
> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>  | LinkedIn
> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>



-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named add

Re: Some messages are not processed from send table

2017-06-19 Thread Robin C
Yes. we are using sqlbox.

On Mon, Jun 19, 2017 at 2:31 PM, info.ubichip <info.ubic...@free.fr> wrote:

> Hello,
>
>
>
> please provide us example.
>
>
>
> are you using sqlbox ?
>
>
>
> BR
>
>
>
> *De :* users [mailto:users-boun...@kannel.org] *De la part de* Robin C
> *Envoyé :* lundi 19 juin 2017 08:54
> *À :* kannel users@kannel.org
> *Objet :* Some messages are not processed from send table
>
>
>
> Dear Users,
>
> Some messages are not processed from send table.Especially unicode
> messages.So every messages getting queued on send table.After I clear that
> unicode messages;other messages get delivered.What might be the issue.???
>
>
>
> --
>
>
>
>  *  Thanks & Regards,*
>
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>



-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Some messages are not processed from send table

2017-06-19 Thread Robin C
Dear Users,
Some messages are not processed from send table.Especially unicode
messages.So every messages getting queued on send table.After I clear that
unicode messages;other messages get delivered.What might be the issue.???

-- 

   *Thanks & Regards,*





Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Could not open bearerbox

2017-06-14 Thread Robin C
Hi,

Thank you for the reply. Please find the output of the command 'addr2line
-e bearerbox 0x49e5a7 0x4640a0 0x467375 0x48f269' below:

/root/gateway-1.4.4/gwlib/octstr.c:2373
/root/gateway-1.4.4/gw/smsc/smsc_smpp.c:854
/root/gateway-1.4.4/gw/smsc/smsc_smpp.c:1655
/root/gateway-1.4.4/gwlib/gwthread-pthread.c:820

On Fri, Jun 9, 2017 at 9:15 PM, Stipe Tolj <st...@kannel.org> wrote:

> Am 07.06.2017 09:59, schrieb Robin C:
>
>> Hi,
>>
>> I couldn't start the bearerbox. Please check the logs below:
>>
>> 2017-06-07 13:13:38 [18942] [9] DEBUG: SMPP PDU 0x7f467a10 dump:
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   type_name: bind_transceiver
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   command_id: 9 = 0x0009
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   command_status: 0 = 0x
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   sequence_number: 1 = 0x0001
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   system_id: "usera"
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   password: "pwd"
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   system_type: "smpp11"
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   interface_version: 52 =
>> 0x0034
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   addr_ton: 0 = 0x
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   addr_npi: 0 = 0x
>> 2017-06-07 13:13:38 [18942] [9] DEBUG:   address_range: NULL
>> 2017-06-07 13:13:38 [18942] [9] DEBUG: SMPP PDU dump ends.
>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: Got PDU:
>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP PDU 0x7f467c000a10 dump:
>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   type_name: bind_transceiver_resp
>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   command_id: 2147483657 =
>> 0x8009
>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   command_status: 0 = 0x
>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   sequence_number: 1 = 0x0001
>> 2017-06-07 13:13:38 [18942] [8] DEBUG:   system_id: NULL
>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP PDU dump ends.
>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: throughput
>> (0.00,0.00)
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: gwlist_len = 4
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
>> (0x13c6150 vs 0x13c6150)
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
>> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: throughput
>> (0.00,0.00)
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
>> (0x13c9fb0 vs 0x13c9fb0)
>> *2017-06-07 13:13:38 [18942] [8] PANIC: gwlib/octstr.c:2549:
>> seems_valid_real: Assertion `ostr != NULL' failed. (Called from
>> gwlib/octstr.c:956:octstr_ncompare.)*
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
>> (0x13c9ba0 vs 0x13c9ba0)
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
>> (0x13c4e80 vs 0x13c4e80)
>> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(gw_backtrace+0xae)
>> [0x4986fe]
>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(gw_panic+0x159)
>> [0x498869]
>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x499aa2]
>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(octstr_ncompare+0x47)
>> [0x49e5a7]
>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x4640a0]
>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x467375]
>> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x48f269]
>> 2017-06-07 13:13:38 [18942] [8] PANIC: /lib64/libpthread.so.0(+0x7aa1)
>> [0x7f4698acbaa1]
>> 2017-06-07 13:13:38 [18942] [8] PANIC: /lib64/libc.so.6(clone+0x6d)
>> [0x7f4697c94aad]
>>
>
>
> Hi,
>
> please provide the function location backtrace via output of:
>
>   $ addr2line -e bearerbox 0x49e5a7 0x4640a0 0x467375 0x48f269
>
> this will show us at what code locations the callstack is traversed.
>
> --
> Best Regards,
> Stipe Tolj
>
> ---
> Düsseldorf, NRW, Germany
>
> Kannel Foundation tolj.org system architecture
> http://www.kannel.org/http://www.tolj.org/
>
> stolj at kannel.org   st at tolj.org
> ---
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Ca

Re: Could not open bearerbox

2017-06-08 Thread Robin C
Hi,

Anybody please help... Couldnt start bearerbox... the following error
comes. It gets ok after i change the store file .. But crashes after
sometime...

2017-06-08 11:31:06 [981] [9] PANIC: gwlib/octstr.c:2549: seems_valid_real:
Assertion `ostr != NULL' failed. (Called from
gwlib/octstr.c:956:octstr_ncompare.)
2017-06-08 11:31:06 [981] [9] PANIC: ./bearerbox(gw_backtrace+0xae)
[0x4986fe]
2017-06-08 11:31:06 [981] [9] PANIC: ./bearerbox(gw_panic+0x159) [0x498869]
2017-06-08 11:31:06 [981] [9] PANIC: ./bearerbox() [0x499aa2]
2017-06-08 11:31:06 [981] [9] PANIC: ./bearerbox(octstr_ncompare+0x47)
[0x49e5a7]
2017-06-08 11:31:06 [981] [9] PANIC: ./bearerbox() [0x4640a0]
2017-06-08 11:31:06 [981] [9] PANIC: ./bearerbox() [0x467375]
2017-06-08 11:31:06 [981] [9] PANIC: ./bearerbox() [0x48f269]
2017-06-08 11:31:06 [981] [9] PANIC: /lib64/libpthread.so.0(+0x7aa1)
[0x7f90b5485aa1]
2017-06-08 11:31:06 [981] [9] PANIC: /lib64/libc.so.6(clone+0x6d)
[0x7f90b464eaad]

On Wed, Jun 7, 2017 at 1:29 PM, Robin C <ro...@zincron.co.in> wrote:

> Hi,
>
> I couldn't start the bearerbox. Please check the logs below:
>
> 2017-06-07 13:13:38 [18942] [9] DEBUG: SMPP PDU 0x7f467a10 dump:
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   type_name: bind_transceiver
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   command_id: 9 = 0x0009
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   command_status: 0 = 0x
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   sequence_number: 1 = 0x0001
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   system_id: "usera"
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   password: "pwd"
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   system_type: "smpp11"
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   interface_version: 52 = 0x0034
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   addr_ton: 0 = 0x
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   addr_npi: 0 = 0x
> 2017-06-07 13:13:38 [18942] [9] DEBUG:   address_range: NULL
> 2017-06-07 13:13:38 [18942] [9] DEBUG: SMPP PDU dump ends.
> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: Got PDU:
> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP PDU 0x7f467c000a10 dump:
> 2017-06-07 13:13:38 [18942] [8] DEBUG:   type_name: bind_transceiver_resp
> 2017-06-07 13:13:38 [18942] [8] DEBUG:   command_id: 2147483657 =
> 0x8009
> 2017-06-07 13:13:38 [18942] [8] DEBUG:   command_status: 0 = 0x
> 2017-06-07 13:13:38 [18942] [8] DEBUG:   sequence_number: 1 = 0x0001
> 2017-06-07 13:13:38 [18942] [8] DEBUG:   system_id: NULL
> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP PDU dump ends.
> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: throughput
> (0.00,0.00)
> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: gwlist_len = 4
> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
> (0x13c6150 vs 0x13c6150)
> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
> 2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: throughput
> (0.00,0.00)
> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
> (0x13c9fb0 vs 0x13c9fb0)
> *2017-06-07 13:13:38 [18942] [8] PANIC: gwlib/octstr.c:2549:
> seems_valid_real: Assertion `ostr != NULL' failed. (Called from
> gwlib/octstr.c:956:octstr_ncompare.)*
> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
> (0x13c9ba0 vs 0x13c9ba0)
> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
> 2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
> (0x13c4e80 vs 0x13c4e80)
> 2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(gw_backtrace+0xae)
> [0x4986fe]
> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(gw_panic+0x159)
> [0x498869]
> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x499aa2]
> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(octstr_ncompare+0x47)
> [0x49e5a7]
> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x4640a0]
> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x467375]
> 2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x48f269]
> 2017-06-07 13:13:38 [18942] [8] PANIC: /lib64/libpthread.so.0(+0x7aa1)
> [0x7f4698acbaa1]
> 2017-06-07 13:13:38 [18942] [8] PANIC: /lib64/libc.so.6(clone+0x6d)
> [0x7f4697c94aad]
>
>
> Anybody Please help
>
> --
>
>*Thanks & Regards,*
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delet

Could not open bearerbox

2017-06-07 Thread Robin C
Hi,

I couldn't start the bearerbox. Please check the logs below:

2017-06-07 13:13:38 [18942] [9] DEBUG: SMPP PDU 0x7f467a10 dump:
2017-06-07 13:13:38 [18942] [9] DEBUG:   type_name: bind_transceiver
2017-06-07 13:13:38 [18942] [9] DEBUG:   command_id: 9 = 0x0009
2017-06-07 13:13:38 [18942] [9] DEBUG:   command_status: 0 = 0x
2017-06-07 13:13:38 [18942] [9] DEBUG:   sequence_number: 1 = 0x0001
2017-06-07 13:13:38 [18942] [9] DEBUG:   system_id: "usera"
2017-06-07 13:13:38 [18942] [9] DEBUG:   password: "pwd"
2017-06-07 13:13:38 [18942] [9] DEBUG:   system_type: "smpp11"
2017-06-07 13:13:38 [18942] [9] DEBUG:   interface_version: 52 = 0x0034
2017-06-07 13:13:38 [18942] [9] DEBUG:   addr_ton: 0 = 0x
2017-06-07 13:13:38 [18942] [9] DEBUG:   addr_npi: 0 = 0x
2017-06-07 13:13:38 [18942] [9] DEBUG:   address_range: NULL
2017-06-07 13:13:38 [18942] [9] DEBUG: SMPP PDU dump ends.
2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: Got PDU:
2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP PDU 0x7f467c000a10 dump:
2017-06-07 13:13:38 [18942] [8] DEBUG:   type_name: bind_transceiver_resp
2017-06-07 13:13:38 [18942] [8] DEBUG:   command_id: 2147483657 = 0x8009
2017-06-07 13:13:38 [18942] [8] DEBUG:   command_status: 0 = 0x
2017-06-07 13:13:38 [18942] [8] DEBUG:   sequence_number: 1 = 0x0001
2017-06-07 13:13:38 [18942] [8] DEBUG:   system_id: NULL
2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP PDU dump ends.
2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: throughput (0.00,0.00)
2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: gwlist_len = 4
2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
(0x13c6150 vs 0x13c6150)
2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
2017-06-07 13:13:38 [18942] [8] DEBUG: SMPP[MTNL_S1]: throughput (0.00,0.00)
2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
(0x13c9fb0 vs 0x13c9fb0)
*2017-06-07 13:13:38 [18942] [8] PANIC: gwlib/octstr.c:2549:
seems_valid_real: Assertion `ostr != NULL' failed. (Called from
gwlib/octstr.c:956:octstr_ncompare.)*
2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
(0x13c9ba0 vs 0x13c9ba0)
2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
2017-06-07 13:13:38 [18942] [10] DEBUG: sms_router: handling message
(0x13c4e80 vs 0x13c4e80)
2017-06-07 13:13:38 [18942] [10] DEBUG: Message routed successfully.
2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(gw_backtrace+0xae)
[0x4986fe]
2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(gw_panic+0x159)
[0x498869]
2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x499aa2]
2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox(octstr_ncompare+0x47)
[0x49e5a7]
2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x4640a0]
2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x467375]
2017-06-07 13:13:38 [18942] [8] PANIC: ./bearerbox() [0x48f269]
2017-06-07 13:13:38 [18942] [8] PANIC: /lib64/libpthread.so.0(+0x7aa1)
[0x7f4698acbaa1]
2017-06-07 13:13:38 [18942] [8] PANIC: /lib64/libc.so.6(clone+0x6d)
[0x7f4697c94aad]


Anybody Please help

-- 

   *Thanks & Regards,*






Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Blocking message to Particular Numbers.

2017-05-22 Thread Robin C
I saw black-list ... but it is not working. How it should be used in config?

On Mon, May 22, 2017 at 3:11 PM, info.ubichip <info.ubic...@free.fr> wrote:

> Hello,
>
>
>
> Please take a look on blacklist feature in the kannel manual.
>
>
>
> BR
>
>
>
> *De :* users [mailto:users-boun...@kannel.org] *De la part de* Robin C
> *Envoyé :* lundi 22 mai 2017 08:39
> *À :* kannel users@kannel.org
> *Objet :* Blocking message to Particular Numbers.
>
>
>
> Dear Users,
>
>
>
> Is it possible to block messages being delivered to particular numbers? If
> so how can I do that. Please help me.
>
>
>
> --
>
>
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>



-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Blocking message to Particular Numbers.

2017-05-22 Thread Robin C
Dear Users,

Is it possible to block messages being delivered to particular numbers? If
so how can I do that. Please help me.

-- 



Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Sender id prefix

2017-04-26 Thread Robin C
I can add prefix in php. But it wont affect my smpp users. I want it to
affect the smpp users also.

On Wed, Apr 26, 2017 at 3:15 PM, Web Services <coinhost...@gmail.com> wrote:

> Hello,
>
> you can add full sender in bearerbox config only prefix is not possible if
> you wish you can do this in your php
>
> thanks
>
> On Wed, Apr 26, 2017 at 3:05 PM, Robin C <ro...@zincron.co.in> wrote:
>
>> Anybody Please reply.. How can I add default  sender ID prefix 
>>
>> On Tue, Apr 25, 2017 at 5:09 PM, Robin C <ro...@zincron.co.in> wrote:
>>
>>> Hi,
>>> How  add sender id prefix in bearerbox configuration?
>>>
>>> --
>>>
>>>*Thanks & Regards,*
>>>
>>>
>>>
>>>   Robin C
>>>
>>>  Linux System Administrator
>>>
>>>
>>>
>>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>>> Development, Web & Graphic Designing.*
>>>
>>>
>>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>>
>>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>>
>>> *Elankam Nagar , Thycaud, *
>>>
>>> *Thiruvananthapuram - 695014, , Kerala, India*
>>>
>>>
>>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>>> zincron-ticketing.com
>>>
>>>
>>> Connect with us @ Facebook
>>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>>  | LinkedIn
>>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>>
>>> Disclaimer:  This message contains confidential information and is
>>> intended only for the individual named.  If you are not the named addressee
>>> you should not disseminate, distribute or copy this e-mail.  Please notify
>>> the sender immediately by e-mail if you have received this e-mail by
>>> mistake and delete this e-mail from your system.  E-mail transmission
>>> cannot be guaranteed to be secure or error-free as information could be
>>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>>> contain viruses.  The sender therefore does not accept liability for any
>>> errors or omissions in the contents of this message, which arise as a
>>> result of e-mail transmission.  If verification is required please request
>>> a hard-copy version.
>>>
>>> *7* Switch off as you go |*q *Recycle always | P Print only if
>>> absolutely necessary
>>>
>>
>>
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>
>> *Elankam Nagar , Thycaud, *
>>
>> *Thiruvananthapuram - 695014, , Kerala, India*
>>
>>
>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>> zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>  | LinkedIn
>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go 

Re: Sender id prefix

2017-04-26 Thread Robin C
Anybody Please reply.. How can I add default  sender ID prefix 

On Tue, Apr 25, 2017 at 5:09 PM, Robin C <ro...@zincron.co.in> wrote:

> Hi,
> How  add sender id prefix in bearerbox configuration?
>
> --
>
>*Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
>
>
> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
> Development, Web & Graphic Designing.*
>
>
> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>
> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>
> *Elankam Nagar , Thycaud, *
>
> *Thiruvananthapuram - 695014, , Kerala, India*
>
>
> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
> zincron-ticketing.com
>
>
> Connect with us @ Facebook
> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>  | LinkedIn
> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>



-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Sender id prefix

2017-04-25 Thread Robin C
Hi,
How  add sender id prefix in bearerbox configuration?

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Messages not inserting in Send Table

2017-02-13 Thread Robin C
Its working now. I didnt know that sent tables in sqlbox configurations
will  be  created automatically.

On Mon, Feb 13, 2017 at 2:23 PM, Rene Kluwen <rene.klu...@chimit.nl> wrote:

> Post your config. Somewhere in there, the solution can be found.
>
> -- Origineel bericht --
> Van: "Robin C" <ro...@zincron.co.in>
> Aan: "kannel users@kannel.org" <users@kannel.org>
> Verzonden: 13-2-2017 6:55:48
> Onderwerp: Messages not inserting in Send Table
>
> Dear Users,
> I have installed and configured kannel to send sms with mysql storage. I
> am able to send message and i received the message in my handset. But there
> is no entry either in Send table nor in Sent table. Can anyone say what
> will be the reason for this? And how can i solve this?
>
> --
>
>*Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
>
>
> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
> Development, Web & Graphic Designing.*
>
>
> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>
> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>
> *Elankam Nagar , Thycaud, *
>
> *Thiruvananthapuram - 695014, , Kerala, India*
>
>
> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
> zincron-ticketing.com
>
>
> Connect with us @ Facebook
> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>  | LinkedIn
> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Messages not inserting in Send Table

2017-02-12 Thread Robin C
Dear Users,
I have installed and configured kannel to send sms with mysql storage. I am
able to send message and i received the message in my handset. But there is
no entry either in Send table nor in Sent table. Can anyone say what will
be the reason for this? And how can i solve this?

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: cant compile kannel with mysql support

2017-02-10 Thread Robin C
Yea.. Its working now. But messages are not coming to sent_sms table. but
it is getting delivered.

On Sat, Feb 11, 2017 at 12:24 AM, Singularnet <singular...@gmail.com> wrote:

> Hi
> Did you install mysql-devel???
>
> Regards
> On Fri, Feb 10, 2017 at 1:12 PM Robin C <ro...@zincron.co.in> wrote:
>
>> Dear Users,
>>
>> I am not able to compile kannel with mysql support. I tried with ./configure
>> --with-mysql  . It was not working ,then i tried with
>> ./configure --with-mysql-dir=... but still it is showing
>> like below:
>>
>> Configuring DB support ...
>> checking whether to compile with MySQL support... disabled
>> checking whether to compile with LibSDB support... disabled
>> checking whether to compile with SQLite2 support... disabled
>> checking whether to compile with SQLite3 support... disabled
>> checking whether to compile with Oracle support... disabled
>> checking whether to compile with PostgresSQL support... disabled
>> checking whether to compile with Redis support... disabled
>> checking whether to compile with FreeTDS Ct-Lib support... disabled
>> ..
>>
>> Anybody please help me to resolve this issue
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>
>> *Elankam Nagar , Thycaud, *
>>
>> *Thiruvananthapuram - 695014, , Kerala, India*
>>
>>
>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>> zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>  | LinkedIn
>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


cant compile kannel with mysql support

2017-02-10 Thread Robin C
Dear Users,

I am not able to compile kannel with mysql support. I tried with ./configure
--with-mysql  . It was not working ,then i tried with
./configure --with-mysql-dir=... but still it is showing
like below:

Configuring DB support ...
checking whether to compile with MySQL support... disabled
checking whether to compile with LibSDB support... disabled
checking whether to compile with SQLite2 support... disabled
checking whether to compile with SQLite3 support... disabled
checking whether to compile with Oracle support... disabled
checking whether to compile with PostgresSQL support... disabled
checking whether to compile with Redis support... disabled
checking whether to compile with FreeTDS Ct-Lib support... disabled
..

Anybody please help me to resolve this issue

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


NACK/

2017-01-19 Thread Robin C
Hi,

There are some messages showing FAILED Send SMS and its report coming as NACK/
. What will be the reason for this error. Any Idea?

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Re[4]: Unicode At back end

2017-01-01 Thread Robin C
HI Kurt,

Its working,.. Thanks a lot :)

On Sun, Jan 1, 2017 at 12:12 PM, Kurt Neo <kneo...@gmail.com> wrote:

> In PHP, like this
>
> 
> $hex = "0A2A0A700A1C0A3E0A2C00200A1A0A410A230A3E0A3500200A590A2C0A30
> 0A3E0A0200200A320A080020005700680061007400730041007000700020
> 0A280A700A2C0A30002D0039003000340031003600380032003000390039
> 002D00200A240A4700200A2E0A480A380A1C00200A150A300A4B";
>
> $bin = pack("H*", $hex);
>
>
> $utf8 = iconv("UTF-16BE", "UTF-8", $bin);
>
>
>
> echo $utf8;
>
>
> echo "\n";
>
>
> On Thu, Dec 29, 2016 at 11:13 AM, Robin C <ro...@zincron.co.in> wrote:
>
>> Hi,
>> we are using kannel in linux platform. We are getting unicode at the back
>> end like the one below:
>>
>> 0A2A0A700A1C0A3E0A2C00200A1A0A410A230A3E0A3500200A590A2C0A30
>> 0A3E0A0200200A320A080020005700680061007400730041007000700020
>> 0A280A700A2C0A30002D0039003000340031003600380032003000390039
>> 002D00200A240A4700200A2E0A480A380A1C00200A150A300A4B.
>>
>> How can i convert it to human readable language?
>>
>> On Wed, Nov 23, 2016 at 4:02 PM, Rene Kluwen <rene.klu...@chimit.nl>
>> wrote:
>>
>>> Depending on the platform you are using for your backend.
>>> But suppose it's php, you can do it with:
>>>
>>> http://www.php.net/manual/en/function.hex2bin.php
>>>
>>> == Rene
>>>
>>> -- Origineel bericht --
>>> Van: "Robin C" <ro...@zincron.co.in>
>>> Aan: "Rene Kluwen" <rene.klu...@chimit.nl>
>>> Cc: "kannel users@kannel.org" <users@kannel.org>
>>> Verzonden: 22-11-2016 8:58:31
>>> Onderwerp: Re: Re[2]: Unicode At back end
>>>
>>> how to unhex it? via command line or using any site?
>>>
>>> On Tue, Nov 22, 2016 at 1:27 PM, Rene Kluwen <rene.klu...@chimit.nl>
>>> wrote:
>>>
>>>> Just "unhex" the string of numbers.
>>>>
>>>> -- Origineel bericht --
>>>> Van: "Robin C" <ro...@zincron.co.in>
>>>> Aan: "kannel users@kannel.org" <users@kannel.org>
>>>> Verzonden: 22-11-2016 6:54:58
>>>> Onderwerp: Re: Unicode At back end
>>>>
>>>> Hi,
>>>>
>>>> Can Anybody help me in this issue?
>>>>
>>>> On Fri, Nov 18, 2016 at 12:28 PM, Robin C <ro...@zincron.co.in> wrote:
>>>>
>>>>> Hi all,
>>>>>
>>>>> When we send unicode sms we get the message at the backend as a series
>>>>> of numbers. How can we convert it back to unicode or text file?
>>>>>
>>>>> --
>>>>>
>>>>>*Thanks & Regards,*
>>>>>
>>>>>
>>>>>
>>>>>   Robin C
>>>>>
>>>>>  Linux System Administrator
>>>>>
>>>>>
>>>>>
>>>>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>>>>> Development, Web & Graphic Designing.*
>>>>>
>>>>>
>>>>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>>>>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>>>>
>>>>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>>>>
>>>>> *Elankam Nagar , Thycaud, *
>>>>>
>>>>> *Thiruvananthapuram - 695014, , Kerala, India*
>>>>>
>>>>>
>>>>> *Mobile: +919544861010 <+91%2095448%2061010> *| Phone:  0471 650 0414
>>>>> | Raise Your Ticket: zincron-ticketing.com
>>>>>
>>>>>
>>>>> Connect with us @ Facebook
>>>>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>>>>  | LinkedIn
>>>>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>>>>
>>>>> Disclaimer:  This message contains confidential information and is
>>>>> intended only for the individual named.  If you are not the named 
>>>>> addressee
>>>>> you should not disseminate, distribute or copy this e-mail.  Please notify
>>>>> the sender immediately by e-mail if you have received this e-mail by
>>>>> mistake and delete 

Re: Re[4]: Unicode At back end

2016-12-29 Thread Robin C
Hi,
we are using kannel in linux platform. We are getting unicode at the back
end like the one below:

0A2A0A700A1C0A3E0A2C00200A1A0A410A230A3E0A3500200A590A2C0A300A3E0A0200200A320A0800200057006800610074007300410070007000200A280A700A2C0A30002D0039003000340031003600380032003000390039002D00200A240A4700200A2E0A480A380A1C00200A150A300A4B.

How can i convert it to human readable language?

On Wed, Nov 23, 2016 at 4:02 PM, Rene Kluwen <rene.klu...@chimit.nl> wrote:

> Depending on the platform you are using for your backend.
> But suppose it's php, you can do it with:
>
> http://www.php.net/manual/en/function.hex2bin.php
>
> == Rene
>
> -- Origineel bericht --
> Van: "Robin C" <ro...@zincron.co.in>
> Aan: "Rene Kluwen" <rene.klu...@chimit.nl>
> Cc: "kannel users@kannel.org" <users@kannel.org>
> Verzonden: 22-11-2016 8:58:31
> Onderwerp: Re: Re[2]: Unicode At back end
>
> how to unhex it? via command line or using any site?
>
> On Tue, Nov 22, 2016 at 1:27 PM, Rene Kluwen <rene.klu...@chimit.nl>
> wrote:
>
>> Just "unhex" the string of numbers.
>>
>> -- Origineel bericht --
>> Van: "Robin C" <ro...@zincron.co.in>
>> Aan: "kannel users@kannel.org" <users@kannel.org>
>> Verzonden: 22-11-2016 6:54:58
>> Onderwerp: Re: Unicode At back end
>>
>> Hi,
>>
>> Can Anybody help me in this issue?
>>
>> On Fri, Nov 18, 2016 at 12:28 PM, Robin C <ro...@zincron.co.in> wrote:
>>
>>> Hi all,
>>>
>>> When we send unicode sms we get the message at the backend as a series
>>> of numbers. How can we convert it back to unicode or text file?
>>>
>>> --
>>>
>>>*Thanks & Regards,*
>>>
>>>
>>>
>>>   Robin C
>>>
>>>  Linux System Administrator
>>>
>>>
>>>
>>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>>> Development, Web & Graphic Designing.*
>>>
>>>
>>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>>
>>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>>
>>> *Elankam Nagar , Thycaud, *
>>>
>>> *Thiruvananthapuram - 695014, , Kerala, India*
>>>
>>>
>>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>>> zincron-ticketing.com
>>>
>>>
>>> Connect with us @ Facebook
>>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>>  | LinkedIn
>>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>>
>>> Disclaimer:  This message contains confidential information and is
>>> intended only for the individual named.  If you are not the named addressee
>>> you should not disseminate, distribute or copy this e-mail.  Please notify
>>> the sender immediately by e-mail if you have received this e-mail by
>>> mistake and delete this e-mail from your system.  E-mail transmission
>>> cannot be guaranteed to be secure or error-free as information could be
>>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>>> contain viruses.  The sender therefore does not accept liability for any
>>> errors or omissions in the contents of this message, which arise as a
>>> result of e-mail transmission.  If verification is required please request
>>> a hard-copy version.
>>>
>>> *7* Switch off as you go |*q *Recycle always | P Print only if
>>> absolutely necessary
>>>
>>
>>
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>
>> *Elankam Nagar , Thycaud, *
>>
>> *Thiruvananthapuram - 695014, , Kerala, India*
>>
>>
>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>> zincron-ticketing.com
>>

Re: Re[2]: Unicode At back end

2016-11-21 Thread Robin C
how to unhex it? via command line or using any site?

On Tue, Nov 22, 2016 at 1:27 PM, Rene Kluwen <rene.klu...@chimit.nl> wrote:

> Just "unhex" the string of numbers.
>
> -- Origineel bericht --
> Van: "Robin C" <ro...@zincron.co.in>
> Aan: "kannel users@kannel.org" <users@kannel.org>
> Verzonden: 22-11-2016 6:54:58
> Onderwerp: Re: Unicode At back end
>
> Hi,
>
> Can Anybody help me in this issue?
>
> On Fri, Nov 18, 2016 at 12:28 PM, Robin C <ro...@zincron.co.in> wrote:
>
>> Hi all,
>>
>> When we send unicode sms we get the message at the backend as a series of
>> numbers. How can we convert it back to unicode or text file?
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>
>> *Elankam Nagar , Thycaud, *
>>
>> *Thiruvananthapuram - 695014, , Kerala, India*
>>
>>
>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>> zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>  | LinkedIn
>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>
>
> --
>
>*Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
>
>
> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
> Development, Web & Graphic Designing.*
>
>
> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>
> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>
> *Elankam Nagar , Thycaud, *
>
> *Thiruvananthapuram - 695014, , Kerala, India*
>
>
> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
> zincron-ticketing.com
>
>
> Connect with us @ Facebook
> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>  | LinkedIn
> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. 

Re: Unicode At back end

2016-11-21 Thread Robin C
Hi,

Can Anybody help me in this issue?

On Fri, Nov 18, 2016 at 12:28 PM, Robin C <ro...@zincron.co.in> wrote:

> Hi all,
>
> When we send unicode sms we get the message at the backend as a series of
> numbers. How can we convert it back to unicode or text file?
>
> --
>
>*Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
>
>
> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
> Development, Web & Graphic Designing.*
>
>
> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>
> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>
> *Elankam Nagar , Thycaud, *
>
> *Thiruvananthapuram - 695014, , Kerala, India*
>
>
> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
> zincron-ticketing.com
>
>
> Connect with us @ Facebook
> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>  | LinkedIn
> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if absolutely
> necessary
>



-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Unicode At back end

2016-11-17 Thread Robin C
Hi all,

When we send unicode sms we get the message at the backend as a series of
numbers. How can we convert it back to unicode or text file?

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Slot Missing in Unicode SMS

2016-10-10 Thread Robin C
We are using php for sending the message.

On Mon, Oct 10, 2016 at 3:10 PM, vinayak mv <vinayakvasu...@gmail.com>
wrote:

> Can u explain how u process bulk sms using any other script??
>
>
> On Monday 10 October 2016, Robin C <ro...@zincron.co.in> wrote:
>
>> I mean sometimes unicode messages got delivered. Sometimes it wont even
>> come at back end
>>
>> On Mon, Oct 10, 2016 at 3:06 PM, vinayak mv <vinayakvasu...@gmail.com>
>> wrote:
>>
>>> What u mean by slot?? Please post the log
>>>
>>>
>>>
>>> On Monday 10 October 2016, Robin C <ro...@zincron.co.in> wrote:
>>>
>>>>
>>>> Dear Users,
>>>>
>>>> While we send unicode messages some slots are missing. What will be the
>>>> reason?
>>>> --
>>>>
>>>>*Thanks & Regards,*
>>>>
>>>>
>>>>
>>>>   Robin C
>>>>
>>>>  Linux System Administrator
>>>>
>>>>
>>>>
>>>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>>>> Development, Web & Graphic Designing.*
>>>>
>>>>
>>>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>>>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>>>
>>>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>>>
>>>> *Elankam Nagar , Thycaud, *
>>>>
>>>> *Thiruvananthapuram - 695014, , Kerala, India*
>>>>
>>>>
>>>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>>>> zincron-ticketing.com
>>>>
>>>>
>>>> Connect with us @ Facebook
>>>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>>>  | LinkedIn
>>>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>>>
>>>> Disclaimer:  This message contains confidential information and is
>>>> intended only for the individual named.  If you are not the named addressee
>>>> you should not disseminate, distribute or copy this e-mail.  Please notify
>>>> the sender immediately by e-mail if you have received this e-mail by
>>>> mistake and delete this e-mail from your system.  E-mail transmission
>>>> cannot be guaranteed to be secure or error-free as information could be
>>>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>>>> contain viruses.  The sender therefore does not accept liability for any
>>>> errors or omissions in the contents of this message, which arise as a
>>>> result of e-mail transmission.  If verification is required please request
>>>> a hard-copy version.
>>>>
>>>> *7* Switch off as you go |*q *Recycle always | P Print only if
>>>> absolutely necessary
>>>>
>>>
>>>
>>> --
>>> Thanks & Regards,
>>> Vinayak
>>>
>>> ==
>>>
>>> *Confucius* once said,
>>> "*Life is really simple, but we insist on making it complicated.*"
>>>
>>> *Leonardo da Vinci* once said,
>>> "*Simplicity is the ultimate sophistication.*"
>>>
>>> *Albert Einstein* once said,
>>> "*Everything should be made as simple as possible, but not simpler.*"
>>>
>>>
>>>
>>>
>>
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>
>> *Elankam Nagar , Thycaud, *
>>
>> *Thiruvananthapuram - 695014, , Kerala, India*
>>
>>
>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>> zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTec

Re: Slot Missing in Unicode SMS

2016-10-10 Thread Robin C
I mean sometimes unicode messages got delivered. Sometimes it wont even
come at back end

On Mon, Oct 10, 2016 at 3:06 PM, vinayak mv <vinayakvasu...@gmail.com>
wrote:

> What u mean by slot?? Please post the log
>
>
>
> On Monday 10 October 2016, Robin C <ro...@zincron.co.in> wrote:
>
>>
>> Dear Users,
>>
>> While we send unicode messages some slots are missing. What will be the
>> reason?
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *
>>
>> *Elankam Nagar , Thycaud, *
>>
>> *Thiruvananthapuram - 695014, , Kerala, India*
>>
>>
>> *Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
>> zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>  | LinkedIn
>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>
> --
> Thanks & Regards,
> Vinayak
>
> ==
>
> *Confucius* once said,
> "*Life is really simple, but we insist on making it complicated.*"
>
> *Leonardo da Vinci* once said,
> "*Simplicity is the ultimate sophistication.*"
>
> *Albert Einstein* once said,
> "*Everything should be made as simple as possible, but not simpler.*"
>
>
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Slot Missing in Unicode SMS

2016-10-10 Thread Robin C
Dear Users,

While we send unicode messages some slots are missing. What will be the
reason?
-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone:  0471 650 0414  | Raise Your Ticket:
zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Buffer Size

2016-07-11 Thread Robin C
Hi All,

Is there any relation between buffer size and kannel messaging. If yes how
can we change the buffer size?

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Buffer Size

2016-07-07 Thread Robin C
Hi All,

How to change the buffer size in kannel?

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Sqlbox Source Code Editing

2016-07-01 Thread Robin C
Hi All,

Can anyone help me to suggest how can I edit the sqlbox source code in
order to enable pre-paid billing in open SMPP.

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Detect Promo content in Trans Route

2016-07-01 Thread Robin C
Hi ,

Is there any way to detect promo content in trans route in kannel ?

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: smppserver and kannel

2016-06-13 Thread Robin C
Hi,

I also have the same problem. Sometimes my bearerbox process stops itself.
Anybody know the exact reason?

On Mon, Jun 13, 2016 at 9:50 PM, Alvaro Cornejo <cornejo.alv...@gmail.com>
wrote:

> Hi
>
> It is always better to post to the kannel user list -I'm copy them- to get
> the more feedback possible.
>
> Also please be more specific and provide logs or other related information
> to be able to analyse the issue.
>
> Regards,
>
> Alvaro
>
>
> |-|
> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> celular y Nextel
> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS
> y GPRS online
>   Visitenos en www.perusms.com
>
> On Mon, Jun 13, 2016 at 10:26 AM, John Ivon <johniv...@gmail.com> wrote:
>
>> Hi Alvaro,
>>
>> I have a little problem on my server. I have kannel and smpp installed on
>> that server but the kannel and smpp services just stopped themeselve. Is
>> there anything that i can do about it?
>>
>> Thanks,
>> BR
>>
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


No credit Deduction from SMPP account

2016-05-24 Thread Robin C
Hi all,

I have created an smpp account using opensmpp. But no credits are deducted
from my created account. But credits deducted from main account. Anybody
please help me to solve this issue.

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office : S**urabhi ,TC 24/614, Door No.64, First floor *

*Elankam Nagar , Thycaud, *

*Thiruvananthapuram - 695014, , Kerala, India*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Delivery reports Queued

2016-02-10 Thread Robin C
Hi spameden,

  Thank you for your reply. Actually the message
got delivered to our handset. But we didn't got any response from the
operator. When we check the access file of kannel we can only see the Sent
SMS field. Receive DLR is not coming. Is that because of our fault or it is
happening because the operator is not giving us the report?

On Thu, Feb 11, 2016 at 11:47 AM, spameden <spame...@gmail.com> wrote:

> This question was already replied before.
>
> DLR storage is only temporary. Kannel uses dlr table in DB/memory/file
> just to track certain DLRs for certain messages.
>
> Generally, the more you have in this queue means more messages weren't
> delivered to your upstream.
>
> You might need to check with your upstream SMSC provider or use proper
> dlr_mask to get all types of delivery reports (dlr_mask=31).
>
> 2016-02-11 8:36 GMT+03:00 Robin C <ro...@zincron.co.in>:
>
>> Hi All,
>>
>>  See my kannel status below. I sent 12 messages. But
>> didnt receive any single DLR. All DLRs are in queue. Anybody know the reson
>> for this?
>>
>>
>> SMS: received 0 (0 queued), sent 12 (0 queued), store size 0
>> SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00) msg/sec
>>
>> DLR: received 0, sent 0
>> DLR: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00) msg/sec
>> DLR: 12 queued, using mysql storage
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*
>>
>>
>> *Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413
>> | Raise Your Ticket: zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>  | LinkedIn
>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Delivery reports Queued

2016-02-10 Thread Robin C
Hi,

   Please find the pdu below. And we set dlr_mask = 31. Then we got the
ACK only.


2016-02-11 12:25:07 [30659] [6] DEBUG: SMPP[DNDP_P]: Sending PDU:
2016-02-11 12:25:07 [30659] [6] DEBUG: SMPP PDU 0x7f2cd8000a10 dump:
2016-02-11 12:25:07 [30659] [6] DEBUG:   type_name: submit_sm
2016-02-11 12:25:07 [30659] [6] DEBUG:   command_id: 4 = 0x0004
2016-02-11 12:25:07 [30659] [6] DEBUG:   command_status: 0 = 0x
2016-02-11 12:25:07 [30659] [6] DEBUG:   sequence_number: 318 = 0x013e
2016-02-11 12:25:07 [30659] [6] DEBUG:   service_type: NULL
2016-02-11 12:25:07 [30659] [6] DEBUG:   source_addr_ton: 5 = 0x0005
2016-02-11 12:25:07 [30659] [6] DEBUG:   source_addr_npi: 0 = 0x
2016-02-11 12:25:07 [30659] [6] DEBUG:   source_addr: "senderid"
2016-02-11 12:25:07 [30659] [6] DEBUG:   dest_addr_ton: 1 = 0x0001
2016-02-11 12:25:07 [30659] [6] DEBUG:   dest_addr_npi: 1 = 0x0001
2016-02-11 12:25:07 [30659] [6] DEBUG:   destination_addr: "mobilenumber"
2016-02-11 12:25:07 [30659] [6] DEBUG:   esm_class: 3 = 0x0003
2016-02-11 12:25:07 [30659] [6] DEBUG:   protocol_id: 0 = 0x
2016-02-11 12:25:07 [30659] [6] DEBUG:   priority_flag: 0 = 0x
2016-02-11 12:25:07 [30659] [6] DEBUG:   schedule_delivery_time: NULL
2016-02-11 12:25:07 [30659] [6] DEBUG:   validity_period: NULL
2016-02-11 12:25:07 [30659] [6] DEBUG:   registered_delivery: 1 = 0x0001
2016-02-11 12:25:07 [30659] [6] DEBUG:   replace_if_present_flag: 0 =
0x
2016-02-11 12:25:07 [30659] [6] DEBUG:   data_coding: 0 = 0x
2016-02-11 12:25:07 [30659] [6] DEBUG:   sm_default_msg_id: 0 = 0x
2016-02-11 12:25:07 [30659] [6] DEBUG:   sm_length: 15 = 0x000f
2016-02-11 12:25:07 [30659] [6] DEBUG:   short_message: "testing new sms"
2016-02-11 12:25:07 [30659] [6] DEBUG: SMPP PDU dump ends.


Delivery reports Queued

2016-02-10 Thread Robin C
Hi All,

 See my kannel status below. I sent 12 messages. But didnt
receive any single DLR. All DLRs are in queue. Anybody know the reson for
this?


SMS: received 0 (0 queued), sent 12 (0 queued), store size 0
SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00) msg/sec

DLR: received 0, sent 0
DLR: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00) msg/sec
DLR: 12 queued, using mysql storage

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: OPEN SMPP Configuration and Working

2016-02-10 Thread Robin C
Hi,

 I hope somebody will help me.

On Wed, Feb 10, 2016 at 4:15 PM, spameden <spame...@gmail.com> wrote:

> Dear, Robin C nobody is going to do for you your work of reading and
> understanding documentation and how to get things done.
>
> If you want someone to do the job, just hire the guy and pay him for the
> hassle.
>
> 2016-02-10 13:41 GMT+03:00 Milan P. Stanic <m...@arvanta.net>:
>
>> On Wed, 2016-02-10 at 13:43, Robin C wrote:
>> >Anybody help me to install opensmpp to create smpp
>> > users.
>>
>> You should describe in more details what is your problem and what you
>> want to achieve and then someone could help you.
>>
>> Please read http://www.catb.org/esr/faqs/smart-questions.html which
>> explains how to ask questions in the mailing list. Understanding how to
>> ask gives you a better chances to get the right and helpful answer.
>>
>>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: OPEN SMPP Configuration and Working

2016-02-10 Thread Robin C
Hi,

   I need the installation procedure and configuration of opensmpp.
I have smpp account. I need to configure opensmpp so that i can create
another smpp users using my smpp account.

On Wed, Feb 10, 2016 at 4:11 PM, Milan P. Stanic <m...@arvanta.net> wrote:

> On Wed, 2016-02-10 at 13:43, Robin C wrote:
> >Anybody help me to install opensmpp to create smpp
> > users.
>
> You should describe in more details what is your problem and what you
> want to achieve and then someone could help you.
>
> Please read http://www.catb.org/esr/faqs/smart-questions.html which
> explains how to ask questions in the mailing list. Understanding how to
> ask gives you a better chances to get the right and helpful answer.
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


OPEN SMPP Configuration and Working

2016-02-10 Thread Robin C
Dear All,

   Anybody help me to install opensmpp to create smpp
users.

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: DLR Q Incresing

2016-02-05 Thread Robin C
Hi Juan,

 Thank you so much for your information. Those queued
ones contain the contents of of group = dlr-db in the kannel configuration
?

On Sat, Feb 6, 2016 at 9:31 AM, Juan Nin <jua...@gmail.com> wrote:

> Hi Robin!
>
> Those queued ones are not DLRs that you have received, it's the info that
> Kannel stores (on this case in MySQL) so as to be able to process DLRs.
> So, when you receive a DLR from the remote SMSC, Kannel will search in
> MySQL for a record that matches. Those records are deleted when you receive
> a final status DLR (basically that the MT was delivered, or that it failed).
>
> So, that queued number equals the number of MTs for which you have not yet
> received a final DLR.
>
> Makes sense?
>
> Regards.
>
> On Tue, Feb 2, 2016 at 9:00 AM, Robin C <ro...@zincron.co.in> wrote:
>
>>
>> Hi All,
>>
>>  SMS: received 0 (0 queued), sent 269993 (0 queued), store
>> size 179
>>
>> SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (9.32,7.86,4.31) msg/sec
>>
>> DLR: received 189199, sent 0
>> DLR: inbound (4.60,3.58,3.02) msg/sec, outbound (0.00,0.00,0.00) msg/sec
>> DLR: 113925 queued, using mysql storage
>>
>>  The above figure shows my kannel status.  From that you can
>> see the total sent messages is 269993 . Total Dlr received is 189199.  
>> Remaining
>> DLRs are DLR: 113925 queued, using mysql storage.  Why this happens? Why
>> DLRs are queued in mysql storage. What should i do to avoid this . Anyone
>> Please help me.
>>
>> Thanks in Advance.
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*
>>
>>
>> *Mobile: +919544861010 <%2B919544861010> *| Phone: 91-471- 4140414 |
>>  Fax : 91-471-4010413 | Raise Your Ticket: zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>  | LinkedIn
>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


DLR Q Incresing

2016-02-02 Thread Robin C
Hi All,

 SMS: received 0 (0 queued), sent 269993 (0 queued), store size
179

SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (9.32,7.86,4.31) msg/sec

DLR: received 189199, sent 0
DLR: inbound (4.60,3.58,3.02) msg/sec, outbound (0.00,0.00,0.00) msg/sec
DLR: 113925 queued, using mysql storage

 The above figure shows my kannel status.  From that you can
see the total sent messages is 269993 . Total Dlr received is 189199.
Remaining
DLRs are DLR: 113925 queued, using mysql storage.  Why this happens? Why
DLRs are queued in mysql storage. What should i do to avoid this . Anyone
Please help me.

Thanks in Advance.

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: how to save delivery reports

2016-01-21 Thread Robin C
Hi,

what is the working of Kannel . From the time we sent message what happens
inside kannel and what each database and table does?

On Fri, Jan 22, 2016 at 12:47 PM, Deins <notabenaaba...@gmail.com> wrote:

> Problem solved. I'm installed sqlbox and now I can get delivery reports
> from table sent-sms from mysql.
> Thanks all.
>
> On 01/21/2016 02:38 AM, spameden wrote:
>
> You didn't use sqlbox.
>
> What you've used is basic kannel + dlr reports backend in MySQL.
>
> As mentioned before dlr table is only used for temporary track of received
> DLRs. Once DLR is received corresponing record from dlr table will be
> deleted.
>
> So to store permanently DLRs as well as MT/MO messages in DB you need to
> use sqlbox... Check kannel.org site it's there.
>
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Working of Kannel

2016-01-15 Thread Robin C
Dear All,

   I have group = dlr-db in my kannel configuration. I want to
know what happens to the delivery reports after reaching this table. Any
help will be appreciated. Waiting for your reply.

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Actual Working of Kannel using Mysql Database

2015-12-09 Thread Robin C
Dear Team,

I want to know the exact working behind kannel and
smpp. There is dlr-db and sqlbox group in the kannel configuration. I want
to know what exactly happening when we sent message. What is the role of
 send_sms & sent_sms table in kannel. How messages come to these tables and
what happens after that. Anybody please help me. Thanks in advance :


group = dlr-db
id = mydlr
table = tablename
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


group = sqlbox
id = sqlbox-db
smsbox-id = smsboxid
bearerbox-port = 14000
smsbox-port = 14001
smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = "/var/log/kannel/sql.log"
log-level = 4

-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Receive DLR if transceiver-mode = false

2015-12-07 Thread Robin C
Hi Bronislav,

set
 receive-port = 'your port number'

and # trasceiver-mode = 1


On Mon, Dec 7, 2015 at 9:05 PM, Bronislav Essikman <b.essik...@gmail.com>
wrote:

> Can i receive DLR if transceiver-mode = false
> If i set it to true it works fine.
> But i need only DLR receiving. SMS receiving should be disable.
> Many thanks
> Slawa
>



-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: DND and PREPAID CREDIT SYSTEM binary for FREE

2015-12-07 Thread Robin C
Hi,

Please Send me.

On Tue, Dec 8, 2015 at 12:12 PM, Achyut Raj <de...@bongolive.co.tz> wrote:

> Hello Vinayak,
>
> Thanks for your work.
>
> Yes, Can you send me ?
>
> On Tue, Dec 8, 2015 at 8:21 AM, vinayak mv <vinayakvasu...@gmail.com>
> wrote:
>
>> Hi Users,
>>
>> Anyone need kannel,sqlbox and opensmppbox binary with DND and PREPAID
>> CREDIT SYSTEM . i have already send the binary files and configuration to
>> kannel users list but it is rejected by moderator.
>>
>> --
>> Thanks & Regards,
>> Vinayak
>> Mob:+919895909009
>>
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread Robin C
Hi,

DLRs are coming in queue. Please help to resolve this issue.

DLR: received 0, sent 0
DLR: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00) msg/sec
DLR: 1889607 queued, using mysql storage

On Wed, Nov 18, 2015 at 12:40 PM, Robin C <ro...@zincron.co.in> wrote:

> Hi,
>
> I have given the following configuration. Will it work?
>
>
> group = core
> smsbox-port = 17007
>
> group = smsbox
> bearerbox-port = 17008
>
>
>
> group = sqlbox
> bearerbox-port = 17007
> smsbox-port = 17008
>
>
>
>
> On Wed, Nov 18, 2015 at 12:21 PM, ha...@aeon.pk <ha...@aeon.pk> wrote:
>
>> Set sqlbox port to connect to smsbox port defined in bearerbox config. It
>> will work.
>>
>> On Wed, Nov 18, 2015 at 11:41 AM, Robin C <ro...@zincron.co.in> wrote:
>>
>>> I also want the same . Anybody please help.
>>>
>>> On Wed, Nov 18, 2015 at 6:40 AM, Willy Mularto <sangpr...@gmail.com>
>>> wrote:
>>>
>>>> Hi All,
>>>>
>>>> Does anybody has working configuration Kannel + SQLBox? I just want
>>>> SQLBox to store the MT and DLR. Many thanks.
>>>>
>>>
>>>
>>>
>>> --
>>>
>>>*Thanks & Regards,*
>>>
>>>
>>>
>>>   Robin C
>>>
>>>  Linux System Administrator
>>>
>>>
>>>
>>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>>> Development, Web & Graphic Designing.*
>>>
>>>
>>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>>
>>> *Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*
>>>
>>>
>>> *Mobile: +919544861010 <%2B919544861010> *| Phone: 91-471- 4140414 |
>>>  Fax : 91-471-4010413 | Raise Your Ticket: zincron-ticketing.com
>>>
>>>
>>> Connect with us @ Facebook
>>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>>  | LinkedIn
>>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>>
>>> Disclaimer:  This message contains confidential information and is
>>> intended only for the individual named.  If you are not the named addressee
>>> you should not disseminate, distribute or copy this e-mail.  Please notify
>>> the sender immediately by e-mail if you have received this e-mail by
>>> mistake and delete this e-mail from your system.  E-mail transmission
>>> cannot be guaranteed to be secure or error-free as information could be
>>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>>> contain viruses.  The sender therefore does not accept liability for any
>>> errors or omissions in the contents of this message, which arise as a
>>> result of e-mail transmission.  If verification is required please request
>>> a hard-copy version.
>>>
>>> *7* Switch off as you go |*q *Recycle always | P Print only if
>>> absolutely necessary
>>>
>>
>>
>
>
> --
>
>*Thanks & Regards,*
>
>
>
>   Robin C
>
>  Linux System Administrator
>
>
>
> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
> Development, Web & Graphic Designing.*
>
>
> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>
> *Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*
>
>
> *Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413
> | Raise Your Ticket: zincron-ticketing.com
>
>
> Connect with us @ Facebook
> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>  | LinkedIn
> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread Robin C
It was working fine. Suddenly from day before yesterday morning its not
working. Only sent messages are showing at the access file. DLRs are
showing queued in kannel link.

On Wed, Nov 18, 2015 at 1:07 PM, ha...@aeon.pk <ha...@aeon.pk> wrote:

> Yes, this is the correct config.
>
> On Wed, Nov 18, 2015 at 12:10 PM, Robin C <ro...@zincron.co.in> wrote:
>
>> Hi,
>>
>> I have given the following configuration. Will it work?
>>
>>
>> group = core
>> smsbox-port = 17007
>>
>> group = smsbox
>> bearerbox-port = 17008
>>
>>
>>
>> group = sqlbox
>> bearerbox-port = 17007
>> smsbox-port = 17008
>>
>>
>>
>>
>> On Wed, Nov 18, 2015 at 12:21 PM, ha...@aeon.pk <ha...@aeon.pk> wrote:
>>
>>> Set sqlbox port to connect to smsbox port defined in bearerbox config.
>>> It will work.
>>>
>>> On Wed, Nov 18, 2015 at 11:41 AM, Robin C <ro...@zincron.co.in> wrote:
>>>
>>>> I also want the same . Anybody please help.
>>>>
>>>> On Wed, Nov 18, 2015 at 6:40 AM, Willy Mularto <sangpr...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> Does anybody has working configuration Kannel + SQLBox? I just want
>>>>> SQLBox to store the MT and DLR. Many thanks.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>*Thanks & Regards,*
>>>>
>>>>
>>>>
>>>>   Robin C
>>>>
>>>>  Linux System Administrator
>>>>
>>>>
>>>>
>>>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>>>> Development, Web & Graphic Designing.*
>>>>
>>>>
>>>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>>>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>>>
>>>> *Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum,
>>>> Kerala*
>>>>
>>>>
>>>> *Mobile: +919544861010 <%2B919544861010> *| Phone: 91-471- 4140414 |
>>>>  Fax : 91-471-4010413 | Raise Your Ticket: zincron-ticketing.com
>>>>
>>>>
>>>> Connect with us @ Facebook
>>>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>>>  | LinkedIn
>>>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>>>
>>>> Disclaimer:  This message contains confidential information and is
>>>> intended only for the individual named.  If you are not the named addressee
>>>> you should not disseminate, distribute or copy this e-mail.  Please notify
>>>> the sender immediately by e-mail if you have received this e-mail by
>>>> mistake and delete this e-mail from your system.  E-mail transmission
>>>> cannot be guaranteed to be secure or error-free as information could be
>>>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>>>> contain viruses.  The sender therefore does not accept liability for any
>>>> errors or omissions in the contents of this message, which arise as a
>>>> result of e-mail transmission.  If verification is required please request
>>>> a hard-copy version.
>>>>
>>>> *7* Switch off as you go |*q *Recycle always | P Print only if
>>>> absolutely necessary
>>>>
>>>
>>>
>>
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*
>>
>>
>> *Mobile: +919544861010 <%2B919544861010> *| Phone: 91-471- 4140414 |
>>  Fax : 91-471-4010413 | Raise Your Ticket: zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>  | LinkedIn
>> <http://www.linkedin.com/pub/zi

Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread Robin C
I also want the same . Anybody please help.

On Wed, Nov 18, 2015 at 6:40 AM, Willy Mularto <sangpr...@gmail.com> wrote:

> Hi All,
>
> Does anybody has working configuration Kannel + SQLBox? I just want SQLBox
> to store the MT and DLR. Many thanks.
>



-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary


Re: Kannel + SQLBox Configuration Example

2015-11-17 Thread Robin C
Hi,

I have given the following configuration. Will it work?


group = core
smsbox-port = 17007

group = smsbox
bearerbox-port = 17008



group = sqlbox
bearerbox-port = 17007
smsbox-port = 17008




On Wed, Nov 18, 2015 at 12:21 PM, ha...@aeon.pk <ha...@aeon.pk> wrote:

> Set sqlbox port to connect to smsbox port defined in bearerbox config. It
> will work.
>
> On Wed, Nov 18, 2015 at 11:41 AM, Robin C <ro...@zincron.co.in> wrote:
>
>> I also want the same . Anybody please help.
>>
>> On Wed, Nov 18, 2015 at 6:40 AM, Willy Mularto <sangpr...@gmail.com>
>> wrote:
>>
>>> Hi All,
>>>
>>> Does anybody has working configuration Kannel + SQLBox? I just want
>>> SQLBox to store the MT and DLR. Many thanks.
>>>
>>
>>
>>
>> --
>>
>>*Thanks & Regards,*
>>
>>
>>
>>   Robin C
>>
>>  Linux System Administrator
>>
>>
>>
>> *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
>> Development, Web & Graphic Designing.*
>>
>>
>> *www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
>> <http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *
>>
>> *Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*
>>
>>
>> *Mobile: +919544861010 <%2B919544861010> *| Phone: 91-471- 4140414 |
>>  Fax : 91-471-4010413 | Raise Your Ticket: zincron-ticketing.com
>>
>>
>> Connect with us @ Facebook
>> <https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
>>  | LinkedIn
>> <http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named addressee
>> you should not disseminate, distribute or copy this e-mail.  Please notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>


-- 

   *Thanks & Regards,*



  Robin C

 Linux System Administrator



*ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software
Development, Web & Graphic Designing.*


*www.zincron.co.in <http://www.zincron.co.in/> | www. easyhops.co.in
<http://easyhops.co.in/> | www.equipe.co.in <http://www.quipe.co.in/>  *

*Corporate Office: NRA-99, Observatory Lane, Palayam, Trivandrum, Kerala*


*Mobile: +919544861010 *| Phone: 91-471- 4140414 |  Fax : 91-471-4010413 |
Raise Your Ticket: zincron-ticketing.com


Connect with us @ Facebook
<https://www.facebook.com/pages/Zincron-iTechnology-Resource-Pvt-Ltd/206230109472685>
 | LinkedIn
<http://www.linkedin.com/pub/zin-cron-i-technology-resources-pl/69/498/b0a>

Disclaimer:  This message contains confidential information and is intended
only for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system.  E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain
viruses.  The sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a result of
e-mail transmission.  If verification is required please request a
hard-copy version.

*7* Switch off as you go |*q *Recycle always | P Print only if absolutely
necessary