summaryrefslogtreecommitdiff
path: root/channel.c
AgeCommit message (Expand)Author
2006-03-19fix memory leak due to not freeing the channel's string fields inRussell Bryant
2006-03-06Make astmm compile (imported from 1.2)Olle Johansson
2006-03-06Revert, needs to be fixed in 1.2 firstOlle Johansson
2006-03-06Fix compilation with astmmOlle Johansson
2006-02-27Merged revisions 11250 via svnmerge from Russell Bryant
2006-02-25Merged revisions 11058 via svnmerge from Kevin P. Fleming
2006-02-15more memory allocation wrapper conversionKevin P. Fleming
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-02-11Add capability to retrieve list of channel typesMark Spencer
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)Tilghman Lesher
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-30Merge Rizzo's waitfor update (bug #4584)Mark Spencer
2006-01-29don't use tone generation for DTMF if the channel driver only supports begin/...Kevin P. Fleming
2006-01-29add channel-driver callbacks for variable length DTMFKevin P. Fleming
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...Kevin P. Fleming
2006-01-25Issue #6349 - patch by markster, imported from 1.2Olle Johansson
2006-01-24Merged revisions 8588 via svnmerge from Kevin P. Fleming
2006-01-24convert ast_channel list to use linked list macros (issue #6338)Russell Bryant
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)Olle Johansson
2006-01-22Merged revisions 8437 via svnmerge from Russell Bryant
2006-01-22add 'show channeltype' CLI command (issue #6149, with small modifications)Russell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21finish reverting my pass through the tree to remove checks of the result ofRussell Bryant
2006-01-21remove some useless checks after calls to ast_strdupaRussell Bryant
2006-01-17Extra comma causing compilation errors...Olle Johansson
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 BJ Weschke
2006-01-16Merged revisions 7963 via svnmerge from Russell Bryant
2006-01-14added feature for pausing and unpausing the Matt O'Gorman
2006-01-12More changes to make t.38 support workMatthew Fredrickson
2006-01-11oops. :)Russell Bryant
2006-01-11- add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but witho...Russell Bryant
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2006-01-05Merged revisions 7825 via svnmerge from Kevin P. Fleming
2006-01-04Merged revisions 7799-7800 via svnmerge from Kevin P. Fleming
2006-01-04Issue #6127: Count in show channeltypes (junky)Olle Johansson
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03Merged revisions 7740 via svnmerge from Kevin P. Fleming
2006-01-01remove some duplicated code (issue #6098)Russell Bryant
2005-12-31update comments to doxygen styleRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-30Merged revisions 7677 via svnmerge fromTilghman Lesher
2005-12-24minor cleanups ...Russell Bryant
2005-12-20Major peformance improvements to meetmeMark Spencer
2005-12-15 Bug #6003 - Don't free the channel structure until after having sent the man...BJ Weschke
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from Kevin P. Fleming