aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-10This patch solves some compiler complaintsmurf1-4/+7
2008-11-25System call ioperm is non-portable, so check for its existence in autoconf.tilghman1-0/+6
2008-10-03Change some preprocessor macros to struct definitions so that we getseanbright1-6/+6
2008-06-25allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-to...kpfleming1-27/+23
2008-06-20usleep with a value over 1,000,000 is nonportable. Changing to use sleep()tilghman1-1/+1
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-109/+109
2008-03-11backport a fix from trunkkpfleming1-6/+2
2008-03-07Safely use the strncat() function.tilghman1-3/+3
2007-09-14Fixed problem with changes made to cdr functionalityjdixon1-0/+45
2007-09-14Added channel driver for USB Radio device andjdixon1-76/+265
2007-07-31Much newer version, 0.70 with much additionsjdixon1-1263/+4902
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+5
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-76/+68
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-09-21Oops, missed the merge breakagetilghman1-6/+6
2006-09-21Merged revisions 43420 via svnmerge from tilghman1-48/+47
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-34/+43
2006-09-18merge qwell's CLI verbification workkpfleming1-35/+26
2006-08-31everything that loads a config that needs a config file to runmogorman1-3/+8
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-60/+16
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-2/+2
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-2/+2
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-1/+1
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming1-0/+1
2006-06-13Allowed proper tx/rx signal exclusivity for simplex repeater modesjdixon1-10/+14
2006-05-24Added incoming audio notch filtering, plus a bunch of command improvements, etc.jdixon1-442/+1468
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+6
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+5
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming1-2/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-01Removed "frog" command (so it could be moved to cli.c)jdixon1-31/+0
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macrorizzo1-1/+0
2006-03-14update to reflect conversion of the accountcode to use stringfields (issue #6...russell1-1/+1
2006-02-26Fixed nasty lockup bug and added command macros (not to be confused withjdixon1-378/+845
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2006-01-13 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod...bweschke1-39/+17
2006-01-12 More new memory wrapper work.bweschke1-11/+6
2005-12-30update doxygen docs to specify authorsrussell1-2/+6
2005-12-20New version, including half/semi-half duplex modes and system announcementsjdixon1-21/+121
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10issue #5706kpfleming1-0/+3
2005-11-03Fixed a couple of silly boo-boo'sjim1-4/+4
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-26Many changes and new stuff including Reverse Autopatch and completely new aut...jim1-68/+589
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-23Added support for iaxrpt gui clientjim1-12/+88
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-9/+19
2005-09-11Better improved HF interfacejim1-114/+272
2005-09-08Fixed signalling problem with pciradiojim1-7/+7
2005-08-22Added support for Yaesu FT-897 HF/VHF/UHF radio and other improvementsjim1-388/+1411