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

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

?? dialogic.java

?? 著名的dialogic電話語音卡的java驅(qū)動程序,已經(jīng)驗證可用。
?? JAVA
?? 第 1 頁 / 共 5 頁
字號:
//
// Dialogic.java: Dialogic access
// $Id: Dialogic.java,v 1.38 2003/11/05 12:33:23 tron Exp tron $

/* 
 * Copyright (c) 1999 Carlos G Mendioroz.
 *
 *  This file is part of D4J.
 *
 *  D4J is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License as published by the Free Software Foundation; either
 *  version 2 of the License, or (at your option) any later version.
 *  
 *  D4J is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *  
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the
 *  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 *  Boston, MA  02111-1307, USA.
 *
 * Report problems and direct all questions to:
 *
 *	tron@acm.org
 */
package local.dialogic;
public class Dialogic
{
    // Variables

    // Native methods
    
    // Utility
    protected static native int openFile(String filename, int mode);
    protected static native void closeFile(int fd);
    
    // SR
    private static native int sr_libinit();
    public static native int sr_getboardcnt(String type);
    protected static native void sr_waitevt(EVT evt); 

    // DX
    private static native int dx_libinit();
    protected static native int dx_open(String name, int flags);
    protected static native void dx_close(Voice dev);
    protected static native int dx_setevtmsk(int dev, int mask);
    protected static native int dx_setdigtyp(int dev, int mask);
    protected static native int dx_setparm(int dev, int par, int val);
    protected static native int dx_sethook(int dev, int hook, int mode);
    protected static native int dx_play(Voice dev, IOTT iott, TPT tpt, int mode);
    protected static native int dx_rec(Voice dev, IOTT iott, TPT tpt, int mode);
    protected static native int dx_getdig(Voice dev, TPT tpt, int mode);
    protected static native int dx_getdig(Voice dev, byte buf[]);
    protected static native int dx_clrdigbuf(int dev);
    protected static native int dx_deltones(int dev);
    protected static native int dx_bldst(int id, int t1, int d1, int mode);
    protected static native int dx_blddt(int id, int t1, int d1, int t2, int d2, int mode);
    protected static native int dx_addtone(int dev, int digit, int type);
    protected static native int dx_enbtone(int dev, int id, int mask);
    protected static native int dx_distone(int dev, int id, int mask);
    protected static native int dx_playtone(Voice dev, TNGEN tngen, TPT tpt, int mode);
    protected static native int ATDX_STATE(int dev);
    protected static native int ATDX_LINEST(int dev);
    protected static native int ATDX_CPTERM(int dev);
    protected static native int dx_stopch(int dev, int mode);
    protected static native int dx_dial(int dev, String number, DXCAP cap, int mode);
    protected static native int dx_getxmitslot(int dev);
    protected static native void dx_listen(int dev, int ts);
    protected static native void dx_unlisten(int dev);
    protected static native int ag_getxmitslot(int dev);
    protected static native void ag_listen(int dev, int ts);
    protected static native void ag_unlisten(int dev);
    protected static native int dx_playiottdata(Voice dev, IOTT iott, TPT tpt, XPB xbp, int mode);
    protected static native int dx_reciottdata(Voice dev, IOTT iott, TPT tpt, XPB xbp, int mode);
    protected static native int dx_mreciottdata(Voice dev, IOTT iott, TPT tpt, XPB xbp, int mode, int ts1, int ts2);
    protected static native int dx_setchxfercnt(int dev, int bufnum);
    protected static native int dx_gtcallid(int dev, byte buf[]);
    protected static native int dx_gtextcallid(int dev, int type, byte buf[]);
    protected static native int dx_initcallp(int dev);
    protected static native int dx_getparm(int dev, int par);
    protected static native int ATDX_BUFDIGS(int dev);
    protected static native int ATDX_TRCOUNT(int dev);
        
