|
I am looking for a VoIP service my application can use to call landlines and mobile phones.
What I need:
I would generate an audio file and send it to the service. The service would then place the call and play the audio file. Other features that would...
Started by Dana Holt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Altough.
This is not an external service which I think you're looking for, it could be used to connect to a VoIPFor calling and playing audio files you could have a look at the Asterisk server.
|
|
I am looking for a free service (providing a web service or a database that gets updated regularly) that will allow me to retrieve the Geolocations (Long/Lat) for Country/Prov/City.
Yahoo & Google's API's are unacceptable as they limit the total amount...
Started by Mike Curry on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Have a look at TIGER line data
EDIT: In my experience it's not as accurate as NAVTEQ data (i think.
|
|
Hello. In my quest to build a site that has blogging capabilities, I am searching a blogging service. Please note that I am not interested in installing something like wordpress in-premise. I am looking for a service which will provide me with APIs to...
Started by Kabeer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Many applications have been created for that purpose, with a hefty price tag .
Now, if you want a service to truly host your entire blog backend, while you write service to support that.
To Weblog).
|
Ask your Facebook Friends
|
I want a new laptop, which should I buy, which should I avoid and why?
What I'm looking for is the best quality on parts (I don't want to change the HD or a dead pixel on my screen). Outstanding customer service (specially for guarantee claims). And support...
Started by AZ on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Outstanding Customer Service You are a computer super-user, aren't you? What do you really need support.
|
|
I'm looking for a solutions to deliver newsletters through a reliable service provider. Currently, I'm using Lyris List Manager software on my dedicated server to send out newsletters to opted in recipients.
We don't have the knowledge to troubleshoot...
Started by Snipper on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
I believe the two.
My company uses Rackspace's Mailtrust.
I think subscribe the service from the providers who do that for living would be a best approach is another commonly used service.
|
|
I'm looking for a blog engine with nice syntax highlighting to share some code snippets.
I already know about services http://refactormycode.com/ , but I'm really looking for a blog where people could subcribe to my feed.
Started by sebest on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have the full code in ....
You may not want/be able to keep the syntax highlighting in the actual feeds themselves as the feeds should be rss, atom or XML which is just the content, if done correctly .
Just use Wordpress with the WP-Syntax plugin.
|
|
We have an application that needs to be running all the time, and automatically restart when the server reboots. Sounds like a great job for a Windows service! The only problem is that the company that created this software was not so thoughtful :-(
Does...
Started by Richard West on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You can get a lot of that functionality from something like NSSM - the Non-Sucking Service Manager that commercial tool you mentioned.
It hosts-- trying to close them gracefully when the service control manager asks it to "stop", etc.
|
|
Hello everyone,
I have some legacy classic ASP code (not ASP.Net, but ASP), and I want to call a WCF service which I developed by using VSTS 2008 + C# + .Net 3.5 and using basic Http Binding.
Any reference samples? I heard the only way is -- we have to...
Started by George2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Classic ASP would call the COM component and not know that it's dealing with web services.
service.
|
|
I have a WCF 3.5 service and it runs great. It is using basicHttpBinding and IIS 7 hosted. I'd like to add some minimal security to it, maybe a username and a password. Can someone give me some really basic instructions? What do I need to add to my web...
Started by Scott on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Or roll your own
install a certificate for the service on the server side, so that your messages you're looking for - the concrete example is for wsHttp, but it should work for basicHttpBinding.
|
|
We do a lot of document scanning, and I find myself now with a bunch of simple scripts that watch incoming folders for files, and then route the files to their final destination (i.e. they might end up in a Sharepoint library, or be encrypted and stored...
Started by Boden on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This....
I'd say that Mule is the most powerful and flexible of the open source options right now, but it comes with a learning curve .
However, it is quite a bit less flexible.
Spring Integration is a little more lightweight and has less of a learning curve .
|