summaryrefslogtreecommitdiff
path: root/channel.c
AgeCommit message (Expand)Author
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...Kevin P. Fleming
2005-08-16temporarily revert aggressive native bridge attemptsKevin P. Fleming
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-08-08Don't wait longer than our timeout for something to happen (bug #4653)Mark Spencer
2005-08-03Fix timestamp issue with features (bug #4760 with mods)Mark Spencer
2005-07-31Fix monitoring when channel redirected (bug #3809, patch redone)Mark Spencer
2005-07-27fix warningRussell Bryant
2005-07-25formatting cleanups (bug #4782)Kevin P. Fleming
2005-07-25get rid of a warningRussell Bryant
2005-07-20put ast_recvchar under its desc, add desc for ast_senddigit, don't use aRussell Bryant
2005-07-18get rid of unused variableRussell Bryant
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15first phase of proper fix for portable string function problems (bug #4669)Kevin P. Fleming
2005-07-12fix logic error in searching for channel by name (bug #4684)Kevin P. Fleming
2005-07-12cast constants into the proper type (bug #4686)Kevin P. Fleming
2005-07-09Typo Fix (per corydon76)Anthony Minessale II
2005-07-09D'ohMalcolm Davenport
2005-07-09Bug #4652 - Take twoMalcolm Davenport
2005-07-08Bug #4652 - Require libstrfunc for FreeBSD. Thanks CorydonMalcolm Davenport
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-05don't write frames out to channel until after sending them to spies and/or mo...Kevin P. Fleming
2005-07-05ensure that text frames are copied correctly even if they are not null-termin...Kevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-23optimize ast_recvchar/ast_recvtext (bug #4591)Kevin P. Fleming
2005-06-21add channel CLID info in manager Link event (bug #4548 with minor mod)Kevin P. Fleming
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)Kevin P. Fleming
2005-06-18Fix timelimit bug (bug #4552)Mark Spencer
2005-06-14fix deadlock message output (bug #4508)Russell Bryant
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-06-05more ast_copy_string() conversionKevin P. Fleming
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...Kevin P. Fleming
2005-06-05make 'show channeltypes' list whether device state is supported (bug #4464)Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-06-02make 'show channeltypes' output format work properly (bug #4413)Kevin P. Fleming
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)Kevin P. Fleming
2005-05-14Remove double fout++ and comment on flag (bug #4267)Mark Spencer
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-24If poll returns 0, force *ms to 0Mark Spencer
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-22initialize errno and don't report an error when poll() returns without indica...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-18don't force transcoding through SLINEAR when transcoding is not needed at allKevin P. Fleming
2005-04-04optimize codec selection and format changing codeKevin P. Fleming
2005-04-01don't take the channel list lock until we're actually ready to put the new ch...Kevin P. Fleming
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)Matthew Fredrickson
2005-03-31Fix build without zaptel (bug #3901)Mark Spencer