Commit Graph

1100 Commits (b2cb3f86c418afbfe0772a48c15f110c97c7cc2c)

Author SHA1 Message Date
Olle Johansson 33c09cbcfa Issue #8506 - translate spanish comments in fskmodem to english (according to bug guidelines)
20 years ago
Olle Johansson 00bf07b12e Well, yes...
20 years ago
Olle Johansson b8fcae6d75 Reserving flags for coming code (currently in the "videocaps" branch)
20 years ago
Olle Johansson c23bc46089 - Disable RTP timeouts during T.38 transmission
20 years ago
Olle Johansson ae14123361 Tiny doxygen improvement
20 years ago
Joshua Colp 869101028b Merged revisions 48168 via svnmerge from
20 years ago
Olle Johansson 446a06679a Documentation updates
20 years ago
Olle Johansson fddd385eb1 Adding some generic docs on extension and device states - watchers and providers
20 years ago
Russell Bryant f51cf94a62 - Fix a few spelling mistakes.
20 years ago
Olle Johansson b9d57e8e3a Doxygen updates
20 years ago
Russell Bryant a3adf3e754 - Add some comments on thread storage with a brief explanation of what it is
20 years ago
Olle Johansson 3fd07f51f2 Doxygen update
20 years ago
Joshua Colp af51be05a6 Merged revisions 47850 via svnmerge from
20 years ago
Luigi Rizzo f148916c23 Move this macro from cli.c to cli.h so apps can use it
20 years ago
Steve Murphy 6dcb17baaf This update fulfils the request of bug 7109, which claimed the language arg to ast_stream_and_wait() was redundant. Almost all calls just used chan->language, and seeing how chan is the first argument, this certainly seems redundant. A change of language could just as easily be done by simply changing the channel language before calling.
20 years ago
Luigi Rizzo 867e3d6e5d introduce a bit of regexp support in the internal CLI api.
20 years ago
Paul Cadach fc58bec502 Merged revisions 44809 via svnmerge from
20 years ago
TransNexus OSP Development 93df44fb9a 1. Re-format the code.
20 years ago
Luigi Rizzo 6edcca7b8d one more step cleaning the internal CLI interface:
20 years ago
Luigi Rizzo 1781f41b3b update the internal cli api following comments from kevin.
20 years ago
Olle Johansson 6606c55844 need to check quoting in the doxygen docs...
20 years ago
Olle Johansson c17bcc0f7c Some improvements to doxygen docs
20 years ago
Luigi Rizzo fbb143b829 Bring in the improved internal API for the CLI.
20 years ago
Matt O'Gorman b025702287 safe terminal output is sweet.
20 years ago
Russell Bryant 2b2693499d Add the ability to specify multiple prompts to the Read() dialplan application,
20 years ago
Steve Murphy 908f176cf3 A fair number of changes for the sake of bug 7506
20 years ago
Olle Johansson 8e73644bb8 Stealing Tilghman's explanation from the -dev list and producing documentation...
20 years ago
Joshua Colp 980ce017ec Add support for manager hooks, so you could fire off manager events over IRC if you were crazy enough. (issue #5161 reported by anthm with mods by moi)
20 years ago
Luigi Rizzo 0bf4235ff1 add a new cli/manager.conf option "debug" to enable/disable
20 years ago
Joshua Colp 7f7f2fe821 Let's make application/function/hint lists read/write lists... just for kicks
20 years ago
Russell Bryant 903e1e3bf3 Sure enough, some of the uses of astobj are doing recursive locking. This
20 years ago
Russell Bryant c8e35348c0 astobj was already set up to use read and write locks. Now that we have wrappers
20 years ago
Joshua Colp ffceb28cfd Add AST_RWLIST_* set of macros which implement linked lists using read/write locks, the actual list manipulation is still done via the old macros.
20 years ago
Joshua Colp ae00c6d3fa Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INIT_VALUE if it is available, that way outside stuff can determine whether to use a constructor or deconstructor for initialization instead of using the init value.
20 years ago
Joshua Colp aebb4aaa0d I'm crazy so I will add this... pthread rwlock wrappers, along with autoconf stuff that detects the presence of the initializer and the ability to set the kind of lock (in our case we rather like writer preferred locks so writer starvation doesn't occur... but on something like Darwin we don't get that)
20 years ago
Kevin P. Fleming 39a4700047 Merged revisions 46714 via svnmerge from
20 years ago
Olle Johansson f003df1315 Issue #80898 - Restoring func_enum (otmar)
20 years ago
Olle Johansson 11d00cac15 Adding dialplan function IFMODULE, so you can create dialplans that handle
20 years ago
Kevin P. Fleming 79e45105f5 Merged revisions 46511 via svnmerge from
20 years ago
Olle Johansson 692dc8fd80 Issue #3930 - Add manager command for listing dialplan (coded april 2005, in bugtracker since)
20 years ago
Olle Johansson 8a2e564df5 Issue 8246 Doxygen updates (kshumard)
20 years ago
Kevin P. Fleming 5f5faa310a Merged revisions 46082-46083,46152-46153 via svnmerge from
20 years ago
Kevin P. Fleming 88efcea05e Merged revisions 46154 via svnmerge from
20 years ago
Russell Bryant b5ec2ec48a regenerate the configure script and autoconfig.h.in to reflect recent changes
20 years ago
Kevin P. Fleming 4b8e41c529 restore freeing of threadstorage objects without custom cleanup functions
20 years ago
Russell Bryant bd53e7ee4c Extend the thread storage API such that a custom initialization function can
20 years ago
Kevin P. Fleming 696f9ed677 Merged revisions 45408 via svnmerge from
20 years ago
Kevin P. Fleming 0638096e5c Merged revisions 45027 via svnmerge from
20 years ago
Kevin P. Fleming 035aeb82e4 Merged revisions 44956 via svnmerge from
20 years ago
Paul Cadach 500353e095 Extend CALLERID() function for "pres" and "ton" values
20 years ago
Kevin P. Fleming eda9434455 Merged revisions 44631 via svnmerge from
20 years ago
Russell Bryant 283e7369ea regenerate the configure script to reflect the latest changes done by
20 years ago
Kevin P. Fleming c28461197b Merged revisions 44390 via svnmerge from
20 years ago
Kevin P. Fleming 3c876af5cf Merged revisions 44378 via svnmerge from
20 years ago
Kevin P. Fleming 41eb95e055 Merged revisions 44322 via svnmerge from
20 years ago
Matt O'Gorman deb9cb88fb 44240 same as but without the removing of chan_jingle and such, as I hope to finish jingle support for 1.6
20 years ago
Kevin P. Fleming 89050169c8 Merged revisions 43996-43997,44008,44011-44012 via svnmerge from
20 years ago
Kevin P. Fleming ccc221ed79 Merged revisions 43952 via svnmerge from
20 years ago
Joshua Colp 29d27bfe0d Merged revisions 43933 via svnmerge from
20 years ago
Paul Cadach 2719c20e4e Merged revisions 43861-43862 via svnmerge from
20 years ago
Joshua Colp 98873d34bd Merged revisions 43707 via svnmerge from
20 years ago
Luigi Rizzo 2946b43e31 compatibility fix:
20 years ago
Matt O'Gorman 08368f00ab Merged revisions 43466 via svnmerge from
20 years ago
Tilghman Lesher f14dc5fab4 And some deprecated APIs and modifications to documentation
20 years ago
Joshua Colp 1c764935f2 SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it.
20 years ago
Matthew Fredrickson bd76cda68d Merge in SS7 changes.... need to still cleanup zapata.conf
20 years ago
Tilghman Lesher 70af28270d Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
20 years ago
Jason Parker 261e84229d Avoid errors when compiling out of tree modules like asterisk-addons.
20 years ago
Kevin P. Fleming 505c465a3b these functions never should have been non-static or in a header file
20 years ago
Kevin P. Fleming 32d119746c move ODBC API into ast_ namespace
20 years ago
Kevin P. Fleming ea399862c4 move more API into the ast_ namespace
20 years ago
Kevin P. Fleming 41d3e99e28 move ADSI functionality into ast_ namespace
20 years ago
Kevin P. Fleming 1485fa4c24 move this header to include where it belongs
20 years ago
Jason Parker fc60c151d3 After discussing this with other people, we decided we'd like to try to do this a little differently.
20 years ago
Anthony LaMantia 3f3402d69e 5240 update
20 years ago
Matthew Fredrickson 3c4dc2033f Update configure and closest kin. *Hopes my branch doesn't break*
20 years ago
Matt O'Gorman 465adf2bf1 allow for packetization on rtp channel drivers, need to add
20 years ago
Kevin P. Fleming 734a3d356e don't need two copies of this
20 years ago
Kevin P. Fleming 7b43316cbc a little cleanup and simplification, and remove ON_FIRST_USE mode since nobody uses it
20 years ago
Jason Parker 31d25ac6f3 u_intXX_t is silly
20 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
20 years ago
Kevin P. Fleming c2c4f86c72 merge markster's usersconf branch with some slight changes
20 years ago
Jason Parker f18cbf77df Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c
20 years ago
Joshua Colp bc5924120d Remove old unused functions
20 years ago
Joshua Colp 55d594e9da Make the difference clear about what the responsibilities of the core and a spy are when it comes to spying on a channel. The core is responsible for adding a spy to a channel, feeding frames into the spy, removing the spy from the channel, and notifying the spy that is has been detached. The spy is responsible for reading frames in, and cleaning itself up. Each side will not try to do the other's job.
20 years ago
Russell Bryant 4de3c0e447 Add the ability to specify that a frame should not be considered for caching
20 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
20 years ago
Joshua Colp 12b6ec4e11 Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged to, and also use it in chan_sip so we know to ignore the no RTP activity checking
20 years ago
Kevin P. Fleming ece7018515 add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services)
20 years ago
Russell Bryant f7e7161607 Merge team/russell/frame_caching
20 years ago
Joshua Colp c70ed7614a Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's what RTP-level packet bridging is all about!
20 years ago
Russell Bryant 3a83fbed5b menuselect doesn't use asterisk's autoconfig.h anymore, so this ifdef can be
20 years ago
Russell Bryant 1ff5a0988d Merged revisions 40994 via svnmerge from
20 years ago
Olle Johansson 8b3aeaeae6 Fixing a comment
20 years ago
Kevin P. Fleming 7eecf0bfbc use RTLD_NOLOAD if it's available to make loading dynamic modules a little faster and less resource-intensive
20 years ago
Kevin P. Fleming 74fb27c15f add a new include file for out-of-tree modules that need to know where things are located
20 years ago
Joshua Colp 432e19f2b7 Sorry, but this does not resemble malloc... so GCC was ignoring the attribute and throwing a warning.
20 years ago
Kevin P. Fleming 26fa229138 restore 'preload' functionality in loader
20 years ago
Kevin P. Fleming 6cd063c74d use new configure-provided wrappers for attributes
20 years ago
Russell Bryant d030102eed - use a common error message in all of the memory allocation macros
20 years ago