aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-22Merged revisions 8437 via svnmerge from russell1-1/+1
2006-01-22add 'show channeltype' CLI command (issue #6149, with small modifications)russell1-0/+81
2006-01-21on this pass, only remove duplicate log messagesrussell1-5/+2
2006-01-21finish reverting my pass through the tree to remove checks of the result ofrussell1-1/+6
2006-01-21remove some useless checks after calls to ast_strduparussell1-6/+1
2006-01-17Extra comma causing compilation errors...oej1-1/+1
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...kpfleming1-3/+3
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-3/+3
2006-01-16Merged revisions 7963 via svnmerge from russell1-1/+1
2006-01-14added feature for pausing and unpausing the mogorman1-4/+8
2006-01-12More changes to make t.38 support workmattf1-0/+3
2006-01-11oops. :)russell1-0/+1
2006-01-11- add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but witho...russell1-27/+20
2006-01-07Add support for H.264 with SIP and recordingmarkster1-0/+3
2006-01-05Merged revisions 7825 via svnmerge from kpfleming1-9/+15
2006-01-04Merged revisions 7799-7800 via svnmerge from kpfleming1-4/+4
2006-01-04Issue #6127: Count in show channeltypes (junky)oej1-1/+5
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-03Merged revisions 7740 via svnmerge from kpfleming1-1/+1
2006-01-01remove some duplicated code (issue #6098)russell1-18/+5
2005-12-31update comments to doxygen stylerussell1-74/+81
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-30Merged revisions 7677 via svnmerge fromtilghman1-0/+3
2005-12-24minor cleanups ...russell1-48/+30
2005-12-20Major peformance improvements to meetmemarkster1-3/+21
2005-12-15 Bug #6003 - Don't free the channel structure until after having sent the man...bweschke1-1/+1
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-2/+2
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-2/+2
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from kpfleming1-2/+7
2005-11-30free write frames when spy queues provide frames that don't need to be dup'dkpfleming1-2/+9
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-16issue #5770kpfleming1-1/+5
2005-11-11issue #5590kpfleming1-0/+1
2005-11-02native bridging changeskpfleming1-5/+1
2005-11-01issue #5564kpfleming1-2/+6
2005-11-01use a writeable frame (some channel drivers/transcoders may modify the frame ...kpfleming1-11/+11
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-0/+97
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming1-2/+2
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming1-62/+413
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-20Fix timeout > 600000 on Linux x86-32markster1-1/+14
2005-10-17Handle device state changes properly when formatting characters are present (...markster1-2/+2
2005-10-16Add walk by channel name prefixedmarkster1-0/+6
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster1-4/+9
2005-10-14support sending text through agent channels (issue #5295)kpfleming1-1/+1
2005-10-13Fix crash in chanspy (bug #5332)markster1-9/+1
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-59/+38
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-0/+25
2005-09-29code cleanupskpfleming1-32/+38
2005-09-15add API for searching active channels by context/extenkpfleming1-15/+42