..

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, DV_DIGIT
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 Reply: Re: Generating and detecting DTMF tones using dialogic E1 card

    hi uttam thanks for your response... but if possible can u provide me any sample code to transmit DTMF tones and also to detect it. over IVR Thanks again
  • 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: Generating and detecting DTMF tones using dialogic E1 card

    hi, I have a E1 dialogic card on which I want to build an application which detects and generates DTMF Tones. This application actually would be an ivr which will be transmitting and receiving DTMF tones and no Voice files would be played in real. I have used dx_getdig() to identify digits on...
  • 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)...