亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? dialogic.java

?? 著名的dialogic電話語音卡的java驅(qū)動程序,已經(jīng)驗證可用。
?? JAVA
?? 第 1 頁 / 共 5 頁
字號:
public static final int  DTEC_B8ZSD    =0x0004;   /* Bipolar eight zero subs detection. */
public static final int  DTEC_RBL      =0x0002;   /* Receive blue alarm. */
public static final int  DTEC_RLOS     =0x0001;   /* Receive loss of sync. */
public static final int  DTEC_RED      =0x0400;   /* Red alarm condition */

public static final int  DEEC_LOS      =0x0100;   /* Loss of signal notification */
public static final int  DEEC_DPM      =0x0200;   /* Driver performance monitor */
public static final int  DEEC_BPVS     =0x0080;   /* Bipolar violation count saturation. */
public static final int  DEEC_ECS      =0x0040;   /* Error count saturation notification */
public static final int  DEEC_RRA      =0x0020;   /* Receive remote alarm notification */
public static final int  DEEC_FSERR    =0x0008;   /* Receive frame sync error notification */
public static final int  DEEC_RUA1     =0x0002;   /* Receive unframed all 1's notification */
public static final int  DEEC_RLOS     =0x0001;   /* Receive loss of sync notification */
public static final int  DEEC_MFSERR   =0x0800;   /* Multi-frame sync error notification */
public static final int  DEEC_RSA1     =0x1000;   /* Receive signalling all 1's notification */
public static final int  DEEC_RDMA     =0x2000;   /* Receive distant multi-frame alarm */
public static final int  DEEC_CECS     =0x4000;   /* CRC4 error count saturation */

/*
 *--------Clocking values.
 */
public static final int  DTC_NOCLK     =0x00;      /* No clocking. */
public static final int  DTC_LOOP      =0x01;      /* Loop timing. */
public static final int  DTC_EXT       =0x02;      /* Clock from the expansion bus. */
public static final int  DTC_IND       =0x03;      /* 1.544 Mhz - independant timing. */
public static final int  DTC_MAX       =0x03;      /* Maximum clock value. */

/*
 *-------Board modes.
 */
public static final int  DTMD_NORMAL   =0x00;      /* Normal mode. */
public static final int  DTMD_XCVRLB   =0x01;      /* Tranceiver local loop back mode. */
public static final int  DTMD_LIULLB   =0x02;      /* LIU local loop back mode. */
public static final int  DTMD_LIURLB   =0x03;      /* LIU remote loop back mode. */
public static final int  DTMD_MAX      =0x03;

/*
 * Device Parameters for ms_setbrdparm
 */
public static final int   MSG_RING         =0x06;	/* (non)Ringing Board indicator */
public static final int   MSG_DBONTM       =0x22;   /* Debounce on time */
public static final int   MSG_DBOFFTM      =0x23;   /* Debounce off time */
public static final int   MSG_MINFLASH     =0x24;   /* Minimum flash hook time */
public static final int   MSG_MAXFLASH     =0x25;   /* Maximum flash hook time */
public static final int   MSG_CLKMODE      =0x26;   /* Clk Mode */
public static final int   MSG_ZIPENA       =0x27;   /* Zip Tone */
public static final int   MSG_RNGCAD       =0x31;   /* Ring Cadence */
public static final int   MSG_ACTID        =0x32;   /* Enable/Disable Active Talker  */
public static final int   MSG_VOLDIG       =0x33;   /* Volume Control Digits         */
public static final int   MSG_UDRNGCAD     =0x31;   /* User-Defined Ring Cadence */
public static final int   MSG_PDRNGCAD     =0x34;   /* Pre-Defined Ring Cadence */
public static final int   MSG_DISTINCTRNG  =0x35;   /* Multiple Ring Cadence */
public static final int   MSG_RESTBL       =0x50;   /* Conf.Table Update Event Parm */ 

public static final int   ZIP_ON	   =0x01;   /* ziptone enable */
public static final int   ZIP_OFF	   =0x00;   /* ziptone disable */

public static final int   MTF_RING	   =0x8a;   /* Stop Ringing */


public static final int   MS_ONHOOK        =0x00;   /* On Hook */
public static final int   MS_OFFHOOK       =0x10;   /* Off Hook */

/*
 * Message mask and event equates
 */

