changes
来自「mgcp协议源代码。支持多种编码:g711」· 代码 · 共 39 行
TXT
39 行
This tarball is ixj-0.3.4a-gpl.tgz and has the following changes includedsince the previous release:MAJOR CHANGES:- Quicknet releases the drivers under the GPL! Quicknet has also beenworking closely with Alan Cox and has submitted the drivers to becomepart of future linux kernels. Alan has accepted the drivers into the2.2.14pre15 pre-patch and we expect them to be part of the linux2.2.14 kernel.- you will now need to include the following in your code to use the drivers: #include <linux/telephony.h> #include <linux/ixjuser.h>- you can make the drivers to default to the old fashioned manual isapnpmethods or use the newer iaspnp module. Choose at make time: make ixj-pnp - or - make ixj-manaul- see the ixj.txt file for more details on manual configuration- code to use the cards now uses /dev/phoneX not /dev/ixjX - theinstall script that's part of the make creates the right devices foryou. The phonedev.o module actually allocates the minor device numberfor you. Thanks go to Alan Cox for this great new code to facilitatemulti-vendor phone operation using one consistent device name.- the sample code is now part of the (separate) SDK. We'll bereleasing this as quickly as we can get the code converted to the newmethod (/dev/phoneX).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?