Re: HTTP Proxy With SSL

2005-04-07 Thread Jonathan Houser
 I have HTTP proxy enabled in my copy of Kannel:
http-proxy-host = localhost
http-proxy-port = 9401
 ...and I've just discovered that it breaks SSL.  I've tried to 
access the same secure site with HTTP proxy turned off, and it works 
fine.  So I'm wondering if anyone else actually has SSL working through 
an HTTP proxy.  I'm using Apache as my proxy.  Thanks in advance.
 I've now got a patch to add an 'http-proxy-port-exceptions' check 
in there so you can do something like...

   http-proxy-port-exceptions = 443
...in your config file.  I've tested it and it works fine.  I'm just 
waiting for my previous patch (regarding the Content-Length of 0) to be 
applied so I can re-sync and do my 'cvs diff'.

Jon


daemontools

2005-04-07 Thread Nicolas de Bari Embriz G. R.
I have installed kannel on freebsd 4.11 but i dont see any start-stop script, 
can some one share an start/stop script using  daemontools or any other 
alternative under freebsd

regards



SMSBOXES and BEARERBOXES

2005-04-07 Thread Rafael Ugolini
How can i use more than one smsbox and bearerbox in the same instance of 
kannel ?



Re: SMSBOXES and BEARERBOXES

2005-04-07 Thread Jonathan Houser
  Rafael,
   I think you are talking about distinct instances of Kannel.
   I suppose that starting bearerbox and smsbox with different config 
files would be enough (so that listening ports will not conflict among 
instances). I haven't tested it (yet). Maybe someone already has.
 Yeah, that works fine.  I'm running the normal Kannel as well as 
one I've patched for CDMA data_sm both on the same box using different 
config files.

Jon


DLR report?

2005-04-07 Thread Alejandro J . Ramírez














Hi All!



    Im living using Kannel a lot but as a newbie i
have lots of questions One is Where are the DLR reports stored? I
have it set up as INTERNAL, but where is this stored?? Is it an
specific file?? 



Thank you so much!!





Alejandro Ramírez








Re: DLR report?

2005-04-07 Thread Rodrigo Cremaschi
INTERNAL means RAM.
- Original Message - 
From: Alejandro J. Ramírez
To: users@kannel.org
Sent: Thursday, April 07, 2005 5:30 PM
Subject: DLR report?



Hi All!
   I'm living using Kannel a lot but as a newbie. i have lots of 
questions. One is. Where are the DLR reports stored? I have it set up as 
INTERNAL, but where is this stored?? Is it an specific file??

Thank you so much!!
Alejandro Ramírez 




RE: DLR report?

2005-04-07 Thread Alejandro J . Ramírez
Hmmm thanks Rodrigo...

I'm still not clear on this DLR thing... is this some kind of CDR that
can be used for billing? Or only record of outgoing SMSs? 

So if I want to save my DLR, I must use MySQL or any of the other
options?
If I user the URL for store-status I see nothing there... what does this
mean? I am CERTAIN that im able to deliver SMS... but im a little bit
confused (as you all might see..)

Thanks again!!

Alejandro Ramírez



-Mensaje original-
De: Rodrigo Cremaschi [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 07 de Abril de 2005 01:36 p.m.
Para: Alejandro J. Ramírez; users@kannel.org
Asunto: Re: DLR report?

INTERNAL means RAM.

- Original Message - 
From: Alejandro J. Ramírez
To: users@kannel.org
Sent: Thursday, April 07, 2005 5:30 PM
Subject: DLR report?





Hi All!

I'm living using Kannel a lot but as a newbie. i have lots
of 
questions. One is. Where are the DLR reports stored? I have it set up as

INTERNAL, but where is this stored?? Is it an specific file??

Thank you so much!!


Alejandro Ramírez 







please help with denied-smsc-id/forced-smsc/accepted-smsc confusion

2005-04-07 Thread David Abbott
Hello,
I'm really struggling to get to grips with kannel support for multiple 
smsc-id.

All I'm trying to do is
a) support connections to 2 different smpp ports
b) in event that both are down, use an http smsc to simply re-post the SMS 
to another kannel
instance on another server (test411), with its own smpp config
c) make sure DLR get routed back to the smsc-id that sent the SMS

My kannel.conf below - would REALLY appreciate any help !
# CORE GROUP 
#
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = xxx
log-file = /tmp/kannel.log
access-log = /tmp/access.log
log-level = 3
box-deny-ip = *.*.*.*
box-allow-ip = 127.0.0.1
store-file = /tmp/kannel.store
dlr-storage = mysql

