Re: Kannel carriage return issue

2009-01-09 Thread Alvaro Cornejo
you should urlencode your message before submitting to kannel On Fri, 2009-01-09 at 22:10 +0200, nam_...@hotmail.com wrote: > Dear all, > > We are using Kannel + playsms. When we send sms message from playsms > web interface using carriage return the message arrives without the > carriage return

Kannel carriage return issue

2009-01-09 Thread nam_ghs
Dear all, We are using Kannel + playsms. When we send sms message from playsms web interface using carriage return the message arrives without the carriage return and all the words in one line. Can you please advise what configuration should be made to kannel for accepting carriage return or a

Problem with GSM Modem - Connect in wvdial

2009-01-09 Thread isaac43
Hello i have a problem to connect my GSM Modem to Kannel the config and the log files... Kannel.conf group = core smsbox-port = 13001 admin-port = 13000 admin-password = bar log-file = "/var/log/kannel/bearerbox.log" log-level = 0 access-log = "/var/log/kannel/access.log" store-file = "/var/log/k

RE: 1.41 vs cvs?

2009-01-09 Thread Richard Andrews
Too compiled and making as we speak;) No big deal. Richard Andrews From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Friday, January 09, 2009 11:55 AM To: Alejandro Guerrieri; Richard Andrews Cc: users@kannel.org Subject: Re: 1.41 vs cvs? FYI. Target date

Re: 1.41 vs cvs?

2009-01-09 Thread Nikos Balkanas
FYI. Target date is this Sunday. So by the time you download cvs, 1.4.2 will propably be out. BR, Nikos - Original Message - From: Alejandro Guerrieri To: Richard Andrews Cc: users@kannel.org Sent: Friday, January 09, 2009 6:49 PM Subject: Re: 1.41 vs cvs? Richard,

Re: unsubscribe

2009-01-09 Thread Nikos Balkanas
Propably victims of too much traffic... :-( - Original Message - From: Patrick Mignott To: users@kannel.org Sent: Friday, January 09, 2009 5:35 PM Subject: unsubscribe unsubscribe

RE: 1.41 vs cvs?

2009-01-09 Thread Richard Andrews
Good news, thank you Richard Andrews Systems Administrator - IT Operations Pelmorex Media Inc. (905) 829-1159 x1243 randr...@pelmorex.com -Original Message- From: Villada, Gustavo [mailto:gvill...@telemediala.com] Sent: Friday, January 09, 2009 11:51 AM To: Richard Andrews Subject: RE:

Re: 1.41 vs cvs?

2009-01-09 Thread Alejandro Guerrieri
Richard, CVS is about to get released as 1.4.2 pretty soon so yes, it's pretty stable and you should prefer it over 1.4.1 Regards, Alejandro On Fri, Jan 9, 2009 at 5:37 PM, Richard Andrews wrote: > Hello, > > I'm in the process of setting up our first kannel box for a proof of > concept purpos

1.41 vs cvs?

2009-01-09 Thread Richard Andrews
Hello, I'm in the process of setting up our first kannel box for a proof of concept purposes. If successful it will be put into full production (of course). Is cvs stable for production and why hasn't "stable" release been updated if cvs is considered production ready? Richard Andrews

unsubscribe

2009-01-09 Thread Patrick Mignott
unsubscribe

unsubscribe;

2009-01-09 Thread Nauman Mazhar
unsubscribe

Re: Ubuntu Installation with DLR mysql

2009-01-09 Thread Nikos Balkanas
Bearebox mostly, but wouldn't hurt to have smsbox as well. BR, Nikos - Original Message - From: Drew Stockler To: Nikos Balkanas Cc: users@kannel.org Sent: Friday, January 09, 2009 5:18 PM Subject: Re: Ubuntu Installation with DLR mysql Are the logs you are looking

Re: Ubuntu Installation with DLR mysql

2009-01-09 Thread Drew Stockler
Are the logs you are looking for come from the bearerbox.txt and smsbox.txt files? Thanks, Drew --- On Fri, 1/9/09, Nikos Balkanas wrote: From: Nikos Balkanas Subject: Re: Ubuntu Installation with DLR mysql To: "Drew Stockler" Cc: users@kannel.org Date: Friday, January 9, 2009, 9:11 AM N

Re: wtls

2009-01-09 Thread Nikos Balkanas
Let me rephrase my question, because I am bombarded by humour :-) In my experiences with wap I have never configured wtls. There are no examples in documentation. I have never needed it. When do we need to configure it in? Is it bearerbox or wapbox that uses it? Looking at the source code i se

Re: Problem with delivery report message about "0: Accepted for delivery"

2009-01-09 Thread Pham Ngoc Khanh
As you could see from my configuration. There are two SMSCs. One works with GSM modem, and one works as SMPP client. I write my own application, and a SMPP server. My application and Kannel will connect to that SMPP server. When my application send message to client mobile, I want the GSM modem

Teltonika Modem

2009-01-09 Thread Abbas Qaizar
Hi Everyone, Is there anyone in this list who has ever used TELTONIKA EDGE USB Modem / E12 without having any issue / problem ??? Thanks & Kind Regards Abbas Qaizar

Re: Problem with delivery report message about "0: Accepted for delivery"

2009-01-09 Thread Monim Benaiad
NOTE: The get-url points to sendsms cgi itself, and the second sms you receive is the result of submiting a msg to kannel. On 1/9/09, Pham Ngoc Khanh wrote: > Hi all, > > I got a problem with the delivery report message about "0: Accepted for > delivery". Below is my configuration > > group = cor

Re: Problem with delivery report message about "0: Accepted for delivery"

2009-01-09 Thread Nikos Balkanas
Hi, Well, you need to tell Kannel what to do with the DLR report it got. Have you tried specifying a dlr-url in your sms-service group? I iamgine you talk about MOs. BR, Nikos - Original Message - From: "Pham Ngoc Khanh" To: "Kannel" Sent: Friday, January 09, 2009 11:56 AM Subject

Re: Problem with delivery report message about "0: Accepted for delivery"

2009-01-09 Thread Marcin Bockowski
2009/1/9 Pham Ngoc Khanh : > group = sms-service > keyword = mibento > get-url = > "http://localhost:13013/cgi-bin/sendsms?username=user&password=user&from=%p&to=%P&text=%S&smsc=nokia"; > max-messages = 1 > accepted-smsc = smpp Change get-url param to place where Your SMS should go (Your webservi

Problem with delivery report message about "0: Accepted for delivery"

2009-01-09 Thread Pham Ngoc Khanh
Hi all, I got a problem with the delivery report message about "0: Accepted for delivery". Below is my configuration group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar log-file = "/tmp/kannel.log" log-level = 0 box-allow-ip = "127.0.0.1" group = modems id = nokiaphone name