Commit Graph

2368 Commits (82fb56886e20e6ed5e97058e68fb32c88029f060)

Author SHA1 Message Date
Steve Murphy ec6101595e Merged revisions 178956 via svnmerge from
17 years ago
Tilghman Lesher 63561aea00 Sound confirmation of call pickup success.
17 years ago
Steve Murphy fe216b2f9d Merged revisions 178804 via svnmerge from
17 years ago
Joshua Colp 5f7f4a0c84 Fix an issue where the timer for file playback would not be stopped if DAHDI was not installed.
17 years ago
Joshua Colp 3c342501e3 Ensure there is a valid tone part before trying to play tones.
17 years ago
Tilghman Lesher baf144c655 Picky, picky buildbots
17 years ago
Tilghman Lesher 4ac2fd4cde Use notification when timezone files change and re-scan then.
17 years ago
Russell Bryant a300f82035 Merged revisions 178508 via svnmerge from
17 years ago
Tilghman Lesher de3d9f829a Apparently, a void cast doesn't override warn_unused_result.
17 years ago
Tilghman Lesher a8630432c9 The 3 possible errors with pipe(2) are all impossible in this situation.
17 years ago
Russell Bryant d2fb14e26c Merged revisions 178373 via svnmerge from
17 years ago
Tilghman Lesher 97830cc9cb Use a SIGPIPE to kill the process, instead of depending upon the astcanary process being inherited by init.
17 years ago
Russell Bryant 5c178fb42b Merged revisions 178141 via svnmerge from
17 years ago
Russell Bryant 989e617e1f Fix a regression in scheduler entry ordering, and add a regression test for it.
17 years ago
Michiel van Baak 787811d815 add extra check for sysinfo/sysctl
17 years ago
Sean Bright 935185ce8a Trailing whitespace, minor coding guideline fixes, and start beefing up the
17 years ago
Tilghman Lesher 4ec79becd3 Merged revisions 177786 via svnmerge from
17 years ago
Tilghman Lesher 3af1c558df Allow semicolons to be escaped, when passing arguments to the System command.
17 years ago
Steve Murphy b5a8a85d35 Merged revisions 177540 via svnmerge from
17 years ago
Jeff Peeler 90a6374871 Fix mismerge from revision 176708 pointed out by Kaloyan Kovachev on the
17 years ago
Tilghman Lesher 5b220b3e91 Handle negative length and eliminate a condition that is always true.
17 years ago
Kevin P. Fleming b2d959c7fa fix two very minor bugs: if anyone ever uses SLINEAR16 as a format in RTP, ensure that the samples are byte-swapped to network order if needed. also, when a smoother is operating on a format that has a sample rate other than 8000 samples per second, use the proper sample rate for computing delivery timestamps.
17 years ago
David Vossel e30d2c1d45 Locking issue in action_bridge and bridge_exec
17 years ago
Doug Bailey 7949345352 Fixed error where a check for an zero length, terminated string was needed.
17 years ago
Doug Bailey fa3dec169b Need to take into account the \0 terminator of the old string to determine the amount available.
17 years ago
Steve Murphy 0fe1df19df This patch fixes merge_contexts_and_delete so it does not deadlock when hints are present.
17 years ago
Russell Bryant a844cfa904 Fix a number of incorrect uses of strncpy().
17 years ago
Kevin P. Fleming 3dcdaa5d05 suppress smoothers for Siren codecs as well as Speex and G.723.1
17 years ago
Jeff Peeler f40edf2793 Merged revisions 176701 via svnmerge from
17 years ago
Russell Bryant c461d29b0b Update the timing API to have better support for multiple timing interfaces.
17 years ago
Russell Bryant 044cf691fe Significantly improve scheduler performance under high load.
17 years ago
Russell Bryant bb03ef8d47 Add an implementation of the heap data structure.
17 years ago
Russell Bryant 4ec301360c Merge a large set of updates to the Asterisk indications API.
17 years ago
Russell Bryant 184872fdfd Fix a race condition that caused device states to become incorrect for hints.
17 years ago
Olle Johansson fa26904074 If there are no realtime engines, there's no reason to check for realtime families
17 years ago
Tilghman Lesher 76b100354d Might want to update the buffer pointer after a realloc (or we crash)
17 years ago
Kevin P. Fleming 0381d94d14 Merged revisions 176216 via svnmerge from
17 years ago
Mark Michelson e32921415f Assist proper thread synchronization when stopping the logger thread.
17 years ago
Russell Bryant 96326f5aa1 Make the causes array static, and remove the type name as it is not needed.
17 years ago
Russell Bryant 8c75380f52 Make ast_sched_report() and ast_sched_dump() thread safe.
17 years ago
Russell Bryant ca9d3b8ac9 Fix a number of problems with ast_sched_report().
17 years ago
Russell Bryant 6a0773602a add missing </para>
17 years ago
Kevin P. Fleming 2a53f2ec98 Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1C (also known as Siren7 and Siren14)
17 years ago
Tilghman Lesher 9e0f5d2afe Merged revisions 175311 via svnmerge from
17 years ago
Jeff Peeler a46d290802 Merged revisions 175294 via svnmerge from
17 years ago
Jeff Peeler 66e88633a5 Merged revisions 175187 via svnmerge from
17 years ago
Russell Bryant 12f02a8c11 Merged revisions 175124 via svnmerge from
17 years ago
Mark Michelson 3a9d79f056 Make lock information for ao2_trylock be more useful and gnarly
17 years ago
Mark Michelson 47ebea6a8d Fix 'd' option for app_dial and add new option to Answer application
17 years ago
Joshua Colp 8435535300 Tell the device state core a change happened when a channel is freed but not a specific state.
17 years ago
Mark Michelson e909bfcea9 Fix an fd leak that would occur in HTTP AMI sessions
17 years ago
Kevin P. Fleming 23939e54f3 improve slinfactory API to remove implicit sample rate and require explicit sample rate selection by creator of the slinfactory
17 years ago
Matthew Nicholson b7dc074376 Merged revisions 174583 via svnmerge from
17 years ago
Joshua Colp b2484d7db9 Always detach and destroy the whisper and barge audiohooks. Additionally also allow an audiohook to be detached if it has not been attached.
17 years ago
Russell Bryant 0cbada4f96 Add a common implementation of a scheduler context with a dedicated thread.
17 years ago
Russell Bryant 1d46bb0d0f Resolve a memory leak that would occur on an invalid channel given to Action: Status
17 years ago
Jeff Peeler 39ec5d1576 Merged revisions 173211 via svnmerge from
17 years ago
Tilghman Lesher f2fd6528a2 When using a socket as a FILE *, the stdio functions will sometimes try to do
17 years ago
Mark Michelson bd244342e2 Fix a problem where file playback would cause fds to remain open forever
17 years ago
Tilghman Lesher f90021fdd0 Ensure that commas placed in the middle of extension character classes do not
17 years ago
Tilghman Lesher e179e613f7 1. Make OS X compile cleanly with app_stack.
17 years ago
Terry Wilson 34be09bf5c Merged revisions 173066 via svnmerge from
17 years ago
Mark Michelson c668cbfbfc Reverting commit number 173028 as there are some
17 years ago
Mark Michelson 7db67f9ca7 Add a CLI command to log out a manager user
17 years ago
Steve Murphy 53d9b77898 This reverts the changes I made for 11583; will
17 years ago
Steve Murphy c61e8a7865 This change allows the disconnect feature (as in "one-touch" in features.c)
17 years ago
Terry Wilson 8d782f96b8 Merged revisions 172517 via svnmerge from
17 years ago
Tilghman Lesher 80f91f6ab7 Merged revisions 172438 via svnmerge from
17 years ago
Richard Mudgett 3b08de23df Remove tabs from comment
17 years ago
Olle Johansson b79a12e929 - Make sure we set setvar= variables on outbound calls too, not only inbound calls.
17 years ago
Steve Murphy 268ac221a2 Merged revisions 172030 via svnmerge from
17 years ago
Mark Michelson fc7455fa44 Merged revisions 171621 via svnmerge from
17 years ago
Olle Johansson 84053c05c7 Add extensions and context on manager event when new channel is created.
17 years ago
Joshua Colp 3fd61d729c Merged revisions 170648 via svnmerge from
17 years ago
Mark Michelson dccc06063f Merged revisions 170392 via svnmerge from
17 years ago
Tilghman Lesher 79eb245962 Create logfile safely.
17 years ago
Joshua Colp 2bf6d8955d Merged revisions 170239 via svnmerge from
17 years ago
Joshua Colp 49785e775e Merged revisions 170050 via svnmerge from
17 years ago
Joshua Colp 99f31b91cf Merged revisions 169867 via svnmerge from
17 years ago
Mark Michelson 64216c93b0 Fix a crash when saying certain numbers in Chinese
17 years ago
Tilghman Lesher 02094f7fb9 Merged revisions 169722 via svnmerge from
17 years ago
Russell Bryant 757019fd19 Fix a regression in TCP support.
17 years ago
Terry Wilson 01b95990b0 Make a proper builtin attended transfer to parking work
17 years ago
Terry Wilson a6855a48b2 Merged revisions 169485 via svnmerge from
17 years ago
Michiel van Baak fae3ba7421 fix assignment in swapmode plug.
17 years ago
Tilghman Lesher 071301029c Merged revisions 169364 via svnmerge from
17 years ago
Michiel van Baak ffb3f301af Make asterisk compile on non-amd64 versions of OpenBSD.
17 years ago
Terry Wilson e0b40036e1 Fix qualify for TCP peer
17 years ago
Terry Wilson ec1cfe02d1 Merged revisions 168716 via svnmerge from
17 years ago
Tilghman Lesher 3728c3aa92 Merged revisions 168828 via svnmerge from
17 years ago
Steve Murphy 2fb28891a3 This patch allows null args in ast_expr2 func calls, and fixes commas being converted to pipes, which was 1.4 type stuff.
17 years ago
Sean Bright 803a9203d5 Don't crash when typing 'core set verbose' or 'core set debug' by themselves.
17 years ago
Michiel van Baak d7eaa9c6aa Fix compilation on FreeBSD and OSX
17 years ago
Tilghman Lesher 72fc03b6c6 Merged revisions 168603 via svnmerge from
17 years ago
Terry Wilson 7c6d9c7235 Add option to hide console connect messages
17 years ago
Russell Bryant ef6ad2b53c Merged revisions 168561 via svnmerge from
17 years ago
Dwayne M. Hubbard 90f50f99df correct a CLI description
17 years ago
Mark Michelson 1aa7233f0c bump the verbosity of a message in srv.c up by one. It used to be
17 years ago
Tilghman Lesher fd3cb90841 Some platforms (notably, the BSDs) have a more efficient implementation called
17 years ago
Olle Johansson 0bad5fd12e Don't include swap.h unless we have swapctl
17 years ago
Matthew Nicholson 23755124ba Added a comment to logger.c about where to put includes
17 years ago
Matthew Nicholson f42c44449a Use ast_safe_system() in logger.c instead of system()
17 years ago
Russell Bryant b0a8b26ac2 Merged revisions 167566 via svnmerge from
17 years ago
Russell Bryant 90431add27 Merged revisions 167554 via svnmerge from
17 years ago
Russell Bryant 9ec93dbcef Merged revisions 167545 via svnmerge from
17 years ago
Russell Bryant 1c7519cd09 Merged revisions 167541 via svnmerge from
17 years ago
Russell Bryant 8ccb6795e9 Merged revisions 167432 via svnmerge from
17 years ago
Mark Michelson 483c555c41 Merged revisions 167299 via svnmerge from
17 years ago
Jeff Peeler 334a89f754 When parsing environment variable ASTERISK_PROMPT, make sure to proceed to the next character when a non format specifier is used (no %). Otherwise, the while loop looking for the null byte will never exit.
17 years ago
Terry Wilson c70d486ec6 Don't forget to free typename
17 years ago
Tilghman Lesher dca80878af That was weird...
17 years ago
Tilghman Lesher 7cb7920e19 Merged revisions 166953 via svnmerge from
17 years ago
Steve Murphy aa905e347e Merged revisions 166093 via svnmerge from
17 years ago
Mark Michelson 859ae78977 Merged revisions 166568 via svnmerge from
17 years ago
Tilghman Lesher 18e07935ed Merged revisions 166509 via svnmerge from
17 years ago
Russell Bryant 7166156658 Remove some error messages. This is the default handler that is valid to use.
17 years ago
Russell Bryant 50387142b7 Merged revisions 166297 via svnmerge from
17 years ago
Russell Bryant c2999a8366 Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.
17 years ago
Joshua Colp 29b658f040 Record the previous port in the temporary address structure so that the comparison does not treat the host as having changed even if it did not. This would have been uninitialized before and would have led to a baddddd port.
17 years ago
Mark Michelson 9f7ce9da41 Fix a file playback crash and explicitly initialize values in func_timeout.c
17 years ago
Mark Michelson e015e6f404 Get rid of an extra space.
17 years ago
Mark Michelson 9733b30ff0 Adding a new dialplan function AUDIOHOOK_INHERIT
17 years ago
Russell Bryant 1cb4baade2 Merged revisions 165796 via svnmerge from
17 years ago
Jeff Peeler 4e4093ab48 (closes issue #13993)
17 years ago
Russell Bryant 50a25ac847 Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.
17 years ago
Joshua Colp 549fcd78a1 Merged revisions 165591 via svnmerge from
17 years ago
Eliel C. Sardanons 344a37f2a7 Remove duplicate code from the ast_str API. We now use __AST_STR_* to
17 years ago
Tilghman Lesher 27cbfc1bd5 Add timezone to the possible fields in a timespec.
17 years ago
Russell Bryant c8da171dd1 Merged revisions 164881 via svnmerge from
17 years ago
Russell Bryant 53f788c6b5 Fix build issues on Linux after sysinfo related changes
17 years ago
Russell Bryant 0859a4e30c Merged revisions 164806 via svnmerge from
17 years ago
Michiel van Baak d2d96b10ac introduce 'core show sysinfo' for systems that dont have the Linux-ish sysinfo stuff but do have sysctl.
17 years ago
Steve Murphy 9de00f16f6 (closes issue #14076)
17 years ago
Russell Bryant 556b082522 Merged revisions 164736 via svnmerge from
17 years ago
Steve Murphy eb73f5673a Merged revisions 164634 via svnmerge from
17 years ago
Russell Bryant 5a5cb18f54 Make sure we handle a uint32_t payload in ast_frdup()
17 years ago
Joshua Colp d330d3e210 Use ast_seekstream to return the file stream back to the beginning instead of directly seeking to zero. This is because some audio formats have headers at the front that need to be skipped, which will be done by the format module.
17 years ago
Joshua Colp 6df30fb8cc Update to work with new ast_str changes.
17 years ago
Russell Bryant c9eb01c899 Merged revisions 164201 via svnmerge from
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Tilghman Lesher 5e034d9f0b Merged revisions 163761 via svnmerge from
17 years ago
Russell Bryant 90e65dc7d3 Rename a number of tcptls_session variables. There are no functional changes here.
17 years ago
Joshua Colp 035a7552d6 Since chan_sip is callback devicestate driven do not pass in actual states, pass in unknown so we get asked. Additionally do not pass in an actual device state value in ast_setstate since the channel may be callback driven.
17 years ago
Russell Bryant 7fcac067b2 Merged revisions 163448 via svnmerge from
17 years ago
Tilghman Lesher 592cab8202 Merged revisions 163383 via svnmerge from
17 years ago
Mark Michelson 7828e7a966 Add an appropriate goto if ast_call fails
17 years ago
Russell Bryant fb242bc8fd Fix the "failed" extension for outgoing calls.
17 years ago
Mark Michelson 62130ba876 Reduce indentation level of ast_feature_request_and_dial
17 years ago
Russell Bryant 31e068ade2 Merged revisions 163092 via svnmerge from
17 years ago
Tilghman Lesher 8c89090160 Previously missing line, now the substitution works correctly
17 years ago
Tilghman Lesher 689465ba98 Checking global variables here actually overwrote the previous substitution by
17 years ago
Michiel van Baak c8c8995b70 add tab completion for 'core set debug X filename.c'
17 years ago
Joshua Colp 402bd762c0 Merged revisions 162653 via svnmerge from
17 years ago
Russell Bryant d0bc22b3e8 Add some additional Asterisk project developer documentation.
17 years ago
Russell Bryant 179667088b Merged revisions 162413 via svnmerge from
17 years ago
Mark Michelson 5f4dc23293 Merged revisions 162265 via svnmerge from
17 years ago
Joshua Colp 90f6a8eeee Merged revisions 162204 via svnmerge from
17 years ago
Joshua Colp f02e8e9ea9 Merged revisions 162188 via svnmerge from
17 years ago
Russell Bryant da0737c00c Merged revisions 161948 via svnmerge from
17 years ago
Brandon Kruse 390b5bbcd6 Note that the recently changed waittime parameter is in milliseconds.
17 years ago
Tilghman Lesher 58716e94ba Allocate enough space initially for the message.
17 years ago
Joshua Colp db99faa00d Fix a regression introduced when the PBX timeouts were converted to milliseconds. collect_digits now gets milliseconds fed to it, not seconds.
17 years ago
Eliel C. Sardanons bc03323251 - Fix a leak while printing an argument description.
17 years ago
Sean Bright fbb542055f Merged revisions 161426 via svnmerge from
17 years ago
Russell Bryant de811c9490 Merged revisions 161287 via svnmerge from
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Tilghman Lesher da8069394b The first file should have a blank config filename in the structure, so that
17 years ago
Eliel C. Sardanons 4900f83f56 Fix minor coding guidelines introduced with CLI permissions.
17 years ago
Jeff Peeler 8dd432ec5e Merged revisions 161013 via svnmerge from
17 years ago
Mark Michelson 21a3c93ef2 Merged revisions 160943 via svnmerge from
17 years ago
Jason Parker 85034a7f8e Another place this is missing
17 years ago
Jason Parker b147256fb5 Fix typo when ListCategories returns none.
17 years ago
Tilghman Lesher 3d4c0cd421 Merged revisions 160207 via svnmerge from
17 years ago
Sean Bright 4dc60e7560 Merged revisions 159976 via svnmerge from
17 years ago
Eliel C. Sardanons 033bffd32f Introduce CLI permissions.
17 years ago
Michiel van Baak 1b6a5b7524 Merged revisions 159897 via svnmerge from
17 years ago
Kevin P. Fleming 887e28d7aa incorporates r159808 from branches/1.4:
17 years ago
Kevin P. Fleming 9a7c28cd5a we can now build with -Wformat=2, which found a couple of real bugs
17 years ago
Russell Bryant bcde91337b Make a formatting change to test a new post-commit hook for reviewboard.
17 years ago
Russell Bryant bd341895b3 Make a formatting change to test a new post-commit hook for reviewboard.
17 years ago
Russell Bryant 40a52b50fa Make a formatting change to test a new post-commit hook for reviewboard.
17 years ago
Kevin P. Fleming aa0e888629 add support for event suppression for AMI-over-HTTP
17 years ago
Tilghman Lesher 6e6e02ce1f If the config file does not exist, then the first use crashes Asterisk.
17 years ago
Jeff Peeler 1abffcee9f Always parse arguments in park_call_exec so that app_args is valid. This prevents a crash when executing Park from the dialplan with no arguments.
17 years ago
Steve Murphy c5e64b2ac4 Merged revisions 159316 via svnmerge from
17 years ago
Tilghman Lesher bb80c835e0 Add an option, waitfordialtone, for UK analog lines which do not end a call
17 years ago
Tilghman Lesher f9461535d3 Don't limit the length of the hint at the final step (from ~8100 chars max
17 years ago
Sean Bright fd8caa1778 This is basically a complete rollback of r155401, as it was determined that
17 years ago
Matthew Nicholson 69d85eaca9 Fix compiling in dev mode.
17 years ago
Matthew Nicholson f3d086256c Added EVENT_FLAG_AGI and used it for manager calls in res_agi.c
17 years ago
Tilghman Lesher 455284ebc1 Add a bit of documentation (thanks, I-MOD) on what the silence threshold
17 years ago
Matthew Nicholson 926eb0940b Make ast_streamfile() check the result of ast_openstream() before doing
17 years ago
Steve Murphy 11e22239cc Merged revisions 158603 via svnmerge from
17 years ago
Tilghman Lesher 35213dff98 Allow space within an extension, when the space is within a character class.
17 years ago
Tilghman Lesher 7bd6f1744b Merged revisions 158600 via svnmerge from
17 years ago
Russell Bryant 6fb1f86054 Merged revisions 158539 via svnmerge from
17 years ago
Steve Murphy 3c01868040 Merged revisions 158483 via svnmerge from
17 years ago
Jason Parker ea1446635e Make sure we add the Event header for CoreShowChannels.
17 years ago
Mark Michelson 3a9c27459e Merged revisions 158072 via svnmerge from
17 years ago
Ryan Brindley e27f9325ea more formatting corrections :: one line for loops and if statements still need {}
17 years ago
Ryan Brindley ad918da94f formatting changes :: one line for loops and if statements should have {}
17 years ago
Jeff Peeler d12263a16a (closes issue #12929)
17 years ago
Kevin P. Fleming 8d5deb312b Merged revisions 157859 via svnmerge from
17 years ago
Terry Wilson d66a8cd264 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config
17 years ago
Tilghman Lesher afb571ba8f Starting with a change to ensure that ast_verbose() preserves ABI compatibility
17 years ago
Mark Michelson 07a22680ee If malloc returns NULL, we need to return NULL immediately or
17 years ago
Mark Michelson d91f1df3e0 Merged revisions 157305 via svnmerge from
17 years ago
Steve Murphy f68bfa4ff3 (closes issue #13420)
17 years ago
Eliel C. Sardanons 7a20daefed Avoid a not needed cast, making code more readable.
17 years ago
Russell Bryant 1148e648b8 Fix a few more places where the case insensitive hash should be used since
17 years ago
Tilghman Lesher 777d5ee470 Ping is missing the standard double-newline after the event.
17 years ago
Tilghman Lesher c2d30ffaa5 Merged revisions 156688 via svnmerge from
17 years ago
Jeff Peeler 93a59f5bda (closes issue #13891)
17 years ago
Eliel C. Sardanons a22928b853 Introduce XML documentation for:
17 years ago
Eliel C. Sardanons 62a32fef40 Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_inside()
17 years ago
Eliel C. Sardanons df6b78b742 Remove trailing whitespaces
17 years ago
Steve Murphy 449c012c68 Merged revisions 156297 via svnmerge from
17 years ago
Russell Bryant e2133648f9 Merged revisions 156164 via svnmerge from
17 years ago
Eliel C. Sardanons 15d30a56cd - The paramname is a pointer allocated with strdup() or malloc(), so,
17 years ago
Michiel van Baak 86f900b201 This commit does two things:
17 years ago
Eliel C. Sardanons 6f31fed83f Implement AGI XML documentation parsing functions.
17 years ago
Pari Nannapaneni f50966c16a changing comment style to conform coding guidelines
17 years ago
Pari Nannapaneni 7a2b0102f1 Patch by Ryan Brindley -- Make sure that manager refuses any duplicate 'new category' requests in updateconfig
17 years ago
Tilghman Lesher a974729765 Fix memory leak when MALLOC_DEBUG is enabled.
17 years ago
Eliel C. Sardanons 23adb8e509 Move all the XML documentation API from pbx.c to xmldoc.c.
17 years ago
Sean Bright 48522988ab In order to move away from nested function use, some changes to the recently introduced
17 years ago
Sean Bright 9ef09ad1d4 Merged revisions 155553 via svnmerge from
17 years ago
Sean Bright 30d1744ffc Add ability to pass arbitrary data to the ao2_callback_fn (called from
17 years ago
Sean Bright 1d09d193e7 Convert open-coded linked list in indications to the AST_LIST_* macros. This
17 years ago
Russell Bryant 1a239454f1 Fix some code in chan_sip that was intended to unlink multiple objects from a
17 years ago
Eliel C. Sardanons 9cc7bc998b If 'asterisk.conf' is not found, instead of giving up,
17 years ago
Eliel C. Sardanons 65d4d1eb0f Fix an asterisk crash if no asterisk.conf configuration file is present.
17 years ago
Eliel C. Sardanons e771f08f60 Simplify the output of [See Also].
17 years ago
Sean Bright 6ac794074e Update a couple places to use the new ast_channel_search_locked API call.
17 years ago
Tilghman Lesher 81fb7597e5 Don't read history on -rx commands.
17 years ago
Tilghman Lesher 0d25ddd366 Add LISTFILTER dialplan function, along with supporting documentation. See
17 years ago
Steve Murphy f7c20e0dec Merged revisions 154685 via svnmerge from
17 years ago
Eliel C. Sardanons 990a6bebe8 Add more SeeAlso references based on TFOT.
17 years ago
Eliel C. Sardanons f18699be24 - Add more <see-also> based on TFOT.
17 years ago
Sean Bright 086a52d9d1 Introduce a new API call ast_channel_search_locked, which iterates through the
17 years ago
Tilghman Lesher 2cc8e25222 Slightly optimize ast_devstate_str and rename global functions devstate2str and config_text_file_save to have an ast_ prefix
17 years ago
Sean Bright f349f18eaa GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on the
17 years ago
Sean Bright bc1629a9e8 Fix build errors.
17 years ago
Tilghman Lesher fd6ee6e1f2 Merged revisions 154060 via svnmerge from
17 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Russell Bryant 5b168ee34b Merge changes from team/group/appdocsxml
17 years ago
Mark Michelson d521ad9696 * Fixed timeout logic in the dialing API as setting timeouts
17 years ago
Terry Wilson 5fe37e47c6 Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call
17 years ago
Russell Bryant 511ce6b2bf Use the ast_str API call to reset the string instead of manually editing its internals
17 years ago
Kevin P. Fleming 85f78531ce Merged revisions 152811 via svnmerge from
17 years ago