Tagged Questions
The gateway tag has no wiki summary.
11
votes
8answers
5k views
Receive SMS messages by web application
We are building a web app that should be able to receive SMS messages and store the information contained in it in database.
Which methods have you used? Which service providers are out there that ...
9
votes
2answers
282 views
NserviceBus Gateway Sample
Has anyone managed to get the NServiceBus Gateway component to work?
The sample in v3.0 does not work out of the box like other samples.
A step by step guide or code sample will be helpful to get ...
6
votes
2answers
1k views
Magento Payment flow
I am working on implementing new payment module for Magento and want to understand the core concept behind this logic. I know I have to extend from Mage_Payment_Model_Method_Abstract or any of its ...
6
votes
1answer
2k views
Java send and receive SMS. Free SMS gateway?
Yet another SMS question :(
Really, internet is full of solutions and ofcourse none of them I didn't find helpful.
On some questions here on SOverflow I found THIS. But it says that it is not ...
5
votes
1answer
336 views
“Hg to Hg (Gateway) to SVN” compared to “Git to Git (Gateway) to SVN”
Question is similar to this (unanswered) and this one (same problem not involving Git).
The goal is to make Hg a front end for SVN for a period of time before transitioning fully to Hg.
The setup ...
5
votes
4answers
175 views
Is there a name for this pattern?
I am basically quite sure this pattern must exist and possess a name... for now I will call it "gate pattern"...
Here it is:
In my webpage's javascript, I have to trigger various asynchronous ...
5
votes
5answers
771 views
SMS Application
I just wanted to know is there any free sms gateway for sending SMS. If there is one, how to go on to developing my free sms service/software?
Any guidelines please.
5
votes
3answers
1k views
Advice on a Canadian SMS Gateway provider
I am curious as how to how much trouble / money it would be for me to be able to accept incoming text messages to a number, which I would then pass to a server side application in PHP. I'd ultimately ...
4
votes
1answer
269 views
How to design a RESTful HTTP gateway for a protocol that requires persistent connections?
I'm working with a persistent client/server protocol and I need to design a RESTful gateway. I don't have a lot of experience designing REST interfaces and I don't understand how I should handle (in a ...
4
votes
9answers
1k views
SMS GateWay in USA
Can somebody tell me best SMS gateway in USA . I want my application to send SMS using HTTP. So I would like to the best and cheap gateway which can provide api's to send sms. My App is written in ...
4
votes
2answers
644 views
SMS Gateway advice - USA & Canada
What is the best and most affordable SMS gateway to perform the following:
a) send out bulk SMS to USA and Canadian numbers
b) have 2 way SMS enabled. I need people to be able to reply, for example ...
4
votes
7answers
5k views
SMS Library in C#
I need to develop an application that sends SMS to the users that are interested to get the updates about the website.
I am looking for Library in C# which is useful to integrate with my application. ...
3
votes
2answers
2k views
Android as SIP to GSM gateway
Soon I could use a SIP to GSM gateway, because I'll need to make phone calls from Germany to a mobile phone in Czech Republik. Hence, I thought about implementing one.
Now, the questions are:
Does ...
3
votes
2answers
1k views
How to set up an sms gateway
I'm ambitous to setup an SMS Gateway to provide sms capability to multiple providers in India.
I want to provide the registered users the ability to add their own sender ID or even their mobile no. as ...
3
votes
1answer
142 views
How to creat an sms gateway for local messaging?
I am developing a library management system in jsp.
Here, I need a system that generates smses automatically on some events like late return, new book arival, etc.
Should I use any api for this or ...
3
votes
1answer
428 views
How to work with NServiceBus in gateway mode
I've been trying to get the pubsub sample in the NServiceBus download to work in a gateway mode.
I haven't really been able to find out much detail at all about how to get NServiceBus to run in ...
3
votes
5answers
2k views
Unlimited SMS API/Gateway (Sending and Receiving)
I am creating a chat application which requires that users be able to send and receive sms messages through a web interface. It would be somewhat similar to the text messaging service available in ...
3
votes
3answers
101 views
Any way to detect SMS to E-Mail Gateways?
I want to create a PHP app that can send text messages. There are different gateways for different email carriers. Is there any library I could use that would be able to lookup or detect which gateway ...
3
votes
3answers
204 views
Object Oriented Design issue
Hey,
I have been designing a site locally in PHP 5, but have come across a few design issues I'd like advice now.
Currently there are three features of the site and each feature has a class . These ...
3
votes
1answer
114 views
What is the most elegant and efficient way to provide AAA to web services using a WS gateway and LDAP?
I'm looking for the best way to provide authorization, authentication, and auditing to web services. I'll be using a web service gateway appliance deployed to the DMZ, and there will be an LDAP ...
2
votes
1answer
87 views
Static AND Dynamic Headers in Spring Integration Gateway
I'm able to add a dynamic header to a gateway by using:
public interface Gateway {
@Gateway(requestChannel="myChannel")
public void send(String message, @Header("dynamicHeaderValue") String ...
2
votes
1answer
156 views
Is that possible to add two different default gateways into the routing table for two different NICs in android?
By default, the packets of default connection will use eth0 to go out/in.
The default gateway in the routing table is eth0's gw ip.
When another interface said eth1 is up, I want to add another ...
2
votes
2answers
2k views
send sms using api gateway of site2sms and smsze
I want to send sms from my website, i have registered account into site2sms and smsze.com to send messages without any ads. But, the problem is... i didn't find any api gateway, which i can use it to ...
2
votes
1answer
37 views
HTTP gateway for multiple pages
We are working on a gateway server that would serve as an entry point for multiple web pages. The gateway is accessible at http://example.com and every web page that is routed to has a unique URL, for ...
2
votes
2answers
127 views
How to implement Google Voice type telephony registration feature in .NET?
When you register a phone number with your google voice account google voice calls the number you just registered and you get the pin code used to confirm that it is indeed your phone you are trying ...
2
votes
1answer
331 views
How do I route a packet to use localhost as a gateway?
I'm trying to test a gateway I wrote(see What's the easiest way to test a gateway? for context). Due to an issue I'd rather not get into, the gateway and "sender" have to be on the same machine. I ...
2
votes
5answers
700 views
2
votes
4answers
269 views
Paypal as payment gateway?
i have to choose between several payment gateways. I heard that PayPal is quite a mess and there were several fraud-issues? Does some of you have experiences with PayPal?
Thanks in advance
2
votes
2answers
373 views
Free to use api to access an sms gateway
Im a php developer in need of a free service that offers an api that enables me to send one of my users a simple text message.
I have a web app that allows you to receive updates (through sms), much ...
2
votes
1answer
242 views
Service for sending SMS and making Voice Calls from Web site and Desktop application
We plan to integrate sending of SMS and making calls to our desktop and web applications. Both are written in Java.
As for only sending SMS we know about great gateway from Clickatell. But ideally, ...
2
votes
1answer
2k views
Programatically send SMS to email using Verizon Motorola Droid on Android
I was wondering if anyone knew the proper way to send an SMS message to an e-mail address using Verizon's CDMA Motorola Droid phone.
The internal messaging application appears to automagically do ...
2
votes
2answers
852 views
How do I get netcat to accept connections from outside the LAN?
I'm using netcat as a backend to shovel data back and forth for a program I'm making. I tested my program on the local network, and once it worked I thought it would be a matter of simply forwarding a ...
2
votes
2answers
185 views
Is it advisable to build a web service over other web services?
I've inherited this really weird codebase where they've built an external web service over a bunch of internal web services just to add authentication/authorization using WS-Security, WS-Encryption, ...
2
votes
8answers
1k views
FTP client class for .NET
Anyone know of a good, hopefully free FTP class for use in .NET that can actually work behind an HTTP proxy or FTP gateway? The FtpWebRequest stuff in .NET is horrible at best, and I really don't want ...
1
vote
1answer
54 views
Get current orderId in magento payment module during checkout
I am implementing my own payment module for Magento, where I implemented getCheckoutRedirectUrl() method in my payment model.
class My_Module_Model_Payment extends Mage_Payment_Model_Method_Abstract ...
1
vote
2answers
46 views
Any problems with putting DAOs and Gateways in Application.cfc?
Is it ok to put DAOs and Gateways that will be called many times but only need to be instantiated once in the Application scope?
Thanks
1
vote
3answers
101 views
Are there any SMS gateways for only sending messages that don't require buying a short code?
I need to send SMS messages from my app to users with status updates, but I don't like the "send an email to their phone numbers" route because the messages typically includes lots of cruft (like ...
1
vote
0answers
150 views
SIP to PSTN gateway connection from asterisk ?
We are working on a web phone application that can make sip calls to other devices and make PSTN calls as well. We use Asterisk 1.8 as our sip server. The SIP calls from the web phone is working fine. ...
1
vote
1answer
397 views
How to send multipart/concatenated SMS to phone using AT command?
I got a computer with a nokia hooked up to it, and using AT Commands I managed to send text messages through my C# program (using TEXT MODE AT COMMANDS, NOT PDU). It's all working fine and I can ...
1
vote
0answers
151 views
Best sms gateway [closed]
I am developing rather large application and i need to send sms messages to users. Two primary countries for sending are USA and UK, but the more - the better.
I have checked out
...
1
vote
0answers
218 views
How to change gateway, subnet of a network adapter of a virtual Machine inside HyperV via WMI?
Helo all,
My Question is:
1. How to set Subnet Mask , DNS address and Gateway address of network adapter inside a virtual machine in hyper-v programatically via WMI and C#?
Note: I am successfully ...
1
vote
1answer
102 views
Gateway Service in Service-Oriented Architecture
I'm enamoured with the idea of implementing my own single-entry-point "gateway" that does two things.
First, it records how many requests have been handled by SOA servers and cycles the next request ...
1
vote
1answer
2k views
Get gateway ip address in android
How to get gateway IP details , There is option using wifimanager but. If there is no wify how to find gateway,dns and other details in android device when connected using usb tethering.
1
vote
3answers
149 views
Bulk SMS Integration
I am looking for a SMS gateway platform to integrate to an ERP system with a global reach, any suggestions or advise?
SO far I have heard of:
Ozekisms
Clickatell
Mxtelecom
Sybase mobileservices
1
vote
1answer
89 views
How to implement gateway in java
I have to implement a Gateway in java.
I have a servlet that recieves information like the URL to hit and parameters to be passed to that URL.
I need to get the response back from there, make some ...
1
vote
2answers
67 views
Is there a payment gateway out there to work with this business model?
I'm working on a site that allows people to list items for sale, but they don't have to pay for the listing until the item sells. I've looked through the Paypal and Amazon API, but don't see a way to ...
1
vote
1answer
516 views
FLEX/amfPHP ActionScript error 2048
Sorry about the mishmash of words in the title, but that's how confused I am. I can't even summarize the error I'm getting in a simple sentence.
This flex/amfphp application works fine on my ...
1
vote
2answers
1k views
Writing USSD client OR USSD Open Source/To be purchased Client
My question is that is there any software/tool/library that is open source (ideally) or to be purchased, that I can u use to send and receive USSD messages? I would like that tool/library/software to ...
1
vote
2answers
234 views
What can I use to communicate with HMS AnyBus AB7007 gateway to PLC
I need to develop a simple website to display some values that are inputted to a PLC connected to a hardware Gateway( HMS AnyBus AB7007) already installed that converts RS485 Modbus to Ethernet ...
1
vote
2answers
273 views
Web Application that receives images, videos, and text via Text Message
I've seen many examples of this (clickatell.com among them) that only support text in the USA. I need my application to receive images/videos from text messages (MMS?) from users. The web app needs to ...