public static final int   MSMM_OFFHOOK     =0x0011; /* Mask for channel went off hook */
public static final int   MSMM_RNGOFFHK    =0x0004; /* Solicited off hook */
public static final int   MSMM_RNGSTOP     =0x0020; /* User stopped ringing by stopfn() cmd */
public static final int   MSMM_ONHOOK      =0x0110; /* Mask for channel went on hook */
public static final int   MSMM_HOOKFLASH   =0x1000; /* Mask for hook flash detection */
public static final int   MSMM_TERM        =0x8000; /* Mask for ring termination */
public static final int   MSMM_FIRSTRING   =0x0040; /* Mask for first ring off

/*
 * Bit masks for conference attributes
 */
public static final int MSCA_NULL    = 0x00;   /* Normal Attribute */
public static final int MSCA_ND      = 0x01;   /* Notify-on-Add mode */
public static final int MSCA_NN      = 0x02;   /* Do not notify if party joins in RO or monitor */

/*
 * Masks for 'party number' field of establish conference msg or
 * remove/add to conference msg.
 */
public static final int MSPN_TS    = 0x10;   /* Party is time slot */

/*
 * Bit masks for party attributes
 */
public static final int MSPA_NULL   = 0x00;   /* No attributes */ 
public static final int MSPA_RO     = 0x01;   /* Receive-only (monitor) mode */
public static final int MSPA_TARIFF = 0x02;   /* Tariff Notification */
public static final int MSPA_DIG    = 0x04;   /* Digital Front End */
public static final int MSPA_COACH  = 0x08;   /* Coach */
public static final int MSPA_PUPIL  = 0x10;   /* Pupil */
public static final int MSPA_NOAGC  = 0x20;   /* Disable AGC */
public static final int MSPA_TALKING= 0x80;   /* party is talking - not a dialogic def! */

/* Defines for DCB DTMF detection bitmask elements */
public static final int   CBMM_ZERO               =0x0001;
public static final int   CBMM_ONE                =0x0002;
public static final int   CBMM_TWO                =0x0004;
public static final int   CBMM_THREE              =0x0008;
public static final int   CBMM_FOUR               =0x0010;
public static final int   CBMM_FIVE               =0x0020;
public static final int   CBMM_SIX                =0x0040;
public static final int   CBMM_SEVEN              =0x0080;
public static final int   CBMM_EIGHT              =0x0100;
public static final int   CBMM_NINE               =0x0200;
public static final int   CBMM_STAR               =0x0400;
public static final int   CBMM_POUND              =0x0800;
public static final int   CBMM_A                  =0x1000;
public static final int   CBMM_B                  =0x2000;
public static final int   CBMM_C                  =0x4000;
public static final int   CBMM_D                  =0x8000;
public static final int   CBMM_ALL                =0xFFFF;

/*
 * ISDN RATE types
 */
public static final int CCR_CHARGE      =   0x0000;      /* charge call (default)            */
public static final int CCR_NOCHARGE    =   0x0100;      /* do not charge call               */


/*
 * STATES
 */
public static final int CCST_NULL        =  0;
public static final int CCST_OFFERED     =  1;
public static final int CCST_ACCEPTED    =  2;
public static final int CCST_CONNECTED   =  3;
public static final int CCST_DIALING     =  4;
public static final int CCST_ALERTING    =  6;
public static final int CCST_DISCONNECTED=  7;
public static final int CCST_IDLE        =  8;
public static final int CCST_HOLD        =  13;

/*
 * Non-Call state related message
 */
public static final int SndMsg_Information   =  0x0F;
public static final int SndMsg_Congestion    =  0x0B;
public static final int SndMsg_UsrInformation=  0x07;
public static final int SndMsg_Facility      =  0x08;
public static final int SndMsg_FacilityACK   =  0x09;
public static final int SndMsg_FacilityREJ   =  0x0A;
public static final int SndMsg_Notify        =  0x0C;

public static final int SndMsg_Divert         = 0x10;
public static final int SndMsg_Intrude        = 0x11;
public static final int SndMsg_NSI            = 0x12;
public static final int SndMsg_Transfer       = 0x13;
public static final int SndMsg_Transit        = 0x14;

public static final int SndMsg_Drop           = 0x15;
public static final int SndMsg_DropAck        = 0x16;
public static final int SndMsg_DropRej        = 0x17;
public static final int SndMsg_Redirect       = 0x18;

/*****************************************************************************
*                  Event Mask Action value
*****************************************************************************/
public static final int CCACT_SETMSK =0x01;   /* Enable notification of events specified in
                               bitmask and disable notification of previously
                               set events. */
public static final int CCACT_ADDMSK =0x02;   /* Enable notification of events specified in
                               bitmask in addition to previously set events.*/
public static final int CCACT_SUBMSK =0x03;   /* Disable notification of events specified
                               in bitmask */

