Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: put image on client area of main frame windows Pin
Max++7-Mar-11 20:09
Max++7-Mar-11 20:09 
QuestionSmall IVR Development Pin
AmbiguousName7-Mar-11 8:35
AmbiguousName7-Mar-11 8:35 
QuestionRe: Small IVR Development Pin
Maximilien7-Mar-11 9:12
Maximilien7-Mar-11 9:12 
AnswerRe: Small IVR Development PinPopular
Chris Meech7-Mar-11 9:46
Chris Meech7-Mar-11 9:46 
GeneralRe: Small IVR Development Pin
Eytukan10-Mar-11 4:47
Eytukan10-Mar-11 4:47 
AnswerRe: Small IVR Development Pin
VBVoice9-Mar-11 4:41
VBVoice9-Mar-11 4:41 
GeneralRe: Small IVR Development Pin
AmbiguousName12-Mar-11 4:14
AmbiguousName12-Mar-11 4:14 
GeneralRe: Small IVR Development Pin
VBVoice14-Mar-11 3:42
VBVoice14-Mar-11 3:42 
You are correct, you will require telephony media to connect the VBVoice application to the telephony infrastructure; VBVoice works with Dialogic media for the telephony connection. The Dialogic API integrates with VBVoice natively, so there is no extra programming required, in fact, once you have installed the Dialogic media and driver, you just select the media type in a VBVoice configuration; so the functions that VBVoice and Dialogic use to connect calls is really transparent to the programmer (and the caller).

You will need to determine the telephony protocol that will be available to the VBVoice/Dialogic IVR. This could be analog, T1 or E1 digital protocol, or even VoIP.

With analog and T1/E1 protocols you will required a Dialogic board/card, which comes as PCIU or PCI-Express (as you require). The Dialogic board in these cases have the resources required to conect a voice call, process DTMF, and additional features such as fax, conference, and speech recognition resources which are hardware-based, meaning the ability or resources are provided by the chipset of the Dialogic board. VBVoice taps into these resources to provide the funtionality to the application. The Dialogic board also facilitates the physical connection to your PBX or Telco which is providing the analog, or T1/E1 circuit.

In contrast, the Dialogic VoIP solution; Host Media Processing or HMP, does not require any Dialogic media board. Instead, the resources used to connect calls, process dtmf, fax, etc. is provided through specific Dialogic HMP licensing you purchase. The physical connection is the primary Network Interface Card of the IVR, and all call processing is done on the CPU of the server.

The advantages of a VoIP solution are that you can purchase a physically smaller server, such as a 1U rack server, since there is no requirement for a PCI board. The Dialogic PCI boards are all full length PCI boards, so are rather large. This is the case with all Dialogic boards we support, with the exception of the D4PCI boards which are half-length. Another benefit is that you only purchase the resources you need. Dialogic has a minimum initial order requirement of 4 channels, but you can increment this up at a later time as demand increases. Plus, you only buy the resources you need, so if you don't need speech recognition you would not buy the required Dialogic resource with HMP... if you purchase a PCI card, it may have the hardware-based resources which you will not neccessarily use in the application.

We have a list of the various Dialogic cards that VBVoice supports here: http://pronexus.com/index.php/services/support/supported-voice-cards/

If you have a particular protocol in mind, and a number of channels that the IVR will need to handle at any given time, I can provide some further advice on which Dialogic card would address your requirements.
Questionmemory mapped Pin
sarfaraznawaz7-Mar-11 1:35
sarfaraznawaz7-Mar-11 1:35 
AnswerRe: memory mapped Pin
Niklas L7-Mar-11 1:41
Niklas L7-Mar-11 1:41 
GeneralRe: memory mapped Pin
sarfaraznawaz8-Mar-11 20:37
sarfaraznawaz8-Mar-11 20:37 
GeneralRe: memory mapped Pin
Niklas L9-Mar-11 22:40
Niklas L9-Mar-11 22:40 
GeneralRe: memory mapped Pin
sarfaraznawaz9-Mar-11 23:57
sarfaraznawaz9-Mar-11 23:57 
GeneralRe: memory mapped Pin
Alexander M.,10-Mar-11 6:29
Alexander M.,10-Mar-11 6:29 
AnswerRe: memory mapped Pin
Niklas L10-Mar-11 20:48
Niklas L10-Mar-11 20:48 
GeneralRe: memory mapped Pin
sarfaraznawaz11-Mar-11 3:53
sarfaraznawaz11-Mar-11 3:53 
GeneralRe: memory mapped Pin
Niklas L13-Mar-11 23:35
Niklas L13-Mar-11 23:35 
GeneralRe: memory mapped Pin
sarfaraznawaz15-Mar-11 2:58
sarfaraznawaz15-Mar-11 2:58 
GeneralRe: memory mapped Pin
Niklas L15-Mar-11 3:03
Niklas L15-Mar-11 3:03 
GeneralRe: memory mapped Pin
sarfaraznawaz16-Mar-11 3:45
sarfaraznawaz16-Mar-11 3:45 
GeneralRe: memory mapped Pin
Niklas L16-Mar-11 4:10
Niklas L16-Mar-11 4:10 
GeneralRe: memory mapped Pin
sarfaraznawaz20-Mar-11 21:12
sarfaraznawaz20-Mar-11 21:12 
GeneralRe: memory mapped Pin
Niklas L20-Mar-11 23:12
Niklas L20-Mar-11 23:12 
GeneralRe: memory mapped Pin
sarfaraznawaz21-Mar-11 0:06
sarfaraznawaz21-Mar-11 0:06 
AnswerRe: memory mapped Pin
Niklas L21-Mar-11 2:06
Niklas L21-Mar-11 2:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.