Questions tagged [outbound]

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

211 questions
2
votes
1 answer

Could I track a link from my app using Google Analytics?

I'm a developer and started do study Google Analytics and I need help I am creating an app with link to partner stores and I need to know if a sale was generated through my app. I have a list of products from different stores, each one with a link…
2
votes
1 answer

How to set up twilio taskrouter outbound call?

I am trying to set up outgoing calls through Twilio task router. I am creating tasks through PHP with the all the necessary attributes (instruction, to , from, post_work_activity_sid ) but the created task doesn't set up a call between the twilio…
2
votes
1 answer

Knative/Kubernetes unique IP for outbound traffic

Question: Does Knative expose low-level network components that allow me to configure the stack in such a way, that each instance has a unique IP address available for outbound networking? Info I have a workload that has to happen on queue event.…
CaKa
  • 3,219
  • 3
  • 14
  • 20
2
votes
1 answer

How to allow the azure data center IP address dynamically in firewall

I'm trying to install powerbi data gateway on-prem. So as per the pre-requisites, I need to allow some domain/IP for the outbound firewall. As per this It is recommended that you whitelist the IP addresses, for your data region, in your firewall.…
Jayendran
  • 9,638
  • 8
  • 60
  • 103
2
votes
0 answers

Why Outbound Soap Request is Empty When to Handle Message at PRE_STREAM Phase?

I would like to handle soap message at Pre_stream phase.But i cant get soap message. In addition byte data with a size of 1 mb is send by this request. public class MessageChangeInterceptor extends AbstractPhaseInterceptor { …
theMind
  • 194
  • 1
  • 10
2
votes
1 answer

Suite CRM SMTP connect() failed on email campaign

I have install suiteCRM on my server. I have configured the email smtp server on email module and it's work great. I have put the same configuration informations in "set up email" in the campaign module. I have add the cron command on my…
Remi Coste
  • 106
  • 7
2
votes
0 answers

Retry advice for a http:outbound-gateway in Spring Integration

I am trying to implement a retry advice for a . I have the following configuration:
crm86
  • 1,394
  • 1
  • 21
  • 44
2
votes
2 answers

Spring Integration File Outbound folder permission

We are creating a folder structure and writing files to this newly created folder structure using data in the channel. The problem we have is that the folder is to be updated/deleted by another user. Is there a way we can set folder/file permission…
2
votes
1 answer

azure A connection attempt failed because the connected party did not properly respond after a period of

I already did the setup of My web app, made a Vnet Integration, My Virtual network is connected to my Default Subnet that is using My Security Group, in the security group I did the setup of outbound enabling Source: Any destination:…
Fernando Magno
  • 375
  • 6
  • 15
2
votes
1 answer

IIS Reverse Proxy Apply outbound rule on specific path

I have the following inbound and outbound rules defined to get my reverse proxy working.
jvb
  • 59
  • 1
  • 4
2
votes
0 answers

Outbound connections in AWS Lambdas

I have a simple java lambda function which is exposed as a HTTP endpoint using API gateway. When a function is invoked, i send a message to pubnub. Locally, everything works fine but on aws, message is never received on the channel. I tried playing…
hechoo
  • 101
  • 1
  • 4
2
votes
0 answers

AWS VPC Instance NO OUTBOUND connection

In AWS, i have created a VPC for the first time (with a Public Subnet inside), then i put my VM inside inside the Subnet. Everything is fine, except: my VM can not make any OUTBOUND connections to the Internet. (But it can be reached via…
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
2
votes
1 answer

How can one connect from Heroku to a firewalled host to get data from MongoDb?

I am currently developing a service application that pulls data from Mongo and returns it to consumers. There is a layer of authentication involved and I am using Heroku to host the service. Mongo was being hosted on MongoLabs, but there were some…
David Vezzani
  • 1,449
  • 16
  • 24
2
votes
1 answer

Asterisk- creating a call with originate command and pass parameter and set callerid

I want to generate an outbound call for this I am using outgoing command like astreisk -rx "originate SIP/14075551234@sip-outbound extension s@auto-att" I can generate a call with that but How can I set callerid with this command and how can I pass…
codegasmer
  • 1,462
  • 1
  • 15
  • 47
2
votes
1 answer

How to receive list of directories or file from ftp server with int-ftp:outbound-gateway?

I defined ftp adapter to connect to ftp server, but I see ftp server log and don't see request sent to ftp server. my adapter code is :
Alireza Alallah
  • 2,486
  • 29
  • 35
1 2
3
14 15