Re: kannel performance

2010-10-11 Thread Nikos Balkanas
Then that's your problem. Smsbox doesn't resend the same MT under no circumstance and no configuration option. I think it is high time this thread terminates. BR, Nikos - (not Nikkos) - Original Message - From: dafodil neo.tu...@yahoo.com To: users@kannel.org Sent: Monday, October 11,

Re: smsbox to opensmppbox routing

2010-10-11 Thread Nikos Balkanas
Hi, You cannot use it that way. openSMPPbox is an SMPP proxy. It connects to bearerbox as another smsbox, but it cannot connect to directly to smsbox. You can connect an SMPP client (ie ESME - another bearerbox) to it, and it will forward SMS to bearerbox for routing to an smsc. HTH, Nikos

Re: kannel performance

2010-10-11 Thread dafodil
Hi Nikos, Thanks for ur time. i just wonder how it happens.any way i will check with this. Br daf Nikos Balkanas wrote: Then that's your problem. Smsbox doesn't resend the same MT under no circumstance and no configuration option. I think it is high time this thread terminates. BR,

USSD and shortCode programming

2010-10-11 Thread dafodil
Hi List, I understand that sms is through store/foreward where as ussd is session based.is it possible to send ussd and sms to short code through kannel.i have browsed many archives where people have submitted patches so that kannel can send ussd.so far my understaning is concerned. To send USSD

Re: smsbox to opensmppbox routing

2010-10-11 Thread Nikos Balkanas
Normal way would be to use 2 bbs. Fancy way would be to use a single one, but for what purpose? You would end up with an infinite loop. The idea is to be able to connect transparently other SMPP clients to your infrastructure and appear as another aggregator. BR, Nikos - Original Message

Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
Hi, No need to to submit any patch for USSD. Configuring ussd_service_op is just enough. Then you should take care of the sessions, for which kannel is not responsible. All that should be done in application side, differentiating the sessions while users access the ussd application in paralel.

Re: smsbox to opensmppbox routing

2010-10-11 Thread Nikos Balkanas
(Please use list) I don't understand AO-AT. You can get infinite loop if you use careless routing: smsbox - bb - SMSc smppbox--smppbox If you just want to send SMS to SMSc, you don't need smppbox. If you route SMS to smppbox, and smppbox connects to same bb, it will feed again the SMS

Rerouting SMSs

2010-10-11 Thread brett skinner
Hi We have had a couple of scenarios where a smsc that we are sending to suddenly goes offline. We don't want to flood our bearerbox with SMS so we only give it up to 400. When the smsc goes down we continue to try send to that bind until the bearerbox queue is at about 400 then it stops and we

Re: USSD and shortCode programming

2010-10-11 Thread dafodil
Thanks for the reply. can u explain on this All that should be done in application side, differentiating the sessions while users access the ussd application in paralel. thanks once agian for ur time. Br daf elthox wrote: Hi, No need to to submit any patch for USSD. Configuring

Re: smsbox to opensmppbox routing

2010-10-11 Thread Emmanuel CHANSON
Ok I understand a little more, Is it relevant if I use only one bearerbox and configure this bearerbox to be a client, to connect to smppbox using smsc = smpp ? Then add a routing ? Or do I have to use 2 differents bearerbox for this like you advise? Emmanuel 2010/10/11 Nikos Balkanas

Re: Rerouting SMSs

