RE: logrotater configuration for kannel.

2008-07-02 Thread Tushar Chauhan
Hi,

I did the same thing but it didn't work ...
Do I need to make some changes in logrotate.conf file also?

Regards
Tushar



-Original Message-
From: Falko Ziemann [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 02, 2008 3:54 PM
To: Tushar Chauhan
Cc: users@kannel.org
Subject: Re: logrotater configuration for kannel.

Works good:

:/etc/logrotate.d$ cat kannel
/var/log/kannel/*.log {
daily
missingok
rotate 365
compress
delaycompress
notifempty
create 640 kannel adm
sharedscripts
postrotate
killall -HUP bearerbox smsbox wapbox > /dev/null 2>
/dev/null || true
endscript
}


2008/7/2 Tushar Chauhan <[EMAIL PROTECTED]>:
> Hi all,
>
>
>
> I am using kannel 1.4.1 and I have to create log files on
daily
> basis. Can any one help me with this. I went through the documentation of
> logrotater for kannel. I did as it was in kannel documentation but with no
> results. Plz help me with this.
>
>
>
>
>
> Regards
>
> Tushar




logrotater configuration for kannel.

2008-07-02 Thread Tushar Chauhan
Hi all,

 

I am using kannel 1.4.1 and I have to create log files on daily
basis. Can any one help me with this. I went through the documentation of
logrotater for kannel. I did as it was in kannel documentation but with no
results. Plz help me with this.

 

 

Regards

Tushar 



RE: problem with sqlbox

2008-06-03 Thread Tushar
Hi,

Below is the status, I am using sqlbox-standalone:


Kannel bearerbox version `cvs-20070722'. Build `Jun 3 2008 15:39:44',
compiler `3.4.4 20050721 (Red Hat 3.4.4-2)'. System Linux, release
2.6.9-22.ELsmp, version #1 SMP Mon Sep 19 18:32:14 EDT 2005, machine i686.
Hostname webserver, IP 127.0.0.1. Libxml version 2.6.16. Using OpenSSL
0.9.7a Feb 19 2003. Compiled with MySQL 4.1.12, using MySQL 4.1.12. Using
native malloc.

Status: running, uptime 0d 0h 15m 5s

WDP: received 0 (0 queued), sent 0 (0 queued)

SMS: received 6 (0 queued), sent 3 (0 queued), store size 0

SMS: inbound 0.01 msg/sec, outbound 0.00 msg/sec

DLR: 8 queued, using mysql storage

Box connections:
smsbox:smsbox, IP 127.0.0.1 (0 queued), (on-line 0d 0h 15m 3s)
smsbox:(none), IP 127.0.0.1 (0 queued), (on-line 0d 0h 15m 1s)

SMSC connections:
mysmppSMPP:1xx.2xx.1xx.1xx:/:test2:VMA (online 904s, rcvd 6,
sent 3, failed 0, queued 0 msgs)




Thanks and regards,
 
Tushar Chauhan


-Original Message-
From: Kashif Ali Bukhari [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2008 6:31 PM
To: Tushar
Cc: users@kannel.org
Subject: Re: problem with sqlbox

Dear Tushar!
Please send the output of lynx http://localhost:13000/status .
Best regards
Kashif Ali Bukhari

Tushar wrote:
> Hi all,
>
>Any updates on this problem. I went through the mysql link but I am
> confused.
>
>
> Thanks and regards,
>  
> Tushar Chauhan
>
> -Original Message-
> From: Thomas Göttgens [mailto:[EMAIL PROTECTED] 
> Sent: Friday, May 30, 2008 11:57 PM
> To: Alejandro Guerrieri
> Cc: users@kannel.org
> Subject: Re[2]: problem with sqlbox
>
> Hello Alejandro and all,
>
> i have come across this before, the same problem, strings terminating
after
> a NULL character. From what i have found out, the strings are handled
> correctly as octstr in the code, but the actual mysql insert does not
encode
> the payload to a binary insert and hence the 00 clipping occurs within the
> mysql driver.
>
> There is no easy fix because the representation of data needs to be
> converted to a binary safe syntax for the mysql insert. That's where i
> stopped, cause i am not that firm in c, and used the method of repeating
the
> port in the UDH sequence like described earlier.
>
> a pointer for fixing this in sqlbox would be
> http://dev.mysql.com/doc/refman/5.0/en/hexadecimal-values.html
>
> Thursday, May 29, 2008, 4:38:48 PM, you wrote:
>
> The hex values as a string? Could you paste a sample query of what you're
> doing?
>
> Regards,
>
> Alejandro
>
>
> On Thu, May 29, 2008 at 6:42 AM, Tushar <[EMAIL PROTECTED]> wrote:
>
>  
> I tried with sqlbox-standalone also but the same thing happened again.
> Can u tell me in what form I should submit the udhdata and msgdata into
> database. Currently I am inserting the hex values only.
>  
>  
>  
> Thanks and regards,
>  
> Tushar Chauhan
>  
>
> From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
>
> Sent: Thursday, May 29, 2008 10:52 AM
> To: users@kannel.org
> Subject: Re: problem with sqlbox
>  
> Well, looks a lot like a bug. Maybe the string is treated as a null
> terminated C string instead of an Octstr somewhere on sqlbox code. That
> would explain that behaviour, but more testings are needed to confirm
that.
>
> Furthermore, the sqlbox patch is quite outdated and deprecated, you should
> try running the sqlbox-standalone package along with latest stable kannel
> (the cvs branch is quite stable as well). sqlbox-standalone works
> independently from kannel, so no patching is necessary on kannel's tree.
>
> Maybe the problem was fixed on newer releases, try updating and if the
> problem persists then let us know.
>
> Regards,
>
> Alejandro
> On Thu, May 29, 2008 at 2:15 AM, Tushar <[EMAIL PROTECTED]> wrote:
> I have already done that …. After putting 1581 instead of  I got the
UDH
> right but the message data part was still trimmed after "00" as I have
shown
> below.
> I need to send the full message. Please help me with this/
>  
>  
> Thanks and regards,
>  
> Tushar Chauhan
>  
>
> From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, May 28, 2008 8:46 PM
> To: users@kannel.org
>
> Subject: Re: problem with sqlbox
>  
> Try putting 1581, instead of , should work...
>
> Regards,
>
> Alejandro
> On Wed, May 28, 2008 at 11:34 AM, Tushar <[EMAIL PROTECTED]> wrote:
>  
>  
> No my sms is not exceeding 160 chars. The size of the message pasted below
> is also 91. so I don't think there is any problem with the size of the
> message.
> Moreover the same message is getting delivered when I send it thru

RE: Re[2]: problem with sqlbox

2008-06-02 Thread Tushar
Hi all,

   Any updates on this problem. I went through the mysql link but I am
confused.


Thanks and regards,
 
Tushar Chauhan

-Original Message-
From: Thomas Göttgens [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 30, 2008 11:57 PM
To: Alejandro Guerrieri
Cc: users@kannel.org
Subject: Re[2]: problem with sqlbox

Hello Alejandro and all,

i have come across this before, the same problem, strings terminating after
a NULL character. From what i have found out, the strings are handled
correctly as octstr in the code, but the actual mysql insert does not encode
the payload to a binary insert and hence the 00 clipping occurs within the
mysql driver.

There is no easy fix because the representation of data needs to be
converted to a binary safe syntax for the mysql insert. That's where i
stopped, cause i am not that firm in c, and used the method of repeating the
port in the UDH sequence like described earlier.

a pointer for fixing this in sqlbox would be
http://dev.mysql.com/doc/refman/5.0/en/hexadecimal-values.html

Thursday, May 29, 2008, 4:38:48 PM, you wrote:

The hex values as a string? Could you paste a sample query of what you're
doing?

Regards,

Alejandro


On Thu, May 29, 2008 at 6:42 AM, Tushar <[EMAIL PROTECTED]> wrote:

 
I tried with sqlbox-standalone also but the same thing happened again.
Can u tell me in what form I should submit the udhdata and msgdata into
database. Currently I am inserting the hex values only.
 
 
 
Thanks and regards,
 
Tushar Chauhan
 

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 

Sent: Thursday, May 29, 2008 10:52 AM
To: users@kannel.org
Subject: Re: problem with sqlbox
 
Well, looks a lot like a bug. Maybe the string is treated as a null
terminated C string instead of an Octstr somewhere on sqlbox code. That
would explain that behaviour, but more testings are needed to confirm that.

Furthermore, the sqlbox patch is quite outdated and deprecated, you should
try running the sqlbox-standalone package along with latest stable kannel
(the cvs branch is quite stable as well). sqlbox-standalone works
independently from kannel, so no patching is necessary on kannel's tree.

Maybe the problem was fixed on newer releases, try updating and if the
problem persists then let us know.

Regards,

Alejandro
On Thu, May 29, 2008 at 2:15 AM, Tushar <[EMAIL PROTECTED]> wrote:
I have already done that …. After putting 1581 instead of  I got the UDH
right but the message data part was still trimmed after "00" as I have shown
below.
I need to send the full message. Please help me with this/
 
 
Thanks and regards,
 
Tushar Chauhan
 

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 8:46 PM
To: users@kannel.org

Subject: Re: problem with sqlbox
 
Try putting 1581, instead of , should work...

Regards,

Alejandro
On Wed, May 28, 2008 at 11:34 AM, Tushar <[EMAIL PROTECTED]> wrote:
 
 
No my sms is not exceeding 160 chars. The size of the message pasted below
is also 91. so I don't think there is any problem with the size of the
message.
Moreover the same message is getting delivered when I send it thru' the http
url of kannel.
 
 
Tushar Chauhan
 

From: Kashif Ali Bukhari [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 6:41 PM
To: Tushar
Cc: users@kannel.org
Subject: Re: problem with sqlbox
 
may be you sms is exceeding 160 characters and telco doesn't support
concatenation . 

Tushar wrote: 
Hello all,
 
I am running kannel version 1.4.1 with sqlbox patch and TLV
patch. I am having following problem with sqlbox :
 
 
Whenever I am trying to submit monotone or any other binary message with
UDH, e.g, let us consider a monotone with 
 
UDH =  0605041581
And 
DATA=
024A3A515195C9940400791CC512495412424E314492550490938C512495412424E314488498
498518520552560520498498498518520552560520498939039038C512612814494812824E20
E4144985205D855A51A55849854A00
 
Now whenever I am trying to send this message through sqlbox. I am getting
nothing on my phone when I checked the logs I found out that 
Sqlbox sent the message with following details:
 
UDH= 0605041581
And 
DATA = 024A3A515195C99404
 
I don't know what's happening but I think sqlbox is removing everything
after it gets "00" in UDH or data part.
If somebody got the same problem, Please help me to fix this.
 
 
 
Thanks and regards,
 
Tushar Chauhan
 
 
 





-- 
Best regards,
 Thomasmailto:[EMAIL PROTECTED]




RE: problem with sqlbox

2008-05-31 Thread Tushar
Hi,

  

 

   Below I am pasting my query:

 

insert into send_sms
(momt,sender,receiver,msgdata,smsc_id,boxc_id,udhdata,coding,service) values
('MT','58787','9198','024a3a5d1d85e585d1c9a404004d1ec49821821661841b
61821841861861849b6186164166162146146164164164186166146166162146144146164184
166186166146142000','mysmpp','dlrbox','06050415811581',2,'hungama');

 

 

I tried with coding = 1 also but then sqlbox is adding 3 before every
character in data and UDH. When I used coding=2 the data part got trimmed
after it encountered a "00". This ia also happening in sqlbox-standalone
also the UDH got trimmed when I used UHD="0605041581", I changed ""
to "1581" then it was accepted successfully. But I think this is a bug
because when we will try to send multipart messages we are definitely going
to put "00" in the UDH and also the data part is going to contain "00"
somewhere. 

 

Please help me with this. If u have got anything like this before.

 

 

 

 

 

 

Thanks and regards,

 

Tushar Chauhan

 

  _  

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 29, 2008 8:09 PM
To: users@kannel.org
Subject: Re: problem with sqlbox

 

The hex values as a string? Could you paste a sample query of what you're
doing?

Regards,

Alejandro

On Thu, May 29, 2008 at 6:42 AM, Tushar <[EMAIL PROTECTED]> wrote:

 

I tried with sqlbox-standalone also but the same thing happened again.

Can u tell me in what form I should submit the udhdata and msgdata into
database. Currently I am inserting the hex values only.

 

 

 

Thanks and regards,

 

Tushar Chauhan

 

  _  

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 

Sent: Thursday, May 29, 2008 10:52 AM

To: users@kannel.org
Subject: Re: problem with sqlbox

 

Well, looks a lot like a bug. Maybe the string is treated as a null
terminated C string instead of an Octstr somewhere on sqlbox code. That
would explain that behaviour, but more testings are needed to confirm that.

Furthermore, the sqlbox patch is quite outdated and deprecated, you should
try running the sqlbox-standalone package along with latest stable kannel
(the cvs branch is quite stable as well). sqlbox-standalone works
independently from kannel, so no patching is necessary on kannel's tree.

Maybe the problem was fixed on newer releases, try updating and if the
problem persists then let us know.

Regards,

Alejandro

On Thu, May 29, 2008 at 2:15 AM, Tushar <[EMAIL PROTECTED]> wrote:

I have already done that .. After putting 1581 instead of  I got the UDH
right but the message data part was still trimmed after "00" as I have shown
below.

I need to send the full message. Please help me with this/

 

 

Thanks and regards,

 

Tushar Chauhan

 

  _  

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 8:46 PM
To: users@kannel.org


Subject: Re: problem with sqlbox

 

Try putting 1581, instead of , should work...

Regards,

Alejandro

On Wed, May 28, 2008 at 11:34 AM, Tushar <[EMAIL PROTECTED]> wrote:

 

 

No my sms is not exceeding 160 chars. The size of the message pasted below
is also 91. so I don't think there is any problem with the size of the
message.

Moreover the same message is getting delivered when I send it thru' the http
url of kannel.

 

 

Tushar Chauhan

 

  _  

From: Kashif Ali Bukhari [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 6:41 PM
To: Tushar
Cc: users@kannel.org
Subject: Re: problem with sqlbox

 

may be you sms is exceeding 160 characters and telco doesn't support
concatenation . 

Tushar wrote: 

Hello all,

 

I am running kannel version 1.4.1 with sqlbox patch and TLV
patch. I am having following problem with sqlbox :

 

 

Whenever I am trying to submit monotone or any other binary message with
UDH, e.g, let us consider a monotone with 

 

UDH =  0605041581

And 

DATA=
024A3A515195C9940400791CC512495412424E314492550490938C512495412424E314488498
498518520552560520498498498518520552560520498939039038C512612814494812824E20
E4144985205D855A51A55849854A00

 

Now whenever I am trying to send this message through sqlbox. I am getting
nothing on my phone when I checked the logs I found out that 

Sqlbox sent the message with following details:

 

UDH= 0605041581

And 

DATA = 024A3A515195C99404

 

I don't know what's happening but I think sqlbox is removing everything
after it gets "00" in UDH or data part.

If somebody got the same problem, Please help me to fix this.

 

 

 

Thanks and regards,

 

Tushar Chauhan

 

 

 

 



RE: problem with sqlbox

2008-05-29 Thread Tushar
 

I tried with sqlbox-standalone also but the same thing happened again.

Can u tell me in what form I should submit the udhdata and msgdata into
database. Currently I am inserting the hex values only.

 

 

 

Thanks and regards,

 

Tushar Chauhan

 

  _  

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 29, 2008 10:52 AM
To: users@kannel.org
Subject: Re: problem with sqlbox

 

Well, looks a lot like a bug. Maybe the string is treated as a null
terminated C string instead of an Octstr somewhere on sqlbox code. That
would explain that behaviour, but more testings are needed to confirm that.

Furthermore, the sqlbox patch is quite outdated and deprecated, you should
try running the sqlbox-standalone package along with latest stable kannel
(the cvs branch is quite stable as well). sqlbox-standalone works
independently from kannel, so no patching is necessary on kannel's tree.

Maybe the problem was fixed on newer releases, try updating and if the
problem persists then let us know.

Regards,

Alejandro

On Thu, May 29, 2008 at 2:15 AM, Tushar <[EMAIL PROTECTED]> wrote:

I have already done that .. After putting 1581 instead of  I got the UDH
right but the message data part was still trimmed after "00" as I have shown
below.

I need to send the full message. Please help me with this/

 

 

Thanks and regards,

 

Tushar Chauhan

 

  _  

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 8:46 PM
To: users@kannel.org


Subject: Re: problem with sqlbox

 

Try putting 1581, instead of , should work...

Regards,

Alejandro

On Wed, May 28, 2008 at 11:34 AM, Tushar <[EMAIL PROTECTED]> wrote:

 

 

No my sms is not exceeding 160 chars. The size of the message pasted below
is also 91. so I don't think there is any problem with the size of the
message.

Moreover the same message is getting delivered when I send it thru' the http
url of kannel.

 

 

Tushar Chauhan

 

  _  

From: Kashif Ali Bukhari [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 6:41 PM
To: Tushar
Cc: users@kannel.org
Subject: Re: problem with sqlbox

 

may be you sms is exceeding 160 characters and telco doesn't support
concatenation . 

Tushar wrote: 

Hello all,

 

I am running kannel version 1.4.1 with sqlbox patch and TLV
patch. I am having following problem with sqlbox :

 

 

Whenever I am trying to submit monotone or any other binary message with
UDH, e.g, let us consider a monotone with 

 

UDH =  0605041581

And 

DATA=
024A3A515195C9940400791CC512495412424E314492550490938C512495412424E314488498
498518520552560520498498498518520552560520498939039038C512612814494812824E20
E4144985205D855A51A55849854A00

 

Now whenever I am trying to send this message through sqlbox. I am getting
nothing on my phone when I checked the logs I found out that 

Sqlbox sent the message with following details:

 

UDH= 0605041581

And 

DATA = 024A3A515195C99404

 

I don't know what's happening but I think sqlbox is removing everything
after it gets "00" in UDH or data part.

If somebody got the same problem, Please help me to fix this.

 

 

 

Thanks and regards,

 

Tushar Chauhan

 

 

 



RE: problem with sqlbox

2008-05-28 Thread Tushar
I have already done that .. After putting 1581 instead of  I got the UDH
right but the message data part was still trimmed after "00" as I have shown
below.

I need to send the full message. Please help me with this/

 

 

Thanks and regards,

 

Tushar Chauhan

 

  _  

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 8:46 PM
To: users@kannel.org
Subject: Re: problem with sqlbox

 

Try putting 1581, instead of , should work...

Regards,

Alejandro

On Wed, May 28, 2008 at 11:34 AM, Tushar <[EMAIL PROTECTED]> wrote:

 

 

No my sms is not exceeding 160 chars. The size of the message pasted below
is also 91. so I don't think there is any problem with the size of the
message.

Moreover the same message is getting delivered when I send it thru' the http
url of kannel.

 

 

Tushar Chauhan

 

  _  

From: Kashif Ali Bukhari [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 6:41 PM
To: Tushar
Cc: users@kannel.org
Subject: Re: problem with sqlbox

 

may be you sms is exceeding 160 characters and telco doesn't support
concatenation . 

Tushar wrote: 

Hello all,

 

I am running kannel version 1.4.1 with sqlbox patch and TLV
patch. I am having following problem with sqlbox :

 

 

Whenever I am trying to submit monotone or any other binary message with
UDH, e.g, let us consider a monotone with 

 

UDH =  0605041581

And 

DATA=
024A3A515195C9940400791CC512495412424E314492550490938C512495412424E314488498
498518520552560520498498498518520552560520498939039038C512612814494812824E20
E4144985205D855A51A55849854A00

 

Now whenever I am trying to send this message through sqlbox. I am getting
nothing on my phone when I checked the logs I found out that 

Sqlbox sent the message with following details:

 

UDH= 0605041581

And 

DATA = 024A3A515195C99404

 

I don't know what's happening but I think sqlbox is removing everything
after it gets "00" in UDH or data part.

If somebody got the same problem, Please help me to fix this.

 

 

 

Thanks and regards,

 

Tushar Chauhan

 

 



RE: problem with sqlbox

2008-05-28 Thread Tushar
 

 

No my sms is not exceeding 160 chars. The size of the message pasted below
is also 91. so I don't think there is any problem with the size of the
message.

Moreover the same message is getting delivered when I send it thru' the http
url of kannel.

 

 

Tushar Chauhan

 

  _  

From: Kashif Ali Bukhari [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 6:41 PM
To: Tushar
Cc: users@kannel.org
Subject: Re: problem with sqlbox

 

may be you sms is exceeding 160 characters and telco doesn't support
concatenation . 

Tushar wrote: 

Hello all,

 

I am running kannel version 1.4.1 with sqlbox patch and TLV
patch. I am having following problem with sqlbox :

 

 

Whenever I am trying to submit monotone or any other binary message with
UDH, e.g, let us consider a monotone with 

 

UDH =  0605041581

And 

DATA=
024A3A515195C9940400791CC512495412424E314492550490938C512495412424E314488498
498518520552560520498498498518520552560520498939039038C512612814494812824E20
E4144985205D855A51A55849854A00

 

Now whenever I am trying to send this message through sqlbox. I am getting
nothing on my phone when I checked the logs I found out that 

Sqlbox sent the message with following details:

 

UDH= 0605041581

And 

DATA = 024A3A515195C99404

 

I don't know what's happening but I think sqlbox is removing everything
after it gets "00" in UDH or data part.

If somebody got the same problem, Please help me to fix this.

 

 

 

Thanks and regards,

 

Tushar Chauhan

 



problem with sqlbox

2008-05-28 Thread Tushar
Hello all,

 

I am running kannel version 1.4.1 with sqlbox patch and TLV
patch. I am having following problem with sqlbox :

 

 

Whenever I am trying to submit monotone or any other binary message with
UDH, e.g, let us consider a monotone with 

 

UDH =  0605041581

And 

DATA=
024A3A515195C9940400791CC512495412424E314492550490938C512495412424E314488498
498518520552560520498498498518520552560520498939039038C512612814494812824E20
E4144985205D855A51A55849854A00

 

Now whenever I am trying to send this message through sqlbox. I am getting
nothing on my phone when I checked the logs I found out that 

Sqlbox sent the message with following details:

 

UDH= 0605041581

And 

DATA = 024A3A515195C99404

 

I don't know what's happening but I think sqlbox is removing everything
after it gets "00" in UDH or data part.

If somebody got the same problem, Please help me to fix this.

 

 

 

Thanks and regards,

 

Tushar Chauhan



Hindi SMS help ....

2008-04-23 Thread Tushar
Hi all,

 

 

I am using kannel to send bulk pushes. Am just trying to send SMS in
hindi language. Can anyone help me about the charset and coding for hindi
sms?

 

 

 

Thanks and regards,

 

Tushar Chauhan

Software Developer, Mobile team

Hungama Mobile(TM)

Mobile no: 09870650522

Mail: [EMAIL PROTECTED]

 



 

<>

dynamic addition and removal of new smscs

2007-09-07 Thread tushar
Hi all,

 

  I would like to know whether it is possible to add new SMSC accounts
to kannel while it is running and also removing accounts from it. If it is
possible then please help me out :-)

 

 

 

Thanks & Regards,

 

Tushar Chauhan 

 



sqlbox help needed...

2007-04-27 Thread tushar
Hi all,

 

I have installed sqlbox with kannel 1.4.1. The problem is that
the sqlbox process shuts down after 1 min and it has to be restarted again.

Furthermore, even though the tables send_sms and sent_sms have been create
in the database, the data is not entering in these tables within that 1 min
when sqlbox is alive.

 

If anybody got the same problem and solved it, please help me with this.

Thanx in Advance.

 

Regards

Tushar

 



CIMD2 dlr help needed.....

2007-04-24 Thread tushar
Hi All,

I m using cimd2 account and have set no-dlr=false. 

I m getting acknowledge for the messages I send but the dlrs are not getting
deleted for CIMD2 account.

While for SMPP everything is working fine. If any body has any solution
please reply ASAP.

 

Thanx in advance.

 

Regards,

Tushar



managing wap gateway.....

2007-04-20 Thread tushar
 

 

 Hi all,



   Is there any script out there for administrating WAP gateway for
managing users accessing through it?

   If anyone is having any reference links please send it to me.

 

Thanx and Regards

 

Tushar

 



full sent message in dlr...

2007-04-19 Thread tushar
 

 

 Hi,

 

 Can anyone tell me how to receive full sent message from the dlr. I am
getting dlrs but in that the message is only 20 bytes., I want to receive
full message in the dlr? How to do it?

 

Thanks in advance,

Tuhsar

 



multiple wapboxes and smsboxes

2007-04-04 Thread tushar
Hi,

 

   I have configured kannel successfully and it's running fine. But till now
I have done only the push part of kannel. 

Can anybody help me with the pull part? 

And also I need a help about how to start multiple wap and smsboxes?

 

 

I need it ASAP so please help me.:-(

 

Thanx and regards

 

Tushar Chauhan

 

 



OTA DLR help needed!!!

2007-04-03 Thread tushar
 

Hi all,

 

I am trying to configure ota-settings in kannel and also was
able to send it thru http, but the problem is that , the dlrs r not getting
saved at the time when I m sending message. If anybody knaow anything about
this please help. Message s r going but , dlrs are not getting saved.

 

HOW TO GET DLRs FOR OTA PUSH MESSAGES?

[:-(]

 

Thanx and regards,

Tushar



OTA DLR help needed!!!

2007-04-03 Thread tushar
Hi all,

 

I am trying to configure ota-settings in kannel and also was
able to send it thru http, but the problem is that , the dlrs r not getting
saved at the time when I m sending message. If anybody knaow anything about
this please help. Message s r going but , dlrs are not getting saved.[:-(]

 

Thanx and regards,

Tushar



Bookmark help...

2007-03-30 Thread tushar
Hi all

 

Can anybody help me with a simple script or any other help such as udh for
sending a bookmark to any cell phone..

 

Plz help me..

 

Thanx and regards,

 

Tushar

 



How to start multiple smsboxes and wapboxes???

2007-03-20 Thread tushar
Hi all,

 

   The configuration part of kannel is over , but now I would like to
know how to start multiple wapboxes and smsboxes.

 

If somebody could help me with it's configuration then plz help me..

 

 Shud I also start a new bearer box for this purpose? OR Can I use a
single instant of bearerbox to start multiple sms and wap boxes?

 

Plz help me..

 

 

 

Thanx and regards,

 

tushar

 



How to start multiple wap and sms boxes?

2007-03-20 Thread tushar
Hi all,

 

I have been using kannel since last 2 and a half months...The
configuration is over , but now I would like to know how to start multiple
wapboxes and smsboxes.

 

If somebody could help me with it's configuration then plz help me..

 

 Shud I also start a new bearer box for this purpose? OR Can I use a
single instant of bearerbox to start multiple sms and wap boxes?

 

Plz help me..

 

 

 

Thanx and regards,

 

tushar

 



multiple smsboxes and wapboxes....

2007-03-19 Thread tushar
Hi all,

 

I have been using kannel since last 2 and a half months...The
configuration is over , but now I would like to know how to start multiple
wapboxes and smsboxes.

 

If somebody could help me with it's configuration then plz help me..

 

Thanx and regards,

 

tushar



wap help.....

2007-03-15 Thread tushar
Hi all,

 

 

 I have configured kannel fully and using it as a wap gateway...but when
I try to access wap sites containing gif,wbmp, etc... or any kind of
images.I always get a warning like ...or  etc .. not
supported

 

 Does kannel support images or not.and if yes ..wot shud I do to remove
thjis warning message.

 

I m using Winwap 3.2 and connecting to kannel in connected mode and not in
connectionless mode...

 

Anybody who has got same time of warning plz help me out..

 

Thanx and regards,

 

Tushar..



Is this TON or NPI conf problem?

2007-03-13 Thread tushar
Hi all,

If the sender address is just the short code without suffix [eg ], it is 
being delivered fine but if it is suffixed with 4 digits [eg 2345], the 
sender address that ends up at the user's mobile is prefixed with + as well as 
4 extra digits [eg +1888].

the values in my conf files are:-

source TON  = 0
source NPI = 1
dest TON = 1
dest NPI = 1

Is it a problem with my kannel conf values or is it a SMSc conf issue?

Best regards to all,
Tushar




content type problem in wap gateway....

2007-03-06 Thread Tushar
Hi all,

  I have been using kannel since a long time..I am able to access
wap pages thru kannel wap gateway but the problem I m getting is 

Images are not shown on the wap page. The warning I m getting is like:

 

WARNING: WSP: content-type  not supported

 

Images are not being supported by gateway..

 

 

I think this is b'coz I m using a cimd2 smsc account. What u guys have to
say about it? Plz help me out ..  

 

Thanx and Regards,

 

Tushar

 



wapbox help needed...

2007-03-04 Thread Tushar
Hi all,

 

 I have configured wapbox as well as ppg but ,I m not getting how to
access wap pages thru kannel ...can anybody help me please.

The http server of kannel is alredy running on my system , so is there any
specific location for storing wml pages? If not then plz tell me how to
access wap pages , and if yes then plz help me with theroght path where I
should store the wap pages

 

 

Thanx in advance,

 

Ragards ,

 

tushar



message reception help.....

2007-02-28 Thread Tushar
 

 

Hi all,

   I m using kannel for along time now but m unable to receive
messages..i m connecting using cimd2 and smpp smscs . If somebody cud help
me with the configuration for receiving messages then it would b really
helpful .

 

   Plz send me the configuration file if possible

 

 

Thanx and regards,

 

Tushar



sms-service help

2007-02-28 Thread Tushar
Hi all

 

  I wanted to know about the sms-service group more clearly..

  If I want to make a keyword live, wot exactly should I do. :

 

The group configured by me is as below:

 

#SMS-SERVICE group

group = sms-service

keyword = abcdef

catch-all = true

accept-x-kannel-headers = true

#text = "reply  is here %k"

post-url = "http://some_wap_page.com";

max-messages = 3

 

 

   Only sms-service will help or some other group is also related to it. Plz
help me .

 

Thanks and regards,

Tushar  



keyword and wapbox help needed

2007-02-27 Thread Tushar
Hi all,

 

  I have been using kannel since 1.5 months and it is running fine now. 

 

  Till now I was configuring everything for the sms box in which I m
still stuck with key-word replies.

 

  Now I wanted to know wot services wapbox could provide? I have
configured wapbox also..but don't know till now wot to do with it.

 

  Can anybody help me out please..[:-(:-(:-(:-(:-(

 

Thanks and regards,

 

Tushar 



DRM help!!!

2007-02-20 Thread Tushar
 

 

Hi all,

 

   I m trying to use kannel for commercial purpose. Can anybody help me
with the headers of DRM content..?

If any 1  can ,it wud be really great..

 

Thanks in advance,

 

tushar



help me please....

2007-02-13 Thread Tushar
 

 

Hi all,

 

 

   I m using kannel from last 1 month. I am able to send sms, wap push thru
kannel, but unable to receive any messages. Plz help me with the
configuration for receiving messages. Even I m not receiving DLRs. The
following is the log of bearerbox:

 

 

 

2007-02-07 17:15:51 [15840] [7] DEBUG:Octet string at 0x81cc2f0:

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  len:  113

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  size: 114

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  immutable: 0

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 69 64 3a 34 35 43 42

> 38 44 35 39 20 73 75 62 3a   id:45CB8D59 sub:

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 20 20 30 20 64 6c 76

> 72 64 3a 20 20 30 20 73 75 0 dlvrd:  0 su

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 62 6d 69 74 20 64 61

> 74 65 3a 30 37 30 32 30 37   bmit date:070207

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 31 36 35 38 20 64 6f

> 6e 65 20 64 61 74 65 3a 30   1658 done date:0

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 37 30 32 30 37 31 36

> 35 39 20 73 74 61 74 3a 44   702071659 stat:D

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 45 4c 49 56 52 44 20

> 65 72 72 3a 30 30 30 20 54   ELIVRD err:000 T

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 65 78 74 3a 74 65 73

> 74 20 6d 65 73 73 61 67 65   ext:test message

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 34

> 4

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:Octet string dump ends.

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:   message_state: 2 = 0x0002

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG:   receipted_message_id:

> "45CB8D59"

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG: SMPP PDU dump ends.

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG: SMPP[mysmpp] handle_pdu, got 

> DLR

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG: DLR[mysql]: Looking for DLR 

> smsc=mysmpp, ts=45CB8D59, dst=919820245371, type=1

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG: sql: SELECT mask, service, url, 

> source, destination, boxc FROM dlr WHERE smsc='mysmpp' AND 

> ts='45CB8D59';

> 

> 2007-02-07 17:15:51 [15840] [7] DEBUG: no rows found

> 

> 2007-02-07 17:15:51 [15840] [7] WARNING: DLR[mysql]: DLR for 

> DST<919820245371> not found.

> 

> 2007-02-07 17:15:51 [15840] [7] ERROR: SMPP[mysmpp]: got DLR but could 

> not find message or was not interested in it id<45CB8D59> 

> dst<919820245371>, type<1>

> 

> 

 

 

 

Thanks and regards,

Tushar

 



Unable to receive messages....

2007-02-08 Thread Tushar
Hi,

 

  Still I m unable to receive messages...plz have a look at my
configuration file:

 

group = core

admin-port=13000

smsbox-port = 13001

wapbox-port = 13002

admin-password =pass

wdp-interface-name = "*"

log-file = "/tmp/bearerbox.log"

log-level = 0

dlr-storage = mysql

store-file = "/tmp/storefile"

 

group = wapbox

bearerbox-host = localhost

log-file = "/tmp/wapbox.log"

log-level = 0

syslog-level = none

access-log = "/tmp/wapaccess.log"

 

group = smsbox

smsbox-id = dlrbox

#admin-password = pass

bearerbox-host = localhost

sendsms-port = 13131

log-file = "/tmp/smsbox.log"

log-level = 0

access-log = "/tmp/smsbox-access.log"

 

 

#SMSC SMPP

group = smsc

smsc = smpp

smsc-id = mysmpp

host = 60.36.229.70

port = 5345

receive-port = 5345

smsc-username = uname 

smsc-password = pass

system-type = "VMA"

#tranceiver-mode = 1 

address-range = ""

msg-id-type = 0x03

 

 

#SMSC NOKIA CIMD2

#group = smsc

#smsc = cimd2

#smsc-id = hungama

#host = 203.150.37.170

#port = 9971

#smsc-username = uname

#smsc-password = pass

#throughput = 10

#keepalive = 10

#no-dlr = false

 

 

 

 

 

#smsbox routing

group = smsbox-route

smsbox-id = dlrbox

smsc-ids = "mysmpp"

shortcuts = "" 

 

#SMS service GROUP

group = sms-service

keyword = default

catch-all = true

get-url = http://www.google.com

max-messages = 1

 

#SENDsms GROUP 

group = sendsms-user

username = uname

password = pass

default-sender=""

concatenation = true

#dlr-mask=7

dlr-url="*"

 

#MYSQL-CONNECTION group

group = mysql-connection

id = mydlr

host = localhost

username = ""

password = ""

database = dlr

max-connections = 1

 

 

#DLR_DB Group

group = dlr-db

id = mydlr

table = dlr

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 = ppg

#ppg-url = /push/miep_normal

ppg-port = 7080

#ppg-allow-ip = 172.17.60.28

concurrent-pushes = 100

trusted-pi = true

service-name = ppg

ppg-smsbox-id = dlrbox

default-dlr-url = "*" 

 

 

 

 

 

 

 

group = test-ppg

retries = 2

pi-ssl = no

#ssl-client-certkey-file = /etc/kannel/certkey.pem

 

 

 

#SMS-SERVICE group

group = sms-service

keyword = www

catch-all = true

get-url = "http://www.google.com";

max-messages = 1



RE: DLR help

2007-02-07 Thread Tushar
Hi,

 

I tried for all the options of msg-id-type but it didn't work out. So plz
help me out with this DLR stuff

 

Thanx and regards,

tushar

 

  _  

From: Ben Suffolk [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 08, 2007 12:16 AM
To: Tushar
Cc: users@kannel.org
Subject: Re: DLR help

 

Hi Tushar,

 

I think your problem is maybe related to the message being returned in hex.
You need to look at the bit in the same log where the message is submitted
and what is stored in the DLR table. Sometimes the message ID format is
different in the submit_resp PDU than in the deliver_sm PDU.

 

There is a setting called msg-id-type that you might want to look up in the
userguide.

 

Regards

 

Ben



---

On 7 Feb 2007, at 12:14, Tushar wrote:





Hi all,

 

   I m configuring kannel message reception. The DLRs received by
kannel is not getting saved MYSQL.. The log of bearerbox is as follows:-

 

Please help me with the configuration of DLRs...

 

2007-02-07 17:15:51 [15840] [7] DEBUG:Octet string at 0x81cc2f0:

2007-02-07 17:15:51 [15840] [7] DEBUG:  len:  113

2007-02-07 17:15:51 [15840] [7] DEBUG:  size: 114

2007-02-07 17:15:51 [15840] [7] DEBUG:  immutable: 0

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 69 64 3a 34 35 43 42 38 44
35 39 20 73 75 62 3a   id:45CB8D59 sub:

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 20 20 30 20 64 6c 76 72 64
3a 20 20 30 20 73 75 0 dlvrd:  0 su

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 62 6d 69 74 20 64 61 74 65
3a 30 37 30 32 30 37   bmit date:070207

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 31 36 35 38 20 64 6f 6e 65
20 64 61 74 65 3a 30   1658 done date:0

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 37 30 32 30 37 31 36 35 39
20 73 74 61 74 3a 44   702071659 stat:D

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 45 4c 49 56 52 44 20 65 72
72 3a 30 30 30 20 54   ELIVRD err:000 T

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 65 78 74 3a 74 65 73 74 20
6d 65 73 73 61 67 65   ext:test message

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 34
4

2007-02-07 17:15:51 [15840] [7] DEBUG:Octet string dump ends.

2007-02-07 17:15:51 [15840] [7] DEBUG:   message_state: 2 = 0x0002

2007-02-07 17:15:51 [15840] [7] DEBUG:   receipted_message_id: "45CB8D59"

2007-02-07 17:15:51 [15840] [7] DEBUG: SMPP PDU dump ends.

2007-02-07 17:15:51 [15840] [7] DEBUG: SMPP[mysmpp] handle_pdu, got DLR

2007-02-07 17:15:51 [15840] [7] DEBUG: DLR[mysql]: Looking for DLR
smsc=mysmpp, ts=45CB8D59, dst=919820245371, type=1

2007-02-07 17:15:51 [15840] [7] DEBUG: sql: SELECT mask, service, url,
source, destination, boxc FROM dlr WHERE smsc='mysmpp' AND ts='45CB8D59';

2007-02-07 17:15:51 [15840] [7] DEBUG: no rows found

2007-02-07 17:15:51 [15840] [7] WARNING: DLR[mysql]: DLR for
DST<919820245371> not found.

2007-02-07 17:15:51 [15840] [7] ERROR: SMPP[mysmpp]: got DLR but could not
find message or was not interested in it id<45CB8D59> dst<919820245371>,
type<1>





 



DLR help

2007-02-07 Thread Tushar
Hi all,

 

   I m configuring kannel message reception. The DLRs received by
kannel is not getting saved MYSQL.. The log of bearerbox is as follows:-

 

Please help me with the configuration of DLRs...

 

2007-02-07 17:15:51 [15840] [7] DEBUG:Octet string at 0x81cc2f0:

2007-02-07 17:15:51 [15840] [7] DEBUG:  len:  113

2007-02-07 17:15:51 [15840] [7] DEBUG:  size: 114

2007-02-07 17:15:51 [15840] [7] DEBUG:  immutable: 0

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 69 64 3a 34 35 43 42 38 44
35 39 20 73 75 62 3a   id:45CB8D59 sub:

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 20 20 30 20 64 6c 76 72 64
3a 20 20 30 20 73 75 0 dlvrd:  0 su

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 62 6d 69 74 20 64 61 74 65
3a 30 37 30 32 30 37   bmit date:070207

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 31 36 35 38 20 64 6f 6e 65
20 64 61 74 65 3a 30   1658 done date:0

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 37 30 32 30 37 31 36 35 39
20 73 74 61 74 3a 44   702071659 stat:D

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 45 4c 49 56 52 44 20 65 72
72 3a 30 30 30 20 54   ELIVRD err:000 T

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 65 78 74 3a 74 65 73 74 20
6d 65 73 73 61 67 65   ext:test message

2007-02-07 17:15:51 [15840] [7] DEBUG:  data: 34
4

2007-02-07 17:15:51 [15840] [7] DEBUG:Octet string dump ends.

2007-02-07 17:15:51 [15840] [7] DEBUG:   message_state: 2 = 0x0002

2007-02-07 17:15:51 [15840] [7] DEBUG:   receipted_message_id: "45CB8D59"

2007-02-07 17:15:51 [15840] [7] DEBUG: SMPP PDU dump ends.

2007-02-07 17:15:51 [15840] [7] DEBUG: SMPP[mysmpp] handle_pdu, got DLR

2007-02-07 17:15:51 [15840] [7] DEBUG: DLR[mysql]: Looking for DLR
smsc=mysmpp, ts=45CB8D59, dst=919820245371, type=1

2007-02-07 17:15:51 [15840] [7] DEBUG: sql: SELECT mask, service, url,
source, destination, boxc FROM dlr WHERE smsc='mysmpp' AND ts='45CB8D59';

2007-02-07 17:15:51 [15840] [7] DEBUG: no rows found

2007-02-07 17:15:51 [15840] [7] WARNING: DLR[mysql]: DLR for
DST<919820245371> not found.

2007-02-07 17:15:51 [15840] [7] ERROR: SMPP[mysmpp]: got DLR but could not
find message or was not interested in it id<45CB8D59> dst<919820245371>,
type<1>



Re: dlr-url + mysql + reception

2007-02-07 Thread Tushar
Hi,  

 

  This is my configuration file:

 

group = core

admin-port=13000

smsbox-port = 13001

wapbox-port = 13002

admin-password = hungama

wdp-interface-name = "*"

log-file = "/tmp/bearerbox.log"

log-level = 0

 

group = wapbox

bearerbox-host = localhost

log-file = "/tmp/wapbox.log"

log-level = 0

syslog-level = none

access-log = "/tmp/wapaccess.log"

 

group = smsbox

smsbox-id = dlrbox

#admin-password = hungama

bearerbox-host = localhost

sendsms-port = 13131

log-file = "/tmp/smsbox.log"

log-level = 0

access-log = "/tmp/smsbox-access.log"

 

# Fake SMSC configuration

#group = smsc

#smsc = fake

#smsc-id = FAKE

#port = 1

#connect-allow-ip = 127.0.0.1

 

 

 

#SMSC SMPP

group = smsc

smsc = smpp

host = 66.36.229.70

port = 7771

smsc-username =get

smsc-password = set

system-type = "VMA"

address-range = ""

 

 

 

#smsbox routing

#group = smsbox-route

#smsbox-id = dlrbox

#shortcuts = 9870145145 

 

#SMS service GROUP

group = sms-service

keyword = default

get-url = http://www.google.com

 

#SENDsms GROUP 

group = sendsms-user

username = hungama

password = hungama

default-sender=PHPsms

concatenation = true

 

# SMSC Nokia CIMD2

#group = smsc

#smsc = cimd2

#host = 172.25.48.20

#port = 9971

#smsc-username = my_user_wap

#smsc-password = my_pass_wap

#throughput = 10

#keepalive = 60

#no-dlr = false

 

#group = ppg

#ppg-url = /push/miep_normal

#ppg-port = 7080

#ppg-allow-ip = 172.17.60.28

#concurrent-pushes = 100

#trusted-pi = true

#service-name = ppg

#ppg-smsbox-id = dlrbox

#default-dlr-url = "http://172.16.15.30/dls_notifications/notify.php"; [^]

 

#group = wap-push-user

#wap-push-user = dimitris

#ppg-username = my_user

#ppg-password = my_pass

 

 

 

 

 

 

 

>Why don't u start shared your kannel configuration to others?

 

>On 2/7/07, Tushar <[EMAIL PROTECTED]> wrote:

> 

> 

> 

> 

> 

> 

> Hi all,

> 

> 

> 

> I am unable to get DLRs in mysql database and even not not able to 

> set dlr-url...and also unable to receive any messages in kanel. Plz 

> somebody help me.

> 

> 

> 

> 

> 

> Thanx and Regards,

> 

> tushar

> 

> 

> 

> 

 

 

 

 

 

 

 



dlr-url + mysql + reception

2007-02-07 Thread Tushar
 

Hi all,

 

I am unable to get DLRs in mysql database and even not not able to set
dlr-url...and also unable to receive any messages in kanel. Plz somebody
help me.

 

 

Thanx and Regards,

tushar

 

   



Message recieving help needed....

2007-02-07 Thread Tushar
 

 

 

Hi all,

 

 

   I m using kannel from last 1 month. I am able to send sms, wap push thru
kannel, but unable to receive any messages. Plz help me with the
configuration for receiving messages.

 

Thanks and regards,

Tushar



Message recieving help needed....

2007-02-06 Thread Tushar
 

 

Hi all,

 

 

   I m using kannel from last 1 month. I am able to send sms, wap push thru
kannel, but unable to receive any messages. Plz help me with the
configuration for receiving messages.

 

Thanks and regards,

Tushar



Mysql DLR help needed...

2007-02-01 Thread Tushar
 

Hi All,

 

I m using kannel since last 1 month. I try to connect to mysql thru
kannel for storing the DLRs but I got the following error.:-

 

2007-02-01 15:33:57 [6148] [0] INFO: Debug_lvl = -1, log_file = ,
log_lvl = 0

2007-02-01 15:33:57 [6148] [0] ERROR: MYSQL: can not connect to database!

2007-02-01 15:33:57 [6148] [0] ERROR: MYSQL: Access denied for user
'[EMAIL PROTECTED]' (using password: YES)

2007-02-01 15:33:57 [6148] [0] PANIC: DLR: MySQL: database pool has no
connections!

2007-02-01 15:33:57 [6148] [0] PANIC: bearerbox(gw_panic+0xfd) [0x80b235d]

2007-02-01 15:33:57 [6148] [0] PANIC: bearerbox(dlr_init_mysql+0x2db)
[0x805d28b]

2007-02-01 15:33:57 [6148] [0] PANIC: bearerbox(dlr_init+0x88) [0x805b724]

2007-02-01 15:33:57 [6148] [0] PANIC: bearerbox(main+0xdc) [0x8052b14]

2007-02-01 15:33:57 [6148] [0] PANIC:
/lib/tls/libc.so.6(__libc_start_main+0xd3) [0x5c0e23]

2007-02-01 15:33:57 [6148] [0] PANIC: bearerbox [0x8051cd1]

 

Although I m workin at root , why I m getting such a problem?

If anybody can help me plz do it , coz I need the whole kannel functioning
soon...

Plz mail ASAP.

 

Thanx and Regards,

 

Tushar

 



general help..

2007-01-24 Thread Tushar
Hi,

 

  How cud I send a message to kannel-admin  from a cell?

 I have configured it to send message from admin to cell.

Plz help me out..

 

 

Thanx and Regards,

 

Tushar

 

 

 



error...

2007-01-24 Thread Tushar
Hi,

 

 

 I configured kannel and it was workin fine..later from last few hours I
m getting this error:

 

 

2007-01-24 15:29:14 [27421] [6] ERROR: connect failed

2007-01-24 15:29:14 [27421] [6] ERROR: System error 113: No route to host

2007-01-24 15:29:14 [27421] [6] ERROR: error connecting to server
`66.36.229.70' at port `'

2007-01-24 15:29:14 [27421] [6] ERROR:
SMPP[SMPP:66.36.229.70:/:hungama1:VMA]: Couldn't connect to server.

2007-01-24 15:29:14 [27421] [6] ERROR:
SMPP[SMPP:66.36.229.70:/:hungama1:VMA]: Couldn't connect to SMS
center (retrying in 10 seconds).

 

 

 

 

Can somebody explain me wot a kind of error is this and how shud I get rid
of it?

 

Thanx and Regards,

 

Tushar



generel query....

2007-01-23 Thread Tushar
 

Hi all,

 

 

  I have configured kannel for both SMPP and CIMD, but have tested them
separately. Can I use bothe smsc configuration in same file? OR do I have to
start separate bearerbox for both respectively?

 

Plz help me out.. :-(

 

 

 

Thanx and regards,

Tushar

 



CIMD2 HELP needed

2007-01-23 Thread Tushar
Hi all,

 

 

I have configured CIMD2 but am unable to send sms thru it. I m getting
the following error:

 

 

 

2007-01-23 18:30:41 [12872] [6] ERROR: CIMD2[(null)]: Submit message
response contained error message:

2007-01-23 18:30:41 [12872] [6] ERROR: code 321: Unknown error

 

Wot is this error can anybody explain it to me? Please help me out.:-(:-(:-(

 

 

 

Thanx and regards,

 

Tushar 



Java help needed...

2007-01-22 Thread Tushar
 

 

Hi all,

 

I want to develop the Admin for kannel in JAVA using JSP/Servlets. Can
anybody help me with the connectivity in java with kannel.

 

Plz help me..

 

Thanks and regards,

Tushar



Wap push help!!!

2007-01-18 Thread Tushar
Hi,

 

 

I tried to configure PPG but then also I was unable to send a web push...Can
u help me with the configuration settings...and more over plz tell me, wot I
have to do for sending a push?

 

 

Thanks and regards,

 

Tushar

 



Polyphonic ringtones..

2007-01-18 Thread Tushar
Hi all,

 

I m new to kannel and want to know how to send wap links and
poluphonic ringtones thru kannel...Plz help me.

 

 

Thanx,

 

Tushar

 

 



Picture Message Help....

2007-01-17 Thread Tushar
Hi all,

 

I m workin with kannel since a month now...I m stuck with picture
messages.

Can somebody send me any help for sending picture messages, Header info
etc..

 

 

 

Thanks,

 

 

Tushar



Help

2007-01-17 Thread Tushar
Hi all,

 

 

  Can anyone help me out from this.. How to send a picture message from
Kannel..plz?

 

 

Thanx and Regards,

Tushar



Help needed

2007-01-16 Thread Tushar
Hi all,

 

 

 

   I have configured Kannel and it  since last 1 month. I need to have a
look at the code so tht I cud participate in it's development and for that I
need the tree structure of Kannel code ..I mean the the whole structure
depicting, who calls whom and wich is the main one?

 

 

I am really interested in getting involved. So help me Plz.

 

 

Thanx and Regards,

 

Tushar.



Require help....

2007-01-11 Thread Tushar
 

Hi all,

 

I have configured kannel and even able to send Smses thru it. I
wanted to know that whether kannel supported transfers of pictures,
ringtones etc. If yes then plz help me with some sort of code.

 

Thanks and regards,

 

Tushar

 



Require Kannel

2007-01-10 Thread Tushar
Hi All,

 

   I have installed and configured kannel successfully.

 

   But I m unable to send Sms using the sendsms interface given in
php-admin/

   

   So plz help me with the code for sending sms thru kannel.

 

   Plz help me..[:'-(]

 

Thanks,

 

 

Tushar



Help

2007-01-02 Thread Tushar
Hi ,

 

 I m a new one in this mailing list. I am unable to configure
Kannel successfully. If any body cud help me with the configuration file,
plz help me. Also need help for the configuration of SMSC.

 

Thanking You,

 

Tushar