summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2008-08-19Let it compile now, too (woops)Sean Bright
2008-08-19And remove code we don't need anymore.Sean Bright
2008-08-19While we're at it, make this machine parseable too.Sean Bright
2008-08-18Change event header to RegistrationTime to be more consistent (and avoidSean Bright
2008-08-18channels/chan_misdn.cRichard Mudgett
2008-08-18add missing define for SS7 in dahdi_restartJeff Peeler
2008-08-17Fix the output of the JitterBufStats manager event.Sean Bright
2008-08-16Fix compilation warnings (found with dev-mode)Tilghman Lesher
2008-08-16Merged revisions 138360 via svnmerge from Jeff Peeler
2008-08-15Merged revisions 138119,138151,138238 via svnmerge from Jeff Peeler
2008-08-15Merged revisions 138258 via svnmerge from Tilghman Lesher
2008-08-15rename all zfd instances in chan_dahdi to dfd to match 1.4 (left over from DA...Jeff Peeler
2008-08-15regseconds is actually stored as the epoch time, not registration lengthTilghman Lesher
2008-08-14Merged revisions 137847 via svnmerge from Tilghman Lesher
2008-08-14Make sure we set the socket port, so we don't try to use <ip address>:0.Jason Parker
2008-08-13Correctly end locally ended calls.Jason Parker
2008-08-09More RSW merges. This should do it for the channels/ dir.Sean Bright
2008-08-09Biggest offender? chan_dahdi.c! More RSW merging.Sean Bright
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownSean Bright
2008-08-08use ARRAY_LENDwayne M. Hubbard
2008-08-07show correct called party id and also store this to the 'placed calls' list o...Michiel van Baak
2008-08-07Merged revisions 136241 via svnmerge from Richard Mudgett
2008-08-06Merged revisions 136062 via svnmerge from Mark Michelson
2008-08-05Merged revisions 135747 via svnmerge from Tilghman Lesher
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-08-04Be explicit that we don't want a result from this callback. The callback wouldRussell Bryant
2008-08-03whitespace fixes only.Michiel van Baak
2008-08-03Dont coredump on register of non-configured devicesMichiel van Baak
2008-08-02make this work again, and not segfault on device registrationMichiel van Baak
2008-08-02--enable-dev-mode is your friend :-)Kevin P. Fleming
2008-08-02pass device instead of session to transmit_ functions.Michiel van Baak
2008-08-01Remove some code that used to do something but does not anymore, mainlySean Bright
2008-08-01Merge changes from team/bbryant/keyrotationRussell Bryant
2008-08-01Picky, picky, buildbotTilghman Lesher
2008-08-01SIP should use the transport type set in the Moved Temporarily for the nextTilghman Lesher
2008-08-01Merged revisions 135055 via svnmerge from Michiel van Baak
2008-07-31fix the potential use of an uninitialized variableRussell Bryant
2008-07-31Optimize frame cache by realloc'ing the smallest frame when the cache is full.Tilghman Lesher
2008-07-31Merged revisions 134814 via svnmerge from Russell Bryant
2008-07-30Fix the parsing of the "reason" parameter in theMark Michelson
2008-07-30Move implementation of an attended-transfer-complete sound from one channelTilghman Lesher
2008-07-29build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for ...Kevin P. Fleming
2008-07-28remove remaining Zaptel references in various placesKevin P. Fleming
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIsTilghman Lesher
2008-07-25Merged revisions 133649 via svnmerge from Tilghman Lesher
2008-07-25Merged revisions 133572 via svnmerge from Mark Michelson
2008-07-25Minor coding guidelines tweaks ...Russell Bryant
2008-07-24Merged revisions 133488 via svnmerge from Tilghman Lesher
2008-07-24I made this change from DEVICE_STATE to DEVICE_STATE_CHANGE, but I had it bac...Russell Bryant
2008-07-23Merged revisions 133295 via svnmerge from Jason Parker