Re: SQLBox - Meta Data / Tlvs

2011-08-23 Thread Nikos Balkanas
Well, sqlbox doesn't handle MO's at all. You need smsbox for those. BR, Nikos On Tue, Aug 23, 2011 at 8:57 AM, JAmes wrote: > Hi Nikos, > > In our scenario, we receive TLV data on the MO and need to send it back to > the SMSC on the MT. > > In the docs I have seen that smsbox can do it by posti

Re: SQLBox - Meta Data / Tlvs

2011-08-23 Thread JAmes
Thanks for your reply Nikos, I will handle the MO and the meta data/TLVs, I just want to put in the TLV's for the MT message into the SQLBOX db. Regards, J On Tue, Aug 23, 2011 at 2:51 PM, Nikos Balkanas wrote: > Well, sqlbox doesn't handle MO's at all. You need smsbox for those. > > BR, > Nik

Re: OpenSMPPBox installed on CentOS 5.2 with Kannel 1.5.0 - ESME's failing to bind

2011-08-23 Thread Mpeirwe Benjamin
Anyone? On Tue, Aug 23, 2011 at 4:43 AM, Mpeirwe Benjamin wrote: > I have successfully installed OpenSMPPBox on my CentOS 5.2 box running > kannel, > > Opensmppbox runs properly and waits for connections from ESMEs. when I try > to connect using an SMPP client, the client fails to bind with the f

Re: OpenSMPPBox installed on CentOS 5.2 with Kannel 1.5.0 - ESME's failing to bind

2011-08-23 Thread Mpeirwe Benjamin
> > Anyone? > > > On Tue, Aug 23, 2011 at 4:43 AM, Mpeirwe Benjamin wrote: > >> I have successfully installed OpenSMPPBox on my CentOS 5.2 box running >> kannel, >> >> Opensmppbox runs properly and waits for connections from ESMEs. when I try >> to connect using an SMPP client, the client fails to

Re: help sending binary SMSes

