aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-31make sending indications more robust and properjeremy1-9/+34
2004-05-29saw this in valgrind (-tony)anthm1-0/+4
2004-05-27Make RTP handle codecs (first pass)markster1-1/+1
2004-05-26Perform proper heap bounds checking on skinny messages (bug #1726)markster1-0/+2
2004-05-12Turn off lamp on call completion, code cleanup and a couple other minor bug f...jeremy1-154/+143
2004-05-05Include utils.h in chan_skinny.ccitats1-0/+1
2004-05-05use ast_strlen_zerojeremy1-11/+11
2004-04-26Move skinny to support pollmarkster1-6/+5
2004-04-22gethostbyname isn't reentrant, who knew...markster1-3/+3
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-8/+8
2004-04-06swap out printf's for ast_verbosejeremy1-29/+29
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-2/+2
2004-03-15Fixup some pthread_t checking in channelscitats1-1/+1
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-4/+4
2004-03-04clean up warningjeremy1-0/+1
2004-03-04check to see if sub->rtp is allocated. Bug #1040jeremy1-44/+26
2004-03-04Add support for parking with IAX2markster1-1/+1
2004-02-02NetBSD portability enhancements (bug #969)markster1-0/+2
2004-01-28Elminate unused code/warnings (bug #934)markster1-0/+2
2004-01-13Fix monitor thread issue.jeremy1-2/+2
2004-01-12clean up debugjeremy1-36/+43
2004-01-09make firmware version configurable per devicejeremy1-77/+83
2003-11-22add stop media transmission messagejeremy1-0/+13
2003-10-21FreeBSD patch, take 2markster1-2/+4
2003-10-16Revert the previous patch since it's braking compilationmartinp1-4/+2
2003-10-16Sane FreeBSD patchmarkster1-2/+4
2003-09-30lets try just a empty speed dial, for real this timejeremy1-2/+2
2003-09-30lets try just a empty speed dialjeremy1-2/+0
2003-09-30remove speedial setting, for nowjeremy1-0/+2
2003-09-27anonyance fixes, per tholo :)jeremy1-1/+1
2003-09-14don't die if skinny cannot figure out hostnamejeremy1-1/+1
2003-09-14minor code fixesjeremy1-6/+6
2003-09-14Don't die if no skinny configmarkster1-2/+2
2003-09-14remove debug, it's Miller time\!jeremy1-11/+0
2003-09-14stomp on seg fault if a call is attempted and the skinny device is not regist...jeremy1-16/+22
2003-09-14fix never ending ringingjeremy1-1/+8
2003-09-14pull out reloading, for now, causes segsjeremy1-0/+4
2003-09-14make tcp socket resuable. Bug #262jeremy1-2/+2
2003-09-14implement reloadjeremy1-0/+39
2003-09-13many bug fixes and inbound calling: SKINNY/line@devicejeremy1-70/+165
2003-09-12clean up code and output d->addr properlyjeremy1-15/+5
2003-09-12Don't die if no config filemarkster1-2/+2
2003-09-11initial import of skinny, more coming soonjeremy1-0/+2630