OpenSMPPBox Delivery Reports - Accepted DLR Type

2010-12-09 Thread James E
Hi, I am receiving DELIVERED and UNDELIVERED DLRs great when sending via this setup: OPENSMPPBOX -> SQLBOX -> BB Using this when sending the sms: 2010-12-10 02:51:54 [7198] [6] DEBUG: registered_delivery: 1 = 0x0001 The issue I am having is when I look at the DLR MASK this is using, its

Re: opensmpp, sqldlr, bearorbox multiple dlrs

2010-12-08 Thread James E
; Nikos > - Original Message ----- From: "Nikos Balkanas" > To: "James E" ; > Sent: Wednesday, December 08, 2010 10:12 AM > > Subject: Re: opensmpp, sqldlr, bearorbox multiple dlrs > > > I am no expert with sqlbox, so I can't tell you what it does or

Fake SMSC

2010-12-08 Thread James E
Hi, I am wanting to load test my setup and wondering if there is any tools that can act as a Fake SMSC that Bearorbox can connect to like a normal SMPP connection. EG: BB - SMPP -> SMSC I would like the fake smsc to reply with Delivery Reports just like a live connection. I have looked in the

Re: opensmpp, sqldlr, bearorbox multiple dlrs

2010-12-07 Thread James E
ated message to bb, since > it perceives it as 3 separate SMS. Instead you should rejoin it and let bb > worry about splitting it. Opensmppbox will rejoing long SMS before sending > them to bb. How doe you send them concatenated? > > > BR, > Nikos > - Original Message -

Re: opensmpp, sqldlr, bearorbox multiple dlrs

2010-12-07 Thread James E
e, it is not normal, since bb will disable dlrs to > all parts except the first. > > BR, > Nikos > - Original Message - From: James E > To: users@kannel.org > Sent: Tuesday, December 07, 2010 3:59 PM > Subject: opensmpp, sqldlr, bearorbox multiple dlrs > >

opensmpp, sqldlr, bearorbox multiple dlrs

2010-12-07 Thread James E
Hi, My setup is: OpenSMPPBox -> SQLBox -> BearorBox I send an concatenated sms (3 msgs long) and get 3 Delivery_SM messages back (Each with segment numbers) Is it normal to receive 3 Delivery_SM, can it not just send 1 Delivery_SM once all segments have been received? Regards, James

Re: SMPP Box Question

2010-11-30 Thread James E
On Tue, Nov 30, 2010 at 3:58 PM, James E wrote: > Hi Nikos, > > What if the SMPPBox is connected to SQLBox, would the smsbox-route be > to the SQLBox? And will the SQLBox route it to the SMPPBox? (I am more > thinking in terms of DLRs) > > Regards, > J > > 201

Re: OpenSMPP

2010-11-29 Thread James E
Sorry, I meant Open SMPPBox On Mon, Nov 29, 2010 at 9:53 PM, James E wrote: > Hi, > > Is it possible to route Opensmpp to a url? > > Something like Opensmpp -> bearerbox -> geturl > > Regards, > J >

OpenSMPP

2010-11-29 Thread James E
Hi, Is it possible to route Opensmpp to a url? Something like Opensmpp -> bearerbox -> geturl Regards, J

Re: SQLBox Sent SMS

2010-11-19 Thread James E
hes Renee proposed were already commited afaik. > > Regards, > > Alex > > > On Fri, Nov 19, 2010 at 7:58 AM, James E wrote: > >> Hi Will, >> >> It is SMPP DLR, cant see any error. >> >> Rene, do you have the patch available? Or is it going to be commit

Re: SQLBox Sent SMS

2010-11-18 Thread James E
ovided by Rene. Or you can find it in the devel list archives. > > > > > sangprabv > sangpr...@gmail.com > http://www.petitiononline.com/froyo/ > > > On Nov 19, 2010, at 1:30 PM, James E wrote: > > Kannel sqlbox version `1.5.0'. > Kannel 1.5 (Kannel bearer

SQLBox Sent SMS

2010-11-18 Thread James E
Hi, I am just wondering if anyone else is experiencing this issue. When we send an sms via sqlbox (send_sms table) the sms gets sent fine, and the MT message is placed in sent_sms. However, on random occasions, no DLR info will be inserted into the sent_sms table, but there is a DLR in the kanne

Re: SQLBox

2010-11-18 Thread James E
gt; DLR's coming from the carrier. You could, however, pass the value you're > storing on the BINFO as a parameter on the dlr-url, and that way you'll be > able to get it when kannel hits the dlr-url. > > Hope it helps, > > Alex > > > On Thu, Nov 18, 2010 at

SQLBox

