Re: Authenticate incoming SMS

2015-01-12 Thread Juned Khan
Ohh okay Tapan, thanks again ;) Will give a try and let you know in case any query or confusion ! Regards Juned Khan / Network Engineer +91 9974740823/ juned.k...@inextrix.com iNextrix Technologies Pvt Ltd. www.inextrix.com [image: Facebook]

Re: Authenticate incoming SMS

2015-01-12 Thread Tapan Kumar Thapa
Here custom URL means by setting SMSBOX-> sms-service -> get_url parameter and invoke any script right ? Tapan: Yes If here I found that user is not allowed to receive SMS from such prefixes then how do I stop the process so he don’t receive such SMSs ? Tapan: You can't stop user to send sms but yo

Re: Authenticate incoming SMS

2015-01-12 Thread Tapan Kumar Thapa
What i am suggesting here, First receive incoming sms at opensmppbox than forward the same to bearerbox. Than smsbox will invoke third party custom url with get-url parameter. In custom url we can make logic to insert in db or do what ever we want to do. On Tue, Jan 13, 2015 at 12:00 PM, RK Krish

Re: Authenticate incoming SMS

2015-01-12 Thread RK Krishnas
Hi Tapan, Please let me know how can we make Opensmppbox drop in comming sms to a Particular Data Base Table. *Rajeev Krishna* Operations Manager Krishnas Software Technologies www.krishnasoft.in mobile :+91 888 5815 888 Sales :+91 888 5813 888 Support :+91 888 5817 888 On Tue, Jan 13, 20

Re: Authenticate incoming SMS

2015-01-12 Thread Juned Khan
Thanks Tapan, I will try to implement like this ;) Here custom URL means by setting SMSBOX-> sms-service -> get_url parameter and invoke any script right ? If here I found that user is not allowed to receive SMS from such prefixes then how do I stop the process so he don’t receive such SMSs ? Reg

Re: Authenticate incoming SMS

2015-01-12 Thread Tapan Kumar Thapa
You can try this.. OPENSMPPBOX->BEARERBOX->SMSBOX->INVOKECUSTOMHTTPURL(In your custom HTTP code, make some logic for charging etc). On Tue, Jan 13, 2015 at 11:27 AM, Juned Khan wrote: > Alvaro, thank you so much for response. > > How do I move incoming SMS to any file or db temporarily ? I mea

Re: Authenticate incoming SMS

2015-01-12 Thread Juned Khan
Alvaro, thank you so much for response. How do I move incoming SMS to any file or db temporarily ? I mean in opensmppbox what parameter I have to set to do this, at what point I can get this incoming SMSs ? Regards Juned Khan / Network Engineer +91 9974740823/ juned.k...@inextrix.com iNextrix

Re: Authenticate incoming SMS

2015-01-12 Thread Alvaro Cornejo
Hi You have to doit at your app level. Kannel nor opensmpp are able to do that. As a hint, move all incomming sms to a temp file/table/db and have a script that do the validations you need and then fw the sms to the corresponding user. Regards Alvaro |-