"Outbound" stands for any behavior or event related to links pointing to URLs outside the current domain.
Questions tagged [outbound]
211 questions
1
vote
0 answers
Spring JMS outbound channel adapter
I am new to Spring Integration. I lack on basics of it.
We have a requirement as poll an oracle database table with status=0 and send that record to JMS queue in XML format.
jdbc:inbound channel adapter is picking up a record and chanelling to jms…

user2072797
- 161
- 1
- 3
- 6
1
vote
1 answer
Error:The following From address failed: (SugarCRM)
i am currently a newbie trying to configure outbound email server for SugarCRM but when i enter "from" address and tap on send "testmail" and enter some email there, it give me following error:
Error:The following From address failed:
Can anyone…

sin
- 726
- 7
- 16
1
vote
0 answers
Using Outbound Endpoints to Publish more Data in Mule
i did a example from Using Outbound Endpoints to Publish Data
i had not any problem but i want to save more information in file outputted like ip or date
to wit When Http-request is sent and ip that sent http-request save in to file for the file…

maryam
- 584
- 9
- 26
1
vote
1 answer
Tridion OutboundEmail - Contact synchronization from several Presentation servers?
I'm facing a problem with OutboundEmail Synchronization for Contacts.
We have the following scenario : 2 load-balanced CMS servers and 3 load-balanced CDE web servers located in different data centers.
Each CDE web server will have it's own SQL…

François
- 61
- 1
1
vote
2 answers
How to verify if server can make outbound requests on port 80 and 443?
In relation to this question on an openid issue I'm having, someone asked me to check whether my server is able to make outbound requests on port 80 and 443.
Can you tell me how to verify that? The server is:
Apache/2.0.63 (Unix) mod_ssl/2.0.63…

pixeline
- 17,669
- 12
- 84
- 109
1
vote
0 answers
Google Analytics: insite links vs. outbound links
First I want to apology for the lame question. I am tracking custom events with Google Analytics and I am wondering if redirecting to another page in the same website should be timeout like the outbound links, or it is ok to have no delay.

Snaker.Wood
- 609
- 2
- 7
- 13
0
votes
1 answer
Spring Integration - http outbound gateway custom headers
I have java object that I would like to pass as a custom header to my request on the http outbound gateway. Below is a snippet

user558122
- 851
- 3
- 11
- 15
0
votes
0 answers
ISTIO - Routing all traffic from pods (based on label) through specific egress gateway controller in AKS
I'm relatively new to Istio, and I'm currently dealing with a scenario that I find quite challenging.
I have a single AKS cluster running with the latest version of Istio with multiple applications running.
Some of these applications require a…

Mario
- 11
- 1
- 3
0
votes
2 answers
Spring boot Request and response in two different APIs
I have three microservices A , B and C.
A is sending one request(exposed by B) to B for getting some data and B will send the same data request to C in different API (exposed by C).
Now C will send the response for the request to B in another API…
0
votes
0 answers
In version Flex UI2.0, How to open my outbound panel?
before 1x,What I use is plugin-flex-outbound-dialpad, But 2.0 comes with This plugin is obsolete.
But I didn't see it in version 2.0, so this built-in feature is to get started somewhere, I'm a newbie and need help
Or do you have to upgrade your…

赖志良
- 1
- 1
0
votes
1 answer
Outbound traffic using istio does not work normally
When istio is used in kubernetes, outbound traffic using spring boot's restemplate returns socketException.
When istio is disabled, outbound traffic to that domain is 200.
But when enabled, it is 500.
In the application, traffic(https) is exported…

raboy
- 1
- 1
0
votes
0 answers
Value Change to some random value in the middle of the iteration
import java.util.*;
public class Main
{
public static int plusOne(int[] digits) {
int no =0;
for(int i=0; i< digits.length; i++){
if(digits[i]==0){
no = no*10;
}
else{
…

Mayank Gupta
- 1
- 1
0
votes
0 answers
Outbound Manual Calls Configuration
I am trying to set up the outbound calls on my system, however, I don not know if it is possible to assign different ANI for each Queue I already have, so for example, if I call from Queue 1 it will show a number +33, if I call from Queue 2 it will…
0
votes
1 answer
How to send a voicemail for outbound calls in case of no-answer using Twilio Voice?
I cannot find a way to send a no-answer outbound call to go straight to mailbox.
I tried to use AMD to handle the flow of call but it did not work for me. If a call is declined, I get a voicemail on an answering machine. If I let the phone ring and…

user2135156
- 1
- 1
0
votes
1 answer
Vonage/Nexmo - PHP SDK - How to send MMS?
I would like to send MMS using PHP SDK. There is no proper documentation on how to send it.
Any help in this regard highly appreciated.

arun kumar
- 703
- 2
- 13
- 33