Questions tagged [outbound]

"Outbound" stands for any behavior or event related to links pointing to URLs outside the current domain.

211 questions
1
vote
1 answer

java.net.UnknownHostException: fba-outbound.amazonaws.com

While trying to use Amazon FWS outbound api unable to create an order from it. getting unknown exception. I came to know that the fws endpoint host is not working. Can someone help me on creating order using fws api. …
Syam Danda
  • 587
  • 3
  • 12
  • 34
1
vote
1 answer

AWS Security group - Do I need to open outbound port for accessing internet or using yum

As I read about AWS security groups, we must open outbound ports to initiate traffic from within instance. What if I have to access a website or download some packages (using yum) over HTTP? Do I need to open any specific ports for this? As I…
1
vote
1 answer

How to track outbound clicks from an rss feed

I want to track outbound clicks from different rss feeds which are fetched and displayed as links on my site. (popurls.com type site) Is there a way to do this? Thanks
merxie
  • 95
  • 10
1
vote
0 answers

Google Analytics: How can I track my website being a referral path to other websites?

I have some links to other websites on my website and I would like to create reports on when they've been clicked on. I haven't been using Google Tag Manager or do not have any trackers in place. Is there a way to get still get such historical data?
tsotsi
  • 683
  • 2
  • 8
  • 20
1
vote
1 answer

How to define `TcpOutboundGateway` bean in Java class configuration

When I tried to define TcpOutboundGateway bean, I found that class doesn't have requestChannel and replyChannelName setters. How can I correctly define that bean in my Java class configuration? Which Java class configuration is equal to the XML…
Meiblorn
  • 2,522
  • 2
  • 18
  • 23
1
vote
1 answer

Wordpress php function to open all outbound links in new tab

Who wants a virtual warm chocolate chip cookie? I'm looking for a Wordpress php function to open all outbound links in new tab. I have found a couple of function solutions similar to the one below, but they only work for posts/pages and not for…
Lena Shore
  • 45
  • 7
1
vote
0 answers

Twilio forwarding sms to different number php

here is my problem. I send sms to my twilio app and according to the text in them, i want a sms in reply on a different number. Well i'm starting from an example, my app receives sms, replies to the same number asking to type some words but when it…
Leon81
  • 11
  • 1
1
vote
1 answer

HTTPS communication with outbound-gateway

Spring-Integration 4: I'd like to make communication with http outbound-gateway for HTTPS. i.e. with secure protocol. Requirement is I'd like to use URL "https://" but we don't have certificate & need to bypass this.
Kay Pan
  • 11
  • 2
1
vote
0 answers

Spring Integration Sftp Outbound Gateway to IBM mainframe

I have reviewed spring integration sftp mainframe :failed to write file; nested exception is 3: Permission denied, but still cannot sftp a file to a remote mainframe. If I use a command line to sftp to my account, my login directory…
Dio H
  • 31
  • 3
1
vote
2 answers

What is saturated outbound situation? How it could be handled in netty?

I just found term 'saturated outbound situation' in terms of using netty.io framework and can not find clear definition what does it mean. Could anybody explain what is it? How it could be correctly handled in netty.io framework?
sphinks
  • 3,048
  • 8
  • 39
  • 55
1
vote
0 answers

IIS rewriter rule rewrites 404 responses

I'm trying to configure IIS7 outbound rewriter rule to react on 404 HTTP statuses. I mean is this even possible to force IIS to catch 404 statuses and redirect browser to other location. Example: If on my website some images are missing I want to…
1
vote
0 answers

spring Integration take back up file after sftp to remote server

I am using outbound channel adapter for sftp the files to some other location... after the sftp , I want to take the back up to a different location... Just wondering how to do the same ? Is it possible to redirect it to some other channel ? My…
1
vote
1 answer

Asterisk: Create an outbound call and bridge it with a current active inbound channel

I am using Asterisk to make a CAll-Center. The whole process is: Calls from outside to the Call-Center: all calls put in queue and each one connect to an available agent. From the Agent, he/she puts the inbound call on hold and create an outbound…
Dan Howel
  • 47
  • 1
  • 8
1
vote
1 answer

Handling outbound call if it's not answered

Hy, I have made a java application using asterisk-java and from it I can receive a call and can initiate outbound as well. But I am facing one problem that whenever I bulk outbound calls to say 50k users, the application can handle only those who…
iCurious
  • 8,161
  • 7
  • 28
  • 46
1
vote
2 answers

Spring Integration - http outbound gateway retry logic implementation

I am connecting to a GET REST service thorugh http outbound gateway. The following code snippent is from the spring integration XML
Samadarshee
  • 61
  • 1
  • 1
  • 4