Questions tagged [inbound]

121 questions
0
votes
1 answer

Inbound email with attached file

I'm creating a new web app and I need to process files (word, pdf) sent via email message (attached files). That also would be necessary to have a specific email address to route file to a proper destination (its a job application service, so each…
Andre Moura
  • 15
  • 1
  • 5
0
votes
1 answer

sugarcrm inboundemail not creating cases

I have created a Group Mail Account and checked by clicking 'Test Settings' which says 'Connection Completed Successfully'. Then I set the scheduler for 'Check Inbound Mail Accounts' to run after every one minute. But this is not working for me.…
shairya
  • 173
  • 9
0
votes
1 answer

Is there an email server that can do a REST POST to my end point when an email is received?

I have an application that has a requirement to attach links to emails to client records in the application. I need an email server that - in addition to behaving like any email server, do a REST POST to my application end point notifying my…
Moiz Tankiwala
  • 6,070
  • 7
  • 38
  • 51
0
votes
1 answer

HTTP inbound endpoint debug messages

When running a http inbound endpoint, is it normal to see these debug messages repeated every 4 or more than 4 seconds? DEBUG IdleConnectionHandler [HttpClient-connection-cleaner-connector.http.mule.default]: Checking for connections, idleTimeout:…
FutuToad
  • 2,750
  • 5
  • 36
  • 63
0
votes
1 answer

How can I get both the parameter in URL and the json data in content by using HttpInbound?

When I use the 'Body to Parameter Map' transformer, I can get the parameter in URL, but I cannot get the content. When I use the 'JSON to Object' transformer, I can only get the content, but the parameter is lost in the payload. How can I get both…
Roy
  • 5
  • 1
  • 4
0
votes
1 answer

Spring Integration: How to send response packet to client in case of exception using error-channel?

I am using Spring Integration in my project. Endpoints used in application are in-bound gateway, header based router, transformer, spliter, service activator. In case of success flow(not any exception), in-bound gateway reply-channel getting desired…
Ketan
  • 2,612
  • 5
  • 31
  • 44
0
votes
1 answer

Get IP Address of the requested client(Soap message)

I am working on creating soap message and need a find a requested client IP. I have been finding a way to find a client IP but still can't. Could you let me know steps how i can find a client ip when get a request from client?
0
votes
1 answer

How to publish two services with same path but different URLs on Mule 3.2

My need is to publish two services with same path on mule, but different URL's. Like this https://localhost:8443/etc/app/version1/Service https://localhost:8443/etc/app/version2/Service Im using servlet mapping on web.xml
jonfornari
  • 530
  • 1
  • 4
  • 20
0
votes
1 answer

Two domain pointing to same IP address

I have domain like www.abc.in and would like to buy www.abc.com . As everyone is used to .com . I'm little bit confuse if two domain point to same IP address will it effect my 1) Alexa rank. 2) Page rank. 3) Inbound and outbound links If your…
chetan Saini
  • 115
  • 6
0
votes
1 answer

What is Source Connector Inbound,Source Connector Inbound and Destination 1 Outbound in Mirth?

What is Source Connector Inbound,Source Connector Outbound and Destination 1 Outbound in Mirth means? And which case these be used. I searched on Mirth forum but didn't get satisfactory answer. I'm unable to sense these 3 concepts. Any help is…
thatisvivek
  • 875
  • 1
  • 12
  • 30
0
votes
1 answer

asterisk outbound calls and inbound calls fom different domains

How can I configure asterisk (sip client) for outbound calls to other sip clients that are registered to sip servers(domains) different from my sip domain? What about inbound calls from sip clients registered to different sip servers(domains) than…
user1222905
  • 533
  • 2
  • 17
  • 36
-1
votes
2 answers

Update azure api inbound policy from powershell

Firstly Thanks for looking into this. I've a requirement to update the inbound policy of an API managed by Azuremanagementservice from powershell. For this I have tried accessing the API from powershell unfortunately ended up at no progress. What I…
-1
votes
1 answer

freeswitch sip trunk not receiving inbound calls

my sip trunk provider has given me a user name sip123456 when I configure that siip trunk as a gateway, I can make calls out no problem but I cannot receive any inbound calls! Now I did a lot of investigation and I found out that the user name has…
Solutel WW
  • 21
  • 2
-1
votes
1 answer

How to find number of inbound links in php if i have array of linking between pages?

I have this 2d array that represent outgoing links of each page returned by search engine, now I have to find number of inbound links of each page. eg 1 is present in sub array in key2,3,4,5,6 so its number of inbound will be 5. I need this in…
parul
  • 1
  • 1
-2
votes
1 answer

aws EC2 linux unable to open inbound ports

I am trying to run a web server on an EC2 linux instance (free tier), so I followed the instructions to open the port but was unsuccessful getting it to work. My server is running locally and I can access it. The steps I took are: Go to my…
elesh.j
  • 192
  • 1
  • 3
  • 15
1 2 3
8
9