The gateway tag has no wiki summary.
3
votes
1answer
1k 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
733 views
Get gateway address in C/C++
I use ioctl() to set the gateway address (SIOCADDRT with RTF_GATEWAY in the flags).
What's the standard ioctl routine to retrieve it?
1
vote
1answer
1k views
Looking for a solution for WiFi proxy issue with Android
I got an android phone day before yesterday, and I am utterly disappointed to find that there is no WiFi proxy support on unrooted android phones. I was desperately looking for solutions for the last ...
0
votes
1answer
9 views
Payment method in nopcommerce
Regards,
I'm developing a plugin payment method based on the paypalstandard, only I have a problem, It should send payment details by POST method (the gateway is pagosonline) then the last step is to ...
0
votes
1answer
34 views
How can you possibly use Data Gateway in conjunction with Data Mapper?
Well according to Martin Fowler, the table/row data gateway aint mutually exclusive against data mapper pattern. This is what he said:
These patterns arent entirely mutually exclusive... Even if ...
0
votes
1answer
20 views
Rules for cofiguring gateway IP
I just wanted to know are there any rules for assigning an IP address to a default gateway.
Are there some rules that need to be followed, depending on the subnet mask.
0
votes
1answer
59 views
Java many threads to many threads relation
I have a service that gets requests from many clients and after some processing sends a response to the clients. I use a ThreadPoolExecutor (threadExecuterClient) to handle client requests and put ...
0
votes
1answer
130 views
Calling short code number (support services) with Asterisk GSM Gateway
In our company we have configured VOIP GSM gateway with Astersik. We can call any number with this gateway but the only problem we face is when we call some support service. When a support service ...
2
votes
0answers
221 views
Spectrum XMPP gateway and Facebook Platform Auth
I'm the Jappix XMPP web-client founder, and need this really important thing for Jappix-related project purposes.
I'd like to login to Facebook Chat through the Spectrum Gateway so that I can chat ...
1
vote
0answers
121 views
Android connection with echelon gateway
I wan to create an application for android. This application must do communicate with a gateway (Ethernet/Lon).
This gateway is deliver than a POM.xml who generate two java class:
-ILON100.class
...
1
vote
0answers
128 views
504 Gateway timeout when using Azure Service Bus relay
I'm using Windows Azure Service Bus relay to expose a WCF service that lives on premises using basicHttpRelayBinding.
For every request, the web service will just get some data out of a SQL Database ...
1
vote
0answers
325 views
Egopay payment gateway api callback url not getting response
I am getting this message "This param is required - 'product_id'" in callback success url.
<?php
require('EgoPaySci.php');
try {
$oEgopay = new EgoPaySci(array(
'store_id' ...
1
vote
0answers
52 views
Reroute web traffic. Act as gateway
In hotels WiFi is unprotected and everyone can connect. But no matter the requested url you are redirected to their "Give a password" page.
I am interested in making something similar but I'm kinda ...
1
vote
0answers
569 views
Oracle XML Gateway- Mapping XML to Oracle Apps API - Wrong Number or types of arguments mismatch error
XML GATEWAY INBOUND – CALLING AN API (PL/SQL record type IN variable) TO INSERT THE DATA INTO SAMPLE TABLE
I am using XML Gateway to push data into Oracle Apps using a procedure call with “Record ...
1
vote
0answers
172 views
Load another application with a different IP default gateway
this is the situation:
a company with two internet connections with two routers in the same subnet.
There are two gateways: 192.168.0.1 and 192.168.254.
One connection is more reliable, the other is ...
1
vote
0answers
98 views
Pager Message API and/or Gateway
I'm rewriting a legacy application that sends alphanumeric pager messages to pagers that our clients use for notification purposes. Seeing that pagers aren't very popular in the consumer markets ...
1
vote
0answers
502 views
how to abtain netmask and gateway for 3g connection in android?
there is a way to obtain the netmask and gateway value for the 3g network?
I've searched for it but found nothing else than using ifconfig.
anyone can help me?
Thanks, Andrea
1
vote
0answers
841 views
Openfire3.6.3 unable to connect to yahoo gateways
I am newbie as far as openfire is concerned.
I want every user whether its on gtalk, yahoo, MSN to contact to my server but right now only gtalk users are able to connect and see presence connected. ...
0
votes
0answers
24 views
Cakephp not allowing Post external data
I'm trying to integrate a CakePHP website with Mercadopago (payment gateway), and when Mercadopago sends a POST containing the payment data, CakePHP doesn't show the POST, and I'm completely sure that ...
0
votes
0answers
85 views
PHP Gateway Time-out error handling
I am writing error free script and other script causing error, (both are same except 1 thing)
function test_function($errno, $errstr, $errfile, $errline){
echo "<p>$errno, $errstr, ...
0
votes
0answers
19 views
WPEC Payment gateways based on user roles
I was wondering if anyone knew about a plugin for wp that would only show certain gateways for specific user roles. Like regular subscribers would see only bluepay on the check-out page and resellers ...
0
votes
0answers
42 views
htaccess global ip address, ipv4, default gateway confusion
forgive the trivial question but I don't understand how to use ip addresses properly to deny access to my site. Let's say i have got the web site www.mywebsite.com. Suppose I have the following 3 ip ...
0
votes
0answers
8 views
internet gateway with page modification (header or footer)
Anyone got any idea about building internet gateway, hotspot, proxy or
something what will make this:
What do I want?
Access point (internet gateway) which will modify every page and "inject" iframe ...
0
votes
0answers
15 views
local service for forwarding requests thru external proxies
Hi i'm thinking of creating some kind of local connection gateway / service which would receive a request, forward it thru a "whitelisted" proxy server and reply back to local service with the ...
0
votes
0answers
364 views
JSON::ParserError 757: unexpected token Ruby on Rails
Hi there I am trying to import messages from an external gateway into my database in Ruby on Rails, the the messages are sent using JSON, but whatever I tey I keep getting and error:
757: unexpected ...
0
votes
0answers
97 views
How to send MMS through gateway API in android?
i want to send MMS through gateway API's in android. i found that mVaayoo supports sending picture messages through API. i dont know how to configure it inside my application. I done sending SMS ...
0
votes
0answers
46 views
CentOS IP gateways issue
I have an issue with CentOS 6.3 I currently have 4 IP's on my dedicated server,
however they're in pairs, as they're from different subnets - so 46...** & 78...** - Any IP with the 78...** works ...
0
votes
0answers
77 views
Netty4-beta2: How to call single Websocket client channel from HTTP server handler logic in a gateway app?
Using netty4 beta2...
My app spins up both an HTTP Server (to handle incoming REST requests) and [1] Websocket Client channel to another netty-based server app - essentially acting as a gateway ...
0
votes
0answers
113 views
First Data Global Gateway connection error
Anyone know where I can get a PHP wrapper for the First Data Global Gateway? I found a download directly on their website, but I'm not sure it works.
I am constantly getting the following error:
...
0
votes
0answers
26 views
2D Game Gateway on Mobile
I want to create a gateway of little games packaged in one app, so they can be downloaded in only one App from the Appstore (for iOS apps) but I want to cache resources locally (i.e in the document ...
0
votes
0answers
10 views
Long response time for “Determine Gateway”
We have an application that intermittently runs slow once logged onto. Once logged onto, we can select different transactions to open up a window - sometimes the response time is normal, other times, ...
0
votes
0answers
54 views
NATS time out error while developing system service on cloudfoundry
I'm trying to add echo system service on Cloud Foundry.
Echo_gateway filed because of the error-- Exiting due to NATS error:
Field: timeout, Error: Expected instance of Integer, given an ...
0
votes
0answers
41 views
how to configure kannel to disallow specific sender id
I need to deny(disallow) some specific sender id(Headers) of clients.
I am using Kannel version `svn-r4979M'
Kindly assist with this.
Thank you
0
votes
0answers
39 views
Facebook returns 502 error for my url but not for a different url of mine?
Hello Facebook debugger tool is returning a 502 error on my url
http://www.tfuhq.com/guides/player/how-to-pick-your-username-for-transformers-universe/
but returns a 200 code for:
...
0
votes
0answers
240 views
scp files through gateway to remote machine
I can't figure out how to scp a file to another machine if there is a gateway connecting my client machine to the remote server. From my client machine I can connect to both the gateway and ...
0
votes
0answers
502 views
what causes 504 Gateway Time-out in mod_jk with tomcat7 & apache2?
I'm running tomcat 7 with apache 2.2 & mod_jk 1.2.26 on a debian-lenny x64 server with 2GB of RAM, 8GB of swap & an Intel Xeon CPU X3330. I've a GWT application which uses connection pooling ...
0
votes
0answers
66 views
How to pass nulls and Exceptions to client Spring integration inbound/outbound JMS gateways?
I have a setup with an outbound JMS gateway on the client side, and an inbound JMS gateway on the server side. The client calls a service on the server side in synchronous style using these gateways.
...
0
votes
0answers
22 views
uc_ideal_pro payment gateway installation
Iam using drupal6.22 version. I have installed uc_ideal_pro module for payment. Its working fine with testing simulater. But i have a doubt in putting that into online. In Admin panel there are 3 bank ...
0
votes
0answers
123 views
How to integrate the rbs worldpay payment gateway in Windows Azure
What is the best way to integrate a payment gateway in the context of Windows Azure. Specfically I'd like to understand architecturally how a robust and secure method can be reused. I'd like to how ...
0
votes
0answers
48 views
which is the best and costeffective payment gateway for indians users?
as paypal is not working for indian account holders , can anybody specify which is the best gateway to use for website cost efficiently, reliable , good even free like paypal.
0
votes
0answers
441 views
Set Android IP,DNS,GATEWAY setting programatically (for Ethernet adapter)
my question is similar to an other one, but it concern ethernet adapter of my android device. How do I set ip address, dns address, gateway to this adapter from android java i.e programatically ,I ...
0
votes
0answers
96 views
Openfire+Karken+psi service discovery
After continous research and trying almost everything possible posted on internet i gave up and finally posting my issue here hoping for some solution by experts here.
I am a complete newbie, setup ...
0
votes
0answers
100 views
PayPal Website Payments Pro Hosted Solution in US
Is there a version of "PayPal Website Payments Pro Hosted Solution" that works in the US? Specifically I'm looking for a hosted iframe solution which can accept credit card details and route them ...
0
votes
0answers
190 views
NIAS Payment gateway
I am using Nias payment gateway in one of my site, but i don't know how i get the response that payment successfully done or not being a user.
for this i have generate the API key form the admin panel ...
0
votes
0answers
129 views
getting error while configuring First Data Global Gateway API Plugin Component
I am using First Data Global Gateway API Plugin Component in my site(in cakephp 2.0).After following all instruction i have set up the plugin but in response I am getting error
Array ( [r_csp] => ...
0
votes
0answers
182 views
502 Bad Gateway Heroku SSL Endpoint
I'm at a loss here. I've got a rails app hosted on heroku that is attempting to do a password reset via sending a link with a perishable token using authlogic(following these instructions).
The ...
0
votes
0answers
58 views
Sending packet over a predefined route
Is it possible to encode the route a packet should take to a destination? Say I know the computer I am trying to get to on a local network. I presume can use its router as a "gateway" to that subnet, ...
0
votes
0answers
130 views
How can I configure/set the gateway endpoint in Flex 4.5?
1) I think that Adobe's method of hardcoding the Gateway endpoint in the _Super_XXX.as files is a bad approach.
How can I set the gateway url outside the Flex realm? Basically, I would like to add a ...
0
votes
0answers
277 views
android ip details
How to find default gateway address in android device not using WifiManager class. Actually trying to find ipaddress and gateway when device is connected using usb tethering.
-3
votes
0answers
30 views
How to setup a system so I can send out sms for free?
I'm from Singapore.
I am trying to setup something which can let me send out sms free.
Sending out through my pc and /or my existing mobile phone.
My main objective is to get people to send sms ...


