Showing related tags and posts across the entire site.
-
Hi I am trying to implement CNF conferencing on a DI/SI16 board based application. The Party structure is as below. Could you please let me know whether it looks good or not? Call to cnf_GetResourceCount() gives correct count (=16) but It crashed while calling cnf_AddParty() and my guess is the party...
-
The Dialogic GC system and CNF do not seem to have any mechanism to help an applicatoin that crashes after it opens an CNF Conference. * If the application opens a CNF Conference. The CNF system somehow caches this open information somewhere. * The application crashes. * An attempt to open the CNF Conference...
-
I have been implementing CNF Conferencing on HMP. We are not usng any Dialogic hardware. I have discovered some facts about the APIs that seem to not mesh with how much of the other Dialogic APIs work. 1. Virtually everything is ASYNC. I know that the APIs are getting more ASYNC in nature as some of...
-
Using the HMP 3.0 CNF API, it doesn't seem possible to use dx_mreciottdata to record one of the parties in the conference since the CNF API requires the use of dev_Connect, which uses SRL device handles and does not expose the raw timeslots that are required by dx_mreciottdata. (In this application...