    // DT
    private static native int dt_libinit();
    protected static native int dt_open(String name, int flags);
    protected static native void dt_close(int dev);
    protected static native int dt_getparm(int dev, int par);
    protected static native void dt_setparm(int dev, int par, int value);
    protected static native int dt_getxmitslot(int dev);
    protected static native void dt_listen(int dev, int ts);
    protected static native void dt_unlisten(int dev);
    protected static native int dt_getevtmsk(int dev, int event);
    protected static native void dt_setevtmsk(int dev, int event, int mask, int mode);
    protected static native int dt_settssig(int dev, int sig, int mode);
    protected static native int ATDT_TSSGBIT(int dev);
    
    // DCB
    private static native int dcb_libinit();
    protected static native void dcb_addtoconf(int dev, int conf, CDT part);
    protected static native void dcb_close(int dev);
    protected static native void dcb_delconf(int dev, int conf);
    protected static native int dcb_estconf(int dev, CDT part[], int cattr);
    protected static native int dcb_getbrdparm(int dev, int parm);
    protected static native void dcb_getcde(int dev, int conf, CDT part);
    protected static native void dcb_gettalkers(int dev, int conf, CDT[] part);
    protected static native int dcb_open(String name, int flags);
    protected static native void dcb_remfromconf(int dev, int conf, CDT part);
    protected static native void dcb_setbrdparm(int dev, int par, int val);
    protected static native void dcb_setcde(int dev, int conf, CDT part);
    protected static native void dcb_setdigitmsk(int dev, int conf, int mask);


    // MSI
    private static native int ms_libinit();
    protected static native void ms_addtoconf(int dev, int conf, CDT part);
    protected static native void ms_delconf(int dev, int conf);
    protected static native int ms_estconf(int dev, CDT part[], int cattr);
    protected static native void ms_getcde(int dev, int conf, CDT part);
    protected static native void ms_remfromconf(int dev, int conf, CDT part);
    protected static native void ms_setcde(int dev, int conf, CDT part);
    protected static native int ms_open(String name, int flags);
    protected static native void ms_close(int dev);
    protected static native int ms_getbrdparm(int dev, int parm);
    protected static native void ms_setbrdparm(int dev, int par, int val);
    protected static native int ms_getevtmsk(int dev, int event);
    protected static native void ms_setevtmsk(int dev, int event, int mask, int action);
    protected static native int ms_getxmitslot(int dev);
    protected static native void ms_listen(int dev, int ts);
    protected static native void ms_unlisten(int dev);
    protected static native void ms_genring(int dev, int len, int mode);
    protected static native void ms_genziptone(int dev);
    protected static native void ms_setvol(int dev, int type, int steps);
    protected static native int ATMS_TSSGBIT(int dev);
    protected static native void ms_stopfn(int dev, int fn);
    
    
    // ISDN
    protected static native void cc_AnswerCall(long crn, int rings, int mode);
    protected static native void cc_DropCall(long crn, int cause, int mode);
    protected static native long cc_MakeCall(int linedev, String phone_num,
    				  Object makecall_blk, int timeout, int mode); // Returns crn
//    protected static native void cc_ReleaseCall(long crn);
    protected static native void cc_ReleaseCallEx(long crn, int mode);
    protected static native long cc_WaitCall(int linedev, Object Waitcall_blk,
		                  int timeout, int mode); // Would return crn if synchronous
    // Optional Cal Handling Functions
    protected static native void cc_AcceptCall(long crn, int rings, int mode);
//    protected static native void cc_CallAck(long crn, int new_linedev, int msg_id);
//    protected static native void cc_CallProgress(long crn, int indicator);
//    protected static native void cc_Congestion(long crn, int cause);
//    protected static native void cc_FacilityAck(long crn, byte facility[]);
//    protected static native void cc_FacilityRej(long crn, byte facility[], int cause);
//    protected static native void cc_FacilityReq(long crn, byte facility[], int mode);
    protected static native void cc_GetANI(long crn, byte anibuf[]);
//    protected static native void cc_GetBilling(long crn, byte billing[]);
//    protected static native void cc_GetCallInfo(long crn, int info_id, byte value[]);
    protected static native void cc_GetDNIS(long crn, byte dnis[]);
//    protected static native void cc_GetMoreDigits(long crn, int num_digits, long timeout, int mode);
//    protected static native void cc_GetNonCallMsg(int linedev, byte noncallmsg[]);
//    protected static native void cc_HoldAck(long crn);
//    protected static native void cc_HoldCall(long crn, int mode);
//    protected static native void cc_HoldRej(long crn, int cause);
    protected static native void cc_RejectCall(long crn, int cause, int mode);
//    protected static native void cc_ReqANI(long crn, byte anibuf[], int req_type, int mode);
//    protected static native void cc_RetrieveAck(long crn);
//    protected static native void cc_RetrieveCall(long crn, int mode);
//    protected static native void cc_RetrieveRej(long crn, int cause);
    // DTE Call Transfer Framework changes
//    protected static native void cc_TransferCall(long crn1, long crn2, int mode);
//    protected static native void cc_TransferAck(long crn);
//    protected static native void cc_TransferRej(long crn, int cause);
    // End DTE changes

//    protected static native void cc_SetBilling(long crn, int rate_type, int rate, int mode);
//    protected static native void cc_SetCallingNum(int linedev, String callingnum);
//    protected static native void cc_SetMinDigits(int linedev, int mindigs);
//    protected static native void cc_SndNonCallMsg(int linedev, int crn_type, int msg_type, byte noncallmsg[]);
//    protected static native void cc_SndMsg(long crn, int msg_type, byte sndmsg[]);
//    protected static native void cc_TerminateCall(long crn, int cause);
//    protected static native void cc_TerminateRelease(long crn);

