Commit Graph

140 Commits (283f63c594d0c4327c51fdae0587a6a9f1cb15d3)

Author SHA1 Message Date
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
18 years ago
Joshua Colp b8cd949cce Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application.
18 years ago
Joshua Colp 96a646734f It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it.
18 years ago
Russell Bryant 80166c6de8 Conversions to ast_debug()
18 years ago
Steve Murphy 866bbaa515 Via bug9228, no way to create macros via AEL, and some of the apps allow you to call macros..., I modded the apps that allow macro calls to allow gosubs calls also, to make them AEL compliant.
18 years ago
Tilghman Lesher 30600f053f Janitor for ast_localtime
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Russell Bryant 4b3a3fb14c Add a new API call for creating detached threads. Then, go replace all of the
18 years ago
Russell Bryant 782cd26efa Remove duplicate calls to pthread_attr_destroy() that I put in yesterday
19 years ago
Russell Bryant b233892198 Merged revisions 53046 via svnmerge from
19 years ago
Luigi Rizzo dc31eaa025 include "asterisk/zapata.h" instead of looking
19 years ago
Russell Bryant 0ca6a42d7e fix various spelling mistakes in comments (issue #8237, jmls)
19 years ago
Tilghman Lesher b0b4ad4973 More whitespace fixes
19 years ago
Tilghman Lesher 13ece8cc39 Massive cleanup of the rpt code, updating to current coding guidelines
19 years ago
Joshua Colp 29d27bfe0d Merged revisions 43933 via svnmerge from
19 years ago
Tilghman Lesher 821022dd35 Merged revisions 43441 via svnmerge from
19 years ago
Tilghman Lesher 012e0f82d5 Merged revisions 43422 via svnmerge from
19 years ago
Tilghman Lesher 70af28270d Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Russell Bryant ca9ba719b6 Merge a new implementation of ast_inet_ntoa, our thread safe replacement for
19 years ago
Kevin P. Fleming f761d2f6f0 prepare Asterisk for new zaptel.h/tonezone.h installation locations
19 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
19 years ago
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
19 years ago
Jim Dixon 8f77de5ebd Allowed proper tx/rx signal exclusivity for simplex repeater modes
19 years ago
Jim Dixon f2af2718a6 Added incoming audio notch filtering, plus a bunch of command improvements, etc.
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Kevin P. Fleming cf15740eaf remove support for BYEXTENSION (which nobody even knows about anymore)
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Jim Dixon 44d1382a05 Removed "frog" command (so it could be moved to cli.c)
19 years ago
Luigi Rizzo 606c7dcb93 remove the long since unused STANDARD_LOCAL_USERS macro
19 years ago
Russell Bryant 9063466dfb update to reflect conversion of the accountcode to use stringfields (issue #6722)
19 years ago
Jim Dixon 60c5b80818 Fixed nasty lockup bug and added command macros (not to be confused with
20 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
BJ Weschke 8637b23569 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod in app_rpt.c
20 years ago
BJ Weschke aaa4c9aecc More new memory wrapper work.
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Jim Dixon 13e757450d New version, including half/semi-half duplex modes and system announcements
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c3b6ac6004 issue #5706
20 years ago
Jim Dixon fc9612edad Fixed a couple of silly boo-boo's
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Jim Dixon 7810f546f3 Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Jim Dixon b3d871f223 Added support for iaxrpt gui client
20 years ago
Kevin P. Fleming b8f23573fa more license/copyright header updates (thanks Ian!)
20 years ago
Jim Dixon 391d8b0994 Better improved HF interface
20 years ago
Jim Dixon 4794638c99 Fixed signalling problem with pciradio
20 years ago
Jim Dixon 6b2ff5db90 Added support for Yaesu FT-897 HF/VHF/UHF radio and other improvements
20 years ago
Kevin P. Fleming ee568be647 revert unneeded change and add comment to avoid it in the future
20 years ago
Kevin P. Fleming 7070dafdbf don't use %i for scanf unless non-base-10 input is needed (bug #4717)
20 years ago
Jim Dixon b4f7592ebb Fixed iobase specification in rpt.conf and put in check for 'keyed' for
20 years ago
Jim Dixon 4cac951c1c Added fix so that wctdm interface will start out in correct state
20 years ago
Jim Dixon a64d79c196 Fixed transmitter hang problem
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Jim Dixon 882eea1390 Fixed transmit/link hang problem and autopatch wierdness
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Jim Dixon b5ecfdc179 Fixed more bugs.
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Jim Dixon 99e2b961c2 Fixed another little bug.
21 years ago
Jim Dixon 924bc59162 Fixed some bugs; added re-connect mode
21 years ago
Jim Dixon a9ebcff694 Made changes to go with pciradio zaptel driver changes
21 years ago
Jim Dixon c513f7318c Updated so that it will work with latest changes in asterisk, plus fixed a couple of little problems.
21 years ago
Jim Dixon e499028440 Fixed minor issue in app_rpt(). Allows it to work better with many Linux distributions
21 years ago
Jim Dixon f2dcfca9c4 Fixed timing race with thread creation in app_rpt.c, and added settable
21 years ago
Jim Dixon d8436708c0 Made some what turned out to be several changes to allow for radio channels
21 years ago
Jim Dixon a560227ccb Fixed remote base audio problem (where 2 different interfaces are in use) and
21 years ago
Mark Spencer 7acee329e1 Merge BSD stack size work (bug #2067)
21 years ago
Mark Spencer 872685d088 Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)
21 years ago
Jim Dixon 9b08305eae Made changes to app_rpt.c and rpt.conf, including fully user-definable DTMF
21 years ago
Jim Dixon baa46147a5 More improvements to app_rpt.c
21 years ago
Jim Dixon a9da004305 Added 'polite ID' concept in app_rpt.c and fixed a couple of silly telemetry issues.
21 years ago
Jim Dixon ca75adf9cb Fixed autopatch so that it would take digits from link peer.
21 years ago
Jim Dixon ca7fc00ad5 Fixed a couple of silly things that I overlooked before :-)
21 years ago
Jim Dixon c3af8944af Added support for Doug Hall RBI-1 Remote base controller, memory channels for
21 years ago
Jim Dixon dbea1448bd Fixed problems with multiple links and added timeout message
21 years ago
Jim Dixon 6729301b4d Fixed bug in remote base part of app_rpt, and updated rpt.conf.sample to
21 years ago
James Golovich f5c18f62a1 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer 5546e32355 Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
21 years ago
Jim Dixon 2ee28d0ccf Majorly updated app_rpt.c allowing linking of repeaters/remote bases using (IAX2) and supporting remote base nodes as well (also added visual documentation in rpt_flow.pdf)
21 years ago
Mark Spencer 103bb4a334 Enhancements for zaptel+bsd (bug #1781)
21 years ago
Jim Dixon 8968d50976 Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor changes in chan_zap (to allow pseudo-channels to work properly (finally!)) and in dsp.c to allow for super-relaxed DTMF decoding which radio systems need to function properly.
21 years ago
James Golovich 0b2a9dc297 Remove extra argument from ast_set_*_format calls
21 years ago
James Golovich 6ce8fc0b15 More read/write lock fixes in various modules
21 years ago
Mark Spencer 12a42fbf3a Version 0.3.0 from FTP
23 years ago