aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_skinny.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.0@7221 f38db490-d61c-...kpfleming1-0/+0
2004-09-13Fix star 80 to star 60 (bug #2247)markster1-1/+1
2004-08-08Merge BSD stack size work (bug #2067)markster1-4/+4
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....markster1-1/+1
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-14/+26
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-3/+3
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-5/+8
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-0/+6
2004-06-14Separate PROCEEDING and PROGRESSmarkster1-0/+2
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-5/+5
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