summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-18move variable declarations to the beginning of a block.Luigi Rizzo
2006-07-14Rename a couple variables, to be consistent with the rest of the functionsNorth Antara
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-07-01It might help if this had the right stimulus nameNorth Antara
2006-06-23fix some little issues on big endian platforms to resolve compiler warningsRussell Bryant
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-20fix an issue with dtmf not being sent sometimesNorth Antara
2006-06-18No need to have debug enabled by default anymore..North Antara
2006-06-18Finally merge chan_skinny fixes into trunk.North Antara
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,Russell Bryant
2006-06-01This is what I get for coding while tired.. sorry ;/North Antara
2006-06-01Nobody saw this coming, I bet.North Antara
2006-05-31update the rest of the channel drivers that use RTP so that their channelRussell Bryant
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-04-21replace some strncpy with ast_copy string,Luigi Rizzo
2006-04-17whitespace and spelling (recieve instead of receive) fixes North Antara
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11staticize a function, and normalize code in preparation to module changes.Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-06skinny debug/verbose cleanup.North Antara
2006-03-27Changed some "register" methods to the proper "unregister" method. This is i...North Antara
2006-03-22More whitespace and typo fixes for chan_skinny - yay!North Antara
2006-03-21spelling and formatting fixes (issue #6760)Russell Bryant
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-16don't register channel type until we are ready, coding format updatesJeremy McNamara
2005-11-06issue #5605Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATKevin P. Fleming
2005-07-30fix netbsd compilation issueRussell Bryant
2005-07-13fix big endian compilation issueRussell Bryant
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-08clean up compiler warnings during build on 64-bit systemsKevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-24actually get the host's name for the code that needs it (bug #4569)Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-21fix segfault when no CLID number is present (bug #4566)Kevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-07various compiler warning fixes (bug #4483)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ...Kevin P. Fleming
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian mac...Jeremy McNamara