Re: Urgent Need Help in SMPP

2010-08-12 Thread adil nazir
you have well elaborated my case now in this when i stop smsc_id A and then start send messages by logic they should be queued but bearer-box send (in some case to maintain it load balance) these messages to smsc_id B why? From: jyotiranjan panda To: adil naz

Re: GSM characters

2010-08-12 Thread Milan P. Stanic
Hi, On Wed, 2010-08-11 at 23:40, Emmanuel CHANSON wrote: > I tested your command with lastest Kannel SVN and I got: > > @£$¥?_?^{}\[~]|???!"#¤%&'()*+,-./0123456789:;<=>?¡ABCDEFGHIJKLMNOPQRSTUVWXYZ?? > §¿abcdefghijklmnopqrstuvwxyz?ü > > *Note: I have in my case cgi-script -> smsbox ->

Re: How do i unsubscribe?

2010-08-12 Thread brett skinner
Also you should receive once a month an automated email asking if you still want to be part of the mailing list. There are hyperlinks in that email to go to the website where you unsubscribe. It really shouldn't be that hard unless the system is broken which I doubt. Does this email look familiar

Re: ADMIN HTTP AND SEND SMS HTTP INTERFACES FAIL AFTER REBOOTINGFEDORA 10 KANNEL SMS GATEWAY SERVER

2010-08-12 Thread Nikos Balkanas
Hi, Please add IP you are trying to access it from in admin-allow-ip. BR, Nikos - Original Message - From: "mwamba" To: Sent: Thursday, August 12, 2010 7:41 AM Subject: Re: ADMIN HTTP AND SEND SMS HTTP INTERFACES FAIL AFTER REBOOTINGFEDORA 10 KANNEL SMS GATEWAY SERVER Thanks Ni

Re: ADMIN HTTP AND SEND SMS HTTP INTERFACES FAIL AFTER REBOOTINGFEDORA 10 KANNEL SMS GATEWAY SERVER

2010-08-12 Thread Duncan Owino
*Hi Nikos,* *The IP that I am using is 127.0.0.1* *i.e. **admin-allow-ip = "127.0.0.1" is already added in the kannel.conf file. I was using this before the reboot. I dont know why the page still cannot be found and the bearerbox and smsbox start well.* *Thanks*. 2010/8/12 Nikos Balkanas > Hi,

Re: GSM characters

2010-08-12 Thread Muamer Bajric
Hello Rene; I have tried your text with following URL: *UrlEncode text as "iso-8859-1" */cgi-bin/sendsms?username=REMOVED&password=REMOVED&to=REMOVED&from=REMOVED&text=%40%A3%24%A5%E8%E9%F9%EC%F2%C7%D8%F8%C5%E5%10_%12%13%14%15%16%17%18%19%1A%5E%7B%7D%5B%7E%5D%7C%80%C6%E6%DF%C9%21%22%23%A4%25%2

Re: Kannel and mods design question

2010-08-12 Thread Nikos Balkanas
Hi Emmanuel, It just ocured to me that SQLbox-MT will not work. It turns out that sqlbox doesn't send ACKs to bearerbox, so all dlrs received remain in storage and are continuously resent by bb. You have to fudge it by connecting another smsbox to it to supply the missing ACKs. BR, Nikos ---

Re: ADMIN HTTP AND SEND SMS HTTP INTERFACES FAIL AFTER REBOOTINGFEDORA 10 KANNEL SMS GATEWAY SERVER

2010-08-12 Thread Nikos Balkanas
Hi, So how are you trying to access it? With lynx? Please post command used to access it. Post also detailed bb logs of your failed attempt to access the HTTP admin. BR, Nikos - Original Message - From: Duncan Owino To: Nikos Balkanas Cc: users@kannel.org Sent: Thursday, August 12,

Re: Kannel and mods design question

