summaryrefslogtreecommitdiff
path: root/channels/chan_phone.c
AgeCommit message (Expand)Author
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-02-15Fixes compile error in chan_phone for big endian David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-09-02Merged revisions 284597 via svnmerge from Tilghman Lesher
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-09-13gcc 4.4: Remove a nop memset size 0 that annoys gccTzafrir Cohen
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2008-12-01Silence a build warning. (chan_phone.c:810: warning: value computed is not used)Sean Bright
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownSean Bright
2008-05-28rename DialTone.h to chan_phone.h because chan_phone.c is the only file using itMichiel van Baak
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-09-05Merged revisions 81523 via svnmerge from Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-11Merged revisions 74572 via svnmerge from Joshua Colp
2007-07-11Merged revisions 74515 via svnmerge from Joshua Colp
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-03ast_calloc janitor (Inspired by issue 9860)Tilghman Lesher
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-01-23Merged revisions 51788 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-16Add support for G729 passthrough with Sigma Designs boards. (issue #8829 repo...Joshua Colp
2006-11-28Merged revisions 48088 via svnmerge from Joshua Colp