Re: Changing dest-addr-ton for sending SMS

2006-02-27 Thread Chronis Nikos
I updated my Kannel to CVS version.

Unfortunelaly,
the dest-addr-ton doesn't change to another value than 2
(I still have dest-addr-ton = 2 on the DEBUG logfile)

Any idea?
Best regards,
Nikos
- Original Message - 
From: "Stipe Tolj" <[EMAIL PROTECTED]>
To: "Chronis Nikos" <[EMAIL PROTECTED]>
Sent: Sunday, February 26, 2006 6:57 PM
Subject: Re: Changing dest-addr-ton for sending SMS


> Chronis Nikos wrote:
>
> > Hello,
> >
> > No, I am runing the 1.4.0.
> > How should I upgrade to CVS with my debian linux (the safer way)?
>
> Nikos,
>
> you can find the "download" instructions of the cvs head version on the
download
> page on our web site.
>
> Simply checkout the cvs version and compile.
>
> Stipe
>
> ---
> Kölner Landstrasse 419
> 40589 Düsseldorf, NRW, Germany
>
> tolj.org system architecture  Kannel Software Foundation (KSF)
> http://www.tolj.org/  http://www.kannel.org/
>
> mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
> ---
>




How to activate submit_sm parameter?

2006-02-27 Thread Chronis Nikos



Hello,
 
How to activate for exemple some SPECIFIC parameter 
of submit_sm like "registered_delivery" field.
Still now, I cannot change the dest-addr-ton 
from the config file. WHY?
 
(I own the last CVS)
 
Best Regards,
Nikos


SQL BOX

2006-02-27 Thread Chronis Nikos



Hello,
 
I just understand that the SQLbox can only delivery 
1 message per second!
I am correct?
 
Regards,
Nikos


Re: SQL BOX

2006-02-27 Thread Alejandro Ramírez


Nikos, I dont beleive that is the case... im using SQLbox with a 
throughput much much higher than that successfully!


Good luck

Alejandro Ramirez

Chronis Nikos wrote:


Hello,
 
I just understand that the SQLbox can only delivery 1 message per second!

I am correct?
 
Regards,

Nikos







Mbuni Vs. Kannel, with respect to MMS via SMTP

2006-02-27 Thread dave
Hi all,

It looks like this week I might actually be able to begin working on my
Kanel project this week.. I've been trying to start a project with Kannel
for 2 months now.. Never, ever take on an Assembly Language project :)

I ran across Mbuni which looks like it's based off of the Kannel library..

I'm wanting to setup a system for basic two-way SMS messages, but allow
the user to reply with a picture attached (Making it a MMS, I would
suppose)..

I hope to build it into an SMTP/POP3 interface, as that's what my existing
code base is using (Using a paid SMS Gateway provider).

Does anyone have a recommendation on if either software would offer a
clear advantage?

Thanks
David




Re: SQL BOX

2006-02-27 Thread Chronis Nikos

Dear Alejandro,

Log file of my mysql.log
060227 20:40:16   67966 Query   SELECT sql_id, momt, sender, receiver, 
udhdata, msgdata, time, smsc_id, service, account, id, sms_type, mclass, 
mwi, coding, compress, validity, deferred, dlr_mask, dlr_url, pid, alt_dcs, 
rpi, charset, boxc_id, binfo FROM queue LIMIT 0,1
060227 20:40:17   67966 Query   SELECT sql_id, momt, sender, receiver, 
udhdata, msgdata, time, smsc_id, service, account, id, sms_type, mclass, 
mwi, coding, compress, validity, deferred, dlr_mask, dlr_url, pid, alt_dcs, 
rpi, charset, boxc_id, binfo FROM queue LIMIT 0,1


You can see, every second a check is done "BUT" with a Limit of 1 (one)!
That's for why I told is this only 1 SMS/sec

This is not I do not trust you, but I trust better my log =)
Any other feedback ?

Regards,
Nikos

- Original Message - 
From: "Alejandro Ramírez" <[EMAIL PROTECTED]>