/* bit mask for ISDN_SETMM, ISDN_GETMM, and ISDN_RETMM commands */
public static final int CCMSK_ALERT       = 0x01;
public static final int CCMSK_PROCEEDING  = 0x04;
public static final int CCMSK_PROGRESS    = 0x08;
public static final int CCMSK_SETUP_ACK   = 0x20;
public static final int CCMSK_TERMINATE   = 0x40;
public static final int CCMSK_CALLACK_SEND= 0x80;
public static final int CCMSK_PROC_SEND   = 0x80;

/*
 *   Defines associated with the ISDN Parameters.
 */

public static final int BC_XFER_CAP           = 0x403;
public static final int BC_XFER_MODE          = 0x404;
public static final int BC_INFO_MODE          = 0x404;
public static final int BC_XFER_RATE          = 0x405;
public static final int USRINFO_LAYER1_PROTOCOL= 0x406;
public static final int USR_RATE              = 0x407;
public static final int CALLED_NUM_TYPE       = 0x7003;
public static final int CALLED_NUM_PLAN       = 0x7004;
public static final int CALLING_NUM_TYPE      = 0x6c03;
public static final int CALLING_NUM_PLAN      = 0x6c04;
public static final int CALLING_PRESENTATION  = 0x6c05;
public static final int CALLING_SCREENING     = 0x6c06;
public static final int RECEIVE_INFO_BUF      = 0x789A;
public static final int MAX_RECEIVE_INFO_BUF_NO= 160;
public static final int MAX_SEQ_LOOP	       = 29;
public static final int RELEASE_CAUSE          = 0x804;

/*
 * D4J's own
 */

