aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-8/+2
2006-06-01This is what I get for coding while tired.. sorry ;/north1-2/+1
2006-06-01Nobody saw this coming, I bet.north1-1/+32
2006-05-31update the rest of the channel drivers that use RTP so that their channelrussell1-1/+1
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-1/+1
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-04-21replace some strncpy with ast_copy string,rizzo1-43/+33
2006-04-17whitespace and spelling (recieve instead of receive) fixes north1-82/+81
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-10/+7
2006-04-11staticize a function, and normalize code in preparation to module changes.rizzo1-5/+4
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-06skinny debug/verbose cleanup.north1-40/+40
2006-03-27Changed some "register" methods to the proper "unregister" method. This is i...north1-5/+5
2006-03-22More whitespace and typo fixes for chan_skinny - yay!north1-154/+154
2006-03-21spelling and formatting fixes (issue #6760)russell1-518/+518
2006-02-01use string fields for some stuff in ast_channelkpfleming1-15/+11
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...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