Commit Graph

194 Commits (5ad345f6b0d97dd4aa3ae16ef1f8dbf8ff49c1b2)

Author SHA1 Message Date
Mark Spencer 7acee329e1 Merge BSD stack size work (bug #2067)
21 years ago
Mark Spencer f3522b6c01 Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" option to meetme and add ${MEETME_EXIT_CONTEXT}, 3) Allow SIP call parking with supervised transfer, 4) Only create parking entries when calls actually get parked, 5) Add "sunshine" song, 6) Update hardware documentation, 7) Don't load empty strings from history file
21 years ago
Malcolm Davenport a322c6f411 chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115..next time read carefully. :)
21 years ago
Malcolm Davenport 9b0b4bf041 Bug # 2115: Allow Caller TON to be retrieved in the dialplan
21 years ago
Mark Spencer d3499da6fd Merge tilghman's app/appdata in newexten patch (bug #2104)
21 years ago
Mark Spencer daf76979ca Add options to background (bug #2075) and update documentation
21 years ago
Mark Spencer f202a8dbb3 Typo / whitespace fixes (bug #2052)
21 years ago
Mark Spencer 8ed49644a6 Remaining rgagnon source audit improvements (bug #2011)
21 years ago
Mark Spencer 7c97de2611 Give Busy() and Congestion() an optional timeout
21 years ago
Anthony Minessale II b1d9a040d4 bring justice to gotoif's always true bug
21 years ago
Mark Spencer eb6b35b75f Display invalid extension when there is one, fix minor OSP typo, Don't send 200 OK after 403 Forbidden on SUBSCRIBE
21 years ago
Jeremy McNamara 6f0a7f7a15 Add new built-in app 'SetAMAFlags'
21 years ago
Mark Spencer c9f168ed0f Add subaddress support (bug #1877)
21 years ago
Mark Spencer e6de64a5a9 Cleanup handling of complex expressions (bug #1919)
21 years ago
Mark Spencer 42ad569376 Commit remaining changes
21 years ago
Mark Spencer 27bb1601d3 Generate "failed" context on busy, too
21 years ago
Mark Spencer 5546e32355 Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
21 years ago
Mark Spencer 9cb185e126 Add "Progress" application
21 years ago
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
22 years ago
Mark Spencer ce9e964c5f Fix LEN segfault (bug #1228)
22 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
Mark Spencer a4c9fa34d9 Revert bug 176 patch entirely
22 years ago
Mark Spencer 00b83639fd More PBX fixes
22 years ago
Mark Spencer 56f915e783 CLeanup PBX patch and add localtime stuff for saytime (bug #168)
22 years ago
Mark Spencer faeb2e28f2 Add extended Matching functionality (bug #97)
22 years ago
Martin Pycko 4828759ab8 Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always save CDR record (even if the call fails). If the call fails try to see if there is
22 years ago
Mark Spencer ac19ba51bd Fix small logic errors (bug #242)
22 years ago
Mark Spencer 441be8c4d7 Add ResetCDR application (with mods) (bug #235)
22 years ago
Mark Spencer 541a3eb0b1 Change printf to ast_log (bug #238)
22 years ago
Mark Spencer fb1c18e6fd Add ${DNIS}
22 years ago
Mark Spencer 884c178142 iTholo fixes
22 years ago
Mark Spencer 7893c6b188 Update CDR's when changing extensions
22 years ago
Mark Spencer aaf83cc86f Merge james's patch (bug #7)
22 years ago
Mark Spencer 384072d44c Don't run hangup extension when KEEPALIVE is returned (bug #120)
22 years ago
Mark Spencer 63373352e5 Be sure workspace is initialized
22 years ago
Mark Spencer 1bb58646de Totally revamp thread debugging to support locating and removing deadlocks
22 years ago
Martin Pycko fac1fb13da Revert the change in GotoIfTime
22 years ago
Martin Pycko e13c4fac01 Fix the GotoIfTime application
22 years ago
Mark Spencer e707a89e63 Allow globals in extensions.conf to reference previous variables
22 years ago
Mark Spencer 34b28107e2 Minor fixes
22 years ago
Martin Pycko 1521e09083 pbx.c didn't get updated
22 years ago
Martin Pycko fb1aeaa66c pbx.c didn't get updated last time
22 years ago
Jeremy McNamara c9472cabee fix invalid synopsis on SetAccount
22 years ago
Martin Pycko 20af2eb571 Another typo!
22 years ago
Martin Pycko a0f9b1a2ed Fix a typo
22 years ago
Mark Spencer 3bd078e428 Merge goto if patch
22 years ago
Martin Pycko b66f9e2579 Don't enter the LEN() routines if the variable name was not found
22 years ago
Mark Spencer 7540c30f54 Make variable with invalid extension
22 years ago
Mark Spencer 6407936c27 manager unique id
22 years ago
Mark Spencer 5b7ef7bfa3 Use digit/response timeouts
22 years ago
Martin Pycko 731dccfccc Add the variable LEN(STRING) to retrieve the length of the STRING
22 years ago
Martin Pycko 521e6eece4 Somehow it didnt' get updated with the previous patch
22 years ago
Mark Spencer 047bc4bd88 Add unique identifier
22 years ago