2010-08-12 Thread Emmanuel CHANSON
Hello Nikos, By ACK you mean DLRs coming back ? It seems that if I set the field 'box_id' in the sqlbox table 'send_sms' to my 'smsbox-id' (the one connected to sqlbox-mo) all DLRs coming to bb are forwarded to my smsbox so I can handle correctly on application side all MT sent through sqlbox-mt a

SMPPbox: client binding problem

2010-08-12 Thread Davit Mirzoyan
Dear all, Lately I was testing the smppbox with the gateway. I got the SMPPbox sources (revision 41), together with the latest gateway sources (revision 4837), from the svn repository. I managed to compile and install kannel and smppbox. Anyhow, I was running the smppbox with the bearerbox and

Re: ADMIN HTTP AND SEND SMS HTTP INTERFACES FAIL AFTER REBOOTINGFEDORA 10 KANNEL SMS GATEWAY SERVER

2010-08-12 Thread Duncan Owino
Hi Nikos, I am trying to access it this way: http://localhost:13 000 also to send SMS it fails: ( http://localhost:13013/cgi-bin/sendsms?username=tester&passwor

RE: SMPPbox: client binding problem

2010-08-12 Thread Rene Kluwen
Command status 0x0d means: Invalid login. Either the login file could not be found or it doesn't have the correct syntax. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Davit Mirzoyan Sent: Thursday, 12 August, 2010 13:03 To: users@kannel.org Subje

RE: dlr smppbox

2010-08-12 Thread Imran Aghayev
Here is smppbox.log file output... Please tell me why emse doesn't receive deliver_sm 2010-08-10 22:23:49 [9467] [13] DEBUG: Thread 13 (smppbox.c:function) maps to pid 9467. 2010-08-10 22:23:49 [9467] [0] DEBUG: Started thread 13 (smppbox.c:function) 2010-08-10 22:23:49 [9467] [13] INFO: Client

RE: dlr smppbox

2010-08-12 Thread Rene Kluwen
You are not getting a delivery report because the message was not sent anywhere. There was an attempt to deliver to a so-called http smsc. But it didn't point to a valid smsc. Try an svn update on smppbox. Latest version knows how to handle nacks from bearerbox. == Rene From: Imran Agh

RE: SMPPbox: client binding problem

2010-08-12 Thread Rene Kluwen
Best send your question to the Kannel users list. You might get more response. Is the file readable by the user that you start Kannel with? What is your smppbox.conf? The syntax seems to be right. A document containing command id's and statuses are the SMPP v3.4 specifications: http://www.

RE: SMPPbox: client binding problem

2010-08-12 Thread Davit Mirzoyan
Here are my configuration files. smskannel.conf ** group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar log-file = "/tmp/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" include = "/home/davit/workspace/kannel/gateway-revision-4837/gw/sms

Re: SMPPbox: client binding problem

2010-08-12 Thread Tomasz
I had the similar problem a week ago after updating smppbox to recent revision. I added: use-systemid-as-smsboxid = true to my group = smppbox and then I could bind succesfully. Tomasz W Twoim liście datowanym 12 sierpnia 2010 (15:59:37) można przeczytać: > Here are my configuration files.

RE: SMPPbox: client binding problem

2010-08-12 Thread Rene Kluwen
Or better: Add an ip address to the first line. You stumbled on a bug in smppbox. Will fix it, as soon as I get the time. =-= Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Tomasz Sent: Thursday, 12 August, 2010 16:08 To: users@kanne

RE: SMPPbox: client binding problem

2010-08-12 Thread Rene Kluwen
This ip address can possibly be *.*.*.*. Do your smpplogins.txt would look like: foo bar VMA *.*.*.* client-02 password-02 vma 127.0.0.1 Also: I see now that VMA in your smpplogins.txt is uppercase. You log in with lowercase. Please note that logins are case sensitive. == Rene -Original

RE: SMPPbox: client binding problem