To: "Chronis Nikos" <[EMAIL PROTECTED]>
Cc: 
Sent: Monday, February 27, 2006 7:04 PM
Subject: Re: SQL BOX




Nikos, I dont beleive that is the case... im using SQLbox with a 
throughput much much higher than that successfully!


Good luck

Alejandro Ramirez

Chronis Nikos wrote:


Hello,
 I just understand that the SQLbox can only delivery 1 message per 
second!

I am correct?
 Regards,
Nikos











RE: SQL BOX

2006-02-27 Thread Rene Kluwen
Maybe I can shed some light on this.
SQLBox checks every second on items in the queue table.
If there are no items, it sleeps for another second.
If there ARE items, no sleeping is done and SQLBox continues with the next
message.

It's been a long time since I've even looked at the code though. So correct
me if I am wrong.

Rene Kluwen
Chimit


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Chronis Nikos
Sent: maandag 27 februari 2006 20:35
To: Alejandro Ramírez
Cc: users@kannel.org
Subject: Re: SQL BOX


Dear Alejandro,

Log file of my mysql.log
060227 20:40:16   67966 Query   SELECT sql_id, momt, sender, receiver,
udhdata, msgdata, time, smsc_id, service, account, id, sms_type, mclass,
mwi, coding, compress, validity, deferred, dlr_mask, dlr_url, pid, alt_dcs,
rpi, charset, boxc_id, binfo FROM queue LIMIT 0,1
060227 20:40:17   67966 Query   SELECT sql_id, momt, sender, receiver,
udhdata, msgdata, time, smsc_id, service, account, id, sms_type, mclass,
mwi, coding, compress, validity, deferred, dlr_mask, dlr_url, pid, alt_dcs,
rpi, charset, boxc_id, binfo FROM queue LIMIT 0,1

You can see, every second a check is done "BUT" with a Limit of 1 (one)!
That's for why I told is this only 1 SMS/sec

This is not I do not trust you, but I trust better my log =)
Any other feedback ?

Regards,
Nikos

- Original Message -
From: "Alejandro Ramírez" <[EMAIL PROTECTED]>
To: "Chronis Nikos" <[EMAIL PROTECTED]>
Cc: 
Sent: Monday, February 27, 2006 7:04 PM
Subject: Re: SQL BOX


>
> Nikos, I dont beleive that is the case... im using SQLbox with a
> throughput much much higher than that successfully!
>
> Good luck
>
> Alejandro Ramirez
>
> Chronis Nikos wrote:
>
>> Hello,
>>  I just understand that the SQLbox can only delivery 1 message per
>> second!
>> I am correct?
>>  Regards,
>> Nikos
>
>
>
>
>







Re: SQL BOX

2006-02-27 Thread Alejandro Guerrieri
I'm pushing tenths of messages per second with SQLBOX, and I think
that's because I've throttled the smpp connections...

Surely SQLBOX can do far more than a message per second. That's for sure.

Hope it helps,

Alejandro