public static int debug = 0x00;
public static final int DEBUG_EVSRC = 1;
public static final int DEBUG_EVDST = 2;
public static final int DEBUG_VFNS = 4;
public static final int DEBUG_IOTT = 8;
public static final int DEBUG_GC = 16;
public static final int DEBUG_WKTHR = 32;
public static final int DEBUG_STATION = 64;
public static final int DEBUG_CHANNEL = 128;
public static final int DEBUG_CONFERENCE = 256;
public static final int DEBUG_ISDN = 512;

    static {
        System.runFinalizersOnExit(true);
        System.loadLibrary("Dialogic");
        sr_libinit();
        dx_libinit();
        dt_libinit();
        dcb_libinit();
        ms_libinit();
    }
    
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美精品v国产精品v日韩精品| 欧美日韩精品一区二区三区四区| 亚洲日本乱码在线观看| 欧美一区二区视频网站| 色综合中文字幕国产 | 亚洲一区二区在线观看视频| 日韩午夜精品视频| 日本道在线观看一区二区| 国产精品99久久久久久似苏梦涵| 亚洲成人av中文| 国产精品国产三级国产有无不卡 | 成人免费视频一区| 老色鬼精品视频在线观看播放| 欧美国产日韩a欧美在线观看| 51午夜精品国产| 日本伦理一区二区| 国产精品一区二区男女羞羞无遮挡| 亚洲国产成人av好男人在线观看| 一色屋精品亚洲香蕉网站| 精品国产伦一区二区三区观看方式 | 亚洲自拍偷拍麻豆| 中文字幕欧美国产| 久久亚洲精精品中文字幕早川悠里| 欧美伊人久久久久久久久影院| 国产成人8x视频一区二区 | 日韩一区精品视频| 亚洲免费在线电影| 国产精品美女久久久久久久网站| 国产人久久人人人人爽| 久久免费国产精品| 2024国产精品| 日韩你懂的在线播放| 欧美一区在线视频| 欧美精品v国产精品v日韩精品| 欧美日韩在线播放三区四区| 色网站国产精品| 99re热这里只有精品免费视频| 成人黄色免费短视频| 懂色av一区二区三区蜜臀| 欧美高清视频一二三区| 99精品视频一区| 亚洲精品成人a在线观看| 国产精品久久久久三级| 国产精品夫妻自拍| 国产精品狼人久久影院观看方式| 国产亚洲成av人在线观看导航| 精品国产一二三区| 久久久精品免费观看| 老色鬼精品视频在线观看播放| 日韩成人av影视| 蜜臀av性久久久久av蜜臀妖精| 视频一区二区三区入口| 日产精品久久久久久久性色| 日本亚洲免费观看| 精品亚洲aⅴ乱码一区二区三区| 久草中文综合在线| 国产精品一级二级三级| 国产精品99精品久久免费| 粉嫩av一区二区三区在线播放| 国产精品一级片在线观看| 成av人片一区二区| 色综合激情五月| 欧美日韩在线直播| 久久众筹精品私拍模特| 国产精品女主播av| 亚洲成人动漫在线免费观看| 激情欧美一区二区| jizz一区二区| 欧美一级专区免费大片| 久久久99久久| 一区二区三区毛片| 久久99精品久久久久久久久久久久| 国产精品一区二区久久不卡| 97久久精品人人澡人人爽| 欧美日本一区二区| 国产拍欧美日韩视频二区| 亚洲欧美日韩电影| 精品亚洲aⅴ乱码一区二区三区| 91在线观看地址| 91麻豆精品国产91久久久资源速度 | 99国产一区二区三精品乱码| 欧美日韩另类一区| 久久久久99精品国产片| 国产ts人妖一区二区| 色婷婷国产精品| 2020日本不卡一区二区视频| 亚洲欧美偷拍卡通变态| 老司机精品视频在线| 色综合天天综合| 欧美va在线播放| 亚洲六月丁香色婷婷综合久久 | 日本一区二区免费在线| 亚洲男人的天堂在线aⅴ视频| 久久成人麻豆午夜电影| 在线免费观看一区| 国产亚洲精品aa| 日韩**一区毛片| 在线视频综合导航| 欧美国产综合色视频| 奇米精品一区二区三区四区| 色拍拍在线精品视频8848| 国产精品久久久久永久免费观看| 精品一区二区免费在线观看| 蜜桃视频一区二区三区| 99这里只有精品| 精品国产免费久久| 视频一区二区国产| 欧美影院一区二区三区| 国产精品卡一卡二| 国产精品亚洲一区二区三区在线 | 欧美美女视频在线观看| 日本一区二区不卡视频| 裸体在线国模精品偷拍| 欧美日韩中文国产| 亚洲欧美日韩国产成人精品影院| 国产不卡高清在线观看视频| 精品剧情在线观看| 日本aⅴ精品一区二区三区 | 欧美精品久久久久久久多人混战| 亚洲视频免费看| voyeur盗摄精品| 欧美激情一区二区三区不卡| 精品亚洲免费视频| 日韩免费高清视频| 日本美女一区二区| 日韩一级成人av| 美女视频黄频大全不卡视频在线播放| 91久久免费观看| 亚洲制服丝袜在线| 在线观看国产日韩| 亚洲黄网站在线观看| 欧亚一区二区三区| 亚洲一二三专区| 国产欧美日韩综合精品一区二区| 国产综合久久久久影院| 精品免费视频.| 精品在线亚洲视频| 久久久久久亚洲综合影院红桃 | 亚洲国产另类av| 欧美午夜影院一区| 亚洲福中文字幕伊人影院| 在线观看日韩精品| 三级在线观看一区二区| 欧美一区永久视频免费观看| 麻豆国产91在线播放| 欧美刺激午夜性久久久久久久| 久久99久国产精品黄毛片色诱| 欧美xxxxxxxxx| 丰满少妇久久久久久久| 国产精品欧美一级免费| 91小宝寻花一区二区三区| 亚洲乱码中文字幕综合| 欧美日韩大陆一区二区| 免费成人深夜小野草| 91精品国产免费| 久久99精品网久久| 国产精品免费观看视频| 欧美性xxxxxxxx| 久久成人免费日本黄色| 欧美激情综合五月色丁香小说| 成人精品gif动图一区| 日韩免费一区二区| 玉足女爽爽91| 国产一区二区三区在线看麻豆| 久久99久久精品| 丰满亚洲少妇av| 成人av网站免费| 国产成人av电影| 美女视频网站久久| 奇米色一区二区| 91女厕偷拍女厕偷拍高清| 在线视频观看一区| 91成人国产精品| 欧美日韩一二三| 91精品国产全国免费观看| 亚洲一级不卡视频| 欧美一区二区精品久久911| 开心九九激情九九欧美日韩精美视频电影 | 一本色道亚洲精品aⅴ| 午夜a成v人精品| 国产视频一区在线播放| 欧美专区亚洲专区| 久久精品av麻豆的观看方式| 国产精品成人在线观看| 欧美日韩电影一区| 成人亚洲一区二区一| 日韩精品国产欧美| 国产精品久久久久久妇女6080 | 日韩欧美精品在线| 91在线看国产| 国内成+人亚洲+欧美+综合在线| 亚洲欧美日韩一区| 精品国产1区2区3区| 欧美视频自拍偷拍| 成人黄色a**站在线观看| 人人爽香蕉精品| 亚洲精品久久久久久国产精华液| 精品国产污网站| 欧美另类久久久品| 91色porny在线视频|