Commit Graph

2633 Commits (ce7b0a51f1eae12e0f4b8d206d1c4f06d4348786)

Author SHA1 Message Date
Tilghman Lesher 3c7db3b7e8 Two more minor fixes due to constification
17 years ago
Sean Bright fcda626f3c Fix build under dev mode and remove some casts that are no longer necessary as
17 years ago
Eliel C. Sardanons bb838bc67a Avoid using prototypes when not necessary (it is already defined in the header
17 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
17 years ago
Mark Michelson 1e3ac401f4 Pass connected line updates along during a bridge.
17 years ago
Matthew Nicholson d02ad6b5f7 Merged revisions 195881 via svnmerge from
17 years ago
Joshua Colp b4c24d2da1 Merged revisions 195688 via svnmerge from
17 years ago
Eliel C. Sardanons e45d681d15 Fix the CLI command 'manager show command' documentation and functionality.
17 years ago
Eliel C. Sardanons 9e5da09a6b Rollback commit 195367.
17 years ago
Eliel C. Sardanons 311c997896 Avoid autocompleting passed the action name argument in the CLI command.
17 years ago
Tilghman Lesher 92ace48782 Move the spawn of astcanary down, until after the call to daemon(3).
17 years ago
Joshua Colp 80bdf0f520 Merged revisions 195206 via svnmerge from
17 years ago
Eliel C. Sardanons d24179825f Warn about the use of the application WaitExten() within a Macro().
17 years ago
Joshua Colp c1073e0ac3 Merged revisions 195095 via svnmerge from
17 years ago
Eliel C. Sardanons a007eb13b2 Do not avoid loading the XML documentation if not XInclude substitution is done.
17 years ago
Eliel C. Sardanons 2f996a3ab4 Allow to include sections of other parts of the xml documentation.
17 years ago
Eliel C. Sardanons 766972a3cd Fix a missing unlock in case of error, and a missing free().
17 years ago
Eliel C. Sardanons 77c41d700e Allow to specify an enumlist inside an enum.
17 years ago
Kevin P. Fleming d1e0b11343 Add ability for modules to dynamically register logger levels
17 years ago
Russell Bryant 23f54f4c76 Fix a typo where an equality check should be an assignment.
17 years ago
Tilghman Lesher 5a3797643c If the timing ended on a zero, then we would loop forever.
17 years ago
Eliel C. Sardanons 8c5643b2f9 Do not lock the 'sessions' container, lock the allocated 'session'.
17 years ago
Tilghman Lesher b399b5389d Merged revisions 194137 via svnmerge from
17 years ago
Tilghman Lesher c524f905a6 Two fixes found while debugging with ast_backtrace():
17 years ago
Eliel C. Sardanons 68a37433bc Fix a crash when logging out from the AMI and avoid astobj2 warning messages.
17 years ago
Kevin P. Fleming 1c988d8996 add 'const' qualifiers in various places where they should have been
17 years ago
Joshua Colp d0eab1d9a6 Fix a bug where receiving a control frame of subclass -1 would cause certain channels to get hung up.
17 years ago
Russell Bryant 7e350686d6 Declare private data as static.
17 years ago
Kevin P. Fleming 7893ab8fe7 Merged revisions 193193 via svnmerge from
17 years ago
Tilghman Lesher 9cd0a94aeb Merged revisions 193119 via svnmerge from
17 years ago
Jeff Peeler 1c05448f5a Merged revisions 192858 via svnmerge from
17 years ago
Jeff Peeler 658f81cb57 If no extension was found in the pattern tree, don't crash.
17 years ago
Tilghman Lesher 829807cd2c Add numbers in Urdu, the national language of Pakistan
17 years ago
Richard Mudgett 7019ff68db Fixed crashes from issue8824 review board channel locking changes.
17 years ago
Joshua Colp 77e9d51c93 Merged revisions 192454 via svnmerge from
17 years ago
Kevin P. Fleming 2746f589b7 Add a more efficient way of allocating structures that use stringfields
17 years ago
Kevin P. Fleming 1f49e675bb Correct some flaws in the memory accounting code for stringfields and ao2 objects
17 years ago
Kevin P. Fleming ec5116f80c Properly account for memory allocated for channels and datastores
17 years ago
Kevin P. Fleming d8182202ef Ensure that string pools allocated to hold stringfields are properly accounted in MALLOC_DEBUG mode
17 years ago
Kevin P. Fleming 1726475a54 Ensure that astobj2 memory allocations are properly accounted for when MALLOC_DEBUG is used
17 years ago
Eliel C. Sardanons 150edbb67d Do not re-define _POSIX_C_SOURCE if it was already defined.
17 years ago
Kevin P. Fleming 73743b77b0 Add 'bitflags'-style information elements to event framework
17 years ago
Russell Bryant a398f9e0ac Do a bit of code cleanup.
17 years ago
Kevin P. Fleming a3af213506 Remove rarely-used event_log/LOG_EVENT support
17 years ago
Kevin P. Fleming b8b4d01b06 Fix an error in queue_log file rotation optimization code
17 years ago
Sean Bright f2d26b3ddb Update copyright year to 2009
17 years ago
Jeff Peeler 7224c99375 Merged revisions 191488 via svnmerge from
17 years ago
Joshua Colp 2d186315d2 Drop my IRC nickname.
17 years ago
Tilghman Lesher 91dde03ba8 Detect eaccess (or euidaccess) before using it.
17 years ago
Tilghman Lesher 4cbe6b1afe Change working directory to / under certain conditions.
17 years ago
Tilghman Lesher ec37b8e527 Part of the merge did not happen correctly, which resulted in a compile error
17 years ago
David Vossel a6adc84e69 SIP option to specify outbound TLS/SSL client protocol.
17 years ago
Tilghman Lesher a866a75900 Merge str_substitution branch.
17 years ago
David Vossel ca138fc807 Consistent SSL/TLS options across conf files
17 years ago
Russell Bryant 77f08759b5 Log an error message if indications.conf is not found.
17 years ago
Russell Bryant 2c1ffef923 Resolve Solaris build issues and add some API documentation.
17 years ago
Richard Mudgett fb030f24ef Fix a small memory leak on error in ast_channel_alloc().
17 years ago
Tilghman Lesher b88343b248 Don't warn on pipe in the System call.
17 years ago
Joshua Colp 68a9f7aca1 Fix a bug where we tried to send events out when no sessions container was present.
17 years ago
David Vossel 8f0b88c8c8 TLS/SSL private key option
17 years ago
Russell Bryant cba19c8a67 Convert the ast_channel data structure over to the astobj2 framework.
17 years ago
Tilghman Lesher d6c48bc134 Labels are sometimes (most of the time?) NULL for extensions.
17 years ago
Tilghman Lesher ce6ebaef97 Support HTTP digest authentication for the http manager interface.
17 years ago
Jeff Peeler 11ac1f7e11 Fix building of chan_h323 with gcc-3.3
17 years ago
Russell Bryant 559f908016 Fix call parking callback. Pipes -> Commas.
17 years ago
Tilghman Lesher 8e39288f61 Use nanosleep instead of poll.
17 years ago
Doug Bailey 9c2ff7bb1e Merged revisions 189391 via svnmerge from
17 years ago
Mark Michelson 4988c07e6d Merged revisions 189277 via svnmerge from
17 years ago
Sean Bright 7a7f17ce4d Fix copy/paste error with 'transmit silence' flag.
17 years ago
Matthew Nicholson 37213d492e Merged revisions 189009 via svnmerge from
17 years ago
Mark Michelson f7292de7ba Fix a spacing issue that I claimed I would when I committed this code.
17 years ago
Mark Michelson 6c29f76d2c Several fixes to the extenpatternmatchnew logic.
17 years ago
Mark Michelson 76a73083a4 Merged revisions 188582 via svnmerge from
17 years ago
Olle Johansson bb03eef676 Making sure we have references to external libraries.
17 years ago
Tilghman Lesher a74fda63fd As suggested by Russell, warn users when their dialplan arguments contain pipes, but not commas.
17 years ago
Joshua Colp aaf1566222 Change how we set the local and remote address.
17 years ago
Joshua Colp 8e4b5df187 Fix some uninitialized memory notices that appeared under valgrind.
17 years ago
Mark Michelson bdcf8fca81 Don't let ast_channel_alloc fail if explicitly passed NULL cid_name or cid_number.
17 years ago
Kevin P. Fleming 2f048030bd revert addition of LOG_SECURITY log channel; after further discussion, a much better solution will be used
17 years ago
Tilghman Lesher 1030a25ac9 Modify headers and macros, according to Russell's suggestions on the -dev list
17 years ago
Jeff Peeler de4af72f9f Add ability for dialplan execution to continue when caller hangs up.
17 years ago
Tilghman Lesher 39808fa953 Merged revisions 187428 via svnmerge from
17 years ago
Joshua Colp abcc0b9397 Add support for allowing the channel driver to handle transcoding.
17 years ago
Tilghman Lesher 8f28bfc63e Merged revisions 187300-187301 via svnmerge from
17 years ago
Kevin P. Fleming b5f8c632df add a dedicated log channel for modules to be able report security-related events, so that they can be fed into external processes for analysis and possible mitigation efforts
17 years ago
Jeff Peeler f57fddb5bb Add timer for features so that backup bridge config can go away
17 years ago
Joshua Colp b0637fe624 Fix a bug where we would native bridge when we did not want to.
17 years ago
Joshua Colp 0ab599bf94 Turn a warning message into a debug message and do not treat two situations as errors when they are not.
17 years ago
Mark Michelson 5d645640e6 Merged revisions 186984 via svnmerge from
17 years ago
Russell Bryant 2cb0018fa1 Start splitting up miscellaneous doxygen documentation into separate files.
17 years ago
Mark Michelson 630bf109bb Merged revisions 186832 via svnmerge from
17 years ago
Mark Michelson 4d42c73c55 Merged revisions 186719 via svnmerge from
17 years ago
Joshua Colp 9597e33a63 Pass the correct value to sizeof when copying address information.
17 years ago
Mark Michelson 6f53ed4c67 This commit introduces COLP/CONP and Redirecting party information into Asterisk.
17 years ago
Joshua Colp 2d9c6ef3d5 Add better support for relaying success or failure of the ast_transfer() API call.
17 years ago
David Vossel 547b5c7e90 audio_audiohook_write_list() did not correctly update sample size after ast_translate.
17 years ago
Tilghman Lesher 4aeb36b1c5 Compatibility fix for glibc 2.4
17 years ago
Joshua Colp 63de834395 Merge in the RTP engine API.
17 years ago
Tilghman Lesher 78aa171d6f Missed a common case for needing to extend the buffer.
17 years ago
Tilghman Lesher be40f3a33c Merge changes from str_substitution that are unrelated to that branch.
17 years ago
Mark Michelson f1707e95e5 Address Russell's comments regarding rev 185704.
17 years ago
Russell Bryant 083e57a5e5 Merged revisions 185771 via svnmerge from
17 years ago
Mark Michelson 378c2e9d2a Allow the AMI Hangup command to accept a Cause header.
17 years ago
Kevin P. Fleming a009068110 Optimizations to the stringfields API
17 years ago
Joshua Colp d40f86db1b Merged revisions 185196 via svnmerge from
17 years ago
Kevin P. Fleming 9381bff79d Improve timing interface to remember which provider provided a timer
17 years ago
Russell Bryant f745326750 Use ast_random() instead of rand() to ensure we use the best RNG available.
17 years ago
Russell Bryant 2a4f9f7181 Change global_app_buf to ast_str_thread_global_buf.
17 years ago
Russell Bryant b564b2105f Change g_eid to ast_eid_default.
17 years ago
Russell Bryant b043f8ab1b Don't act surprised if we get a -1 indication.
17 years ago
Russell Bryant 37b5a29dc7 Pass more useful information through to lock tracking when DEBUG_THREADS is on.
17 years ago
Russell Bryant 189a55f9f0 Remove unneeded AST_LIST_ENTRY() and comment on the purpose of ast_event_ref.
17 years ago
Russell Bryant ee77b475f2 Improve performance of the ast_event cache functionality.
17 years ago
Eliel C. Sardanons 79ec90b3b2 Merged revisions 184188 via svnmerge from
17 years ago
Russell Bryant bae19927d3 Include poll-compat.h
17 years ago
Russell Bryant f9f0d8fe96 Change poll() to ast_poll().
17 years ago
Russell Bryant 2ad737608c Put siren7 and siren14 in ast_best_codec() just so they're in there somewhere.
17 years ago
Tilghman Lesher 1745773f30 Allow browsers to cache images and other static content.
17 years ago
Joshua Colp dc9c58104e Fix a minor logic flaw with the bridge generic thread.
17 years ago
Mark Michelson 33c3fce71a Remove symbols I just added to main/asterisk.exports and instead rename the functions.
17 years ago
Mark Michelson 47553ba807 Add some missing symbols to main/asterisk.exports
17 years ago
David Vossel 9d3527bddf Merged revisions 183386 via svnmerge from
17 years ago
Jason Parker 50155d5952 Merged revisions 183291 via svnmerge from
17 years ago
Russell Bryant 4210f17abb Merged revisions 183241 via svnmerge from
17 years ago
Russell Bryant 76b7966606 Merged revisions 183238 via svnmerge from
17 years ago
David Vossel 2764c2821f Merged revisions 183126 via svnmerge from
17 years ago
Russell Bryant 10529ea029 Merged revisions 183145 via svnmerge from
17 years ago
Russell Bryant 5cd40194a3 Merged revisions 183123 via svnmerge from
17 years ago
Joshua Colp 10b7b842dc Fix an issue where a T38 control frame would get dropped.
17 years ago
Tilghman Lesher d36ca75e47 Fixing a lost symbol in manager.c
17 years ago
Kevin P. Fleming 4f390ec024 Merged revisions 182882 via svnmerge from
17 years ago
Russell Bryant 0bdd99ad64 Merged revisions 182810 via svnmerge from
17 years ago
Kevin P. Fleming ab3e9ddad1 Merged revisions 182808 via svnmerge from
17 years ago
Russell Bryant 9d6ba51d05 Tweak the handling of the frame list inside of ast_answer().
17 years ago
Kevin P. Fleming 16b9280ba9 correct logic flaw in ast_answer() changes in r182525
17 years ago
Kevin P. Fleming d11b6386a5 Improve behavior of ast_answer() to not lose incoming frames
17 years ago
Tilghman Lesher 3e22e8bc94 Merged revisions 182449 via svnmerge from
17 years ago
Joshua Colp 5308112806 Fix a memory leak in the ast_answer / __ast_answer API call.
17 years ago
Mark Michelson 0892cdb958 Remove ast_ prefix from functions which are not public.
17 years ago
Mark Michelson 88e3279f83 Merged revisions 181990 via svnmerge from
17 years ago
Tilghman Lesher 86d6cd8a94 Adjust translation table column widths based upon the translation times.
17 years ago
Russell Bryant c61a3f2878 Make handling of the BRIDGE_PLAY_SOUND variable thread-safe.
17 years ago
Russell Bryant ffc7510e7a Make handling of the BRIDGEPVTCALLID variable thread-safe.
17 years ago
Russell Bryant 29cfabf335 Merged revisions 181423 via svnmerge from
17 years ago
Jeff Peeler 58cf8b69da Fix malloc debug macros to work properly with h323.
17 years ago
Tilghman Lesher bfc0d3b795 Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source.
17 years ago
Tilghman Lesher ac7e490b94 Spacing changes only
17 years ago
Joshua Colp 951cbf11d4 Reset the thread local string buffer when handling the UserEvent action.
17 years ago
Jeff Peeler bf0bb7b385 Add Doxygen documentation for API changes from 1.6.0 to 1.6.1
17 years ago
David Vossel 02de67c232 Merged revisions 180532 via svnmerge from
17 years ago
Kevin P. Fleming 2f24689b49 Merged revisions 180372 via svnmerge from
17 years ago
Joshua Colp 4c9ab0df8c Merge phase 1 support for the new bridging architecture.
17 years ago
Tilghman Lesher eb5bb03b82 Spacing changes only
17 years ago
Joshua Colp a66032a14a Merged revisions 180194 via svnmerge from
17 years ago
David Vossel 979eb709ae app_read does not break from prompt loop with user terminated empty string
17 years ago
Steve Murphy f47b03877b Merged revisions 179807 via svnmerge from
17 years ago
Joshua Colp bcf5ecde90 Merged revisions 179840 via svnmerge from
17 years ago
Russell Bryant cfa0d9c0ce Merged revisions 179741 via svnmerge from
17 years ago
Joshua Colp a65727949c Merged revisions 179671 via svnmerge from
17 years ago
Russell Bryant d9b034a430 Merged revisions 179608 via svnmerge from
17 years ago
Jeff Peeler aa81288bab Merged revisions 179536 via svnmerge from
17 years ago
Tilghman Lesher 3252cd2e5b Merged revisions 179468 via svnmerge from
17 years ago
Russell Bryant 0c0479602e Merged revisions 179461 via svnmerge from
17 years ago
Jason Parker 9bb9c64521 Merged revisions 179395 via svnmerge from
17 years ago
Joshua Colp 93749ba001 Fix issue where changing the volume of both directions of audio did not work.
17 years ago
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