Commit Graph

1056 Commits (feb39743a21b3eb2a737667a72fe65f476b53fca)

Author SHA1 Message Date
Russell Bryant 666d526aad Fix various spelling mistakes in comments.
20 years ago
Luigi Rizzo 437f4288cd - Generalize the function ssl_setup() so that the certificate info
20 years ago
Luigi Rizzo 6a147ed134 Make externally visible some generic code useful to create
20 years ago
Russell Bryant efc7c78ba4 Make the "usage" member of the ast_cli_entry struct const to resolve a compiler
20 years ago
Olle Johansson fe53552f41 Doxygen updates
20 years ago
Jason Parker 87f81679ee Expand on r48273 (from issue 8506), to translate more of the fskmodem stuff to English.
20 years ago
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