summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-12* Write to zaptel.conf under our live/ directory .tzafrir
* Fix reading variables from live/live.conf . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4257 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-12Apparently this API changed in 2.6.18, not in 2.6.22mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4253 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-11Merge in kernel level MTP2 branch.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4250 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-04* Allow initialization of T1-s (r5665) .tzafrir
* Remove some false alarms on T1-s (r5669) . Merged revisions 4234 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4235 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-03Docuemnt the tonezones we currently have.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4232 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-02Remove some useless code that was merged from the stackcleanup branchmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4231 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-02Remove old schedule_timout code and replace with an msleepmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4230 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-02Move the checktiming parameter to a flag in checkflag as wellmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4227 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-02Switch to using bitflags instead of variables for stopdma fieldmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4224 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-02Fix for #12387. Cannot unload wct4xxp module on FC8mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4223 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-02Merge stack cleanup branch into 1.4. Also merge firmware load time fix for ↵mattf
wct4xxp driver. The stack cleanup branch reduces the amound of stack used by zaptel, nice for systems with 4K stacks enabled and where potential stack overflow is found git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4221 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-01Clarify a message. Some hardware doesn't provide timing, so this could be ↵qwell
confusing. (closes issue #12459) Reported by: panderson Patches: zaptel.init.patch uploaded by panderson (license 469) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4217 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-01Allow $(ARCH) to be overridden and pass on through $(KMAKE)twilson
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4213 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-25Since MF R2 tones are generated continuously, we need to not set the dialing ↵qwell
status. (closes issue #12526) Reported by: moy Patches: zaptel-mf-dialing-rev4195.patch uploaded by moy (license 222) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4196 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-25Based on a comment made by moy in #asterisk-dev, and the surrounding code in ↵qwell
these functions, I believe that this is what was actually intended in r4130. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4195 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-24Fixes a regression in versions 1.2.25 and 1.4.19 identified by korihor wheresruffell
the wctdm driver was no longer properly recognizing polarity reversals. (closes issue #12419) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4194 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-23A test for a specific #define in zconfig.h was done by invoking cpp .tzafrir
Sadly the change of CFLAGS handling in kernel 2.6.24 meant that it is no longer as easy to invoke cpp on our own. Impact: On kernel >= 2.6.24, xpd_bri never got built, even if the bri_dchan patch was applied. Fix: use a simpler grep instead. Hopefully noone passes it through other means. This should hopfully fix issue #12426 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4193 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-23Bumped into yet another incompatibility.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4192 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-23Updated to latest code, fixed bug in serial i/ojdixon
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4191 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-22Fixed problem preventing multiple channels from using multiple CTCSSjdixon
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4190 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-21Zaptel::Config::Default - don't die if no config file.tzafrir
(Accidentally left out of the merge from 1.2) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4187 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-19Fix compiler from complainingmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4185 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-19Remove unintentional svn property additionmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4184 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-19Partial fix for #9379. Fixes potential race condition in open and close ↵mattf
routines for zaptel devices git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4183 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-18Fixed monitoring of zap pseudo channelsjdixon
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4176 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-17Avoid a double-free in ztdynamic.c ztdynamic_chanfree.diff from bug #12406 .tzafrir
Merged revisions 4174 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4175 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-17when processing ZT_SET_DIALPARAMS, don't return an error for out-of-range ↵kpfleming
tone durations, just ignore them (so that applications that don't initialize the entire zt_dialparams structure won't fail to set the ones they do initialize) (closes issue #12456) Reported by: fnordian Tested by: fnordian git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4173 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-11Take out part of a commit to the wct4xxp driver that wasn't supposed to go inmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4170 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-11Make sure that we disable the echo canceller on the old style echocan() ↵mattf
function even if parameters are passed in. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4169 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-10Correct problem where drivers implementing echocan_with_params was not ↵dbailey
getting called to disable the echo canceller git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4168 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-10Fixed typo in makefile which was preventing make from installing the udev rules.sruffell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4167 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-10zaptel_svn_tarball - get a tarball fron an SVN snapshot.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4166 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-10Officially bumping xpp version (xpp/.version) to 5566 .tzafrir
Merged revisions 4164 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4165 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-04Allow continuous MFR2 transmission continuouslymarkster
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4141 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-04Zaptel::Hardware - Add support for AEX410.tzafrir
Merged revisions 4138 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4139 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-04Add support for AEX410mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4137 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-04git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4134 ↵mattf
5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-03Have to use 'O' since 'F' is reserved (MFR2 fOrward)markster
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4130 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-01Work around for host bridges that generate fast back to back transactionssruffell
which the current version of the quad span cards do not advertise support for. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4122 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-04-01Do clean some modules when there's no kernel tree available.tzafrir
(and block the backport of r4082). Merged revisions 4118 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4119 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-31revert a portion of rev 4113 that was committed by accidentrussell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4114 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-31Remove the ztd-ethmf driver for now. It was not ready to be committed.russell
(issue #12241) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4113 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-31Document when "D-Chan RX Bad checksum" is not a problem.tzafrir
Merged revisions 4109 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4110 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-29Minor asciidoc fix.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4107 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-29Document some ABI changes.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4106 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-27No need to make the wctdm_fxomodes.h file anymore, since it would be the samesruffell
as the fxo_modes.h file. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4101 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-27The location of the fxo_modes structure changed.sruffell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4100 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-27- Updated wctdm24xxp and wcte12xp driver which are now more tolerant ofsruffell
systems which do not exhibit good real-time characteristics. - Bringing in improvements to battery alarm generation that was on kpflemings battery_alarms branch. (Issue #12099) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4096 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-27Also install wct4xxp/wct4xxp.o in 2.4 kernels...tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4095 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-03-26Don't easily fail for missing udevinfo. tzafrir
Nobody has that older udev version (or otherwise we might have recieved a bug report about a bogus == rule). TODO: fix the UDEVRULES test in Makefile. Merged revisions 4085 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4086 5390a7c7-147a-4af0-8ec9-7488f05a26cb