On Thu, 2004-12-30 at 09:28, Rodrigo A. Cremaschi wrote:
> Hmm. How about conf file?
> 

Here is the config file

> ----- Original Message ----- 
> From: "Oscar Medina Duarte" <[EMAIL PROTECTED]>
> To: "Stipe Tolj" <[EMAIL PROTECTED]>; "Kannel Development list" 
> <[email protected]>
> Sent: Thursday, December 30, 2004 12:23 PM
> Subject: Re: Something is wrong on kannel
> 
> 
> >
> > On Wed, 2004-12-29 at 20:28, Stipe Tolj wrote:
> > > Oscar Medina Duarte wrote:
> > >
> > > > Hi list !
> > > >
> > > > I think something is wrong, see, I need to run smsbox and bearerbox in
> > > > different computers, but happens that when ever I run smsbox -d -P
> > > > configfile it just terminates !
> > > >
> > > > I dont achieve a connection with my bearer with that option, unless it
> > > > is in the same computer !
> > > >
> > > > What can it be done to have them running in different computers?
> > >
> > > Hmm. How about debug output?
> >
> >
> > I forgot to say, I got no debug info. I have debug level set, and
> > indicated to write to a file, but I get no output. Although I can start
> > it with no problem if I only include the -P or no switch at all.
> >
> > == Oscar
> > Tashi Delek
> >
> >
> >
> 
> 
> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> información CONFIDENCIAL sometida a secreto profesional o cuya divulgación
> esté prohibida en virtud de la legislación vigente. Si ha recibido este
> mensaje por error, le rogamos que nos lo comunique inmediatamente por esta
> misma vía o por teléfono (54.11 5776-5000) y proceda a su destrucción.
> Nótese que el correo electrónico vía Internet no permite asegurar ni la
> confidencialidad de los mensajes que se transmiten ni la correcta recepción
> de los mismos. En caso de que el destinatario de este mensaje no
> consintiera la utilización de correo electrónico vía Internet rogamos lo
> ponga en nuestro conocimiento de manera inmediata.
>        
#########################
#### Remote SMSBOX ######
## By Oscar Medina ######
#########################

##################
### Core Group ###
##################

group = core
smsbox-port = xxxx

#################
### smsbox_02 ###
#################

group = smsbox
smsbox-id = smsbox_02
bearerbox-host = 10.0.1.201
sendsms-port = xxxx
log-level = 0
log-file = "/opt/Kannel/deploy/logs/smsbox_02.log"
access-log = "/opt/Kannel/deploy/logs/smsbox_02.access"


#############
### users ###
#############

group = sendsms-user
username = xxxxxx
password = xxxxxx

###############################
####     sms services  ########
###############################
 
##############
## Default  ##
##############
 
group = sms-service
keyword = default
get-url = "http://xxxxxx/~eivind/ok.html";
send-sender = true
max-messages = 0

Reply via email to