Commit Graph

960 Commits (12a8ae6c91d238e169c5aafd9988393143b84080)

Author SHA1 Message Date
Kevin P. Fleming d544d6377e eliminate another batch of compiler warnings (and a bug, although in code we aren't using)... note that this required manually editing the lexer output code (generated by flex), so some of them will come back if the lexer is rebuilt
19 years ago
Kevin P. Fleming a526627d8f comment out some code that is not used and does not have prototypes
19 years ago
Russell Bryant 2b0ec81639 resolve a compiler warning so i can build in dev mode
19 years ago
Steve Murphy 6a4efe5d5a In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too.
19 years ago
Joshua Colp f4943f3211 Merged revisions 73355 via svnmerge from
19 years ago
Russell Bryant d2a85e5f64 After some discussion on the asterisk-dev list, we determined that this approach
19 years ago
Steve Murphy 94b934c8f6 Merged revisions 72933 via svnmerge from
19 years ago
Russell Bryant bc8cd717ef Add a CLI command to output docs on CLI commands to a file
19 years ago
Russell Bryant 1bb2c2a78f Add a CLI command to dump the built-in manager action documentation
19 years ago
Russell Bryant 3371051d74 Merged revisions 72926 via svnmerge from
19 years ago
Russell Bryant 9aa28d2d3d Add "core dump funcdocs" CLI command
19 years ago
Russell Bryant f1468915c7 change the "core dump appdocs" CLI command to use the new API for creating
19 years ago
Joshua Colp 73d33590ba Merged revisions 72888 via svnmerge from
19 years ago
Russell Bryant 4a6f3770f9 Fix my recent change for sending large files via the http server. This code
19 years ago
Luigi Rizzo 2392758621 As the comment in the code says:
19 years ago
Russell Bryant 408dbc4304 Merge changes from team/russell/http_filetxfer
19 years ago
Luigi Rizzo 3caa225108 Make sure that we properly recurse in subdirectories to
19 years ago
Tilghman Lesher abe50d3e4b Merged revisions 72556 via svnmerge from
19 years ago
Brett Bryant a17e7a01a3 Merged revisions 72383 via svnmerge from
19 years ago
Brett Bryant 2a46445481 Merged revisions 72335 via svnmerge from
19 years ago
Jason Parker ed101a5319 Fix a segfault when trying to tab complete the "core show uptime" command.
19 years ago
Jason Parker e48dbce674 Add support for Thai language in say.c
19 years ago
Brett Bryant dee58f2531 Merged revisions 72260 via svnmerge from
19 years ago
Joshua Colp 809c1398d7 Merged revisions 72257 via svnmerge from
19 years ago
Joshua Colp 2c52ab7afb Fix -T option. (issue #10073 reported by xylome)
19 years ago
Joshua Colp 7feaaaaf04 Merged revisions 72148 via svnmerge from
19 years ago
Russell Bryant 36b0448bc1 Merged revisions 72112 via svnmerge from
19 years ago
Jason Parker 792beb4686 Merged revisions 71915 via svnmerge from
19 years ago
Steve Murphy af42e2ca7b Luigi's suggestion to move the llfrom decl was a good one. Done.
19 years ago
Russell Bryant 5590f67f58 Convert so more logging to ast_debug (issue #10045, dimas)
19 years ago
Joshua Colp 694088e06f Merged revisions 71422 via svnmerge from
19 years ago
Russell Bryant 8f2d952945 Merged revisions 71362 via svnmerge from
19 years ago
Russell Bryant 80166c6de8 Conversions to ast_debug()
19 years ago
Tilghman Lesher d6c0627c4f Merged revisions 71289 via svnmerge from
19 years ago
Steve Murphy d17beedd5a Merged revisions 71230 via svnmerge from
19 years ago
Joshua Colp 6f98665672 Behold the magic of casting!
19 years ago
Steve Murphy 6a2af3c983 Merged revisions 71063 via svnmerge from
19 years ago
Jason Parker 68ac7f7633 Merged revisions 71068 via svnmerge from
19 years ago
Brett Bryant aff5425dea Merged revisions 71066 via svnmerge from
19 years ago
Tilghman Lesher a1bc823136 Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p)
19 years ago
Jason Parker 0b98b2a659 Nothing to see here.
19 years ago
Jason Parker 7a1c2d94bb Add manager events for RTCP statistics.
19 years ago
Steve Murphy 3327e532fa Merged revisions 70949 via svnmerge from
19 years ago
Joshua Colp 80cdeaef55 Merged revisions 70727 via svnmerge from
19 years ago
Steve Murphy a1e9cb4aca Merged revisions 70656 via svnmerge from
19 years ago
Tilghman Lesher 396a37eba8 Fix trunk brokenness; also, optimize application registration
19 years ago
Steve Murphy 2462d5ab4f Cleaning up a small disaster I created earlier
19 years ago
Jason Parker 37e66fd859 Revert the change made in revision 45474, since this causes other issues.
19 years ago
Joshua Colp a2b3357a9d Merged revisions 70360 via svnmerge from
19 years ago
Joshua Colp 61544c5019 Merged revisions 70198 via svnmerge from
19 years ago
Steve Murphy cd97d6a687 Merged revisions 70062 via svnmerge from
19 years ago
Joshua Colp 9bec4f4b58 Merged revisions 70003 via svnmerge from
19 years ago
Joshua Colp afe63aec33 Merged revisions 69987 via svnmerge from
19 years ago
Joshua Colp 4cca0a6a8e Merged revisions 69805 via svnmerge from
19 years ago
Joshua Colp f8c7174fee Merged revisions 69708 via svnmerge from
19 years ago
Joshua Colp 55c6ce92ce Few more rwlist conversions... why not.
19 years ago
Jason Parker a5bdba6074 Merged revisions 69470 via svnmerge from
19 years ago
Russell Bryant b179e2155f Convert uses of strdup() to ast_strdup()
19 years ago
Kevin P. Fleming 5fdba27ea2 Merged revisions 69392 via svnmerge from
19 years ago
Russell Bryant b266ca3aed Merged revisions 69358 via svnmerge from
19 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
19 years ago
Brett Bryant bbefe59e9d Couple of manager ssl options weren't loading because of a typo.
19 years ago
Joshua Colp 679733c52a Use read/write lock based lists for group counting.
19 years ago
Joshua Colp c4c732578f Merged revisions 69128 via svnmerge from
19 years ago
Jason Parker 63535ada60 Fixes for ast_strlen_zero() janitor project.
19 years ago
Russell Bryant cf06bdb312 Merged revisions 69010 via svnmerge from
19 years ago
Russell Bryant ff4fc97911 Convert pbx.c to use ast_debug() for debug logging.
19 years ago
Joshua Colp d0eaf1e389 Merged revisions 68922 via svnmerge from
19 years ago
Joshua Colp 556ea9f554 Even more minor code cleanup!
19 years ago
Joshua Colp b3475e429a Minor code cleanup.
19 years ago
Dwayne M. Hubbard 897418858d corrected CLI 'core show codecs' syntax for issue 9945, thanks eserra.
19 years ago
Jason Parker bd3de6d0f1 Change displayconnects option in manager.conf to be per-user.
19 years ago
Joshua Colp a9043635ed Change channel list to read/write list... I'm crazy.
19 years ago
Joshua Colp eb56cb6b92 Merged revisions 68683 via svnmerge from
19 years ago
Joshua Colp 21f5078843 Add username completion for manager show user CLI command. (issue #9929 reported by eliel)
19 years ago
Russell Bryant 68492b239c Add an option for ControlPlayback to be able to start at an offset from
19 years ago
Russell Bryant 334d8d9dc4 Add channel variable manager event
19 years ago
Russell Bryant bd11057367 Minor formatting change to test changes to mantis auto-closing issues
19 years ago
Joshua Colp 154c1a7af5 Merged revisions 68401 via svnmerge from
19 years ago
Joshua Colp 1d1566903e Merged revisions 68370 via svnmerge from
19 years ago
Russell Bryant 1093e63553 Merged revisions 68354 via svnmerge from
19 years ago
Russell Bryant 1d57ccb6f7 Fix a bunch of doxygen errors and document more things
19 years ago
Russell Bryant c29ac50c57 Merged revisions 68192 via svnmerge from
19 years ago
Joshua Colp ef7b38e065 Merged revisions 68157 via svnmerge from
19 years ago
Olle Johansson 7e68cd14f4 Reverting part of #67864 to be able to compile agi/eagi-test that relies on this without having
19 years ago
Joshua Colp d777d9a850 Merged revisions 67924 via svnmerge from
19 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
19 years ago
Russell Bryant 7b75537684 Minor formatting change to test closing mantis issues through commit tags
19 years ago
Russell Bryant 3cc39e0fd0 Minor formatting change to test closing mantis issues through commit tags
19 years ago
Russell Bryant 7ba22102ad Yet another minor change to test mantis/svn
19 years ago
Russell Bryant 0ddb853244 minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant f97cdc52f4 minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant 37816c5dd0 Formatting change ... testing
19 years ago
Russell Bryant 9ede561378 Make another formatting change ... testing mantis/svn stuff
19 years ago
Russell Bryant ea2068d0ad Another minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant 330880b909 Minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant b43599da32 More random formatting changes to test Mantis/SVN integration
19 years ago
Russell Bryant e727eef77f Make a completely arbitrary formatting change to test out some Mantis/SVN
19 years ago
Russell Bryant 18101ff0e3 Merged revisions 67716 via svnmerge from
19 years ago
Joshua Colp 40df1fb464 Merged revisions 67650 via svnmerge from
19 years ago
Joshua Colp a07d04cc02 Merged revisions 67631 via svnmerge from
19 years ago
Joshua Colp 3f671bb11d Merged revisions 67594 via svnmerge from
19 years ago
Mark Michelson ca4ca779a9 Found a bug where when "core set debug #" is used, the verbosity is read as the
19 years ago
Jason Parker ac8fc3ad2d Make sure we default allowmultiplelogin to on/yes, per the default stated in the config.
19 years ago
Russell Bryant 508d36f5ad Merged revisions 67308 via svnmerge from
19 years ago
Steve Murphy ef132e25e1 Merged revisions 67073 via svnmerge from
19 years ago
Russell Bryant b5089b4a58 Merged revisions 67071 via svnmerge from
19 years ago
Russell Bryant e1375b96c2 Change javadoc style code documentation to the same format we use elsewhere.
19 years ago
Russell Bryant 93f2be2675 Fix a couple of places where "tos" was used instead of "cos".
19 years ago
Russell Bryant b1490716f6 remove a bogus comment that came from copy/paste
19 years ago
Russell Bryant 605368649e Merge major changes to the way device state is passed around Asterisk. The two
19 years ago
Doug Bailey d3e9141345 Changed the dtmf detection to integer based goertzel algorithm.
19 years ago
Joshua Colp ed4726769a Merged revisions 66437 via svnmerge from
19 years ago
Tilghman Lesher ffe08532a4 Merged revisions 66159 via svnmerge from
19 years ago
Joshua Colp f65934a517 Minor tweak... drop translation path if one exists when we get an already signed linear frame in. Chances are the stream has then switched to signed linear and we no longer need the path.
19 years ago
Joshua Colp 844394c495 Merged revisions 66074 via svnmerge from
19 years ago
Russell Bryant 2b25070414 Merged revisions 66076 via svnmerge from
19 years ago
Russell Bryant 9065eb1054 Merged revisions 66070 via svnmerge from
19 years ago
Kevin P. Fleming 4573b36af1 use the OpenSSL AES implementation if it's available (unless configured not to)
19 years ago
Russell Bryant 4b3a3fb14c Add a new API call for creating detached threads. Then, go replace all of the
19 years ago
Russell Bryant bcd2bd8294 Make this build on *my* machine again, and hopefully not break others.
19 years ago
Joshua Colp 22cf94111d Merged revisions 65902 via svnmerge from
19 years ago
Jason Parker 4aaa1d1ec1 Merged revisions 65877 via svnmerge from
19 years ago
Joshua Colp e4191c375f Merged revisions 65863 via svnmerge from
19 years ago
Russell Bryant 89b0e6049a Merged revisions 65842 via svnmerge from
19 years ago
Russell Bryant 67b9dafe09 Fix a couple minor spelling mistakes.
19 years ago
Russell Bryant 90d6885701 Add a new feature for Music on Hold. If you set the "digit" option for a
19 years ago
Joshua Colp 98398088bc Make my compiler happy! Yay!
19 years ago
Joshua Colp 3821954757 Clean up adsistub file a bit (just spacing) and change over the crypto sub to use this build_stub macro strategy.
19 years ago
Joshua Colp 42c63dd2ed Add the adsistub file to the Asterisk makefile, fix a stub definition, and no longer make the symbols from res_adsi global since they don't need to be.
19 years ago
Steve Murphy 2ad1d61215 Merged revisions 65201 via svnmerge from
19 years ago
Olle Johansson bdd2b74ced Issue #5930 - Remove dependencies on res_adsi.so - clwade
19 years ago
Russell Bryant 7ee1303796 Add an option that lets you only allow one connection at a time for each
19 years ago
Russell Bryant e87308d6d3 Ignore this ... playing with jira (AST-1)
19 years ago
Olle Johansson b28d908e85 This file really needs more documentation...
19 years ago
Olle Johansson e509d2709f Small doxygen updates
19 years ago
Russell Bryant e090c28540 Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functions
19 years ago
Jason Parker ee7301ac68 With libmmime.a as a .PHONY target, asterisk gets rebuilt every time, but without proper ASTCFLAGS.
19 years ago
Joshua Colp ab76c7bfea Merged revisions 64276 via svnmerge from
19 years ago
Joshua Colp f02ea9e076 Merged revisions 64240 via svnmerge from
19 years ago
Steve Murphy a76ff39c0e Merged revisions 64193 via svnmerge from
19 years ago
Olle Johansson 78d3244554 Merged revisions 64157 via svnmerge from
19 years ago
Jason Parker bb30f0c0d2 oops.. Fix the logic of the last commit.
19 years ago
Jason Parker cdfa29e2b1 Better fallback method for autosystemname.
19 years ago
Jason Parker 8b5634e4b4 Merged revisions 63982 via svnmerge from
19 years ago
Jason Parker a693e4d58c Add autosystemname setting to asterisk.conf
19 years ago
Russell Bryant 08d37d451b Merged revisions 63886 via svnmerge from
19 years ago
Russell Bryant 7c5aab75b0 Merged revisions 63804 via svnmerge from
19 years ago
Doug Bailey 0bb316de28 Added check for negative offset in cid spill to prevent infinite loops
19 years ago
Joshua Colp 9427cf5dd6 Merged revisions 63698 via svnmerge from
19 years ago
Russell Bryant 56254ee491 Merged revisions 63612 via svnmerge from
19 years ago
Russell Bryant 39dd02d542 Merged revisions 63608 via svnmerge from
19 years ago
Joshua Colp 5394364048 Merged revisions 63286 via svnmerge from
19 years ago
Olle Johansson 980642a846 Merged revisions 63254 via svnmerge from
19 years ago
Olle Johansson 0cc7c0640b Constifications
19 years ago
Olle Johansson 3f8548bf3b Merged revisions 63152 via svnmerge from
19 years ago
Russell Bryant 6606166454 Convert spaces to tabs for indentation.
19 years ago
Olle Johansson 6da70edbcf Add "CoreStatus" - from the moremanager branch.
19 years ago
Olle Johansson 51f99c5265 - Add manager command CoreSettings
19 years ago
Kevin P. Fleming 431b4a44d0 Merged revisions 62986 via svnmerge from
19 years ago
Russell Bryant 1e3b1a576c Merged revisions 62942 via svnmerge from
19 years ago
Russell Bryant 5d0f7ea753 Add Hungarian language support to say.c and say.conf.
19 years ago
Russell Bryant 255f151582 Merged revisions 62789 via svnmerge from
19 years ago
Steve Murphy 8e90622210 Merged revisions 62738 via svnmerge from
19 years ago
Steve Murphy fe7068a51b Merged revisions 62689 via svnmerge from
19 years ago
Russell Bryant b419fc1134 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
19 years ago
Russell Bryant 3181a91148 Merged revisions 62414 via svnmerge from
19 years ago
Joshua Colp fe158ded8a Merged revisions 62369 via svnmerge from
19 years ago
Russell Bryant b6b1bf3213 Merge changes from team/russell/events
19 years ago
Russell Bryant ec0cae93a4 Merged revisions 62171 via svnmerge from
19 years ago
Russell Bryant 007fa5e0be Merged revisions 62005 via svnmerge from
19 years ago
Joshua Colp 489f9c68c3 Merged revisions 61959 via svnmerge from
19 years ago
Joshua Colp 8b2b3e172b Merged revisions 61805 via svnmerge from
19 years ago
Russell Bryant a751038fbe Merged revisions 61787 via svnmerge from
19 years ago
Russell Bryant 94459660a3 Merged revisions 61781 via svnmerge from
19 years ago
Russell Bryant 90f152b24f Merged revisions 61774 via svnmerge from
19 years ago
Russell Bryant fa9d9af754 When building a JSON encoded string in the GetConfigJSON manager action, escape
19 years ago
Russell Bryant 0c9ef3221c Merged revisions 61765 via svnmerge from
19 years ago
Russell Bryant fa0e814a69 Merged revisions 61763 via svnmerge from
19 years ago
Jason Parker 82d5673c81 Merged revisions 61707 via svnmerge from
19 years ago
Jason Parker 8762bae610 Merged revisions 61705 via svnmerge from
19 years ago
Russell Bryant c21f118a65 Merged revisions 61697 via svnmerge from
19 years ago
Russell Bryant 97d0661327 Merged revisions 61690 via svnmerge from
19 years ago
Tilghman Lesher 438beb3a1b Merged revisions 61683 via svnmerge from
19 years ago
Olle Johansson 16a080781d Merged revisions 61676 via svnmerge from
19 years ago
Olle Johansson c4cd1b6761 Merged revisions 61674 via svnmerge from
19 years ago
Claude Patry 29f03c4ce0 test my new trunk access ;)
19 years ago
Steve Murphy eda33c8b31 Merged revisions 61658 via svnmerge from
19 years ago
Dwayne M. Hubbard 9fc6cf1ac3 fixed the '-e' command line option for minmemfree. updated doc/asterisk-conf.tex
19 years ago
Dwayne M. Hubbard 2151e532fe changed #if HAVE_SYSINFO to #if defined(HAVE_SYSINFO)
19 years ago
Dwayne M. Hubbard 6a5f3599bb added HAVE_SYSINFO preprocessor directives for portability and general happiness
19 years ago
Dwayne M. Hubbard 62256ee410 added option_minmemfree for use in asterisk.conf to specify the amount of minimum free memory prior to accepting calls. added CLI 'core show sysinfo' to display system information
19 years ago
Joshua Colp 6fc5c73f78 Output verbose messages to the normal logger as well. (issue #9476 reported by gdalgliesh)
19 years ago
Russell Bryant 2047feb97e Merged revisions 61407 via svnmerge from
19 years ago
Steve Murphy 69bb679e14 via 8118, a RealTime upgrade to make RT a complete storage abstraction. The store/destroy mechanisms needed these missing peices.
19 years ago
Tilghman Lesher 47dd5a15af Issue 6082 - New DTMF event for manager
19 years ago
Russell Bryant ab31bec392 Add an option to the dial API for playing music instead of ringing to the caller.
19 years ago
Steve Murphy ecaf781933 Merged revisions 60989 via svnmerge from
19 years ago
Kevin P. Fleming 480685fda5 Merged revisions 61070 via svnmerge from
19 years ago
Kevin P. Fleming 14a2b3bf6e Merged revisions 61062 via svnmerge from
19 years ago