Re: Single smpplogin to multiple smsc

2013-01-29 Thread Alvaro Cornejo
Hi Usually smsc user password are given by your provider. Few leave you the chance to change it. About controlling sms usage. Kannel has no control of that. You should work that in your own app. Not sure if the commercial version provide this feature. Regards Alvaro On 1/29/13, Arturo SAnchez

start-stop-daemon with --background flag or -d flag for bearebox

2013-01-29 Thread Brian McCavour
Hi, Starting from the 1.4.3 source I configured/compiled: sh configure --enable-start-stop-daemon make Now when I run from utils/ ./start-stop-daemon --start --exec ../gw/bearerbox -- ../kannel.config/kannel.conf It works fine but executes in the shell. When I run with --backgorund it return

Using Kannel with an intermediate certificate

2013-01-29 Thread Rudy Matela
Hello, I'm using Kannel for a while. And I'd like to activate ssl for it. I have a certificate that works well for my apache web server. It is made by 3 files configured on Apache as follows: SSLCertificateFile mycertificatefile.crt SSLCertificateKeyFile myprivatekey.key SSLCertificateChainFile

Re: Using Kannel with an intermediate certificate

2013-01-29 Thread Rudy Matela
Did a leap of faith and tried merging the three certificates into one file, no success: http://www.digicert.com/ssl-support/pem-ssl-creation.htm On Tue, Jan 29, 2013 at 6:29 PM, Rudy Matela wrote: > Hello, > > I'm using Kannel for a while. And I'd like to activate ssl for it. > > I have a certif

Re: Using Kannel with an intermediate certificate

2013-01-29 Thread spameden
Have you tried latest version from the trunk? Might be a bug tho, not sure, never used kannel with SSL. Also opening sendsms script to the real world might be a not good idea. I'd code special interface for the users to communicate. 2013/1/30 Rudy Matela : > Did a leap of faith and tried merging

Re: Using Kannel with an intermediate certificate

2013-01-29 Thread Rudy Matela
On Tue, Jan 29, 2013 at 6:45 PM, spameden wrote: > Have you tried latest version from the trunk? Not really, I'll try that later. But I don't think I'll work :( > Might be a bug tho, not sure, never used kannel with SSL. > > Also opening sendsms script to the real world might be a not good > idea