summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
AgeCommit message (Expand)Author
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
2004-05-26Perform proper heap bounds checking on skinny messages (bug #1726)Mark Spencer
2004-05-12Turn off lamp on call completion, code cleanup and a couple other minor bug f...Jeremy McNamara
2004-05-05Include utils.h in chan_skinny.cJames Golovich
2004-05-05use ast_strlen_zeroJeremy McNamara
2004-04-26Move skinny to support pollMark Spencer
2004-04-22gethostbyname isn't reentrant, who knew...Mark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-04-06swap out printf's for ast_verboseJeremy McNamara
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2004-03-15Fixup some pthread_t checking in channelsJames Golovich
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2004-03-04clean up warningJeremy McNamara
2004-03-04check to see if sub->rtp is allocated. Bug #1040Jeremy McNamara
2004-03-04Add support for parking with IAX2Mark Spencer
2004-02-02NetBSD portability enhancements (bug #969)Mark Spencer
2004-01-28Elminate unused code/warnings (bug #934)Mark Spencer
2004-01-13Fix monitor thread issue.Jeremy McNamara
2004-01-12clean up debugJeremy McNamara
2004-01-09make firmware version configurable per deviceJeremy McNamara
2003-11-22add stop media transmission messageJeremy McNamara
2003-10-21FreeBSD patch, take 2Mark Spencer
2003-10-16Revert the previous patch since it's braking compilationMartin Pycko
2003-10-16Sane FreeBSD patchMark Spencer
2003-09-30lets try just a empty speed dial, for real this timeJeremy McNamara
2003-09-30lets try just a empty speed dialJeremy McNamara
2003-09-30remove speedial setting, for nowJeremy McNamara