Commit Graph

126 Commits (ada1e768c46a689636de407e0692ea742894fd1f)

Author SHA1 Message Date
Mark Spencer d208532e6e x86-64 compile fixes and cleanups
21 years ago
Mark Spencer a3355d9fe2 Add "LOW_MEMORY" option and increase some buffer sizes (bug #1827)
21 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
21 years ago
James Golovich 7baf86bc8b Fix comment in pbx.c
21 years ago
Mark Spencer 6195dd35e0 Make ast_channel_walk become ast_channel_walk_locked
21 years ago
James Golovich 4b56cf02f0 Fix compiler warning
21 years ago
James Golovich 668f8161ab Make variables work in manager originate again
21 years ago
James Golovich 3e3642433b Code formatting fixes in pbx.c (still more todo)
21 years ago
James Golovich 9bb1b64d48 Change strlen calls to ast_strlen_zero in pbx.c
21 years ago
Mark Spencer 73b389da6c Add SayPhonetic and SayAlpha applications (bug #793)
21 years ago
Mark Spencer 5192a1a054 Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbers
21 years ago
Mark Spencer ce44c6ec41 More select/poll updates for various applications
21 years ago
Mark Spencer e30e0c5135 Use ast_strdupa instead of strdup in goto (bug #1465)
21 years ago
Mark Spencer 8a7f4bcd7a Hold the lock properly on async goto now that we have recursive mutex support.
21 years ago
James Golovich 295ce9fc8d Make extension matching non case sensitive. So 'T' and 't' are
21 years ago
Mark Spencer 13bca43aa8 Get rid of all that old needlock garbage now that we're using recursive mutexes
21 years ago
Mark Spencer 852422f4ab Add "WaitExten" application
21 years ago
Mark Spencer ef1f39d29e Save appl and data around exec (bug #1301)
21 years ago
Mark Spencer a925c1b306 Update security document, work on threading with pbx.c and small SIP fixes
21 years ago
Mark Spencer 61d1fd9a0e Make FAX enableable/disablabable, fix async goto support properly
21 years ago
Mark Spencer ce9e964c5f Fix LEN segfault (bug #1228)
21 years ago
James Golovich 146469ab19 Allow multiple switches in the same context (bug #1171)
22 years ago
James Golovich d97cc460b0 Fix pbx_builtin_atimeout comment
22 years ago
James Golovich a51ca42b18 Make the Wait application accept time with fractions of a second
22 years ago
Mark Spencer 550785ba29 Fix GotoIfTime if time is bad
22 years ago
Malcolm Davenport 3439c08170 Fix Bug # 981
22 years ago
James Golovich a23c89dd75 Fix some comments in pbx.c and pbx_config.c
22 years ago
James Golovich c278f09897 Fix ast_add_extension2 updating ast_exten correctly in certain cases
22 years ago
James Golovich d03dbf91a6 Add ${LANGUAGE} channel variable (bug #1078)
22 years ago
Mark Spencer bac2215fb6 Fix several memory leaks
22 years ago
Mark Spencer 28d980de3d Force update of the CDR before clearing channel (bug #974)
22 years ago
Mark Spencer 0cadef62c1 Stop searching once we find a match
22 years ago
Jeremy McNamara 8a8b2d0684 Make output more readable
22 years ago
Jeremy McNamara dade45942c temp fix for timed includes and GotoIfTime
22 years ago
Jeremy McNamara 4042e0f832 Out of memory conditions should be errors, not warnings. Bug #670
22 years ago
Mark Spencer 4468124abd Add ${TIMESTAMP} (bug #607) and don't ever ast_log from within handler
22 years ago
Jeremy McNamara 541568fbb6 deal with accountcode correctly and update CDR on a goto
22 years ago
Mark Spencer bfb27d0836 Make CALLTYPE available
22 years ago
Mark Spencer 64c02a2174 Make ${ACCOUNTCODE} available and document (bug #459)
22 years ago
Martin Pycko 4d5b31e943 Fix a typo
22 years ago
Mark Spencer 6e445e39a1 Make sure variables exists (bug #409)
22 years ago
Mark Spencer bc7b8ef41e Make HANGUPCAUSE accessible
22 years ago
Mark Spencer 4d0e046a06 Verify includes, and give warnings if invalid (bug #429)
22 years ago
Mark Spencer 765bc4a66c Create outgoing threads detached (bug #391)
22 years ago
Mark Spencer 285d3a4497 Update setlanguage documentation
22 years ago
Martin Pycko b239d0de27 Pass accountcode to outgoing spool call when originated with Context&Extension&Priority
22 years ago
Jeremy McNamara b64094d528 use timeout value insted of 0. Bug #286
22 years ago
Mark Spencer 249eef49d6 Move to asprintf (bug #252)
22 years ago
Martin Pycko c545cd3cf7 Create better 'failed' CDRs for outgoing spool calls with context,extension,priority
22 years ago
Martin Pycko a2ee614628 Fix getting ${UNIQUEID} value
22 years ago