summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-16Some modumentation.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3146 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-16xpp r4892:tzafrir
* Zaptel/Hardware perl modules: - Use sysfs directly. Don't rely on lspci/lsusb. - Each device has a description and driver name. - Zaptel::Hardware::drivers() to show the list of required drivers for this system (see zaptel_drivers). - zaptel_hardware shows a description and a (suggested?) driver. * zt_registration sorts by Serial first and only then by connector. * USB_FW.hex replaces all the USB_11x0.hex . - Separate USB interface for the management processor. - Hence fpga_load can now work even with drivers loaded. * Fix firmware upgrading. * Fix manual firmware loading while auto-loading. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3142 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-16use latest Octasic API releasekpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3138 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-12Fix for false power alarms, as well as a clock polarity issuemattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3132 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-05Forgot to remove before we create the device nodemattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3120 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-05Make sure we make the transocder device node if no dynamic device filesystem ↵mattf
found. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3119 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-04Properly fix the README .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3112 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-04"contrib" means "scripts". Scripts in zaptel reside in the junktzafrir
directory until we'll decide what to do with them. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3111 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-04Don't run/print install command when there's nothing to install.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3110 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-04nstall_prereq is not a build script. Move it under contrib/ .tzafrir
(It is a new script, so this change also oges into 1.2) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3109 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-03New xpp release: r4786:tzafrir
* New firmware protocol version: 2.9 . * fpga_load: initial clean-ups before interface split. * genzaptelconf: Don't leave an empty directory behind (4784) * Increase xpp poll_timeout to 1000ms - useful for CentOS 4 (r4781). * Fix initialization anoyance: if AB don't answer to polls, don't waitfor_xpds, and show no waiting XPDs (r4725). * Disable dtmf_detect by default once again (r4712). * Don't check twice for asterisk to stop. The second test was done while Asterisk was still stopping (r4708). * Support building the kernel with M= instead of with SUBDIRS= , as used in some newer build systems (r4677). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3105 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-01One other hrtimer merge leftover.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3099 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-10-01A slightly more complete merge of the hires times code to 1.2 .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3098 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-22Re-disable dtmf_detection of the FXS module (From xpp rev 4712).tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3084 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-22Backport support for high-resolution timers from 1.4. Allows 2.6.22tzafrir
Fedoras to build again. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3083 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-18Support building the kernel with M= instead of with SUBDIRS= , as used tzafrir
in some newer build systems. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3055 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-15Should apply this separatelymattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3040 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-15This patch was not thought out well enough. Get rid of it for now (CAS ↵mattf
signalling conflicts...) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3039 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-14New xpp release (Xorcom rev 4648):tzafrir
* New firmware protocol version: 2.8 . * New firmwares fix input ports offhook. * Cleanup INFO() messages during module loading. * USB: Receive queue with TASKLETS [r4600]. Controlled by rx_tasklet parameter to xpp_usb module (can be changed in runtime). * The pcm_tasklet parameter in xpp module is deprecated: - Does not actually do anything. - If set during module loading, shows an ERR() message. - Also appears in /proc/xpp/sync * FXS: Hardware DTMF detection by default, can be disabled by setting dtmf_detection=0 parameter to xpd_fxs. PCM is muted when DTMF key is pressed. * zapconf: - Can now generate users.conf compatible with asterisk-gui. - Optional command-line arguments denoting which files to generate. Possible values are 'zaptel', 'zapata' and 'users'. - Defaults to creating zaptel and zapata. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3019 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-13The order ov modules load counts, if you have multiple cards.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3015 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-13Add TE120P to init script.file
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3013 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-09* Remove a warning (no point bothering everybody about it).tzafrir
* ignore perlcheck. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3005 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-09xpp.r4584:tzafrir
* New firmware to fix FXS leds irregularities. * Less noise at build time - don't echo version, test compile only once. * zapconf can generate users.conf snippets. * xpd_pri: initial version. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3004 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-08Allow overriding the asciidoc command. This allows using asciidoc < 7.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2997 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-31* Maintain the same meaning of DESTDIR and INSTALL_PREFIX as in maintzafrir
Makefile * Document ppp support to the best of my knowledge. * Err clearly if the VERSION was not found. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2987 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-30add a proper plugin for Zaptel support in pppd, so that it can be used with ↵kpfleming
any distro-supplied version of pppd instead of requiring a patched copy from the Digium download site git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2983 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-27Make sure we build the static version of libtonezoneqwell
(and as a side-effect, all of the programs) with -fPIC git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2962 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-27Enact the init.d script when not installing to a DESTDIR.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2960 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-24Fix an issue that caused only MG2 and possibly HPEC to work.qwell
Issue 10555, patch by me. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2949 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-23Increase CWCID reliability on analog modules significantly. (although if you ↵mattf
have problems with pulse dialing on high REN loads, see the comment to revert the value back to its previous value). Thanks Kinsey and Rick. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2940 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-22Don't try to create devices 250 and above in udev.qwell
Issue 10522, fix found by me (but I'm not going to take credit for the code, since it already existed in trunk for some reason) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2936 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21Make sure 1.2 wctdm24xxp builds on 2.4 kernelsmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2926 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21Allow wctdm24xxp to compile on a 2.4 based kernelmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2923 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21Fix building on kernel 2.6.23rc1, from Axel Thimm (xpp r4523).tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2919 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21* Add an explicit mode to the callto open (the default one that is usedtzafrir
anyway). * Clarify error message. Closes #10505 on Zaptel 1.2. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2914 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-20* Set maximal zaptel udev timeout to 20 seconds.tzafrir
* Allow overriding it from cwrcconfconfig file (and explain how). (From trunk r2909 - got accidentally commited there first). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2910 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-19Fix README.Astribank with asciidoc 8.2.2: make "underlining" moretzafrir
strict. (xpp r4519) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2906 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-18Zaptel 1.2 doesn't use autoconf just yet :-(tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2904 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-18* Fix makefile targets to match documentation.tzafrir
* Fix dependencies of install-utils. * Rename the generated xpp/README.html to xpp/README.Astribank.html to provide a unique basename among docs (helps debian packaging). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2903 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17install_prereq: Don't install packages twice.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2880 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17Fix building extra modules in subdirectories.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2878 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17* Re-introduce the target install-include .tzafrir
* programs and install-programs are now for all of userspace. Added the target 'utils' for what 'programs' used to be. * Document this. * Document some other variations on 'make' and 'make install'. * Improve documentation of /proc/zaptel . * Ignoring some more utilities. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2873 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17-l should come after LDFLAGS.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2871 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17* Make sure every userspace tool is built with CFLAGS and LDFLAGS.tzafrir
* Search for newt.h in INCLUDE_DIR. * Build makefw and gendigits with HOSTCC . * Don't build makefw in the 'programs' target. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2868 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-16Make sure we enable MRMmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2864 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-16Remove some unused variables from compilationmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2861 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-16xpp rev. 4515:tzafrir
* BRI improvement: an 'nt_keepalive' parameter to xpd_bri forces a BRI_NT to retry a connection indefinitely (this is our default). When false it revert to the behaviour in changeset:4415 ("Bezeq like") * Improvement in DBG macros. The print_dbg parameter is now set of flags to debug. They are defined in zap_debug.h * Don't use Astribanks connected to USB1 interfaces Unless the user set the option usb1=1 for xpp_usb (r4504). * And some more documentation... * Include some of our variables in the default zaptel sample file. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2860 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-16Fix for when voicebus based cards stop taking interrupts on some systemsmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2857 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-16Make sure the gain adjustment is only done if the VPM100M is presentmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2852 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-16* Add a rule for generating xpp/README.html (not used by default).tzafrir
* Ignore it, and clean it and README.html . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2850 5390a7c7-147a-4af0-8ec9-7488f05a26cb