aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-25Merged revisions 133649 via svnmerge from tilghman1-8/+15
2008-07-25Merged revisions 133572 via svnmerge from mmichelson1-0/+2
2008-07-25Minor coding guidelines tweaks ...russell1-31/+31
2008-07-24Merged revisions 133488 via svnmerge from tilghman1-5/+10
2008-07-24I made this change from DEVICE_STATE to DEVICE_STATE_CHANGE, but I had it bac...russell1-1/+1
2008-07-23Merged revisions 133295 via svnmerge from qwell1-2/+2
2008-07-23Fix issue where tcp in sip is enabled by default, despite what it says in the...bbryant1-2/+1
2008-07-23Merged revisions 133038 via svnmerge from mmichelson1-3/+1
2008-07-23Yet another conversion of '|' to ','tilghman1-4/+2
2008-07-23use correct function name... please compile with --enable-dev-modekpfleming1-1/+1
2008-07-23Merged revisions 132826 via svnmerge from crichter1-1/+14
2008-07-23Well, the content of a channel variable may be longer than the size of a poin...oej1-1/+1
2008-07-22Merged revisions 132777 via svnmerge from mmichelson1-5/+296
2008-07-22correct fix made in r132777... the code *did* compile in dev-mode, as long as...kpfleming1-1/+2
2008-07-22Merged revisions 132713 via svnmerge from tilghman1-2/+29
2008-07-22Get chan_dahdi to compile in devmodemmichelson1-1/+0
2008-07-22Merged revisions 132712 via svnmerge from kpfleming1-23/+17
2008-07-22Merged revisions 132645 via svnmerge from oej1-3/+3
2008-07-22Merged revisions 132641 via svnmerge from kpfleming1-9/+9
2008-07-21Merged revisions 132571 via svnmerge from kpfleming1-4/+12
2008-07-21Add autocompletion to "iax2 set debug peer".bbryant1-17/+18
2008-07-21Add "iax2 set debug peer" command and remove deprecated iax2 debug bbryant1-153/+111
2008-07-21Fix bug where ast_parse_arg would inadvertantly enable sip tcp when parsing a...bbryant1-0/+2
2008-07-21Fix an issue in iax2 where a call that's been rejected still kept an open cha...bbryant1-4/+2
2008-07-21make buffers config option (chan_dahdi.conf) parsing safer and added logging ...jpeeler1-11/+14
2008-07-18Make sure we break the poll so that messages queued will be sent on the SS7 w...mattf1-0/+13
2008-07-18Merged revisions 131970 via svnmerge from tilghman1-2/+2