Commit Graph

998 Commits (9565f72ad34a76c7055ef4aa8dc93291f30e204f)

Author SHA1 Message Date
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
19 years ago
Luigi Rizzo 1f0d723c1e properly initialize non-static locks.
19 years ago
Mark Spencer c696006923 Go ahead and merge STUN mods for RTP in preparation for some STUN
19 years ago
Russell Bryant 44d4ed1b37 change the CFLAGS controlled by menuselect to be placed in a header file
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Kevin P. Fleming fdcfd6469b ensure that control frames with payload can be sent to channel drivers via ->indicate()
19 years ago
Mark Spencer 66ed134473 Allow media to go directly between IAX endpoints while signalling still
19 years ago
Kevin P. Fleming ed3ffb4b46 various doxygen fixes
19 years ago
Olle Johansson 2b3ae24942 Formatting fix
19 years ago
Mark Spencer f2bc3c61cc Make sure that we don't accept an answer on an inbound call and don't permit asterisk to answer an outbound call
19 years ago
Kevin P. Fleming 16f1acc37f use an enum for control frame types
19 years ago
Mark Spencer 9953f4f40e Make SIP early media work more efficiently without so many reinvites
19 years ago
Kevin P. Fleming fdc225920f remove API function that was added and never used
19 years ago
Russell Bryant c85b4a1674 on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunch
19 years ago
Kevin P. Fleming 401ed356e4 commit the proper configure script
19 years ago
Kevin P. Fleming c0762c064d silly people that don't want to install/run autoconf :-)
19 years ago
BJ Weschke 569ecaf5a2 use pid_t instead of long for pid variables. #7099 (casper)
19 years ago
Russell Bryant 0fd612930a - convert the lists of switches to use the linked list macros
19 years ago
Russell Bryant a252d79484 remove an XXX comment
19 years ago
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
19 years ago
BJ Weschke 6ed0af6fc3 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie )
19 years ago
Russell Bryant 816a7cf13b constify the argument to pbx_checkcondition
19 years ago
Luigi Rizzo d7a2c4547b document that ast_cdr_answer is happy with a NULL argument
19 years ago
Olle Johansson 7bbb6bd3aa - fix typo in rtp.c, devicestate.h
19 years ago
Russell Bryant 992e0c1eed - convert the list of dialplan function to the list macros
19 years ago
Kevin P. Fleming eb38f13a2e add a command-line flag and option to force forking, even with -v or -d
19 years ago
Kevin P. Fleming 8e9058679a remove T38_SUPPORT define that is no longer needed
19 years ago
Luigi Rizzo aaf99191c8 include/asterisk/ael_structs.h:
19 years ago
Russell Bryant c2d851de2b add the missing prototype for the included asprintf
19 years ago
Russell Bryant 046375190a another Solaris compatability fix - this makes sure u_int64_t is defined
19 years ago
Kevin P. Fleming 5f58cc8770 Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now no longer considered experimental :-)
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Jim Dixon a83297d85f Added "Operator Services" connection mode for Zap channels, and the 'O' option
19 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
19 years ago
Luigi Rizzo 0dbf814a79 - use symbolic constants and macros to play with the debug flag
19 years ago
Luigi Rizzo 08220b9073 comment that for callerid field, NULL and "" should be considered
19 years ago
Russell Bryant d722e66e07 add the malloc attribute to the memory allocation wrappers
19 years ago
Luigi Rizzo 585e50fb38 move to a different file (channel.c for the time being) the
19 years ago
Kevin P. Fleming d85073dc1f correct array index calculation (thanks mtaht3!)
19 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
19 years ago
Kevin P. Fleming 987f24840c add an API so that the number of steps required for a translation path can be acquired
19 years ago
Olle Johansson 4a312a044d - Fixes to ast_channel_lock functions
19 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
19 years ago
Olle Johansson e75fa47099 More ast_channel_lock fixes
19 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
19 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
19 years ago
Luigi Rizzo 1029b57707 constify a couple of function arguments
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Luigi Rizzo 33a3a7375a temporarily revert the way mutex are initialized on BSD systems.
19 years ago
Joshua Colp 5e43f18529 Updates to speech recognition API and dialplan utilities. Moved to using dialplan functions, and some other misc things.
19 years ago
Kevin P. Fleming 371e0316f0 simplify macro usage
19 years ago
Russell Bryant a015d0b36f make sure uint64_t is available on mac
19 years ago
Luigi Rizzo 2876a25505 add 'show threads' and 'show profile' commands.
19 years ago
Luigi Rizzo d20575d2af fix various bugs in the DEBUG_THREADS code including:
19 years ago
Joshua Colp 2f854fabc6 Merged revisions 19303 via svnmerge from
19 years ago
Luigi Rizzo 08d6fd6e17 remove an unused function
19 years ago
Luigi Rizzo e785b81c5d as discussed with kevin, move
19 years ago
Olle Johansson 91d7e66454 Add new documentation files to index file 00README.1st and to doxygen
19 years ago
Joshua Colp 0f1321d423 Data stores do not need a lock. As well change the way they are removed from the channel when it is destroyed (thanks Russell Wussell) and finally... because C++ is silly... change our list macro info thing to be "entry" instead of "list".
19 years ago
Joshua Colp e4811a8248 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
19 years ago
Tilghman Lesher 2cd46d59ea Bug 6829 - asprintf for Solaris
19 years ago
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
19 years ago
Kevin P. Fleming 628a3e8d1b update module license key text and update loader to accept it
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Kevin P. Fleming 1bba6ec6fc merge rizzo's codec module rework (very similar to the format module rework)
19 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
19 years ago
Luigi Rizzo a60d8196df small cleanups to module.h and loader.c to start playing with
19 years ago
Olle Johansson e4c129c1b6 - Doxygen fixes
19 years ago
Luigi Rizzo 4beb6deeaa Largely simplify format handlers (for file copy etc.)
19 years ago
Luigi Rizzo ec67c650ad some fields are const
19 years ago
Mark Spencer f11fb65262 Does nobody know how to write a linked list properly? I mean seriously!
19 years ago
Matt O'Gorman 3112b3b49f list word cant be used with g++ and causes problems
19 years ago
Olle Johansson 1b6d24a09e Add misdn.txt to doxygen docs
19 years ago
Olle Johansson 141d9b693a - Doxygen additions
19 years ago
Mark Spencer 6cfd28423c Unify manager behind a single event queue
19 years ago
Mark Spencer bfba044b5f Flesh out the remainder of the manager + http changes and create a sample application to partially
19 years ago
Luigi Rizzo 03ac858251 trailing whitespace/ useless extern removal
19 years ago
Luigi Rizzo 50fd665c09 more trailing whitespace and extern removal
19 years ago
Luigi Rizzo 7b06841395 removal of trailing whitespace and useless 'extern'
19 years ago
Luigi Rizzo 8d14d291ce another batch of whitespace removal
19 years ago
Luigi Rizzo 106b76940f remove useless 'extern' and trailing whitespace.
19 years ago
Olle Johansson adf8c8deda - Change AST_INLINE_AP to AST_INLINE_API for non-386 systems :-)
19 years ago
Luigi Rizzo 7dbeaa4ef0 remove useless 'extern' in function declarations.
19 years ago
Luigi Rizzo a7ec530a64 initial implementation of support for native atomic ops.
19 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
19 years ago
Olle Johansson c6d1bfbb31 Doxygen doc updates
19 years ago
Luigi Rizzo 1de8b16b1e remove AST_MUTEX_DEFINE_EXPORTED, which now has no more clients.
19 years ago
Luigi Rizzo 48864ab877 do not export the tzlock and the list head, and introduce a new method,
19 years ago
Luigi Rizzo 6d2fbc0b90 document why there are so many versions of the mutex functions,
19 years ago
Russell Bryant 03ce34e1aa convert internal timing to be stored as a flag in the ast_options flags
19 years ago
Olle Johansson 50f0b12880 Issue #5374 - Enable internal timing of generators (cmantunes)
19 years ago
Olle Johansson 2c4ebe356e Issue #6450 - Don't remove characters from SIP uri's when not needed
19 years ago
Tilghman Lesher a532c787f2 Merged revisions 16192 via svnmerge from
19 years ago
Olle Johansson 9e9db42562 Doxygen updates
19 years ago
Russell Bryant 9b436eecb7 fix the provided unsetenv for solaris to return an int like it's supposed to
19 years ago
Luigi Rizzo 705ccb2218 Introduce an utility macro to set base, offset and
19 years ago
Luigi Rizzo 68ab41ebfe Add two widely used constants
19 years ago
Kevin P. Fleming c379ae8896 Merged revisions 15896 via svnmerge from
19 years ago
Olle Johansson 7058495f97 Doxygen fixes
19 years ago
Luigi Rizzo e5c455e15a bring in the code that was discussed on Mantis #6068,
19 years ago
Kevin P. Fleming 4bf8e92c1d make 'show hints' CLI command show context name for each hint
19 years ago
Luigi Rizzo 2326d0d499 Bring in the new loader code as described in mantis #4377
19 years ago
Luigi Rizzo 606c7dcb93 remove the long since unused STANDARD_LOCAL_USERS macro
19 years ago
Kevin P. Fleming 278b8e8fc7 improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus modifications)
19 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
19 years ago
Kevin P. Fleming b0ac62573a revert loader changes that have clearly not undergone adequate testing before commit
19 years ago
Tilghman Lesher bdd24455b4 Bug 4377 - Round 2 of the loader updates
19 years ago
Luigi Rizzo b3ad3a7556 as discussed on the -dev list, introduce a macro to simplify the
19 years ago
BJ Weschke d09b5ff20b Doxygen typo fix.
19 years ago
Kevin P. Fleming 322f53d8b8 don't treat timeouts as errors in ast_cond_timedwait
19 years ago
Luigi Rizzo dde76c531c Replace ast_say_* functionn with function pointers, so that modules
19 years ago
Luigi Rizzo 6be9f52948 Fix a compile problem on FreeBSD for a missing header.
19 years ago
Joshua Colp 6cda4c3b8b Merged revisions 14234 via svnmerge from
19 years ago
Russell Bryant cfea89a29a update LOCAL_USER_ADD to use ast_calloc
19 years ago
Russell Bryant 4c82ac2e7a fix the return value for the provided unsetenv() for Solaris
19 years ago
Olle Johansson 2654b12320 - Doxygen fixes.
19 years ago
Russell Bryant 45651441ec When astmm is in use, define ast_malloc and friends to malloc, etc., so that
19 years ago
Russell Bryant 92f7c2d82d - remove some unnecessary extern keywords
19 years ago
Russell Bryant 0838e30076 move the definition of the mappings between extension states and their text
19 years ago
Russell Bryant 4279bf18f8 clarify which global options are enabled by default
19 years ago
Russell Bryant 4e6af293f9 add an option to cdr.conf that enables ending CDRs before executing
19 years ago
Olle Johansson f01ad20393 Doxygen fixes (we renamed a lot of README's recently)
19 years ago
Olle Johansson 0cbc59563f Doxygen reformatting
19 years ago
Tilghman Lesher bb92e0ec1f Bug 5702 - Realtime patch for meetme
19 years ago
Tilghman Lesher c6f691fbcc Merged revisions 11503 via svnmerge from
20 years ago
Tilghman Lesher 83f3233f5f Merged revisions 11165 via svnmerge from
20 years ago
Olle Johansson acfc219733 Reverting revision 10998 that was accidentaly committed to trunk. My apologies.
20 years ago
Olle Johansson dd5222fd30 Update to trunk
20 years ago
Tilghman Lesher 53936916ec Bug 6417 - Allow retrieval of raw CDR values
20 years ago
Kevin P. Fleming 302c943001 add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
20 years ago
Kevin P. Fleming 6204abdae2 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
20 years ago
Matt O'Gorman cff3864fa5 bug in the linkedlists macros where the prev node
20 years ago
Tilghman Lesher aa20c556f7 Bug 5984 - Convert file offsets to 64 bit
20 years ago
Russell Bryant df05e39e84 fix up some doxygen formatted comments
20 years ago
Tilghman Lesher e8877446f6 Bug 6515 - extra semicolon
20 years ago
Russell Bryant 118b277ab1 add StopMixMonitor application (issue #6122, with mods)
20 years ago
Tilghman Lesher 6f8cdb5c03 Define the initial values separate from the STATIC definitions
20 years ago
Russell Bryant 5f3af13a97 now that there are no modules that define their own version of
20 years ago
Kevin P. Fleming 4662d58b01 add API function for parsing strings to time_t (issue #6320, with mods)
20 years ago
Kevin P. Fleming 124b00c4a4 add 'systemname' option to prefix channel unique IDs with (issue #5825)
20 years ago
Tilghman Lesher f1209276fd Bug 4377 - Initial round of loader changes
20 years ago
Kevin P. Fleming ff7a90829d more list macro conversion (issue #6361, plus documentation for new macro)
20 years ago
Russell Bryant 2f2530b8e6 remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD
20 years ago
Russell Bryant c93149c635 fix a little typo
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Russell Bryant 8232b40884 eliminate warning on older versions of gcc
20 years ago
Russell Bryant 95151cead2 Merged revisions 9581 via svnmerge from
20 years ago
Mark Spencer 4a80fe5022 Add capability to retrieve list of channel types
20 years ago
Kevin P. Fleming 7b2988821a clean up SMDI support commit:
20 years ago
Matthew Fredrickson af07dc8883 Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
20 years ago
Russell Bryant 5384e654f7 remove windows-style line endings
20 years ago
Tilghman Lesher 34bcd0e0b6 Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Russell Bryant e01861fafd define a global null_frame object so when queueing a null frame, you don't
20 years ago
Russell Bryant fa5b5aa099 add a note to hopefully decrease the chance that someone forgets to increment
20 years ago
Mark Spencer 37815b2cce Merge Rizzo's waitfor update (bug #4584)
20 years ago
Kevin P. Fleming d8908a3f52 add channel-driver callbacks for variable length DTMF
20 years ago
Kevin P. Fleming cde6058aef make ast_read() able to handle channel read()/exception() methods that return a chain of frames
20 years ago
Kevin P. Fleming 4467ab62c8 string field manager improvements:
20 years ago
Russell Bryant a7b05ea51c convert ast_channel list to use linked list macros (issue #6338)
20 years ago
Olle Johansson 9434a05dc1 - Report SIP reload in manager (issue 5742 with small changes)
20 years ago
Russell Bryant 7df4257dbb eliminate some compiler warnings
20 years ago
Russell Bryant 9fd2746442 don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca
20 years ago
Russell Bryant 5d2cd87f41 remove optimization where its benefits are negligible
20 years ago
Russell Bryant 1946020208 - move ast_strdupa from channel.h to utils.h
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Matt O'Gorman c814734307 allows for use of the originate function from
20 years ago
Matt O'Gorman 8dc9457bb7 cli.h cleanup and additional documentation
20 years ago
Olle Johansson d791033430 Doxygen update
20 years ago
Matthew Fredrickson c4d3efb519 Small documentation update for new AST_FRAME_MODEM type
20 years ago
Matt O'Gorman 06f2040e6f added feature for pausing and unpausing the
20 years ago
Russell Bryant 55c8fc92a9 Various cleanups from comments in an email from Luigi Rizzo. Thank you!
20 years ago
Matt O'Gorman 3928ebd74f Made chan_agent code parsing more robust and
20 years ago
Matthew Fredrickson 1437a7255d More changes to make t.38 support work
20 years ago
Matthew Fredrickson 0f5e4e476a Changes to add udptl to asterisk (preliminary merging of the t.38 patch)
20 years ago
Matt O'Gorman 37b04c33cb As we no longer have chan_modem this file is not used
20 years ago
Russell Bryant 60174631fc add doxygen documentation and fix various issues with ast_dtmf_stream
20 years ago
Russell Bryant 752e3c8938 - add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but without the lock!
20 years ago
Russell Bryant e0d4fcfb55 lock list of translators *before* recalculating translation matrix.
20 years ago
Russell Bryant c3323723ed remove stray header
20 years ago
Russell Bryant 15fb0b2061 Add wrappers for commonly used memory allocation functions. These wrappers
20 years ago
Tilghman Lesher 935c80d5e6 Bug 5961 - new RAND() function
20 years ago
Matt O'Gorman 82a74beed4 Commiting bugfix 5310. added functions to astobj
20 years ago
Mark Spencer e2ef61814f Add support for H.264 with SIP and recording
20 years ago
Tilghman Lesher 33323ac720 Bug 6164 - Allow ast_skip_blanks on const strings without spewing warning
20 years ago
Tilghman Lesher d4ee9cb1a3 Bug 6162 - Constify manager_event arguments
20 years ago
Matthew Fredrickson 4401b7e67f Changes to allow receiving japanese callerid (Bug #5928)
20 years ago
Kevin P. Fleming 1fe5108763 ensure that string field 'build' operation only evaluates arguments one time
20 years ago
Tilghman Lesher f6bd113f02 Merged revisions 7827 via svnmerge from
20 years ago
Olle Johansson a312561ff8 Doxygen updates
20 years ago
Kevin P. Fleming 80fa9689b7 add memory-pool based string field management for structures
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Kevin P. Fleming cdf0303465 Merged revisions 7740 via svnmerge from
20 years ago
Olle Johansson 715a220850 Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update doxygen docs
20 years ago
Olle Johansson cc252f60d5 Bug #6118: Clean up list handling in image.c (drumkilla)
20 years ago
Russell Bryant 1946d7ae92 fix a couple of doxygen errors
20 years ago
Russell Bryant d41c5918b2 - fix some doxygen errors
20 years ago
Tilghman Lesher cdab512c9f Bug 5183 - Inline stack backtraces
20 years ago
Russell Bryant 85efb20313 minor cleanups ...
20 years ago
Russell Bryant 0da13c21b4 - move the string join() function to utils.c since it is used in both cli.c and res_agi.c
20 years ago