aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-08-21Fix two memory leaks in chan_gtalk, thanks Eliel!phsultan1-0/+2
2008-08-20Fix output of sipshowpeer manager response.qwell1-4/+3
2008-08-20fix unholding phones after hangup on older cisco phones.mvanbaak1-0/+1
2008-08-20Merged revisions 139015 via svnmerge from mmichelson1-1/+1
2008-08-19Merged revisions 138942 via svnmerge from mmichelson1-0/+6
2008-08-19chan_skinny now respects callwaiting=nomvanbaak1-3/+29
2008-08-19Let it compile now, too (woops)seanbright1-1/+0
2008-08-19And remove code we don't need anymore.seanbright1-6/+0
2008-08-19While we're at it, make this machine parseable too.seanbright1-2/+2
2008-08-18Change event header to RegistrationTime to be more consistent (and avoidseanbright1-1/+1
2008-08-18channels/chan_misdn.crmudgett5-271/+509
2008-08-18add missing define for SS7 in dahdi_restartjpeeler1-1/+1
2008-08-17Fix the output of the JitterBufStats manager event.seanbright1-1/+1
2008-08-16Fix compilation warnings (found with dev-mode)tilghman1-2/+4
2008-08-16Merged revisions 138360 via svnmerge from jpeeler1-0/+1
2008-08-15Merged revisions 138119,138151,138238 via svnmerge from jpeeler1-157/+385
2008-08-15Merged revisions 138258 via svnmerge from tilghman1-43/+51
2008-08-15rename all zfd instances in chan_dahdi to dfd to match 1.4 (left over from DA...jpeeler1-299/+299
2008-08-15regseconds is actually stored as the epoch time, not registration lengthtilghman1-1/+1
2008-08-14Merged revisions 137847 via svnmerge from tilghman1-1/+1
2008-08-14Make sure we set the socket port, so we don't try to use <ip address>:0.qwell1-1/+3
2008-08-13Correctly end locally ended calls.qwell1-1/+4
2008-08-09More RSW merges. This should do it for the channels/ dir.seanbright7-241/+249
2008-08-09Biggest offender? chan_dahdi.c! More RSW merging.seanbright1-368/+368
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownseanbright6-74/+74
2008-08-08use ARRAY_LENdhubbard1-3/+3
2008-08-07show correct called party id and also store this to the 'placed calls' list o...mvanbaak1-11/+5
2008-08-07Merged revisions 136241 via svnmerge from rmudgett2-78/+90
2008-08-06Merged revisions 136062 via svnmerge from mmichelson1-3/+1
2008-08-05Merged revisions 135747 via svnmerge from tilghman1-19/+6
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-9/+9
2008-08-04Be explicit that we don't want a result from this callback. The callback wouldrussell1-1/+1
2008-08-03whitespace fixes only.mvanbaak1-20/+20
2008-08-03Dont coredump on register of non-configured devicesmvanbaak1-2/+22
2008-08-02make this work again, and not segfault on device registrationmvanbaak1-1/+3
2008-08-02--enable-dev-mode is your friend :-)kpfleming1-3/+1
2008-08-02pass device instead of session to transmit_ functions.mvanbaak1-239/+236
2008-08-01Remove some code that used to do something but does not anymore, mainlyseanbright1-4/+0
2008-08-01Merge changes from team/bbryant/keyrotationrussell3-9/+133
2008-08-01Picky, picky, buildbottilghman1-1/+1
2008-08-01SIP should use the transport type set in the Moved Temporarily for the nexttilghman1-51/+123
2008-08-01Merged revisions 135055 via svnmerge from mvanbaak1-1/+5
2008-07-31fix the potential use of an uninitialized variablerussell1-1/+1
2008-07-31Optimize frame cache by realloc'ing the smallest frame when the cache is full.tilghman1-2/+19
2008-07-31Merged revisions 134814 via svnmerge from russell1-7/+18
2008-07-30Fix the parsing of the "reason" parameter in themmichelson1-1/+3
2008-07-30Move implementation of an attended-transfer-complete sound from one channeltilghman1-11/+0
2008-07-29build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for ...kpfleming1-70/+37
2008-07-28remove remaining Zaptel references in various placeskpfleming1-219/+10
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIstilghman5-34/+33