Kannel and mblox integration

2013-04-17 Thread testn4n1
I am facing problems in sending sms using kannel and mblox. I have configured Kannel sms gateway (1.5.0) and registered with mblox developer account. I am unable to integrate kannel with mblox. Kindly provide me reference tutorial where i can find configuration steps for sending sms via kannel a

Kannel + Oracle

2013-05-07 Thread testn4n1
Hi, I am trying to configure kannel with oracle 9i. When i install kannel with this command: ./configure --with-oracle --with-oracle-includes=/u01/app/oracle/product/9.2.0/rdbms/demo/ --with-oracle-libs=/u01/app/oracle/product/9.2.0/rdbms/lib/ i get the following error: Configuring DB support .

mysql-dlr storage problem

2013-06-10 Thread testn4n1
Hi, I am able to send sms using sqlbox and able to receive dlr reports also. But, these reports do not go in the table that i specify. Instead, the reports are stored in sent_sms table. Below is my configuration: Kannel.conf -- group = core admin-port = 13000 smsbox-port = 13001

Re: mysql-dlr storage problem

2013-06-10 Thread testn4n1
eden wrote: > dlr table only used to track which messages are awaiting reports > > you need to modify sqlbox source if you need to store DLR entries > separately > > > 2013/6/10 testn4n1 > >> Hi, >> >> I am able to send sms using sqlbox and able to receive

Re: mysql-dlr storage problem

2013-06-10 Thread testn4n1
|3 | NULL | NULL | NULL | NULL | NULL | NULL |1 | NULL| NULL |NULL | NULL | NULL| sqlbox | NULL | ?smpp?dlr_err=000& | On 10 June 2013 17:00, testn4n1 wrote: > ok...but then why are there entries in my sent_sms table like the > following: &g

Re: mysql-dlr storage problem

2013-06-10 Thread testn4n1
i want dlrs but not in the sent_sms table On 10 June 2013 17:04, spameden wrote: > If you don't want to receive DLR's you can use different dlr_mask. > > Read User-Guide about it. > > > 2013/6/10 testn4n1 > >> also, i have two dlr entries for ev

Re: mysql-dlr storage problem

2013-06-10 Thread testn4n1
re? Regards, James On 10 June 2013 17:06, spameden wrote: > 2013/6/10 testn4n1 > >> ok...but then why are there entries in my sent_sms table like the >> following: >> >> 12 | DLR | 1234 | 919067184864 | NULL| >> id%3A288230376265477711+

Re: mysql-dlr storage problem

2013-06-10 Thread testn4n1
085/Kannel_Test/Receive_dlr', > 'smsbox_id'); > > > > 2013/6/10 testn4n1 > >> i am trying to send sms by inserting data into send_sms table and want to >> process dlrs with script using dlr_url. So, i have changed the >> configuration to the following

Re: mysql-dlr storage problem

2013-06-10 Thread testn4n1
t; > Once again, read user-guide. > > > 2013/6/10 testn4n1 > >> ok...the url i provided gets called the second i insert data into the >> send_sms table but no parameters are passed. i printed all the request >> parameters but got nothing. >> >> >> On 10

Re: mysql-dlr storage problem

2013-06-10 Thread testn4n1
or `https://' Regards, James On 10 June 2013 19:27, spameden wrote: > check page 91 of the guide (Table 6-9. Parameters (Escape Codes)) > > > 2013/6/10 testn4n1 > >> Hi, >> >> I read the user-guide. It says about url encoding in the MO Messages >> section.

Re: mysql-dlr storage problem

2013-06-11 Thread testn4n1
ld be encoded: > > > http://192.168.111.151:8085/Kannel_Test/Recieve_dlr?message=%25a×tamp=%25tetc > > Jacob Eiler > Apide ApS > e: jacob.ei...@apide.com > t: +45 2374 0486 > w: apide.com > > > Den 11/06/2013 kl. 08.26 skrev testn4n1 : > > Hi, > >

Re: mysql-dlr storage problem

2013-06-11 Thread testn4n1
27; http://192.168.111.151:8085/Kannel_Test/Receive_dlr?message=%25a×tamp=%25t&sender=%25p&receiver=%25P&smsc_id=%25i&dlr_value=%25d&msg_id=%25F&sendsms_user=%25n', 'box1'); On 11 June 2013 13:12, testn4n1 wrote: > I am getting this error: > > 2013-06-11

Re: mysql-dlr storage problem

2013-06-11 Thread testn4n1
Rene on this one: > > On Wed, Aug 1, 2012 at 3:05 PM, Rene Kluwen <http://www.kannel.org/mailman/listinfo/users>> wrote: > > The error is self-explanatory. > > You should just dlrencode your parameters in the dlr-url. Not the url > itself. > > > So > in

Re: mysql-dlr storage problem

2013-06-12 Thread testn4n1
Hi, Did you find any solution to my problem? Regards, James On 12 June 2013 09:45, testn4n1 wrote: > Yes, that problem is solved. But now i am having another problem. > > > When i insert into the database using the following query, the dlr_url is > called instantly and it is

Re: mysql-dlr storage problem

2013-06-13 Thread testn4n1
D%25P%26smsc_id%3D%25i%26dlr_value%3D%25d%26msg_id%3D%25F%26sendsms_user%3D%25n' >> >> hope it helps >> >> >> >> 2013/6/13 testn4n1 >> >>> Hi, >>> >>> Did you find any solution to my problem? >>> >>> Regards,

Re: mysql-dlr storage problem

2013-06-13 Thread testn4n1
est/Receive_dlr?message=%25a×tamp=%25t&sender=%25p&receiver=%25P&smsc_id=%25i&dlr_value=%25d&msg_id=%25F&sendsms_user=%25n> > message%3D%25a%26timestamp%3D%25t%26sender%3D%25p%26receiver%3D%25P%26smsc_id%3D%25i%26dlr_value%3D%25d%26msg_id%3D%25F%26sendsms_user%3D%25n&#

Re: mysql-dlr storage problem

2013-06-13 Thread testn4n1
ceive_dlr?message=%25a×tamp=%25t&sender=%25p&receiver=%25P&smsc_id=%25i&dlr_value=%25d&msg_id=%25F&sendsms_user=%25n> > message=%25a×tamp=%25t' > > so your previous URL should work actually > > > > 2013/6/13 testn4n1 > >> No, this is al

Re: mysql-dlr storage problem

2013-06-13 Thread testn4n1
nnection id = sqlbox-db host = localhost username = root password = root database = kannel Please verify these and tell me if anything is wrong or missing. On 13 June 2013 14:28, testn4n1 wrote: > Ya i compiled it from latest source only but still facing this problem. > > > On 1

Re: mysql-dlr storage problem

2013-06-14 Thread testn4n1
How do i achieve this using mysql? When i execute the insert query, i am unable to achieve this. Please help me. Its been a long time and i am stuck. Regards, James On 13 June 2013 15:04, testn4n1 wrote: > Here are my configurations again. > > Kannel.conf > === > >

Identify sms from dlr

2013-08-15 Thread testn4n1
Hi, I have Kannel setup and running with sqlbox using mysql db. I am able to send and receive sms and dlr successfully. The only thing i am not able to understand is that when i receive a delivery report, how do i identify that this delivery report is for which sms? In the sent_sms table, is there