Commit Graph

1731 Commits (33a54ee23b67de29c84aa94c48bd21ed1bff97ea)

Author SHA1 Message Date
Mark Michelson ff9befa36a Add missing unlock
18 years ago
Russell Bryant bccebdd21f Remove astobj.h from some places where it wasn't needed
18 years ago
Russell Bryant 3c6cf5dcc5 Add some fixes that I made in regards to wideband codec handling to get
18 years ago
Jason Parker 9e3603dac9 Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.
18 years ago
Jason Parker 8d4276578a Rename very poorly named function to reflect what it actually does. This was causing quite a bit of confusion for me...
18 years ago
Joshua Colp 3e439e9616 Merged revisions 110019 via svnmerge from
18 years ago
Joshua Colp e097cc7221 Add the ability to use a pattern match for a hint.
18 years ago
Steve Murphy 14e1d8c6d8 Merged revisions 109908 via svnmerge from
18 years ago
Kevin P. Fleming 75cb5032e6 actually implement HTTP request dispatching based on both URI and method; reduce duplication of data when generating responses using ast_http_error()
18 years ago
Russell Bryant 4c6486782f Fix some more breakage that I introduced when changing extension state callbacks to the list macros.
18 years ago
Kevin P. Fleming 84b133bd81 clean up code to conform to coding guidelines
18 years ago
Russell Bryant 89ad4ace67 Remove an unneeded variable. This compiled, but I missed the uninitialized warning
18 years ago
Russell Bryant b47eee2187 Convert handling of extension state callbacks to the list macros.
18 years ago
Russell Bryant e1bd198bc0 Minor coding style changes, including adding handling for memory allocation failure
18 years ago
Russell Bryant f1d2a11aad Minor change to use Asterisk macros
18 years ago
Russell Bryant c1cf92d304 Merged revisions 109838 via svnmerge from
18 years ago
Kevin P. Fleming e191b51a08 start the process of changing HTTP request dispatching to do it based on *both* URI and method, so that POST support can move into a module; move http.c's private function prototypes into _private.h
18 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
18 years ago
Joshua Colp 760fc3403c Make sure values are interpreted as character strings and not format strings.
18 years ago
Joshua Colp 10cdbe28a8 Merged revisions 109386 via svnmerge from
18 years ago
Terry Wilson e727d15d34 Replace minimime with superior GMime library so that the entire contents of an http post are not read into memory.
18 years ago
Mark Michelson b246e010d5 Merged revisions 109226 via svnmerge from
18 years ago
Steve Murphy 0af58d3f5c (closes issue #12238)
18 years ago
Michiel van Baak b311134430 Merged revisions 108961 via svnmerge from
18 years ago
Russell Bryant 072eb8a913 Remove a double write lock of the contexts lock in ast_wrlock_contexts().
18 years ago
Mark Michelson 963a2cec51 Make this compile
18 years ago
Russell Bryant 835df7d30f Merged revisions 108583 via svnmerge from
18 years ago
Mark Michelson d236e3d1b1 Fixing a potential buffer overflow in the manager command ModuleCheck.
18 years ago
Russell Bryant c3c56990df Make the default prefix empty, like it was in Asterisk 1.4.
18 years ago
Russell Bryant 8bbef5f996 Rename ast_tcptls_server_instance to session_instance, since this pertains to
18 years ago
Joshua Colp a3c7b08d19 Doxygenify slinfactory a bit.
18 years ago
Russell Bryant b38cb44acd Merged revisions 108135 via svnmerge from
18 years ago
Joshua Colp 5fc569f5f5 Merged revisions 108083 via svnmerge from
18 years ago
Russell Bryant f7e28b12fe Merged revisions 108031 via svnmerge from
18 years ago
Tilghman Lesher 10609251f9 Revert several changes from revision 102525, as the changes were not
18 years ago
Tilghman Lesher d02f74ebfe An offhand comment from Russell made me realize that the configuration file
18 years ago
Joshua Colp b84cdbfe38 Merged revisions 107646 via svnmerge from
18 years ago
Joshua Colp f26ed3f4bf Clarify comment about masquerading and playback of the parking slot.
18 years ago
Kevin P. Fleming c7eebb3db8 Merged revisions 107408 via svnmerge from
18 years ago
Kevin P. Fleming 79c3038ee5 Merged revisions 107352 via svnmerge from
18 years ago
Tilghman Lesher bdad3c9889 (closes issue #6019)
18 years ago
Russell Bryant 0ee1f43b4a Merged revisions 107161 via svnmerge from
18 years ago
Russell Bryant 2d95fb33bd Merged revisions 107158 via svnmerge from
18 years ago
Russell Bryant 86fe5cc800 Merged revisions 107102 via svnmerge from
18 years ago
Russell Bryant 541039ce1b Merged revisions 107099 via svnmerge from
18 years ago
Steve Murphy dafa73bade way back in July, in r.75706, a fix was made ot the strftime usages, which was good, but in this case, the check for a nil time was accidentally removed, and now it is restored, to keep timevals like '1969-12-31 17:00:00' from showing up in the cdrs. No idea what databases will do with this. No bugs filed as yet, but it felt like a bug.
18 years ago
Joshua Colp af7e1964f2 Merged revisions 107016 via svnmerge from
18 years ago
Jason Parker 8aa30ccf0b Merged revisions 106842 via svnmerge from
18 years ago
Joshua Colp 733a740922 Merged revisions 106788 via svnmerge from
18 years ago
Steve Murphy 377e51c4d4 (closes issue #6002)
18 years ago
Tilghman Lesher a60f591c72 Merged revisions 106606 via svnmerge from
18 years ago
Tilghman Lesher 8718878490 Merged revisions 106552 via svnmerge from
18 years ago
Russell Bryant 5ca5d97673 Merge changes from team/russell/g722-sillyness ...
18 years ago
Jason Parker 49ef635a6d Fix file playback in many cases.
18 years ago
Mark Michelson 924b7d3636 Merged revisions 106437 via svnmerge from
18 years ago
Joshua Colp 496adc6fc0 Merged revisions 106235 via svnmerge from
18 years ago
Mark Michelson 2ed30d47e8 Adding the Atxfer manager command. With this, you may initiate
18 years ago
Joshua Colp 455f6137b4 Fix code up to what it was meant to be.
18 years ago
Tilghman Lesher 8a411ccf83 Create a centralized configuration option for silencethreshold
18 years ago
Russell Bryant a760a033e9 Merged revisions 105932 via svnmerge from
18 years ago
Mark Michelson 6cf6059402 There are several places in manager.c where BUFSIZ is used for a buffer
18 years ago
Tilghman Lesher 7007c565fe Fix minor misuses of snprintf
18 years ago
Tilghman Lesher cfc1df4c1a Whitespace changes only
18 years ago
Russell Bryant 96e04792bd add a destroy API call for a server instance
18 years ago
Russell Bryant cc55483858 More public API name changes to use an appropriate ast_ prefix
18 years ago
Russell Bryant efb1e30a38 Rename public object server_instance to ast_tcptls_server_instance
18 years ago
Joshua Colp 3b070a815d Merged revisions 105676 via svnmerge from
18 years ago
Joshua Colp 4de0d8368f Merged revisions 105674 via svnmerge from
18 years ago
Russell Bryant 7205c1f23c Make it so you don't have to cast away const in a couple places
18 years ago
Russell Bryant 83002989a9 remove unnecessary casts
18 years ago
Russell Bryant 6d3b251588 - Add curly braces around the while loop
18 years ago
Russell Bryant 71173779dc Use ast_copy_string() instead of strncpy(), and use sizeof() instead of
18 years ago
Russell Bryant f7467c83e6 Merged revisions 105565 via svnmerge from
18 years ago
Russell Bryant 8372a9bf08 3) In addition to merging the changes below, change trunk back to a regular
18 years ago
Joshua Colp b21ca22fb0 Merged revisions 105560 via svnmerge from
18 years ago
Joshua Colp 00641af7d2 Add support for 16KHz signed linear.
18 years ago
Terry Wilson 7d1891d5c3 Asterisk, when parking can drop rights a caller when a parking timeout occurs. Also, when doing built-in attended transfers, sometimes incorrectly passes rights from the transferrer to the transferee. This patch tries to fixes the parking issue and lays some groundwork for later fixing the transfer issue.
18 years ago
Russell Bryant 796780679e Merged revisions 105409 via svnmerge from
18 years ago
Russell Bryant 7da06e6cb8 Merged revisions 105116 via svnmerge from
18 years ago
Mark Michelson beb7a540c1 Merged revisions 104841 via svnmerge from
18 years ago
Jason Parker 62c63a8412 Merged revisions 105005 via svnmerge from
18 years ago
Tilghman Lesher 7d564048ed Merged revisions 104868 via svnmerge from
18 years ago
Mark Michelson 10d9d1e5a1 Merged revisions 104783 via svnmerge from
18 years ago
Tilghman Lesher 133a18478c Merged revisions 104704 via svnmerge from
18 years ago
Joshua Colp b21b5f5574 Merged revisions 104665 via svnmerge from
18 years ago
Jason Parker 5badb3c48a Merged revisions 104598 via svnmerge from
18 years ago
Joshua Colp b868d44342 Merged revisions 104596 via svnmerge from
18 years ago
Kevin P. Fleming 892a6b95be Merged revisions 104593 via svnmerge from
18 years ago
Joshua Colp dca12f4aa7 Fix T38 passthrough regression introduced by state changes.
18 years ago
Russell Bryant b0ba749ca1 I swear I compiled this ... *cough*
18 years ago
Russell Bryant 0036cde5f3 Rename version.h to ast_version.h. Next, I will be re-adding version.h as an
18 years ago
Joshua Colp 2a7eac9940 Add an 'e' option to ResetCDR which re-enables a CDR that has been disabled.
18 years ago
Mark Michelson 9a9a4e9701 Remove more hardcoded pipe symbols and replace with commas.
18 years ago
Russell Bryant 16b84e260c Merged revisions 104102 via svnmerge from
18 years ago
Jason Parker 84e302bfe0 Merged revisions 104092 via svnmerge from
18 years ago
Tilghman Lesher f92a3e119e Move Originate to a separate privilege and require the additional System privilege to call out to a subshell.
18 years ago
Kevin P. Fleming 1a6711a42d Merged revisions 104015 via svnmerge from
18 years ago
Jason Parker ea8c695a1c Largely refactor DSP tone detection routines.
18 years ago
Tilghman Lesher 3dd4296de7 Merged revisions 103845 via svnmerge from
18 years ago
Joshua Colp b0be65f2ef *mumble*
18 years ago
Joshua Colp ddf7a8a2a0 file not found.
18 years ago
Joshua Colp ef7cfaa2f8 Minor test...
18 years ago
Jason Parker 63ab8ad66c Make sure to mask out non-audio first as well
18 years ago
Jason Parker 59bdc278be Maybe we should set the value before we test it? Fixes an issue people have been seeing (unreported?) with file playback not working.
18 years ago
Joshua Colp ee5e39e04b Add a log message that appears when you try to unload a module that isn't loaded.
18 years ago
Joshua Colp c929c6abd9 Only output a log message saying the format does not exist if it actually does not exist, not if the file itself could not be opened.
18 years ago
Tilghman Lesher 89567ef8bb Change verbosity into debug for Hebrew (and various whitespace fixes)
18 years ago
Joshua Colp 227112138e Merged revisions 103801 via svnmerge from
18 years ago
Joshua Colp e54da94808 Add a non-invasive API for application level manipulation of T38 on a channel. This uses control frames (so they can even pass across IAX2) to negotiate T38 and provided a way of getting the current status of T38 using queryoption. This should by no means cause any issues and if it does I will take responsibility for it.
18 years ago
Joshua Colp 6c3a7a3e51 Add some missing control frames.
18 years ago
Mark Michelson 80e2db47c2 Merged revisions 103786 via svnmerge from
18 years ago
Michiel van Baak f7370d4831 make the output of 'core show settings' a bit nicer.
18 years ago
Tilghman Lesher 2c3c489ade Merged revisions 103780 via svnmerge from
18 years ago
Olle Johansson f04d5fb83d Make sure we can set up calls without audio (text+video).
18 years ago
Joshua Colp e6a260c747 Add an API call (ast_async_parseable_goto) which parses a goto string and does an async goto instead of an explicit goto.
18 years ago
Tilghman Lesher 26755e3882 Context tracing for channels
18 years ago
Mark Michelson 566a005512 Add proper "false" case behavior to GotoIfTime
18 years ago
Russell Bryant 75fd299f1b Merged revisions 103728 via svnmerge from
18 years ago
Russell Bryant 71646d663b Merged revisions 103726 via svnmerge from
18 years ago
Jason Parker 72bc8a7c7d Fix up some doxygen issues.
18 years ago
Mark Michelson 23fc97480e Fix a small logic error in ast_event_iterator_next. The previous logic allowed for the iterator
18 years ago
Jason Parker 2aa1c03667 Even more sane permissions. This should be handled via a umask, like in many other places.
18 years ago
Jason Parker 7dd21605f3 Use slight more sane permissions
18 years ago
Russell Bryant e29680ed66 Remove development version notice.
18 years ago
Russell Bryant d42f6f7ce5 Fix build on *BSD. These permissions constants are not available there.
18 years ago
Jeff Peeler 16a14a4cd8 Requested changes from Pari, reviewed by Russell.
18 years ago
Joshua Colp c81350d6f6 Just some minor coding style cleanup...
18 years ago
Joshua Colp ef267cd838 Fix Manager Redirect while in an AGI.
18 years ago
Joshua Colp 9587f09103 Add support for allowing a native bridge to happen when the L option is enabled. The RTP bridging could already handle this, it just needed to be enabled in the main bridging code.
18 years ago
Mark Michelson 9d683be81a Fix a problem regarding network vs. host byte order
18 years ago
Russell Bryant 1ec8cb41a8 Merge changes from team/mvanbaak/cli-command-audit
18 years ago
Jason Parker 1663494073 Merged revisions 102858 via svnmerge from
18 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
18 years ago
Jason Parker dc6e5d6aae Change where priority of a goto is adjusted.
18 years ago
Tilghman Lesher 1dc86caf30 Merged revisions 102323 via svnmerge from
18 years ago
Joshua Colp c6fc44f927 Update handling of asyncgoto so it properly works on channels that are currently executing a PBX.
18 years ago
Tilghman Lesher fa4c9a958b CoreSettings and CoreStatus are missing the terminating "\r\n". Also, some
18 years ago
Tilghman Lesher 1ce6a2d5ec Merged revisions 101772 via svnmerge from
18 years ago
Russell Bryant 1ce789336b Merged revisions 101601 via svnmerge from
18 years ago
Steve Murphy 671c08af6d Merged revisions 101480 via svnmerge from
18 years ago
Olle Johansson 94325433a2 - doxygen fixes
18 years ago
Olle Johansson e7bcc4e96c Formatting fixes
18 years ago
Joshua Colp cb8678b5da Merged revisions 101222 via svnmerge from
18 years ago
Russell Bryant 793edbecd0 Merged revisions 100932 via svnmerge from
18 years ago
Tilghman Lesher 2f44f53ea4 Merged revisions 100675 via svnmerge from
18 years ago
Russell Bryant bcf72e1adb Merge rev 100626 from Asterisk 1.4. The svnmerge of this commit was a NoOp, since
18 years ago
Tilghman Lesher 8fd1e10d3d Normalize the detection for execinfo, so that Linux (glibc) and other platforms
18 years ago
Russell Bryant 1c74c549d7 Merged revisions 100581 via svnmerge from
18 years ago
Russell Bryant f877028d76 Clean up some formatting, and simplify a bit of code using ast_str
18 years ago
Russell Bryant 87800e1913 Make a couple more uses of ARRAY_LEN, and convert some spaces to tabs
18 years ago
Russell Bryant e8f7cbf358 - Simplify a line with ARRAY_LEN()
18 years ago
Russell Bryant 79be2b8b0e These readlocks always fail for me on my mac, and I saw it happen again
18 years ago
Tilghman Lesher ac699196f5 Merged revisions 100465 via svnmerge from
18 years ago
Joshua Colp 0b898073d1 Add an API call that steals the answered channel so that a destruction of the dialing structure does not hang it up.
18 years ago
Joshua Colp 65e684653d Minor cosmetic change...
18 years ago
James Golovich 8bcc2a55ae Increase the size of filenames stored when astmm is used. If the path
18 years ago
Joshua Colp 3bf7daa0c0 Merge in strictrtp branch. This adds a strictrtp option to rtp.conf which drops packets that do not come from the remote party.
18 years ago
Russell Bryant ccdd466fab Merged revisions 100164 via svnmerge from
18 years ago
Jason Parker e88241c45b Merged revisions 100138 via svnmerge from
18 years ago
Jason Parker 32989872dd Move chan_local dependency into places (only one) that previously depended on res_features, and used local channels
18 years ago
Joshua Colp 1d47c036dd Some more cosmetic changes.
18 years ago
Joshua Colp 15515ec671 Add some spacing.
18 years ago
Joshua Colp 9eff881130 Test hopefully over.
18 years ago
Joshua Colp 828124b0b0 Testing something...
18 years ago
Jason Parker 3bd33214b9 Move code from res_features into (new file) main/features.c
18 years ago
Russell Bryant 6100ec9e7d Fix tcptls build when openssl isn't installed
18 years ago
Tilghman Lesher 42ee3b5b74 Merged revisions 99718 via svnmerge from
18 years ago
Tilghman Lesher 3d92f97722 Merged revisions 99643 via svnmerge from
18 years ago
Russell Bryant 90bc08362e Make sure the command is not just present but is also configured to be executed
18 years ago
Olle Johansson b8aa3248ec Add a generic function to set the bridged call PVT unique id string
18 years ago
Russell Bryant d1ba37f1c9 Change the Asterisk CLI startup commands feature to read commands to run from cli.conf
18 years ago
Tilghman Lesher 54fc5f984b Merged revisions 99540 via svnmerge from
18 years ago
Olle Johansson 865bb84432 Doxygen updates
18 years ago
Russell Bryant aa7592f21a Merged revisions 99187 via svnmerge from
18 years ago
Russell Bryant b995c78c31 Merge changes from team/group/sip-tcptls
18 years ago
Russell Bryant 1807acb9b0 Merged revisions 99081 via svnmerge from
18 years ago
Russell Bryant d09fdcf61d Add AST_FORMAT_SLINEAR16 to the list for ast_best_codec()
18 years ago
Russell Bryant 2a91da6613 Merged revisions 99004 via svnmerge from
18 years ago
Jason Parker 8dc5e09ccb Add several busy detection related defines to menuselect.
18 years ago
Russell Bryant 8a5e93d766 Add support for an easy way to automatically execute some Asterisk CLI commands
18 years ago
Tilghman Lesher 81e421284d New module res_config_curl (closes issue #11747)
18 years ago
Joshua Colp bb08e13754 Merged revisions 98960 via svnmerge from
18 years ago
Joshua Colp 2ee416a55a Merged revisions 98958 via svnmerge from
18 years ago
Steve Murphy 241de02854 Terry found this problem with running the expr2 parser on OSX. Make the #defines come out the same between the parser & lexer.
18 years ago
Russell Bryant 25e1c74bf1 Clean up something I did for ABI compatability in 1.4
18 years ago
Russell Bryant 4fb04cb58a Merged revisions 98943 via svnmerge from
18 years ago
Joshua Colp e8dee9f956 Make sure the user's manager secret exists, even if it is blank.
18 years ago
Russell Bryant 673d610b53 Merged revisions 98774 via svnmerge from
18 years ago
Joshua Colp 3a37332880 Print out a warning when spaces are used in the variable name in Set and MSet. It is extremely hard to debug this issue so this should make it easier.
18 years ago
Russell Bryant b7425090c8 Remove a duplicate lock of the audiohook lock when destroying manipulate
18 years ago
Russell Bryant d0c89ab7ed Add a new CLI command, "core set chanvar", which allows you to set a channel
18 years ago
Tilghman Lesher 3968dd1c3d Conversion to load manager.conf into memory did not convert the password
18 years ago
Pari Nannapaneni 0c33fdfb49 merging a comment added in 1.4
18 years ago
Joshua Colp 4fe093b821 Goodbye again drumkilla.
18 years ago
Joshua Colp e0532df614 drumkilla ftw.
18 years ago
Joshua Colp b8efdb304b I am no longer Rockin'
18 years ago
Joshua Colp 225f268e88 Testing something...
18 years ago
Joshua Colp 8e0dbcf7d7 Merged revisions 98325 via svnmerge from
18 years ago
Mark Michelson e04aa9eed4 Merged revisions 98315 via svnmerge from
18 years ago
Russell Bryant 9387f036d8 - Fix the last set of places where incorrect assumptions were made about the
18 years ago
Mark Michelson e1e186471f Fix "core show translation" to not output information for "unknown" codecs.
18 years ago
Russell Bryant 7bb6547a71 Simplify this code with a suggestion from Luigi on the asterisk-dev list.
18 years ago
Tilghman Lesher c88f243d8d Merged revisions 97973 via svnmerge from
18 years ago
Russell Bryant 3d47a43ac2 Merged revisions 97976 via svnmerge from
18 years ago
Steve Murphy 33fadcc67c Merged revisions 97849 via svnmerge from
18 years ago
Terry Wilson 4a403e3c33 heh, remove patch to generated file.
18 years ago
Terry Wilson e823e89b5a Check pointers before freeing (was getting WARNINGS under MALLOC_DEBUG)
18 years ago
Russell Bryant cd7a05af2d spaces to tabs
18 years ago
Tilghman Lesher 247ca0a827 oops, missed the case of a 0 permission (which should mean everybody is allowed, not nobody)
18 years ago
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Terry Wilson 3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
18 years ago
Jason Parker 46f4c8946f Merged revisions 97622 via svnmerge from
18 years ago
Jason Parker 0c1ded4cb5 Merged revisions 97618 via svnmerge from
18 years ago
Tilghman Lesher 9b903da621 New option in trunk, needs strdupa to be safe, too
18 years ago
Tilghman Lesher 43a172de57 Merged revisions 97350 via svnmerge from
18 years ago
Tilghman Lesher f48ed5a943 Merged revisions 97194 via svnmerge from
18 years ago
Tilghman Lesher 3ad9a66e0f Merged revisions 97077 via svnmerge from
18 years ago
Jason Parker 3def286b5b Display a message if no config mappings are found with "core show config mappings".
18 years ago
Joshua Colp 96f5a494cf Move ModuleLoad and ModuleCheck manager commands from loader.c to manager.c. Previously they would get registered twice because of the way manager.c operates.
18 years ago
Russell Bryant 54bc2c20b6 Now that the version.h file was getting properly regenerated every time the svn
18 years ago
Russell Bryant 3e28c57081 Print out the name of a function being registered in color, just like the name
18 years ago
Russell Bryant 585a31beb3 Merged revisions 96644 via svnmerge from
18 years ago
Tilghman Lesher c3957b21e1 Merged revisions 96575 via svnmerge from
18 years ago
Tilghman Lesher afb2031389 Allow the uniqueid to be used for searching for a channel in the list.
18 years ago
Tilghman Lesher 77ecc4a46a Compatibility fix for OpenBSD
18 years ago
Russell Bryant 40fbde7479 Add doxygen documentation to libresample.h while it's still fresh on my mind
18 years ago
Russell Bryant 6cfd6009b1 For some odd reason, the last set of libresample build changes from Kevin did
18 years ago
Kevin P. Fleming 04a10c145b go back to including libresample in the main Asterisk binary, but this time including a small hack to ensure that it does get linked in (and also modify the strip_nonapi script to leave the resample_<foo> symbols alone)
18 years ago
Luigi Rizzo b9aeecdb66 some cleanup of this code while I am trying to debug a problem with
18 years ago
Russell Bryant a9162a1ab3 Make the translation table show slin16
18 years ago
Russell Bryant 78f4b28552 Instead of linking libresample into the main Asterisk binary, build it as
18 years ago
Mark Michelson 3b830da053 Merged revisions 95577 via svnmerge from
18 years ago
Russell Bryant 21cb767db7 Merge changes from team/russell/codec_resample
18 years ago
Jason Parker 03f68a8a3a Fix -s socket option, and document it as well.
18 years ago
Russell Bryant b749217bcb Merged revisions 95024 via svnmerge from
18 years ago
Mark Michelson 05d2bc0fbf Merged revisions 94977 via svnmerge from
18 years ago
Russell Bryant 75e602376b Merged revisions 94828-94829 via svnmerge from
18 years ago
Kevin P. Fleming d756129b1d Merged revisions 94824 via svnmerge from
18 years ago
Tilghman Lesher 2bed4ec968 Merged revisions 94808 via svnmerge from
18 years ago
Russell Bryant 74c94cfdeb Merged revisions 94801 via svnmerge from
18 years ago
Russell Bryant 2295f37761 Merged revisions 94797 via svnmerge from
18 years ago
Russell Bryant f853918c53 Leave a note for a minor bug that was pointed out by d1mas
18 years ago
Russell Bryant 296e09f9aa Merged revisions 94790 via svnmerge from
18 years ago
Mark Michelson 00d848c94e Adding support for storing the queue log entries in a realtime backend.
18 years ago
Tilghman Lesher 9c1dcfea5a Merged revisions 94767 via svnmerge from
18 years ago
Mark Michelson bf64785f1e AST_LIST_REMOVE_CURRENT only takes one argument in trunk
18 years ago
Mark Michelson 804d90368a Merged revisions 94468 via svnmerge from
18 years ago
Mark Michelson 2e6431c42a Merged revisions 94420 via svnmerge from
18 years ago
Tilghman Lesher bca1033817 Merged revisions 94418 via svnmerge from
18 years ago
Luigi Rizzo 5e24835995 modify http://svn.digium.com/view/asterisk?view=rev&rev=93603
18 years ago