9
votes
11answers
859 views
What is the best way to get started using Asterisk?
I'm interested in learning more about Asterisk (open source PBX) so I thought I would try building a "hobby" system for my home. Just play around with getting a juiced up voicemai …
3
votes
1answer
84 views
Netmeeting in C#
I want to get some of the netmeeting functionality in my C# program. Mainly I want to be able to call a H.323 teleconference system by IP. Google turns up mention of Netmeeting SDK …
3
votes
3answers
495 views
Does anyone know of a good, simple C++ based SIP stack that I could use?
I'm looking for a very simple way of answering a call placed down a SIP trunk. I don't need anything more than being able to answer the call when it rings and being able to detect …
3
votes
13answers
550 views
What’s your Interactive Voice Response Platform?
For those of you working in the voice space, what are you using as your IVR platform? I am using Microsoft Speech Server 2007. What are some equivalent packages? Is anyone using …
2
votes
4answers
76 views
Connect two calls via web application.
I need to add a functionality to my java-based web application that will allow users to click on a link and the application will automatically call the user and another party and c …
2
votes
1answer
53 views
C# .Net - List all System Modems
Hi all,
Is there a way in managed code to list the Modem/Telephony devices installed on the system?
If .Net does not have a way, could you point me in a direction?
Thanks!
2
votes
1answer
284 views
how to dial phone number using C# ?
i've been searching for awhile on how to dial a phone number programmatically (using C#).
i read an article about using Microsoft TAPI to do the job.. however i couldnt fully under …
2
votes
4answers
514 views
any way to “ping” a phone number?
We have a customer who wants to go through their CRM database and somehow determine phone numbers which are valid, without actually having someone sit there and try calling them al …
2
votes
5answers
765 views
Programmatically get own phone number in Symbian
How to get the phone number of the device in Symbian?
1
vote
4answers
148 views
Looking into IVR software development
The company I work for is looking for an IVR implementation that is highly compatible with any potential PBX/IVR or PBX combo OR to provide our own hosting solution.
So the idea w …
1
vote
5answers
89 views
Answer modem using voip
I have an application where I have about 10,000 pieces of monitoring equipment across the US that periodically dials into a bank of 32 phone lines. I have two receivers of 16 lines …
1
vote
1answer
94 views
Is it possible to recognize barge-in?
Is it possible to recognize when a caller has barged-in with DTMF? Is there something in VoiceXML like an event that I could catch?
The problem that I am trying to solve is we nee …
1
vote
0answers
71 views
Dial using second sim card (j2me)
For dual sim phones, such as samsung D780, is there a way to dial a number using second sim card.
What I currently use is
platformRequest("tel:+1201xxxxxx");
I've tried playing …
1
vote
2answers
356 views
UIApplication sharedApplication tel: add numbers to the current call (objective-c)
With iPhone you can dial a number and you can add some other persons to the call using the iPhone-panel (manually).
I want to do it automatically.
I can dial a number from my nat …
1
vote
4answers
115 views
Looking for a VoIP service provider
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 w …
