summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
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
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-24Correctly implement the button templates in hopes to support more 79XX series...Jeremy McNamara
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)Mark Spencer
2005-03-14Record read sizeMark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-25finally commit vm enhancements for skinny Bug #3511Jeremy McNamara
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-25Improve skinny display (bug #3416)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-16Fix ringback on outbound skinny calls (bug #3295)Mark Spencer
2005-01-15Make groups be 64-bits (bug #3351, with mods)Mark Spencer
2004-12-19Merge Olle's comment patch (bug #3097)Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...Mark Spencer
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)Mark Spencer