# includes #
#include = sc_mysqldlr.conf
#SQL DLR Group
group = mysql-connection
id = dlrdb
host = devdb1
mysql-username = sc
mysql-password = xx
database = scdev1
# mysql fields defined
group = dlr-db
id = dlrdb
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
# SMSC SMPP ###
group = smsc
smsc = smpp
smsc-id = smpp1
denied-smsc-id = smpp2;smpp3;smpp4
host = xxx.yyy.zzz.zzz
port = 9000
receive-port = 9000
smsc-username = xx
smsc-password = yy
system-type = MT
msg-id-type = 0x01
# SMSC SMPP ###
group = smsc
smsc = smpp
smsc-id = smpp2
denied-smsc-id = smpp1;smpp3;smpp4
host = xxx.yyy.zzz.xxx
port = 9000
receive-port = 9000
smsc-username = xx
smsc-password = yy
system-type = MT
msg-id-type = 0x01
group = smsc
smsc = http
smsc-id = TEST411
system-type = kannel
smsc-username = sc
smsc-password = 
port = 13015
send-url = http://test411:13013/cgi-bin/sendsms;
# SMSBOX SETUP 
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = +x
#sendsms-chars = 0123456789 +-
log-file = /tmp/smsbox.log
log-level = 3
#access-log = /tmp/access.log
# SEND-SMS USERS ##
group = sendsms-user
username = sc
password = k3nn3l
forced-smsc = smpp1
group = sendsms-user
username = sc
password = k3nn3l
forced-smsc = smpp2
# SERVICES 
group = sms-service
accepted-smsc = smpp1
keyword = nop
text = smpp1 service
group = sms-service
accepted-smsc = smpp2
keyword = nop
text = smpp2 service
group = sms-service
accepted-smsc = TEST411
keyword = nop
text = TEST411 service
# DEFAULT SERVICE #
group = sms-service
keyword = default
text = No service specified
_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger




Configuring kannel to send SMS messages via IP

2005-04-07 Thread Charles Paschal



I have been trying to configure kannel to send SMS 
messages via internet.
Could someone please explain how this works and 
provide a sample kannel.conf.


Charles Paschal

I am using the free version of SPAMfighter for private users.It has removed 30119 spam emails to date.Paying users do not have this message in their emails.Try SPAMfighter for free now!


Re: DLR report?

2005-04-07 Thread Catalin Trifu
Hi,

  DLR = delivery report.
  A SMS can have various statuses: queued by the SMSC, delivered to phone, 
undeliverable, etc.
  Kannel can ask the SMSC about the status of the sent SMS and can report back 
to your application.
  Take a look at dlr-url and dlr-mask in the docu'
   Using the above you can instruct kannel to forward statuses from SMSC to 
your application. If you
use MySQL for Kannel's own DLR storage it will also store the status in the 
MySQL database.


Catalin



Alejandro J. Ramírez wrote:
 Hmmm thanks Rodrigo...
 
 I'm still not clear on this DLR thing... is this some kind of CDR that
 can be used for billing? Or only record of outgoing SMSs? 
 
 So if I want to save my DLR, I must use MySQL or any of the other
 options?
 If I user the URL for store-status I see nothing there... what does this
 mean? I am CERTAIN that im able to deliver SMS... but im a little bit
 confused (as you all might see..)
 
 Thanks again!!
 
 Alejandro Ramírez
 
 
 
 -Mensaje original-
 De: Rodrigo Cremaschi [mailto:[EMAIL PROTECTED] 
 Enviado el: Jueves, 07 de Abril de 2005 01:36 p.m.
 Para: Alejandro J. Ramírez; users@kannel.org
 Asunto: Re: DLR report?
 
 INTERNAL means RAM.
 
 - Original Message - 
 From: Alejandro J. Ramírez
 To: users@kannel.org
 Sent: Thursday, April 07, 2005 5:30 PM
 Subject: DLR report?
 
 
 
 
 
 Hi All!
 
 I'm living using Kannel a lot but as a newbie. i have lots
 of 
 questions. One is. Where are the DLR reports stored? I have it set up as
 
 INTERNAL, but where is this stored?? Is it an specific file??
 
 Thank you so much!!
 
 
 Alejandro Ramírez 
 
 
 
 
 
 




Binary Msg with Kannel

2005-04-07 Thread Norbert Naveen
I am trying to send a 8  bit Binary Message to a handset for a rintone
through Kannel 1.1.5 .
There is no UDH for this  all the binry data goes inteh text  / data feild
i used sendsms and following cgi param
http://127.0.0.1:1/cgi-bin/sendsms?user=testpassword=testto=t
ext=PL%D1%00%00%01%01%01%C9%01%003J%13%0D1%20SMS%20Content%00%0E%00%0F%01%FF
%FC%86%04%82%04%82%04%87%04%80%04%80%04%E0%3C%8F%A4%8A%A4%EA%BC%A8%8C%A8%8C%
E0%3C%FF%FCfrom=2000coding=2mclass=2

I get back
302 Invalid Data
and
in access log FAILED

can anybody help on this please

Thanks and Regards