summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
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
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-13Fix star 80 to star 60 (bug #2247)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....Mark Spencer
2004-07-16Last set of strncpy/snprintf updates (bug #2049)Mark Spencer
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-14Separate PROCEEDING and PROGRESSMark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-31make sending indications more robust and properJeremy McNamara
2004-05-29saw this in valgrind (-tony)Anthony Minessale II
2004-05-27Make RTP handle codecs (first pass)Mark Spencer