On 2/27/06, Rene Kluwen <[EMAIL PROTECTED]> wrote:
> Maybe I can shed some light on this.
> SQLBox checks every second on items in the queue table.
> If there are no items, it sleeps for another second.
> If there ARE items, no sleeping is done and SQLBox continues with the next
> message.
>
> It's been a long time since I've even looked at the code though. So correct
> me if I am wrong.
>
> Rene Kluwen
> Chimit
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Chronis Nikos
> Sent: maandag 27 februari 2006 20:35
> To: Alejandro Ramírez
> Cc: users@kannel.org
> Subject: Re: SQL BOX
>
>
> Dear Alejandro,
>
> Log file of my mysql.log
> 060227 20:40:16   67966 Query   SELECT sql_id, momt, sender, receiver,
> udhdata, msgdata, time, smsc_id, service, account, id, sms_type, mclass,
> mwi, coding, compress, validity, deferred, dlr_mask, dlr_url, pid, alt_dcs,
> rpi, charset, boxc_id, binfo FROM queue LIMIT 0,1
> 060227 20:40:17   67966 Query   SELECT sql_id, momt, sender, receiver,
> udhdata, msgdata, time, smsc_id, service, account, id, sms_type, mclass,
> mwi, coding, compress, validity, deferred, dlr_mask, dlr_url, pid, alt_dcs,
> rpi, charset, boxc_id, binfo FROM queue LIMIT 0,1
>
> You can see, every second a check is done "BUT" with a Limit of 1 (one)!
> That's for why I told is this only 1 SMS/sec
>
> This is not I do not trust you, but I trust better my log =)
> Any other feedback ?
>
> Regards,
> Nikos
>
> - Original Message -
> From: "Alejandro Ramírez" <[EMAIL PROTECTED]>
> To: "Chronis Nikos" <[EMAIL PROTECTED]>
> Cc: 
> Sent: Monday, February 27, 2006 7:04 PM
> Subject: Re: SQL BOX
>
>
> >
> > Nikos, I dont beleive that is the case... im using SQLbox with a
> > throughput much much higher than that successfully!
> >
> > Good luck
> >
> > Alejandro Ramirez
> >
> > Chronis Nikos wrote:
> >
> >> Hello,
> >>  I just understand that the SQLbox can only delivery 1 message per
> >> second!
> >> I am correct?
> >>  Regards,
> >> Nikos
> >
> >
> >
> >
> >
>
>
>
>
>
>


--
Alejandro Guerrieri
Magicom
http://www.magicom-bcn.net/



Re: How to activate submit_sm parameter?

2006-02-27 Thread Alejandro Guerrieri
Set dlr-mask and dlr-url and kannel will set the registered-delivery
accordingly.

Check the user guide for details.

Hope it helps.

Alejandro Guerrieri

On 2/27/06, Chronis Nikos <[EMAIL PROTECTED]> wrote:
> Hello,
>
> How to activate for exemple some SPECIFIC parameter of submit_sm like
> "registered_delivery" field.
> Still now, I cannot change the dest-addr-ton from the config file. WHY?
>
> (I own the last CVS)
>
> Best Regards,
> Nikos


--
Alejandro Guerrieri
Magicom
http://www.magicom-bcn.net/



Re: Mbuni Vs. Kannel, with respect to MMS via SMTP

2006-02-27 Thread Hanna Kreitem
Dear David,

Kannel doesn't include MMS capabilities, thus you won't be able to get reply 
as MMS pic. Mbuni simply adds MMS capabilities to Kannel, so if you intend to 
recieve MMS, you will need to use mbuni.

Regards,
Hanna Kreitem


On Monday 27 February 2006 15:21, [EMAIL PROTECTED] wrote:
> Hi all,
>
> It looks like this week I might actually be able to begin working on my
> Kanel project this week.. I've been trying to start a project with Kannel
> for 2 months now.. Never, ever take on an Assembly Language project :)
>
> I ran across Mbuni which looks like it's based off of the Kannel library..
>
> I'm wanting to setup a system for basic two-way SMS messages, but allow
> the user to reply with a picture attached (Making it a MMS, I would
> suppose)..
>
> I hope to build it into an SMTP/POP3 interface, as that's what my existing
> code base is using (Using a paid SMS Gateway provider).
>
> Does anyone have a recommendation on if either software would offer a
> clear advantage?
>
> Thanks
> David

-- 
Mobile Information Services, MobIS
The Palestine Information & Communications Technology Incubator (PICTI) 
Al-Sheikh Commercial Tower - 4th Fl., Al-Bireh, Palestine
Tel: +970.2.240.9290 ext: 144
Fax: +970.2.240.9294

www.mobis.ps



sending Jad files

2006-02-27 Thread Hanna Kreitem
Hello,

I am using sendsms with modified udh to send wap push messages. and looking 
for a better way to send users link to purchased online games, is there a way 
to send JAD files to users?, I have an SMSC connection.

Thank you,
-- 
Hanna Kreitem