2010-08-12 Thread Davit Mirzoyan
Thanks a lot ;). This solved my problem. My client can bind successfully now. your help is greatly appreciated Cheers, Davit > From: rene.klu...@chimit.nl > To: rene.klu...@chimit.nl; ad...@impexrur.pl; users@kannel.org; > davit.mirzo...@hotmail.com > Subject: RE: SMPPbox: client binding probl

Re: ADMIN HTTP AND SEND SMS HTTP INTERFACES FAIL AFTER REBOOTINGFEDORA 10 KANNEL SMS GATEWAY SERVER

2010-08-12 Thread Alvaro Cornejo
Hi Does the bearerbox smsbox is automatically started up at bootup? what is the result of service kannel status before and after rebooting? Regards Alvaro |-| Envíe y Reciba Datos y

RE: dlr smppbox

2010-08-12 Thread Imran Aghayev
Do I understand correctly that smppbox uses mysql as temporary storage and the fact that dlrs left in dlr table is only because smppbox couldn't deliver it to smsc ? Which of these two parameters identify smppbox as smsc within kannel: smppbox-id or our-system-id ? >From smpplogs below could a

RE: dlr smppbox

2010-08-12 Thread Rene Kluwen
The smsc: EXTERNAL == Rene From: Imran Aghayev [mailto:imran.agha...@hotmail.co.uk] Sent: Thursday, 12 August, 2010 18:01 To: rene.klu...@chimit.nl; users@kannel.org Subject: RE: dlr smppbox Do I understand correctly that smppbox uses mysql as temporary storage and the fact that dlrs l

Re: Kannel and mods design question

2010-08-12 Thread Nikos Balkanas
Yes, that's what I meant. It seems that you handle it right. BR, Nikos - Original Message - From: Emmanuel CHANSON To: Nikos Balkanas Cc: users Sent: Thursday, August 12, 2010 1:38 PM Subject: Re: Kannel and mods design question Hello Nikos, By ACK you mean DLRs coming back ? It seem

Re: ADMIN HTTP AND SEND SMS HTTP INTERFACES FAIL AFTER REBOOTINGFEDORA 10 KANNEL SMS GATEWAY SERVER

2010-08-12 Thread Nikos Balkanas
I cannot help you unless you post the information I ask. I repeat: 1) How do you invoke the HTTP admin? (shell, application, etc.) 2) Post detailed relevant bb logs of failed attempt to use the HTTP admin. Who says that lynx doesn't work from command line? Nikos - Original Message -

no dlr on status-success

2010-08-12 Thread Imran Aghayev
kannel generates DLR only if it catches failure. I need to have DLR on success sending as well. What is wrong ? 2010-08-12 21:09:20 [8276] [18] DEBUG: data: 65 3a 20 74 69 6d 65 6f 75 74 3d 31 35 2c 20 6d e: timeout=15, m 2010-08-12 21:09:20 [8276] [18] DEBUG: data: 61 78 3d 31 30 30 0d 0

Re: no dlr on status-success

2010-08-12 Thread Alvaro Cornejo
check dlr type you ask for on each message. use 31 to get all dlrs available Read manual for details |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y

RE: no dlr on status-success

2010-08-12 Thread Imran Aghayev
how-to set dlr-mask in smpp client ? > Date: Thu, 12 Aug 2010 14:42:21 -0500 > Subject: Re: no dlr on status-success > From: cornejo.alv...@gmail.com > To: imran.agha...@hotmail.co.uk > CC: users@kannel.org > > check dlr type you ask for on each message. use 31 to get all dlrs available > > Rea

Re: no dlr on status-success

2010-08-12 Thread Alvaro Cornejo
You should ask this to your esme or smpp client |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use

RE: Kannel performance benchmarking

2010-08-12 Thread Rene Kluwen
Are you using sqlbox for DLR storage? And do not relay to smsbox? Then this could very well be because of un-acked messages in the bearerbox queue. There’s a patch available for that. == Rene From: sangprabv [mailto:sangpr...@gmail.com] Sent: Tuesday, 10 August, 2010 23:21 To: Ale