aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Properly check for the length in the skinny packet to prevent an invalid memcpy.russell1-1/+1
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-0/+1
2007-01-05ensure that threads which are supposed to be detached (because we aren't goin...kpfleming1-2/+2
2006-10-26Remove a useless ast_mutex_unlock.qwell1-1/+0
2006-10-17Fix an integer signedness problem.qwell1-0/+4
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-3/+3
2006-09-20make some more functions statickpfleming1-1/+1
2006-08-30Restore original functionality of 1.2 in places where ANI was not set, but wasrussell1-4/+2
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell1-1/+8
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell1-30/+8
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-16don't register channel type until we are ready, coding format updatesjeremy1-366/+329
2005-11-06issue #5605russell1-0/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+15
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATkpfleming1-1/+1
2005-07-30fix netbsd compilation issuerussell1-1/+1
2005-07-13fix big endian compilation issuerussell1-18/+21
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-2/+2
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming1-1/+1
2005-07-05add function to convert a cause code to a stringrussell1-2/+2
2005-06-24actually get the host's name for the code that needs it (bug #4569)kpfleming1-4/+1
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-21fix segfault when no CLID number is present (bug #4566)kpfleming1-34/+27
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-1/+1
2005-06-07various compiler warning fixes (bug #4483)kpfleming1-3/+2
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-13/+18
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ...kpfleming1-1/+1
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian mac...jeremy1-196/+499
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-2/+2
2005-05-24Correctly implement the button templates in hopes to support more 79XX series...jeremy1-182/+155
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-1/+1
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-22/+22
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-0/+1
2005-03-14Record read sizemarkster1-0/+1
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-36/+54
2005-02-25finally commit vm enhancements for skinny Bug #3511jeremy1-68/+261
2005-01-25Merge config updates (bug #3406)markster1-6/+6
2005-01-25Improve skinny display (bug #3416)markster1-0/+90
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-16Fix ringback on outbound skinny calls (bug #3295)markster1-1/+1
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-4/+4
2004-12-19Merge Olle's comment patch (bug #3097)markster1-3/+3
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+1
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-2/+2
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)markster1-1/+1
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1