summaryrefslogtreecommitdiff
path: root/channel.c
AgeCommit message (Expand)Author
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
2005-03-31Make bridging more efficientMark Spencer
2005-03-30increase queue length of chanspy queueAnthony Minessale II
2005-03-30add missing newlinesAnthony Minessale II
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-27GCC 4 fix (bug #3875)Mark Spencer
2005-03-24Fix the mysterious missing ifAnthony Minessale II
2005-03-23Merge API changes for chanspyMark Spencer
2005-03-22Make sure that waitfordigit_full doesn't hangup on -EINTR (bug #3831)Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-28Fix queue URL passing (bug #3543)Mark Spencer
2005-02-10Fix silly newline miss (bug #3555)Mark Spencer
2005-01-21Copy language, too (bug #3401)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-17Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)Josh Roberson
2005-01-17Merge hold patch (bug #1840)Mark Spencer
2005-01-15Repair // comments to /* */ comments (bug #3347)Mark Spencer
2005-01-15Make groups be 64-bits (bug #3351, with mods)Mark Spencer
2005-01-15Handle masq properly when clone channel has no vars (bug 3344)Mark Spencer
2005-01-13Handle syntax errors in group descriptions more gracefully (bug #3330)Mark Spencer
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2005-01-10Handle masq properly with music (bug #3235)Mark Spencer
2005-01-09Don't allow masquerading into oneself (bug #3040)Mark Spencer
2005-01-08Make queue support channel variable inheritance (bug #3274)Mark Spencer
2005-01-05Calculate tvdiff properly (avoid off-by-one)Mark Spencer
2005-01-04Make features configurable and easier to implementMark Spencer
2005-01-02Handle group memberships better with masquerade (bug #3067)Mark Spencer
2005-01-01List improvements from kpfleming (bugs #3166,#3140)Mark Spencer
2005-01-01Make sure to wake up sleeper on sip transfer issue (bug #2938)Mark Spencer
2004-12-31Merge OEJ's channel type listing (bug #3187) with slight modificationsMark Spencer
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast...Mark Spencer
2004-12-23Speed up ast_list macros (bug #3135)Mark Spencer
2004-12-21Make event parameter names consistent for callerid (bug #3116)Mark Spencer
2004-12-18Fix comment issues (bug #3089)Mark Spencer
2004-12-09Make music on hold truly optional (bug #2998)Mark Spencer
2004-12-07Big diet for struct ast_channelMark Spencer
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...Mark Spencer
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...Mark Spencer
2004-11-03Pass through flash hookMark Spencer
2004-11-01Debugging improvements (bug #2765)Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer