aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-30Add SIP video fixesmarkster1-1/+4
2005-08-29ensure CDR pointer is cleared after detaching it from channel (related to iss...kpfleming1-0/+1
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...kpfleming1-0/+8
2005-08-16temporarily revert aggressive native bridge attemptskpfleming1-1/+2
2005-08-09bridging code cleanups:kpfleming1-144/+151
2005-08-08Don't wait longer than our timeout for something to happen (bug #4653)markster1-3/+5
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster1-6/+6
2005-07-31Fix monitoring when channel redirected (bug #3809, patch redone)markster1-0/+3
2005-07-27fix warningrussell1-1/+1
2005-07-25formatting cleanups (bug #4782)kpfleming1-81/+122
2005-07-25get rid of a warningrussell1-1/+1
2005-07-20put ast_recvchar under its desc, add desc for ast_senddigit, don't use arussell1-3/+3
2005-07-18get rid of unused variablerussell1-1/+1
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-14/+11
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-34/+12
2005-07-15phase two of string portability stuff:kpfleming1-2/+2
2005-07-15first phase of proper fix for portable string function problems (bug #4669)kpfleming1-8/+2
2005-07-12fix logic error in searching for channel by name (bug #4684)kpfleming1-2/+6
2005-07-12cast constants into the proper type (bug #4686)kpfleming1-2/+2
2005-07-09Typo Fix (per corydon76)anthm1-1/+1
2005-07-09D'ohmalcolmd1-1/+1
2005-07-09Bug #4652 - Take twomalcolmd1-1/+1
2005-07-08Bug #4652 - Require libstrfunc for FreeBSD. Thanks Corydonmalcolmd1-0/+6
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-100/+70
2005-07-05don't write frames out to channel until after sending them to spies and/or mo...kpfleming1-2/+2
2005-07-05ensure that text frames are copied correctly even if they are not null-termin...kpfleming1-1/+1
2005-07-05add function to convert a cause code to a stringrussell1-0/+63
2005-06-23optimize ast_recvchar/ast_recvtext (bug #4591)kpfleming1-50/+25
2005-06-21add channel CLID info in manager Link event (bug #4548 with minor mod)kpfleming1-13/+22
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming1-0/+34
2005-06-18Fix timelimit bug (bug #4552)markster1-2/+4
2005-06-14fix deadlock message output (bug #4508)russell1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-62/+69
2005-06-05more ast_copy_string() conversionkpfleming1-19/+19
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming1-5/+5
2005-06-05make 'show channeltypes' list whether device state is supported (bug #4464)kpfleming1-4/+4
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-2/+1
2005-06-02make 'show channeltypes' output format work properly (bug #4413)kpfleming1-2/+4
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)kpfleming1-43/+82
2005-05-14Remove double fout++ and comment on flag (bug #4267)markster1-1/+2
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-24If poll returns 0, force *ms to 0markster1-0/+6
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-11/+13
2005-04-22initialize errno and don't report an error when poll() returns without indica...kpfleming1-1/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-21/+21
2005-04-18don't force transcoding through SLINEAR when transcoding is not needed at allkpfleming1-36/+30
2005-04-04optimize codec selection and format changing codekpfleming1-64/+56
2005-04-01don't take the channel list lock until we're actually ready to put the new ch...kpfleming1-4/+1