Commit Graph

332 Commits (1cb1bbbe8dcbb744f26d81c879b4480ac52ea66a)

Author SHA1 Message Date
Kevin P. Fleming 808bcff9d0 minor documentation clarification
19 years ago
Jason Parker e247b8ab33 Playback() wasn't setting PLAYBACKSTATUS under several circumstances.
19 years ago
Matt O'Gorman 942768c022 fixes some verbose vs debug issues. patch from bug 2617
19 years ago
Russell Bryant 034a919e1f Fix a few issues related to the handling of channel variables
19 years ago
Russell Bryant 1eb2822b3b don't set state to BUSY if the channel is already in the UP state
19 years ago
Russell Bryant 4fb3d5bf31 remove duplicate mutex_unlock
19 years ago
Russell Bryant 0cce2fe2e9 fix another place where a frame does not get free'd
19 years ago
Kevin P. Fleming 75ca02dbaa backport some mutex initialization and linked list handling fixes from trunk
19 years ago
Tilghman Lesher d5a7d2e170 Bug 7196 - month range did not work
19 years ago
Russell Bryant d3d73f3499 add missing locking of the dialplan functions list in the "show functions"
19 years ago
Kevin P. Fleming 9d5f3974d3 properly handle brace-wrapped strings in variable/function references in the dialplan
19 years ago
Tilghman Lesher 9a13dc9d99 Bug 6957 - variable names beginning with CALLERID weren't substituted correctly
19 years ago
Joshua Colp bdea273046 Unlock channel on failure so that ast_mutex_destroy doesn't throw a fit (issue #6647 reported by casper)
19 years ago
Kevin P. Fleming 6c0ac0721e ensure that hint watchers (subscribers) cannot be added or removed while the dialplan is being modified
19 years ago
Tilghman Lesher 0bb7b71572 Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)
19 years ago
Tilghman Lesher ac1e4d72dd Bug 6835 - Updates to GotoIf help text
19 years ago
Joshua Colp d31a0d9e7b Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by casper)
19 years ago
Russell Bryant d3080cc1ae add locking to protect the list of global dialplan variables
19 years ago
Russell Bryant e27d844918 now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)
20 years ago
Russell Bryant 64b1d91701 add a modified fix to prevent writing outside of the provided workspace when
20 years ago
Russell Bryant ff83f7c6ed temporarily revert substring fix pending the result of the discussion in issue #6271
20 years ago
Russell Bryant 87c0cd2667 prevent the possibility of writing outside of the available workspace (issue #6271)
20 years ago
Russell Bryant bbb59b8c5e fix locking error - lock instead of unlock
20 years ago
Kevin P. Fleming 8452f6b494 ensure that hangups while incoming calls are in early state are handled properly (issue #5919)
20 years ago
Kevin P. Fleming d8c58ca6c8 initialize the buffer before using it...
20 years ago
Kevin P. Fleming 43f7956422 ensure that hints are allowed to use global variable references
20 years ago
Kevin P. Fleming 5fbe566524 inherit channel variables into channels created by Page() application (issue #5888)
20 years ago
Russell Bryant 5e3f4186da fix hint case sensitivity (issue #5856)
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Kevin P. Fleming ba349963a8 issue #5673
20 years ago
Russell Bryant 9b037b4872 clean up descriptions for built-in applications
20 years ago
Kevin P. Fleming 580d6f3482 issue #5664
20 years ago
Kevin P. Fleming 9b03ffc513 issue #2720
20 years ago
Kevin P. Fleming 0941c32d38 issue #5569 minus lock.h changes
20 years ago
Kevin P. Fleming 2ea48ce114 issue #5583
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming 8fb55e2478 fix various bugs related to list handling of channel variables (issue #5548)
20 years ago
Russell Bryant 3332a8acd1 clean up a lot of doxygen errors and warnings (issue #5522)
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant 6324072247 more doxygenification (issue #5513)
20 years ago
Mark Spencer 0b36348b12 Allow limitation by loadavg not just calls (should be BSD friendly)...
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Mark Spencer eace0101f2 The amazing disappearing and reappearing patch... This time with documentation explaining it.
20 years ago
Mark Spencer a16432e294 Setting variables should NOT overwrite prefixed (sorry! revert of 5444)
20 years ago
Mark Spencer 37add4fee5 Be sure to not consider prefix on variable updates (bug #5444)
20 years ago
Mark Spencer 68c2c01b1c Fix truth of strings
20 years ago
Kevin P. Fleming 28dacd0815 use English states in 'show hints' CLI command
20 years ago
Mark Spencer 3f285f03e1 If you're hanging up channels, be sure we clean it up...
20 years ago