routing dlrs to original boxes

2010-12-06 Thread Miroslav Šulc
hello, is it possible to route dlrs always to the box where the original message came from? i would like to run bearerbox with two sqlboxes, each running over different database. and to update status of the messages in the databases, i need to receive the dlrs at the same database from which the o

sms gatewy

2010-12-06 Thread Mohammed Rashad
I need to setup an sms gateway for recieving sms from other phones without attaching a phone to my device Can anyone help me for that -- Rashad

Re: routing dlrs to original boxes

2010-12-06 Thread Jovan Kostovski
2010/12/6 Miroslav Šulc : > hello, > > is it possible to route dlrs always to the box where the original > message came from? i would like to run bearerbox with two sqlboxes, each > running over different database. and to update status of the messages in > the databases, i need to receive the dlrs

Re: routing dlrs to original boxes

2010-12-06 Thread Miroslav Šulc
Dne 6.12.2010 13:24, Jovan Kostovski napsal(a): > 2010/12/6 Miroslav Šulc : >> hello, >> >> is it possible to route dlrs always to the box where the original >> message came from? i would like to run bearerbox with two sqlboxes, each >> running over different database. and to update status of the m

Use of Kannel for massive SMS Messaging?

2010-12-06 Thread C. Savinovich
Hello everyone, I have used Kannel before, but I still considered myself a newbie since I have not deployed a system that would really send thousands of messages per day.  I have set systems with tops 2 USB modems. I have a few questions, and will really appreciate if someone can help with this ver

Re: Use of Kannel for massive SMS Messaging?

2010-12-06 Thread Alvaro Cornejo
Hi The real throughput will depend on MANY factors so it is diffcult to give you a number; but in general, the bottle neck is -using a medium hardware- the carrier. We have over 30 "SMSC" connected to my kannel box. AT, SMPP, Http, agregators, propietary ones, etc with no problems. We do have ov

Re: Use of Kannel for massive SMS Messaging?

2010-12-06 Thread Alvaro Cornejo
Hi You can get a direct link to your carrier; but due to costs, you will need a high volume per month to be cost effective; Also, you will need to have one link per carrier since normally carriers will not forward sms into their SMPP links to another carrier. They will do if usinf a sim card (long

Re: error running kannel bearbox on ubuntu

2010-12-06 Thread Nikos Balkanas
Hi, Please use users list for such questions. You seem to be running another bearerbox instance in the background, or you have something else listening in on port 9200 required for wap traffic. 1) Check if another bb is running before starting up: pgrep -fl box 2) if none is running check i

Re: routing dlrs to original boxes

2010-12-06 Thread Nikos Balkanas
Hi, Please read UG about smsbox-route. BR, Nikos - Original Message - From: "Miroslav Sulc" To: Sent: Monday, December 06, 2010 12:44 PM Subject: routing dlrs to original boxes hello, is it possible to route dlrs always to the box where the original message came from? i would lik

Re: sms gatewy

2010-12-06 Thread Nikos Balkanas
Hi, You need to get an SMSc account. Then read UG section about SMScs. BR, Nikos - Original Message - From: Mohammed Rashad To: users@kannel.org Sent: Monday, December 06, 2010 2:17 PM Subject: sms gatewy I need to setup an sms gateway for recieving sms from other phones without att

Re: routing dlrs to original boxes

2010-12-06 Thread Miroslav Šulc
i did several times, but i must miss something. according to ug, there are these settings: smsbox-id - this is the id i want to route to, so if i understand correctly, i would have to use for each box separate rule and name the box here smsc-id - id of smsc, in my case i have only one smsc, so i h

Re: routing dlrs to original boxes

2010-12-06 Thread Nikos Balkanas
Hi, Your question was about routing between 2 sqlboxes. For the purposes of this discussion, you should consider each sqlbox as another smsbox. Therefore sqlbox-id should be the smsbox-id in your smsbox-route rule. You can try to push from each sqlbox to a different SMSc. This way all dlrs a

Re: routing dlrs to original boxes

2010-12-06 Thread Miroslav Šulc
hi, that i understand, but my situation is that there will be only one smsc for both sqlboxes. each sqlbox will run over different database. so if sqlbox1 sends message via bearerbox, i need the dlr to come back to sqlbox1 to update message status in that database. the same applies for sqlbox2. l

Re: routing dlrs to original boxes

2010-12-06 Thread Nikos Balkanas
Nope. Sqlbox is not part of kannel main tree. No special code has been written in kannel for sqlbox compatibility. You will have to change sources for that, however you will branch off, making future updates difficult. UG, is pretty clear. If you cannot distinguish traffic based on SMSc or sho

Re: routing dlrs to original boxes

2010-12-06 Thread Miroslav Šulc
well, i need this functionality, so i will have to refresh my c skills, last coded in c about 8 years ago :-) anyway thanks for making it clear :-) as you know the code and app well, maybe you could suggest the best way that would be compatible with kannel. miroslav Dne 7.12.2010 02:22, Nikos Bal

Re: routing dlrs to original boxes

2010-12-06 Thread Nikos Balkanas
Depends on the SMSc used... For smpp a good starting point would be handle_pdu() in gw/smpp. Search for handle_dlr() in there. BR, Nikos - Original Message - From: "Miroslav Sulc" To: "Nikos Balkanas" Cc: Sent: Tuesday, December 07, 2010 4:57 AM Subject: Re: routing dlrs to origin

Re: routing dlrs to original boxes

2010-12-06 Thread Nikos Balkanas
Sorry, typo. File is: gw/smsc/smsc_smpp.c BR, Nikos - Original Message - From: "Nikos Balkanas" To: "Miroslav Sulc" Cc: Sent: Tuesday, December 07, 2010 5:34 AM Subject: Re: routing dlrs to original boxes Depends on the SMSc used... For smpp a good starting point would be handle

Re: Use of Kannel for massive SMS Messaging?

2010-12-06 Thread Abdul Basit
We tested kannel with 120 sms/sec, the max limit our provider opened for us. we are directly connected with one smsc only. I think we can achieve more. On Tue, Dec 7, 2010 at 1:14 AM, Alvaro Cornejo wrote: > Hi > > You can get a direct link to your carrier; but due to costs, you will > need a h