2010-11-17 Thread James E
Hi, I am just wondering, if I enter BINFO into the send_sms table, shouldnt it be carried and inserted into the sent_sms table as well in the DLR info? In my attempts it isnt doing this. Regards, J

Re: strange characters in sent_sms table

2010-11-14 Thread James E
Please share to the kannel group how you fixed it. J On Sun, Nov 14, 2010 at 10:47 AM, Harbhag Singh Sohal < harbhag.so...@gmail.com> wrote: > I have fixed my problem now. > > On Sat, Nov 13, 2010 at 9:39 AM, Harbhag Singh Sohal > wrote: > > The sent sms is not properly stored in database. In t

Fwd: meta info - dlr_err

2010-11-13 Thread James E
Hi Nikos, URL Decoding it comes up with weird characters: Regards, J 2010/11/13 Nikos Balkanas 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, No

Re: Unicode SMS through SQLBOX

2010-11-12 Thread James E
k ? > > On Fri, Nov 12, 2010 at 9:24 PM, James E wrote: >> 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 inst

Re: Unicode SMS through SQLBOX

2010-11-12 Thread James E
2010 at 8:23 PM, James E wrote: >> 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 >>

Re: Unicode SMS through SQLBOX

2010-11-12 Thread James E
. and how can I apply this patch. > Thanks for your kind help. > > On Fri, Nov 12, 2010 at 8:01 PM, Harbhag Singh Sohal > wrote: > > Thanks for the patch james. > > On Fri, Nov 12, 2010 at 7:21 PM, James E wrote: > >> Hi Harbhag, > >> > >> I used

Re: Unicode SMS through SQLBOX

2010-11-12 Thread James E
please help, > its very urgent. > > On Wed, Nov 3, 2010 at 4:32 AM, James E wrote: > > Hi, > > > > I have found the answer through Stipe. > > > > --- > > yep, sqlbox truncates the payload for UCS-2 indicated messages. I'm > building > >

meta info - dlr_err

2010-11-12 Thread James E
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

Re: SQLBox DLR Problem

2010-11-11 Thread James E
> Have you checked with the HTTP admin pages, to see if they are getting > stuck in store? > > > BR, > Nikos > - Original Message - From: James E > To: Nikos Balkanas ; users@kannel.org > Sent: Thursday, November 11, 2010 7:20 PM > > Subject: Re: SQLBox DLR Pr

Re: SQLBox DLR Problem

2010-11-11 Thread James E
e getting errors in smsbox. > > Try inserting straight (not url-encoded) dlr-url in sqlbox and see if it > helps. > > Good Luck, > > Nikos > - Original Message - From: James E > To: Nikos Balkanas ; users@kannel.org > Sent: Thursday, November 11, 2010 6:54 PM &

Re: SQLBox DLR Problem

2010-11-11 Thread James E
Balkanas > So you practically run svn kannel. Are any DLRs reaching smsbox? Do you get > any errors in smsbox or bb logs? > > > BR, > Nikos > - Original Message - From: James E > To: Nikos Balkanas ; users@kannel.org > Sent: Thursday, November 11, 2010 4:51 PM

Re: SQLBox DLR Problem

2010-11-11 Thread James E
Hi Nikos, There has been a patch applied to the SQLBox which fixes the Unicode issues, this was developed by Stipe as stated in an earlier email. Regards, J 2010/11/11 Nikos Balkanas > Have you changed the sources? > > > BR, > Nikos > - Original Message - From: J

Re: SQLBox DLR Problem

2010-11-11 Thread James E
smsc. I > don't think that it supports lists. > 2) Please post detailed bb logs with at least 1 deliver_sm PDU and a few > lines below. > > > BR, > Nikos > - Original Message - From: James E > To: Nikos Balkanas ; users@kannel.org > Sent: Thursday, No

Re: SQLBox DLR Problem

2010-11-11 Thread James E
sqlbox.log" log-level = 0 #ssl-client-certkey-file = "" #ssl-server-cert-file = "" #ssl-server-key-file = "" #ssl-trusted-ca-file = "" group = mysql-connection id = sqlbox-db host = localhost username = password = database = 2010/11/1

Re: SQLBox DLR Problem

2010-11-11 Thread James E
. 2010-11-11 18:29:36 [3185] [0] INFO: DLR rerouting for smsc id disabled. PS: I removed smsc_1_2 connection. Is there some way to enable DLR rerouting? I am searching through the UG and can not see it. Regards, James On Thu, Nov 11, 2010 at 3:31 PM, James E wrote: > Thanks Nikos, > &

Re: SQLBox DLR Problem