2011-08-23 Thread Noto Modungwa
This is a followup to the previous email. I am still battling to get SMSes to configure mobile devices. Attached is an html form to send email config settings via kannel (source http://mobiforge.com/developing/story/email-configuration-sms ) and customized for my setup. The sms'es get interpreted

Auto Delivery Report for every sms

2011-08-23 Thread Wendy William
How to set Kannel to: 1. automatically request a delivery report when sendsms 2. save the delivered report to kannel log Regards, Wendy

RE: Kannel and dlr-mask

2011-08-23 Thread Rene Kluwen
As per smpp specifications registered_delivery can only be 0 or 1. Other values don't exist in smpp, but they are handled by Kannel. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Gabriel Augusto Diaz Zapata Sent: Tuesday, 23 August, 2011 07:27 To: us

RE: Auto Delivery Report for every sms

2011-08-23 Thread Rene Kluwen
See users guide about dlr-mask and dlr-url. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Wendy William Sent: Tuesday, 23 August, 2011 13:05 To: users@kannel.org Subject: Auto Delivery Report for every sms How to set Kannel to: 1

RE: Auto Delivery Report for every sms

2011-08-23 Thread Rene Kluwen
There's a dlr-url field in group = sendsms if that's what you mean. Dlr-mask should be included with every http request. Next time, always copy the users list. == Rene -Original Message- From: Wendy William [mailto:kotakompu...@yahoo.com] Sent: Tuesday, 23 August, 2011 14:53 To: Rene Kl

Re: Kannel 1.4.3 and svn version bug @ MO.

2011-08-23 Thread krnrd b
Hi All, Any one please help me. On Mon, Aug 22, 2011 at 12:13 PM, krnrd b wrote: > Dear All, > > I am facing problem @ Kannel application level when i am receiving messages > on Kannel through SMPP and while hitting internal URL i am facing > duplication issue. > > Issue is Kannel received MO

RE: MWI on cdma network

2011-08-23 Thread Jignesh Rathod
Please advise on below if there are any examples or any material to read through. Thanks in Advance. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of jigs2410 Sent: Wednesday, August 17, 2011 5:52 PM To: users@kannel.org Subject: MWI on cdm

Re: SQLBox - Meta Data / Tlvs

2011-08-23 Thread Nikos Balkanas
You are not going to find any TLVs in sqlbox's db. But you should find metadata. Let some MO traffic through, and if your sqlbox supports metadata, you should see it. Nikos On Tue, Aug 23, 2011 at 11:01 AM, JAmes wrote: > Thanks for your reply Nikos, > > I will handle the MO and the meta data/T

Re: Kannel 1.4.3 and svn version bug @ MO.

2011-08-23 Thread Alvaro Cornejo
Spamming and crossposting between users &devel lists will not get you anywhere. If there is no answer, people might be busy or have no answer to your question |-| Envíe y Reciba Datos y

Re: MWI on cdma network

2011-08-23 Thread Alvaro Cornejo
I think Kannel does not support CDMA natively so that might be your problem ;(... I think there is a patch arround... |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cu

Re: Kannel 1.4.3 and svn version bug @ MO.

2011-08-23 Thread krnrd b
Hi Alvaro, I am not spamming the list i am just posting to users and devels at same time because my be it is bug. I am just reminding. I know people my be bussy. On Tue, Aug 23, 2011 at 10:37 PM, Alvaro Cornejo wrote: > Spamming and crossposting between users &devel lists will not get you > any

MT Message Types

2011-08-23 Thread JAmes
Hi All, Whats the difference between these two message types? mt_reply = 1 mt_push = 2 Regards, J

Re: MT Message Types

2011-08-23 Thread Nikos Balkanas
Hi, mt_reply is mo_reply, i.e. reply from sms-service. mt_reply refers to sendsms push. PS: Since these represent "kannel's guts" better use devel to ask them. BR, Nikos On Tue, Aug 23, 2011 at 9:25 PM, JAmes wrote: > Hi All, > > Whats the difference between these two message types? > > mt_re

Re: MT Message Types

2011-08-23 Thread Nikos Balkanas
Sorry, I meant to say: "mt_push refers to sendsms push" Nikos On Tue, Aug 23, 2011 at 9:45 PM, Nikos Balkanas wrote: > Hi, > > mt_reply is mo_reply, i.e. reply from sms-service. mt_reply refers to > sendsms push. > > PS: Since these represent "kannel's guts" better use devel to ask them. > > BR

Free Libya

2011-08-23 Thread Benaiad
Dear Kannel Users, I'm proud to announce that my country became free from the control of the dictator Moammar Gaddaf. I hope that I will be back to my VAS business very soon. Regards -- Abdulmnem Benaiad Almontaha CTO Tripoli-Libya www.almontaha.ly about.me

Re: Free Libya

2011-08-23 Thread Ahmed AL-Tahami
Dear benaiad, congratulations we are really happy for you, we which you build your new free Lybia. Your brother Ahmed from Yemen. my god help us too to get rid of the corrupted regime. BR, On Tue, Aug 23, 2011 at 10:33 PM, Benaiad wrote: > Dear Kannel Users, > > I'm proud to announce that my

Re: Free Libya

2011-08-23 Thread Nikos Balkanas
Best wishes for a new beginning. Good luck with your business. I hope Gaddaf is found and prosecuted soon, your people have suffered for long. Nikos - Original Message - From: Benaiad To: kannel users list Sent: Tuesday, August 23, 2011 10:33 PM Subject: Free Libya Dear Kannel Users,

Re: Free Libya

2011-08-23 Thread Willy Mularto
Alhamdulillah...May Allah bless Libya and it's people for a better future ;) Your brother from Indonesia On Aug 24, 2011, at 2:51 AM, Ahmed AL-Tahami wrote: > Dear benaiad, > > congratulations we are really happy for you, > we which you build your new free Lybia. > > Your brother Ahmed from

Re: Free Libya

2011-08-23 Thread Iain Dooley
Congratulations from the land downunder. I've been hearing so many horrible stories from Libya recently it's good to know you finally have some hope for peace. On Tue, 23 Aug 2011, Benaiad wrote: Dear Kannel Users, I'm proud to announce that my country became free from the  control of the di

Re: Free Libya

2011-08-23 Thread Harbhag Singh Sohal
Congratulations from INDIA. May god bless you and everyone from Libiya. On Wed, Aug 24, 2011 at 1:03 AM, Benaiad wrote: > Dear Kannel Users, > I'm proud to announce that my country became free from the  control of the > dictator Moammar Gaddaf. > I hope that I will be back to my VAS business very

Re: SQLBOX fields

2011-08-23 Thread JAmes
Hi, Would I be able to use the SERVICE or ACCOUNT column for my own accounting purposes? EG: 1. Send MT via SQLBOX and put ID in SERVICE column. 2. Receive DLR and push SERVICE content (ID) to SQLBOX In other words, does what I put into the SERVICE column loopback in the DLR? This is wha

Re: Free Libya

2011-08-23 Thread Amritesh Rachelwar
Hi Friend, Congrats to all Libyan, Now its your responsibility to prevent any one to become next Moammar Gaddaf. Wish you all Best of Luck. Amritesh On Wed, Aug 24, 2011 at 1:03 AM, Benaiad wrote: > Dear Kannel Users, > > I'm proud to announce that my country became free from the control o