Questions tagged [inbound]
121 questions
0
votes
1 answer
How to use HTTP protocol in Resource Adapter in WildFly
I'm trying to implement a inbound resource adapter which will receive a data through HTTP protocol. I have two variants of implementations: to use Jetty as inner server and to use web container from WildFly. I know how to use Jetty, but think that…

Alexander Fedyukov
- 964
- 8
- 18
0
votes
1 answer
Understanding Inbound/Outbound connectiona in Azure VM
I have a problem identifying what counts as inboud & outbound connections to determine whether Azure VM is good for our SMB or not.
the scenario we have is as follows:
I would like to get an Azure VM to host win server, it should include File…

Nouf
- 1
0
votes
2 answers
Managing calls with multiple agents Twilio
I'm working in a project with Twilio to make and recieve calls. So, imagine you want to do a call, and in the other side we have 3 agents to take the call, with three twilio numbers. I want to show the inbound call only to one of the agents…

jmolina
- 259
- 3
- 12
0
votes
1 answer
Process ALL incoming e-mails with PHP script
For a project I'm working on right now I want users to be able to send e-mails to username@sub.domain.com. Those e-mails or to be more specific ALL e-mails send to sub.domain.com shall be processed by a PHP script.
In that script I need to be able…

tim-we
- 1,219
- 10
- 16
0
votes
4 answers
How to retain inbound properties across transport barrier
I am building a restful proxy using mule where I have a need to call two web services in a single flow. The call to the first WS is supposed to do user authentication and if the authentication succeeds, then the ORIGINAL HTTP request will be…

user3012653
- 85
- 1
- 13
0
votes
0 answers
connecting dateway 4108 grandstream to elastix
i have a 4108 grand stream gateway. its connected to "Elastix" and my outbound is correct. but my inbound after two dialing and beep not work. and my call stay unfinished.
thanks
0
votes
1 answer
Inbound properties are lost in transition between two flows
There are two flows Flow1, Flow2.
In Flow1 i am able to get some inbound properties and i copy these properties to outbound scope.
println 'Copying inbound properties to session:'
message.inboundPropertyNames.each { prop ->
…

VishalDevgire
- 4,232
- 10
- 33
- 59
0
votes
1 answer
Is a web socket connection in javascript an inbound connection?
I'm trying to make a web socket connection on my webserver. The connection is run from a client in javascript and connects to a php script on the webserver. The javascript is also placed on the webserver, but runned from a clients webbrowser.
The…

Eksperiment626
- 985
- 3
- 16
- 30
0
votes
1 answer
Mule ESB: Servlet - java.io.IOException: Attempted read on closed stream
I use Mule ESB version 3.5.0
I set up a project in Anypoint Studio containing a flow that accepted requests using an http:inbound-endpoint, added a SOAP header to the body and forwarded it to an external web application. I used the graphical user…

Mathias G.
- 4,875
- 3
- 39
- 60
0
votes
1 answer
Postmark Outbound Email Rails 3
I have am practicing by making a wedding site. Unfortunately, I have not been able to get my emails to send to the guests who've RSVP'd. I am not sure what should follow :to =>
Rsvp_Mailer.rb
class RsvpMailer < ActionMailer::Base
def…

user2727729
- 1
- 1
0
votes
1 answer
Inboundmails not working in sugarcrm
I configured the Gmail settings for my SugarCRM instance's inbound emails. The Emails do not sync in my CRM instance. Can any one provide help with configuration steps?

naren
- 11
- 1
- 8
0
votes
1 answer
Mule inbound endpoint is not picking file

Nomad
- 751
- 4
- 13
- 34
0
votes
1 answer
Mule - Dynamic file inbound endpoint error
My ESB flow needs to get files from a dynamic folder. This folder name changes based on month and year. Hence, I configured my inbound-endpoint as shown below but I am getting below error. I really appreciate any help on this.
Flow:

Kgan
- 35
- 2
- 12
0
votes
1 answer
PHP: Memory Optimizing Inbound Mail
In my PHP application, I receive mails using Postmarks's inbound hook. This service receives the mail and sends it JSON encoded to a URL on my server, which works fine.
The issue I have is, when the mail has attachments with more than 10MB.
Which…

JochenJung
- 7,183
- 12
- 64
- 113
0
votes
1 answer
Mule 3.4.0 Get HTTPRequest object from http inbound endpoint
I have an http:inbound-endpoint. Is there any way to get a handle to HttpServletRequest object in a Filter/Interceptor? Is ObjectToHttpClientMethodRequest an answer? If so, could someone please provide a sample?

Jeet
- 311
- 1
- 4
- 21