..

Browse by Tags

..

Developer Group

Developer Group
Connect with thousands of other developers to brainstorm ideas, share best practices and tips - or just chat about the latest emerging technologies making noise in the field. And of course, get the most up-to-date service and support news from Dialogic.
Results for DM3, C#
View more results: All Community | Developer Group
  • Forum Reply: problem about dx_getdig ,help me ,please, DM3

    when I use dx_getdig to get DTMF,the function dx_getdif return 0,after user pressd numbers can get TDX_GETDIG event ,but I can't get any numbers and struct DV_DIGIT.dg_value is null.DV_DIGIT is setting like this: [StructLayout(LayoutKind.Sequential)] public struct DV_DIGIT { [MarshalAs(UnmanagedType...
  • Forum Thread: hello all ,please help me ,I have a problem about dx_getdig, use C#

    when I use dx_getdig to get DTMF,the function dx_getdif return 0,after user pressd numbers can get TDX_GETDIG event ,but I can't get any numbers and struct DV_DIGIT.dg_value is null.DV_DIGIT is setting like this: [StructLayout(LayoutKind.Sequential)] public struct DV_DIGIT { [MarshalAs(UnmanagedType...
  • Forum Thread: DlgcLibNet ISDN Sample

    Hi all, I have downloaded the VS2008 sample of calling the dialogic Global Call API from c++ in a .NET Application. The sample is set for SIP and IP Boards, Can anyone help me with a ISDN sample please used for DM3 board? Thanks.
  • Forum Thread: struct DV_DIGIT is null, use dx_getdig error. DM3 C#

    help! thanks when I use dx_getdig to get DTMF,the function dx_getdif return 0,after user pressd numbers can get TDX_GETDIG event ,but I can't get any numbers and struct DV_DIGIT.dg_value is null.DV_DIGIT is setting like this: DV_TPT defined followed: [StructLayout(LayoutKind.Sequential)...