    // System Control Functions
    protected static native void cc_Close(int linedev);
    protected static native int cc_Open(String dev_name, int rfu);// Returns linedev
    protected static native void cc_Restart(int linedev, int mode);

    // System Tools Functions
//    protected static native int cc_CallState(long crn); // Returns state
    protected static native int cc_CauseValue(int linedev); // Returns cause
//    protected static native int cc_CRN2LineDev(long crn); // Returns linedev
//    protected static native int cc_GetBChanState(int linedev); // Returns B chan state
//    protected static native int cc_GetCRN(EVT evt); // Returns crn
//    protected static native int cc_GetDChanState(int linedev); // Returns D chan state
//    protected static native void cc_GetCES(byte ces[], EVT evt);
//    protected static native int cc_GetDLinkState(int linedev, Object dlink); // Returns DLINK state
//    protected static native int cc_GetNetCRV(long crn); // Returns Net CRV
//    protected static native void cc_GetSigInfo(byte value[], int infoID, EVT evt);
    protected static native int cc_GetEvtMsk(int linedev); // Returns mask
//    protected static native void cc_GetFrame(int linedev, byte rcvframe[]);
//    protected static native void cc_GetInfoElem(int linedev, byte ie[]);
//    protected static native int cc_GetLineDev(EVT evt); // Returns linedev
//    protected static native int cc_GetNetH(int linedev); // Returns net handle
    protected static native int cc_GetParm(int linedev, int parm_id); // Returns value
//    protected static native void cc_GetSAPI(byte sapi[], EVT evt);
//    protected static native int cc_GetUsrAttr(int linedev); // Returns user data
//    protected static native int cc_GetVer(int linedev); // Returns major << 16 | minor
//    protected static native int cc_GetVoiceH(int linedev); // Returns voice handle
//    protected static native int cc_LineDev2CRN(int linedev); // Returns CRN
//    protected static native void cc_PutEvt(int linedev, long event_type);
    protected static native void cc_ResultMsg(int linedev, int ResultCode, byte msg[]);
//    protected static native int cc_ResultValue(EVT evt); // Returns result
//    protected static native void cc_SetChanState(int linedev, int chan_state, int mode);
//    protected static native void cc_SetDChanCfg(int linedev, Object dchan_cfg);
    protected static native void cc_SetEvtMsk(int devhdl, int mask, int action);
//    protected static native void cc_SetInfoElem(int linedev, byte ie[]);
    protected static native void cc_SetParm(int linedev, int parm_id, int value);
//    protected static native void cc_TermRegisterResponse(int linedev, Object term_blk);
//    protected static native void cc_SetUsrAttr(int linedev, long usr_attr);
//    protected static native void cc_SndFrame(int linedev, byte sndframe[]);
//    protected static native void cc_StartTrace(int linedev, String tracefilename);
//    protected static native void cc_StopTrace(int linedev);