2010-11-11 Thread James E
-route smsbox-id = dlrbox smsc-id = "smsc_1_1;smsc_1_2;smsc_2_1" Regards, J 2010/11/11 Nikos Balkanas > Hi, > > You need to include an smsbox-route group to route DLRs to your smsbox. > Read UG about it. > > > BR, > Nikos > ----- Original Message - From:

Re: SQLBox DLR Problem

2010-11-10 Thread James E
-log-table = sent_sms sql-insert-table = send_sms 2010/11/11 Nikos Balkanas > This doesn't answer my question. Is smsbox connected to sqlbox, or > bearerbox? Yo also seem to mix up bearerbox logs with smsbox logs. > > > BR, > Nikos > - Original Message - From:

Re: SQLBox DLR Problem

2010-11-10 Thread James E
e&statustext=ttt&msisdn=sss&operator=DEFAULT&hlr=ggg > Regards, J 2010/11/11 Nikos Balkanas > Hi, > > Please describe your sqlbox and smsbox connections in your flow. > > BR, > Nikos > > - Original Message - From: James E > To: users@kannel.org

SQLBox DLR Problem

2010-11-10 Thread James E
Hi, I have tested for a few days now & read the manual. Is anyone else having issues with DLRs when sending the sms through SQLBox? I tested with SMSBOX (sendsms) and it hits the dlr-url no problems. But when I send it with SQLBox the dlr-url is never touched. I am url encoding the dlr-url, and

OpenSMPPBox Billing

2010-11-04 Thread James E
Hi, I am wondering if there is anyway to implement a prepaid billing module into OpenSMPPBox. I am wanting to do a simple credit system, so the message goes from smppbox to an external script (via http or something), users credit is checked, and script then puts it into sqlbox table for delivery.

Re: Unicode SMS through SQLBOX

2010-11-02 Thread James E
of MT messages). Please subscribe to the devel@ mailing list to get further information about the resolution while happening. -- The patch is going to be committed to SVN if there are no objections by the team. -- J On Tue, Nov 2, 2010 at 5:45 PM, James E wrote: > > > 2010/11/2 James

Re: Unicode SMS through SQLBOX

2010-11-02 Thread James E
2010/11/2 James E > Hi Luis, > > If you mean the column collation then yes, its set to: utf8_unicode_ci > > Regards, > J > > 2010/11/2 Luís Tiago Rico > > Hi, >> >> Have you tried to change the encoding of your database? >> >> Cheers >&g

Re: Unicode SMS through SQLBOX

2010-10-31 Thread James E
, 2010 at 6:26 PM, James E wrote: > Hi > > I am trying to send unicode messages (Thai, Arabic characters etc) using > SQLBOX > > I set in the mysql table send_sms: > >- coding: 2 >- charset: utf-8 > > The tables are all UTF8-Unicode > > On my phone I g

Unicode SMS through SQLBOX

2010-10-31 Thread James E
Hi I am trying to send unicode messages (Thai, Arabic characters etc) using SQLBOX I set in the mysql table send_sms: - coding: 2 - charset: utf-8 The tables are all UTF8-Unicode On my phone I get strange characters. However when i use sendsms (smsbox) it works perfect. Can anyone plea

Re: SQLBox

2010-10-31 Thread James E
Hi again! I figured it out.. Hope this helps someone else. use: allowed-smsc-id = on EACH smsc connection you want to be able to send through using sqlbox or smsbox On Sun, Oct 31, 2010 at 3:59 PM, James E wrote: > Hmm I read: > > Clarification: As Rene states, use allowed-sm

Re: SQLBox

2010-10-31 Thread James E
ames On Sun, Oct 31, 2010 at 3:24 PM, James E wrote: > > Hi, > > In the SQLBox database table send_sms, can I tell it which SMSC connection id > to use ? I see the smsc-id column there, and tried it, but it didn't route to > that one. > > Regards, > James

SQLBox

2010-10-31 Thread James E
Hi, In the SQLBox database table send_sms, can I tell it which SMSC connection id to use ? I see the smsc-id column there, and tried it, but it didn't route to that one. Regards, James

SQLBox

2010-10-30 Thread James E
Hi, I am wondering if SQLBox just takes the sms details from the send_sms table, and just simple pushes to smsbox via http? Regards, James

Re: DeliverSM

2010-10-30 Thread James E
pture raw packets, but you > will have an easier time with smsc-logs (or bb logs) at debug level. > > BR, > Nikos > - Original Message - From: James E > To: users@kannel.org > Sent: Saturday, October 30, 2010 4:59 PM > Subject: DeliverSM > > > > Hi, > >

DeliverSM

2010-10-30 Thread James E
Hi, Is it possible to receive the raw data log of the DeliverSM (Delivery Report) J