2010-10-11 Thread Nikos Balkanas
Hi, I imagine you specify the SMSc in your sendsms URL and force routing by allowed-smsc-id and denied-smsc-id. You can change these configuration variables to preferred-smsc-id instead of allowed (skip denied altogether), restart bb to reload configuration and bb will load-balance queue to

Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
You stated yourself in the first post. USSD is based on sessions. So these sessions should be managed by application until network (time out, usually 3 or 5 minutes) or user releases it (when he/she interrupts the dialog). For every initial incoming/outgoing request, originated by subscriber (or

Re: Rerouting SMSs

2010-10-11 Thread brett skinner
Hi Nikos Yes, you are correct. Terribly sorry for leaving out that vital piece of information. Would this also work if we had the following situation: Bind to SMSC A goes down. Queue builds up to SMSC A. We stop processing. Reroute all SMSC A traffic to SMSC B only. We are quite specific about

Re: smsbox to opensmppbox routing

2010-10-11 Thread Emmanuel CHANSON
Understood... so I need a second bearerbox to do AO-AT ie Application Originated (smpp client 1) - Application terminated (smpp client 2) I tought smppbox could forward from one client to another but it can not, it forward all SMS to bearerbox that routes SMS. Thanks, Emmanuel 2010/10/11 Nikos

Re: Rerouting SMSs

2010-10-11 Thread Nikos Balkanas
BB doesn't loose any SMS in queue (except maybe the 1 processing when you shutdown - shutdown when low traffic). You can reroute to any smsc you desire. But you will have to restart bb to reload config. BR, Nikos - Original Message - From: brett skinner To: Users Sent: Monday,

Re: Rerouting SMSs

2010-10-11 Thread brett skinner
Thanks for the info Nikos. 2010/10/11 Nikos Balkanas nbalka...@gmail.com BB doesn't loose any SMS in queue (except maybe the 1 processing when you shutdown - shutdown when low traffic). You can reroute to any smsc you desire. But you will have to restart bb to reload config. BR, Nikos

Re: smsbox to opensmppbox routing

2010-10-11 Thread Nikos Balkanas
Nope. BB is an SMPP client and can send only to an SMPP server. If your applications are clients, you cannot connect to them with bb. SMPPbox cannot help you either, because it cannot route between 2 SMPP clients. You may be able to connect both applications to SMPPbox and then use either the

Re: USSD and shortCode programming

2010-10-11 Thread dafodil
Thanks for the detail.MSISDN helps for correlation. Let me know if i m not misleading u. I am on my pc connected to modem and kannel is up and running. i wan to to initiate USSD. can it be over GSM(using my gsm modem and not GPRS/internet) or it can be only over HTTP/GPRS. can u pls give a

Re: USSD and shortCode programming

2010-10-11 Thread Elton Hoxha
I think you dont have the needed infrastructure for developing USSD application. Kannel needs to connect to USSDC through SMPP. In your case you are using modem which is not relevant in this case. On Mon, Oct 11, 2010 at 11:06 AM, dafodil neo.tu...@yahoo.com wrote: Thanks for the detail.MSISDN

Re: smsbox to opensmppbox routing

2010-10-11 Thread Emmanuel CHANSON
To clarify about the solution to use 2 BB is it possible? I don't understand in your last mail if you talk about fancy way or normal way, or if it is not possible at all to do AO-AT routing :s Regards, Emmanuel 2010/10/11 Nikos Balkanas nbalka...@gmail.com Nope. BB is an SMPP client and can

Re: smsbox to opensmppbox routing

2010-10-11 Thread Nikos Balkanas
Nope. I am not talking about either solution. I am describing a new approach. You will need 1 bb and 1 smppbox. Connect both apps to smppbox, and smppbox to bearerbox. Then send to loopback smsc or http smsc for MT2MO redirection. Specify with an smsbox-route rule that all incoming MO from

Re: smsbox to opensmppbox routing

2010-10-11 Thread Emmanuel CHANSON
OK will try this new approach Thanks Nikos, Emmanuel 2010/10/11 Nikos Balkanas nbalka...@gmail.com Nope. I am not talking about either solution. I am describing a new approach. You will need 1 bb and 1 smppbox. Connect both apps to smppbox, and smppbox to bearerbox. Then send to loopback

Re: box protocol?

2010-10-11 Thread Garth Patil
Hi, Thanks for pointing me in the right direction. I have a question about a behavior I am seeing from the bearerbox. Let me know if this is better suited for the dev mailing list. # I receive a message like this from the bearerbox (initially sent by the fakesmsc): 00B1 0002  0003

Re: smsbox to opensmppbox routing

2010-10-11 Thread Emmanuel CHANSON
It seems to work very well and even if I use smsbox (cgi script) SMS is forwarded to opensmppbox using smsbox-route, bearerbox does not send back to the originated box. One question is it possible to create 2 smsc loopback ? in order to be able to send SMS from Application 1 - Application 2

Re: smsbox to opensmppbox routing

2010-10-11 Thread Nikos Balkanas
Yeap. It behaves like any other smsc. Just use different smsc-ids. BR, Nikos - Original Message - From: Emmanuel CHANSON To: Nikos Balkanas Cc: users Sent: Tuesday, October 12, 2010 1:07 AM Subject: Re: smsbox to opensmppbox routing It seems to work very well and even if I use smsbox

Re: box protocol?

2010-10-11 Thread Nikos Balkanas
Hi, You have truncated logs, so I will have to take a wild guess about it. It would seem that you received the SMS with fakesmsc client, which replies to bb with its own ACK. At that point bb deletes the original SMS. So, when you send in your own ACK, bb can no longer find the original SMS.

Re: box protocol?

2010-10-11 Thread Garth Patil
Is that true when the message is originating in the fakesmsc? My setup is: [fakesmsc] - [bearerbox] - [something like the smsbox] I'm sending a message from the fakesmsc using the command: ./test/fakesmsc -H 127.0.0.1 -r 2 -m 1 123 345 text nop Which yields the following the bearerbox

Re: box protocol?

2010-10-11 Thread Garth Patil
Sorry. I realized I was working from an out-of-date version of gw/msg-decl.h. I was missing some components of the message. Thanks, Garth On Mon, Oct 11, 2010 at 3:46 PM, Garth Patil garthpa...@gmail.com wrote: Is that true when the message is originating in the fakesmsc? My setup is:

Re: smsbox to opensmppbox routing

2010-10-11 Thread Emmanuel CHANSON
Ok here I got a problem, For understanding below the purpose and test conditions: Purpose of the test: I need to send SMS from smsbox cgi script to 1 smpp application. For this I have smsbox --- sqlbox (not mandatory here) --- bearerbox I have configured 2 smscs: *group = smsc smsc = loopback

Re: smsbox to opensmppbox routing

2010-10-11 Thread Emmanuel CHANSON
One more question, Is loopback SMS able to handle DLRs ? I dont see anything about this in user guide. I made test and DLRs are not sent to smsbox in order to trigg DLR-URL Emmanuel 2010/10/12 Emmanuel CHANSON emmanuelchan...@gmail.com Ok here I got a problem, For understanding below the

Regarding IMSI No

2010-10-11 Thread Harmeet Singh
Greetings, I am able to send the OTA Settings Message by using Kannel and UserPin has been used , But i want to use Netwpin (Imsi No) . I had already verified my IMSI no and it is ok . It has 15 digit . After reading and searching i came to know that we should provide Netwpin as

Re: USSD and shortCode programming

2010-10-11 Thread dafodil
Hi elthox, thanks for ur time. what i need to have for ussd or short code exchage apart from kannel. can u pls give me some pointer on that. Br daf elthox wrote: I think you dont have the needed infrastructure for developing USSD application. Kannel needs to connect to USSDC through SMPP.