    // Global Call Interface Functions
//    protected static native void cc_BlockTs(int linedev);
//    protected static native int cc_geterror();
//    protected static native void cc_seterror(int error);
//    protected static native void cc_UnBlockTs(int linedev);

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99在线精品一区二区三区| 精品成人一区二区| 亚洲激情图片一区| 色哟哟一区二区| 亚洲综合一区二区精品导航| 欧美专区在线观看一区| 日韩精品一级二级| 精品美女一区二区三区| 国产经典欧美精品| 一区在线播放视频| 欧美巨大另类极品videosbest | 欧美国产日产图区| 丁香婷婷综合激情五月色| 国产精品久久影院| 欧美性大战xxxxx久久久| 日韩专区中文字幕一区二区| 精品噜噜噜噜久久久久久久久试看| 国产精品123| 一区二区三区四区国产精品| 欧美日韩国产小视频| 色综合久久88色综合天天免费| 波多野结衣精品在线| 欧美日韩精品一二三区| 久久久久久久国产精品影院| 一区二区不卡在线视频 午夜欧美不卡在 | 日本一区二区免费在线| 国产精品不卡一区二区三区| 精品一区二区综合| 岛国精品在线观看| 亚洲图片一区二区| 久久午夜羞羞影院免费观看| 91一区二区三区在线观看| 午夜成人在线视频| 亚洲专区一二三| 欧美一区二区三区的| 福利电影一区二区| 日韩电影在线一区二区三区| 国产精品天天看| 91精品国产欧美一区二区18| 成人app在线观看| 欧美a级理论片| 一区二区高清在线| 国产女人水真多18毛片18精品视频| 在线观看欧美黄色| 岛国一区二区三区| 裸体健美xxxx欧美裸体表演| 亚洲精品成a人| 国产精品美女久久久久久| 91精品国产乱| 精品视频全国免费看| 成人av资源网站| 国产在线精品一区在线观看麻豆| 亚洲电影第三页| 亚洲欧美日本韩国| 国产日产欧美一区二区视频| 欧美一区二区在线免费播放| 一本大道久久a久久综合婷婷| 国产福利精品一区| 久久成人免费网| 日韩中文字幕麻豆| 亚洲一卡二卡三卡四卡| 国产精品福利一区| 国产欧美一区二区在线| 欧美成人一区二区三区| 欧美日韩1区2区| 欧美亚洲高清一区二区三区不卡| proumb性欧美在线观看| 成人av资源在线| www.亚洲色图| 成人福利视频网站| 亚洲国产精品av| 2019国产精品| 欧美日韩一区二区在线观看视频| 免费成人你懂的| 一区二区三区av电影| 欧美一级xxx| 91论坛在线播放| 精品在线免费视频| 亚洲宅男天堂在线观看无病毒 | 亚洲色图制服诱惑| 久久久久久久久伊人| 精品国产免费人成电影在线观看四季| 日韩一区在线看| 国产午夜亚洲精品不卡| 国产亚洲1区2区3区| 久久综合色8888| 国产片一区二区| 国产精品萝li| 亚洲视频精选在线| 一区二区久久久| 亚洲成人激情综合网| 人人超碰91尤物精品国产| 奇米影视7777精品一区二区| 蜜桃av一区二区| 精品在线亚洲视频| 波多野结衣中文字幕一区二区三区 | 6080国产精品一区二区| 777久久久精品| 欧美电视剧在线看免费| 久久亚洲一区二区三区明星换脸| 精品粉嫩aⅴ一区二区三区四区| 久久久精品国产99久久精品芒果| 国产偷国产偷精品高清尤物| 国产精品福利av| 一区二区免费看| 裸体歌舞表演一区二区| 夫妻av一区二区| 欧美日韩免费一区二区三区 | 欧美大片一区二区| 欧美国产欧美综合| 亚洲一区二区视频在线观看| 久久国产精品免费| 91毛片在线观看| 欧美一级精品大片| 亚洲国产精品二十页| 亚洲不卡一区二区三区| 国内精品视频一区二区三区八戒| 99视频精品免费视频| 91精品国产品国语在线不卡| 国产精品理伦片| 日韩激情av在线| 99国产一区二区三精品乱码| 51久久夜色精品国产麻豆| 国产精品久久久久久久久免费桃花 | 精品久久国产老人久久综合| 亚洲同性gay激情无套| 人人爽香蕉精品| 在线一区二区三区| 国产欧美精品国产国产专区| 亚洲伊人色欲综合网| 成人av动漫网站| 欧美精品一区二区三区很污很色的| 亚洲女同女同女同女同女同69| 精品亚洲porn| 欧美精品777| 亚洲欧美综合另类在线卡通| 精品一区二区成人精品| 911精品国产一区二区在线| 国产精品美女久久久久久久久| 久久99精品视频| 欧美精品国产精品| 国产精品亚洲人在线观看| 欧美性大战久久久| 亚洲欧美另类久久久精品2019| 国产精品自拍三区| 欧美mv和日韩mv的网站| 亚洲成人久久影院| 国产欧美日韩不卡| 国产高清一区日本| 国产视频一区二区在线观看| 九色综合国产一区二区三区| 在线成人午夜影院| 美女在线视频一区| 精品久久久久久久人人人人传媒| 欧美aaaaaa午夜精品| 日韩欧美黄色影院| 国产v日产∨综合v精品视频| 欧美—级在线免费片| 91在线无精精品入口| 亚洲一区二区三区在线播放| 欧美色图在线观看| 久久国产精品99久久久久久老狼 | 成人国产精品免费| 综合激情成人伊人| 在线免费观看一区| 美女一区二区三区在线观看| 精品国产欧美一区二区| 99综合电影在线视频| 亚洲不卡一区二区三区| 337p日本欧洲亚洲大胆色噜噜| 国产精品综合一区二区三区| 国产精品国产a级| 欧美精品aⅴ在线视频| 国产毛片精品视频| 蜜桃久久久久久| **性色生活片久久毛片| 国产精品国产三级国产普通话三级| 日韩免费高清视频| 欧美亚洲国产一区在线观看网站| 精品在线视频一区| 亚洲一区二区美女| 久久综合九色综合欧美就去吻| 丝袜诱惑制服诱惑色一区在线观看 | 国产成人av电影在线观看| 91精品国产手机| 亚洲精品国产一区二区三区四区在线| 日韩不卡在线观看日韩不卡视频| 国产日韩欧美一区二区三区乱码| 国产一区二区三区久久悠悠色av| 日本一区二区免费在线| 色网站国产精品| 日韩va亚洲va欧美va久久| 久久午夜老司机| 91麻豆免费看片| 日韩国产欧美在线播放| 26uuu精品一区二区| 91丨porny丨在线| 青草国产精品久久久久久| 亚洲国产精品av| 在线不卡的av|