That's exactly what it is (err: field). Have you tried urldecoding it?
BR,
Nikos
- Original Message -
From: James E
To: users@kannel.org
Sent: Friday, November 12, 2010 1:30 PM
Subject: meta info - dlr_err
Hi,
My DLR-URL gets sent the meta info (%D), it attaches dlr_err=%03%00%1B
Ca
The sent sms is not properly stored in database. In the msdata field
of sent_sms table there are strange characters instead of content of
sent sms.
Below are config files.
KANNEL.CONF
#Sample configuration file for Kannel bearerbox on Debian.
# See the documentation for explanations of fields.
#
On 11/11/2010 19:05, Nikos Balkanas wrote:
Hi,
No you don't. You just need an SMPP SMSc (provider).
BR,
Nikos
- Original Message - From: "Hassan Awodi"
To:
Sent: Thursday, November 11, 2010 7:54 PM
Subject: SMPP
Hello,
After going through the documentation and the mail list, I hav
Hi,
- smsbox group add "mo-recode=true".
- utf-8 in charset column in send_sms table
- mysql uses utf-8 (change the column collation)
Regards,
J
On Fri, Nov 12, 2010 at 10:59 PM, Harbhag Singh Sohal <
harbhag.so...@gmail.com> wrote:
> charset = utf-8
> is it ok ?
>
> On Fri, Nov 12, 201
On 11/11/2010 19:05, Nikos Balkanas wrote:
Hi,
No you don't. You just need an SMPP SMSc (provider).
BR,
Nikos
- Original Message - From: "Hassan Awodi"
To:
Sent: Thursday, November 11, 2010 7:54 PM
Subject: SMPP
Hello,
After going through the documentation and the mail list, I hav
Hi,
Did you set charset to utf8 and coding 2 ?
J
On Fri, Nov 12, 2010 at 10:38 PM, Harbhag Singh Sohal
wrote:
> I got the latest svn and recompiled and installed sqlbox. But I am
> still getting strange characters on my phone while sending sms in
> Punjabi.
>
> On Fri, Nov 12, 2010 at 8:23 PM,
Salam Hassan,
Ask your SMS provider an access to their SMSC gateway, with SMPP support.
So i think that you'll get some informations like IP address, port number,
login, password ...
Regards,
On Thu, Nov 11, 2010 at 5:54 PM, Hassan Awodi wrote:
> Hello,
>
> After going through the documentatio
Hi,
If its already on the SVN, I suggest using that.
svn co https://svn.kannel.org/sqlbox/trunk sqlbox
Regards,
J
On Fri, Nov 12, 2010 at 9:46 PM, Harbhag Singh Sohal
wrote:
>
> Today I used SVN for the first time so can your please tell me how can
> I update sqlbox to the latest svn. and how
Sure, let me give you a couple of hints:
* url-encode msgdata and udhdata, for example:
udh = %06%05%04%0B%84%23%F0
msgdata = %1B%06%01%AE%02%05%6A...
* You'll probably need to set alt_dcs = 1
Hope it helps,
Alex
On Fri, Nov 12, 2010 at 3:13 PM, Willy Mularto wrote:
> Will play with it toni
Will play with it tonight and hope those errors disapear and hopefully no need
to use sendsms to send wap push anymore. Many thanks to Alex, Rene and all
Kannel project+addons developers.
sangprabv
sangpr...@gmail.com
http://www.petitiononline.com/froyo/
On Nov 12, 2010, at 9:03 PM, Alejandr
I've commited Stipe's patch yesterday, and extended it to do the same on
udhdata as well.
Please update to latest svn head and you'll get it.
Regards,
Alex
On Fri, Nov 12, 2010 at 2:51 PM, James E wrote:
> Hi Harbhag,
>
> I used this patch. Compliments of Stipe.
>
> Regards,
> J
>
>
>
> On Fri
Yes, it url-encodes msgdata and udhdata when saving, and url-decodes when
reading.
It also allows wap pushes to work btw.
Regards,
Alex
On Fri, Nov 12, 2010 at 2:59 PM, Rene Kluwen wrote:
> Does it also encode normal text messages? Because those are the case, here.
>
>
>
> == Rene
>
>
>
> *Fr
Does it also encode normal text messages? Because those are the case, here.
== Rene
From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com]
Sent: Friday, 12 November, 2010 14:06
To: Rene Kluwen
Cc: Willy Mularto; Kannel Users
Subject: Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug
Hi Harbhag,
I used this patch. Compliments of Stipe.
Regards,
J
On Fri, Nov 12, 2010 at 8:36 PM, Harbhag Singh Sohal <
harbhag.so...@gmail.com> wrote:
> I have installed kannel using latest svn along with sqlbox and I am
> still not able to send Unicode SMS via sqlbox. Somebody please help,
>
Can you try the latest revision? We applied a patch yesterday that
url-encodes msgdata and udhdata, I guess it should fix this issue as well.
Regards,
Alex
On Fri, Nov 12, 2010 at 1:52 PM, Rene Kluwen wrote:
> This patch should solve the issue.
>
> -Original Message-
> From: users-boun
This patch should solve the issue.
-Original Message-
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Rene Kluwen
Sent: Friday, 12 November, 2010 13:45
To: 'Willy Mularto'; 'Kannel Users'
Subject: RE: SQLBox INSERT INTO MySQL Bug
It's not the ' character that
It's not the ' character that is not escaped. Probably you are getting a
'\x00' byte in your delivery receipt.
I had the same issue with a client.
== Rene
-Original Message-
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Willy Mularto
Sent: Friday, 12 Novemb
Hi,
My DLR-URL gets sent the meta info (%D), it attaches dlr_err=%03%00%1B
Can someone tell me what dlr_err represents? Is it the delivery report error
code (from the smsc)?.
Also how come its %03%00%1B and not a number? And how do I decode it?
Regards,
J
Thank for your reply.
Now I am tuning aspx script and webserver.
On Fri, Nov 12, 2010 at 5:19 PM, Elton Hoxha wrote:
> Hi,
>
> When I have encountered this error, I had a problem with the my DB,
> processed by application. First check the if any table lock happened and
> perform a debug of Proc
Hi,
When I have encountered this error, I had a problem with the my DB,
processed by application. First check the if any table lock happened and
perform a debug of Process.aspx with your DB.
On Fri, Nov 12, 2010 at 10:07 AM, Willy Mularto wrote:
> It's about the webserver and or the aspx script
Kannel need the headers for mysql/whatever db you want.
yum install mysql-devel
or
apt-get install mysql-devel
if you want to run MySQL as database.
On Fri, 2010-11-12 at 07:58 +0100, Nikos Balkanas wrote:
> As the log states:
>
> You need to have at least one DB engine. Additionally it wa
It's about the webserver and or the aspx script needs to be tuned up.
sangprabv
sangpr...@gmail.com
http://www.petitiononline.com/froyo/
On Nov 12, 2010, at 3:58 PM, Nguyen Van Minh wrote:
> Please help me :(
>
> On Thu, Nov 11, 2010 at 8:26 PM, Nguyen Van Minh
> wrote:
> Dear Kannel user
Please help me :(
On Thu, Nov 11, 2010 at 8:26 PM, Nguyen Van Minh wrote:
> Dear Kannel users,
>
> I have BIG problem, when my Kannel receive and send about 80~100SMS/s I got
> some errors (see log), and Kannel server hangs some time. I need reset
> Kannel :(.
>
> I think, the problem is content
NO you dont need an SMPP server for sending out bulk sms, instead of
configuring your kannel to use modem you need now to use SMPP. for SMPP to
work, you need to have an agreement with an local mobile operator who will give
an account and all the smpp connection settings.
Innocent Muchedzi
Cre
24 matches
Mail list logo