summaryrefslogtreecommitdiff
path: root/channels/chan_usbradio.c
AgeCommit message (Expand)Author
2012-03-13Remove chan_usbradio and app_rpt.Russell Bryant
2012-03-02Fix unused-but-set-variable warningsTerry Wilson
2012-03-02Fix compile error from latest channel opaquification change.Richard Mudgett
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-09-28Merged revisions 338228 via svnmerge from Jason Parker
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 317478 via svnmerge from Russell Bryant
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-09-02Merged revisions 284666 via svnmerge from Tilghman Lesher
2010-09-02Merged revisions 284597 via svnmerge from Tilghman Lesher
2010-07-29Merged revisions 280343 via svnmerge from Matthew Nicholson
2010-07-29Merged revisions 280302 via svnmerge from Matthew Nicholson
2010-07-29Make chan_usbradio.c build on 64bit platforms.Matthew Nicholson
2010-07-28Merged revisions 280023 via svnmerge from Paul Belanger
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-06-03Don't stop Asterisk if chan_usbradio isn't configured.Russell Bryant
2010-06-03Remove a line that was killing Asterisk on startup.Russell Bryant
2010-03-25chan_usbradio depends on alsa.Russell Bryant
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2010-02-16Change the blanket rules to delete .lastclean on all CFLAGS menuselect target...Tilghman Lesher
2010-02-08Make chan_usbradio compile.Russell Bryant
2009-08-10AST-2009-005Tilghman Lesher
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...Kevin P. Fleming
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-25Merged revisions 159025 via svnmerge from Tilghman Lesher
2008-11-25Make chan_usbradio compile under dev modeTerry Wilson
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-10-09(closes issue #13557)Steve Murphy
2008-05-22Split the compile flags out and wire up some dependenciesSean Bright
2008-05-22A couple more places the frame data change was missed.Sean Bright
2008-05-16Bring all app_rpt and chan_usbradio stuff up to dateJim Dixon
2008-03-31I missed a place when this define was changed.Jason Parker
2008-03-26Large cleanup of DSP codeJason Parker
2008-03-19Rename very poorly named function to reflect what it actually does. This was...Jason Parker
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-05improve chan_usbradio to use indications just like chan_alsa/chan_oss do nowKevin P. Fleming
2007-12-20add some macros to simplify parsing the config file,Luigi Rizzo
2007-12-04Coding guidelines fixupsTilghman Lesher