Commit Graph

729 Commits (04224c20362f94f99886d6b51adb7b90db62855f)

Author SHA1 Message Date
Russell Bryant 7ce2726c09 - convert the dundi precache list to use the list macros
19 years ago
Luigi Rizzo c305fb082d more simplifications
19 years ago
Luigi Rizzo 01360f6440 always trim the trailing ';'
19 years ago
Luigi Rizzo 33167fc41c comment usage of contexts
19 years ago
Luigi Rizzo 2c2f7e817b fix dereferencing freed memory
19 years ago
Luigi Rizzo 595955ea98 switch a couple of operands.
19 years ago
Luigi Rizzo 8faa2e7d44 put back some simplifications, this time really tested
19 years ago
Luigi Rizzo db14f6b107 revert ael.flex to the last correct version.
19 years ago
Luigi Rizzo 44f43f9eb1 another small set of simplifications
19 years ago
Russell Bryant b992d92742 - convert the lists of dundi_transactions to the list macros
19 years ago
Luigi Rizzo c22ef69d1f simplify logic (runtest passed).
19 years ago
Luigi Rizzo 85480376f7 more nword() usages, and mark some dubious places.
19 years ago
Luigi Rizzo f239ec2080 introduce a new frontend to npval for the very common case
19 years ago
Luigi Rizzo 5e746bf38f another client for switchlist_block
19 years ago
Luigi Rizzo 813f565de7 more merge of common blocks through intermediate rules.
19 years ago
Luigi Rizzo f4b05f86cc make destroy_pval able to handle a NULL value
19 years ago
Luigi Rizzo ce05a548c3 remove some commented-out code
19 years ago
Luigi Rizzo 36a26a9197 simplify updating the token position markers
19 years ago
Kevin P. Fleming 7343d311f1 simplify CFLAGS handling for subdirectories
19 years ago
Luigi Rizzo c5f779d0a0 more comments
19 years ago
Luigi Rizzo 9a8a037250 comment some code
19 years ago
Luigi Rizzo 6eb6343d9a more simplifications in the bison sources,
19 years ago
Russell Bryant 31cd56f76e remove unneeded define - it is already in asterisk.h
19 years ago
Russell Bryant 03d005e472 convert the dundi_request list to use the list macros
19 years ago
Russell Bryant dbbe944da8 convert existing comments to doxygen format
19 years ago
Russell Bryant 149e45924a fix indentation for this function
19 years ago
Russell Bryant fcb2809e45 immediately handle ast_strdupa result so that one more level of indentation
19 years ago
Russell Bryant ef775bbd66 fix the indentation of a large block
19 years ago
Russell Bryant ed320702d9 handle a memory allocation failure immediately so the following large block
19 years ago
Russell Bryant 4cfcacf6c9 - convert the list of dundi mappings to use the list macros
19 years ago
Russell Bryant d9fa5f3c89 change a list traversal to use a for loop
19 years ago
Russell Bryant c7fea723a3 fix the indentation of a large block of code
19 years ago
Russell Bryant 059f0bd108 immediately handle a memory allocation failure so the rest of the function
19 years ago
Russell Bryant d66de679d9 - convert some comments to doxygen format
19 years ago
Russell Bryant 8682a7378d add a small optimization for deleting all the members of a list
19 years ago
Luigi Rizzo c7a892d5f9 make the 'runtest' filter less strict on line numbers.
19 years ago
Luigi Rizzo d30ead1474 simplify handling of line numbers
19 years ago
Luigi Rizzo dad2812867 fix last known bug in computing columb numbers in error messages
19 years ago
Luigi Rizzo c1366df3d5 fix a bug in computing line numbers
19 years ago
Luigi Rizzo 799126216e - fix miscalculation in column numbers when multiple tabs
19 years ago
Luigi Rizzo 43bfe82828 last batch of npval -> npval2 changes
19 years ago
Luigi Rizzo 5291b89f30 more npval -> npval2 changes
19 years ago
Luigi Rizzo c9816d135d more npval -> npval2 conversions
19 years ago
Luigi Rizzo 304fbbd1b6 fix destructor for pval objects (thanks to Steve Murphy);
19 years ago
Luigi Rizzo 85ea0974f8 always call the destructor
19 years ago
Luigi Rizzo 456e27b453 document variable and options used.
19 years ago
Luigi Rizzo 810e701b1e document options, move objects of the same type close to
19 years ago
Luigi Rizzo 9033ecfaa2 slightly restructure a block to reduce nesting,
19 years ago
Luigi Rizzo f0d3175793 imore npval -> npval2 conversions
19 years ago
Luigi Rizzo cbbcc2047c more npval2 replacement, mark XXX dubious arguments
19 years ago
Luigi Rizzo 5c34366afc more npval -> npval2 replacement, and a fix for a likely
19 years ago
Luigi Rizzo dadafb65cf introduce a simplified interface for npval and start using it
19 years ago
Luigi Rizzo 54616839d7 formatting fixes
19 years ago
Luigi Rizzo 776a3da1a7 use ast_calloc for memory allocations
19 years ago
Luigi Rizzo 73ea5316b5 fix a couple of bugs in arguments to npval
19 years ago
Luigi Rizzo b37af2f16c remove some commented-out code
19 years ago
Luigi Rizzo a5fdd0d6b0 finish packing yylloc into macros
19 years ago
Luigi Rizzo e51725d6d4 add some comments to the code
19 years ago
Luigi Rizzo 7422c5495b more formatting cleanup
19 years ago
Luigi Rizzo 5591294c5e more dup removal
19 years ago
Luigi Rizzo 98d769c7c0 more duplicate removal
19 years ago
Luigi Rizzo ef8f9a28a3 remove duplicated code
19 years ago
Luigi Rizzo 53715e59cf staticize c_prevword()
19 years ago
Luigi Rizzo 073391cc63 more indentation fixes
19 years ago
Luigi Rizzo 20314914e8 use asprintf instead of malloc
19 years ago
Luigi Rizzo f7e55f9a47 more formatting cleanup
19 years ago
Luigi Rizzo c740982bef more indentation fixes
19 years ago
Luigi Rizzo 6c8c83c106 more formatting cleanup
19 years ago
Luigi Rizzo c081c8bdf7 cleanup formatting to emphsize common code blocks
19 years ago
Luigi Rizzo a8995c0bfd move similar blocks close to each other to make similarities
19 years ago
Luigi Rizzo e7d6df39d0 normalize and simplify the code for keeping track of line and column number.
19 years ago
Luigi Rizzo 2d33128385 define some flex constants for character sets.
19 years ago
Luigi Rizzo d19f767c3c uncomment some functions in the flex code that were actually
19 years ago
Luigi Rizzo a857016551 use \t to indicate a tab, and fix indentation for
19 years ago
Luigi Rizzo f52022fc6f remove common blocks of code with a macro (waiting for a better
19 years ago
Luigi Rizzo df5635d844 staticize some variables
19 years ago
Luigi Rizzo e141352fd9 comment behaviour of pbcwhere in preparation for its use
19 years ago
Luigi Rizzo aaf99191c8 include/asterisk/ael_structs.h:
19 years ago
Luigi Rizzo 55a24ef8cc whitespace-only change:
19 years ago
Luigi Rizzo 2de9dcb345 whitespace-only change:
19 years ago
Kevin P. Fleming dcccc2ed71 don't rely on default search paths for finding local include files
19 years ago
Luigi Rizzo 36807ad092 wrong path in include file.
19 years ago
Luigi Rizzo d85048d692 fix variable declaration in the middle of a block
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
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Kevin P. Fleming f515078c53 Merged revisions 19345 via svnmerge from
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
Luigi Rizzo 08dfc15553 whitespace and formatting fix postponed from last commit:
19 years ago
Luigi Rizzo 25a61b9e08 split pbx_load_module so we can reduce the indentation depth.
19 years ago
Luigi Rizzo 38f14cbca7 use FREE instead of free as pointer to the destructor function.
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Luigi Rizzo 94b886650c fix formatting
19 years ago
Luigi Rizzo ad47951739 minor code simplifications - no need to use temporary
19 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
19 years ago
Olle Johansson 16728da6a7 Whitespace fix forgotten by someone who added a note about needing to fix this...
19 years ago
Luigi Rizzo 4ca73f8ae4 as reported in mantis #6066, fix a bunch of cli bugs and
19 years ago
Russell Bryant 7298d3feb3 Merged revisions 15658 via svnmerge from
19 years ago
Luigi Rizzo d0bc6c20a7 - remove an unnecessary cast and recomputation of (timeout - now);
19 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
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
Mark Spencer c3447c7cce Fix a few compile warnings (turned errors) and disable -Werror on the
20 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Russell Bryant 2f2530b8e6 remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD
20 years ago
Kevin P. Fleming e7c198453d ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Russell Bryant 452f87a465 Merged revisions 9609 via svnmerge from
20 years ago
Russell Bryant 95151cead2 Merged revisions 9581 via svnmerge from
20 years ago
Kevin P. Fleming 407d3c289c use auto-build for pbx modules
20 years ago
Matt O'Gorman 7d03c33e0a Allows for user to uninstall asterisk binaries
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Kevin P. Fleming 065a368463 remove some more deprecated (pre-1.2) stuff
20 years ago
Russell Bryant 4a7cec937d remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
20 years ago
Tilghman Lesher 335cd7d3a2 Merged revisions 7908 via svnmerge from
20 years ago
Tilghman Lesher 32f05bfa95 Merged revisions 7848 via svnmerge from
20 years ago
Tilghman Lesher a84633ba26 Merged revisions 7831 via svnmerge from
20 years ago
Russell Bryant ef1ce7aec9 Merged revisions 7634 via svnmerge from
20 years ago
Tilghman Lesher 84d98f6b84 Merged revisions 7577 via svnmerge from
20 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Josh Roberson c203681525 Make conform to coding guidelines... thanks drumkilla :)
20 years ago
Josh Roberson 39407c4366 issue #5806
20 years ago
Kevin P. Fleming 492087f45f issue #5761
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Mark Spencer 8f965a06cb Never call load_module / unload_module
20 years ago
Kevin P. Fleming adb02d0107 issue #5354
20 years ago
Kevin P. Fleming 829447c811 issue #5701
20 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming 8fb55e2478 fix various bugs related to list handling of channel variables (issue #5548)
20 years ago
Russell Bryant b5326f99fc use ast_skip_blanks in pbx_ael
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant 65cb05b658 clean up DUNDiLookup application
20 years ago
Kevin P. Fleming a3df4cdda2 fix typo
20 years ago
Kevin P. Fleming 053326ac85 ensure that priorityjumping option returns to its default during reload if it is no longer specified in extensions.conf
20 years ago
Mark Spencer 7c99490b3a Fix ael if, while, else (bug #5370)
20 years ago
Mark Spencer bdef480cdd Back out improper freeing of variables
20 years ago
Russell Bryant 460655f31c allow semicolons to be escaped in call files (issue #5407)
20 years ago
Mark Spencer 1ae71d0b41 Fix memory leak in outbound calls (bug #5406, with mods)
20 years ago
Russell Bryant 779d033f21 move process_quotes_and_slashes to utils.c since it is used by both pbx_ael and pbx_config
20 years ago
Russell Bryant afb00fce12 Use Goto instead of GotoIf when jumping over the else block (issue #4660)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 1e854ea773 remove useless buffer initializations (issue #5134)
20 years ago
Kevin P. Fleming 6543de5620 use native-sign characters for strings (issue #5105)
20 years ago
Kevin P. Fleming f16cd5f39c use matching char types for strings (issue #5106)
20 years ago
Kevin P. Fleming 9519f6c5f4 clean up, use make functions instead of subshells, remove unused stuff
20 years ago
Kevin P. Fleming 27dda09b0f work around parsing problem by using GotoIf() (issue #4876)
20 years ago
Kevin P. Fleming ad21be9cc7 ignore equals-signs inside parens (issue #5022)
20 years ago
Mark Spencer d5a51058cc Fix AEL max character bug (bug #4837)
20 years ago
Kevin P. Fleming 5cc0413c54 add a global option to disable priority jumping in applications (when they get updated), settable in extensions.conf
20 years ago
Russell Bryant a9c7f50a09 Allow manager originate to specifiy more than one variable to be set.
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago
Russell Bryant da1d0363ca get rid of compiler warning
20 years ago
Russell Bryant 3c7779c766 fix some indentation
20 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
20 years ago
Kevin P. Fleming 232e7869e0 don't force autofallthrough to on (bug #4599)
20 years ago
Kevin P. Fleming 5769e90427 update to current loader API (bug #4574)
20 years ago
Kevin P. Fleming c4be3dfb53 make query cache time configurable (bug #4524)
20 years ago
Kevin P. Fleming 0e9d920a60 move tools used during build into build_tools subdirectory
20 years ago
Mark Spencer 33263739ca Oops
20 years ago
Kevin P. Fleming fb6f36387f dueling commits, mark won!
20 years ago
Mark Spencer 3ba6894cd5 AEL minor fixes (bug #4539)
20 years ago
Mark Spencer e0f057820a Add Asterisk Extension Language support (AEL) from Astricon talk
20 years ago
Kevin P. Fleming e5e64bfd41 header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming ce89d985f2 allow global variables to be reset on reload (defaults to off) (bug #4385)
20 years ago
Josh Roberson 43866b0ef2 Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin being open sourced, and able to run on x86, OSX isn't really suitable)
20 years ago
Russell Bryant 3c98814bb5 add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug #4320)
20 years ago
Russell Bryant 364e179b78 check to see if a comma or an open paren came first when splitting the application
20 years ago
Russell Bryant 7d3f5785e9 fix some more typos and clarity issues
20 years ago
Russell Bryant e82344f7e0 fix a little typo
20 years ago
Mark Spencer 00bcbaaa05 Fix gethostname calls (bug #4198, with mods)
20 years ago
Kevin P. Fleming 0fddec0421 remove obsolete module (still available in CVS history if needed) (inspired by bug #4127)
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Kevin P. Fleming a9831e75ee perform global variable substitution before splitting extension and cidmatch when reading in dialplan (bug #4035)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer fdff1f69b5 Add warning for _. match (bug #4032)
20 years ago
Kevin P. Fleming b052fe894b ensure that the random number generator(s) are always seeded with a different value during Asterisk startup
20 years ago
Kevin P. Fleming 3da361ee77 optimize file reading in pbx_spool (bug #3927)
20 years ago
Mark Spencer 6e764dc097 Fix spool files that lack their last return
20 years ago
Mark Spencer a0a2592025 Fix cross compiling (bug #3868)
20 years ago
Russell Bryant f0c880d6f6 silly typo
20 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
21 years ago
Josh Roberson d271dfa7af Fix build on OpenBSD and fix small typo. (Bug #3502)
21 years ago
Mark Spencer ab0566923b Include uniqueid in response for ManagerOriginate stuff (bug #3439)
21 years ago
Mark Spencer 9ae7f2430a Add dundi show peers summary stats (bug #3474)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 278a0a0891 Implement eswitch for evalulating variables at runtime (bug #3168)
21 years ago
Mark Spencer 92eb0c2018 More flagification, courtesy drumkilla (bug #3280)
21 years ago
Mark Spencer 8db8179f97 Fix DUNDi segfault
21 years ago
Mark Spencer 7abe9e6c16 List improvements from kpfleming (bugs #3166,#3140)
21 years ago
Mark Spencer cecda3fb67 Speed up ast_list macros (bug #3135)
21 years ago
Mark Spencer a519477534 Fix Realtime to work with MySQL and Postgres both (bug #3029)
21 years ago
Mark Spencer 61f25c3e92 Merge twisted's OSX compat fix (bug #3090)
21 years ago
Mark Spencer 9d40b8ee80 Merge slimey's Solaris compatibility (with small mods) (bug #2740)
21 years ago
Mark Spencer dc074b7029 Merge bkw's formatting and variable substitition (bug #2984)
21 years ago
Mark Spencer 8f2b687a95 Make realtime pbx understand patterns.
21 years ago
Mark Spencer a69c0016da Realtime improvements
21 years ago
Mark Spencer b48d2563ae Fix missing arguments
21 years ago
Mark Spencer 536d9d370e Minor realtime improvements
21 years ago
Mark Spencer fdfd69cca0 Add first pass at realtime
21 years ago
Mark Spencer 06221c4ec5 Fix leaky fd issue (bug #2832)
21 years ago
Mark Spencer 6cb38ac23a Add features (incomplete, highly experimental), fix DundiLookup app, debug improvements (bug #2800)
21 years ago
Mark Spencer 50010fd3d0 Fix "killa" console issue
21 years ago
Mark Spencer 9941b34dd8 Fix locking issues
21 years ago
Mark Spencer 5d93698d99 Fix off-by-one buglet
21 years ago
Mark Spencer bec04aa020 Misc code fixes (bug #2762)
21 years ago
Mark Spencer da13a5c885 Oopsies...
21 years ago
Mark Spencer f38c6ee7fa Make retrans timer less aggressive
21 years ago
Mark Spencer c46c83bc96 Complete DUNDi push (first pass) support
21 years ago
Mark Spencer 4c0c0db318 Preliminary "PRECACHE" / push support...
21 years ago
James Golovich 286ea2461d Use same defines for NetBSD as FreeBSD in pbx_dundi.c (bug 2716)
21 years ago
James Golovich 8009d53690 Pass format string
21 years ago
Mark Spencer 16e8f4ca35 Allow "dundi flush" to flush statistics too
21 years ago
Mark Spencer 11dfba3120 Add cache bypass mode
21 years ago
Mark Spencer 49da32e637 Oops
21 years ago
Mark Spencer 76b5be4c87 DUNDi performance enhancments and metrics for average lookup time.
21 years ago
Mark Spencer 382bbb68cc Add missing pbx_loopback file...
21 years ago
Mark Spencer 82cbf28993 Add "Loopback" switch
21 years ago
Mark Spencer 69a8f90814 Fix for FreeBSD (netbsd too?) (bug #2702)
21 years ago
James Golovich 1890e5d87e Cleanup dundi-parser.c
21 years ago
Mark Spencer 8c4657bddf Work on precaching
21 years ago
Mark Spencer a73fc9a283 Disable mac lookup, fix compile on NetBSD (bug #2680)
21 years ago
Mark Spencer 06dfca5d24 Add DUNDi.... (http://www.dundi.com)
21 years ago
Mark Spencer 996c8e7126 Add autofallthrough mode
21 years ago
Mark Spencer 9b702cc543 Don't build GTK console by default
21 years ago
Mark Spencer b4142e0cd2 Allow you to use labels with + to be nice to Tilghman.
21 years ago
Mark Spencer 027f79d840 Add '+foo' option, update sample config
21 years ago
Mark Spencer fce17976e9 Major PBX revamps (including labels, update examples)
21 years ago
Mark Spencer 34988d1ce9 Allow "n" or "next" and "s" or "same" in dialplan logic priorities
21 years ago
Mark Spencer 15c6bf0860 Add iax2 parsing for TNS/TON/PRES
21 years ago
Mark Spencer 04fc29c8b2 Huge callerid rework (might break H.323, others)
21 years ago
Mark Spencer 64b9a563f2 Make menu interruptible (bug #2377), Also fix PBX "add extension" CLI (bug #2289)
21 years ago
Mark Spencer de3528f0be Save CID and switches in "save dialplan" command (bug #2279)
21 years ago
Mark Spencer 7acee329e1 Merge BSD stack size work (bug #2067)
21 years ago
Mark Spencer 044ad2e2e7 Merge remaining audit patch (save dlfcn.c)
21 years ago
Mark Spencer fb3f2062fa Fix silly pbx spool buglet (bug #2007)
21 years ago
Mark Spencer 9b32ff1eeb Minor formatting fixes for pbx_wilcalu
21 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer 8c4cacbd58 Use ' instead of " for quoting in extensions.conf (bug #1872)
21 years ago
James Golovich d88a461764 Cleanup formatting
21 years ago
James Golovich db8da85266 Cleanup formatting
21 years ago
James Golovich bc80b3130d Cleanup formatting
21 years ago
Mark Spencer c53e76528d Allow escaping of commas as well as ability to use quotes (bug #1826)
21 years ago
Mark Spencer d208532e6e x86-64 compile fixes and cleanups
21 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
21 years ago
James Golovich 29718a5001 ast_strlen_zero changes
21 years ago
Mark Spencer f2ccbc81d9 Internationalize say_date_time, fix small pbx_config seglet (bug #1537)
21 years ago
James Golovich 0122a3ea08 Fix 'remove extension' completion
21 years ago
Mark Spencer ce44c6ec41 More select/poll updates for various applications
21 years ago
James Golovich dc383a7ee7 Make outgoing call spool only consider # a comment if at the beginning of a line or following whitespace (bug 1346)
21 years ago
James Golovich aacc5e108b Only update utime in pbx_spool.c if the file exists
21 years ago
James Golovich 1cf0d5ad9d Make pbx_spool update utime with every safe_append
21 years ago
Mark Spencer 71e80e5f62 Leave retry time alone, handle "opaque" stuff in message.
21 years ago
Mark Spencer 79668f0624 Correctly handle call flow with outgoing queue, avoiding retries while call acti
21 years ago
James Golovich 200ae67551 Update spool file times after we close the file (bug 1018)
22 years ago
James Golovich a23c89dd75 Fix some comments in pbx.c and pbx_config.c
22 years ago
Mark Spencer 83344af1c2 Fix add include (bug #966) and small update to bug 890
22 years ago
Mark Spencer 695422d698 Various minor cleanups (bug #931)
22 years ago
Mark Spencer 1c838758c3 Save global variables across "save dialplan" (bug #426)
22 years ago
Jeremy McNamara 171865492f revert half fixed bug (426)
22 years ago
Mark Spencer ee342cc3b8 Add ww's improved syslog support (bug #587)
22 years ago
Mark Spencer 3171dea6ef scanf != sscanf
22 years ago
Mark Spencer 250e28aaf4 Ignore leading spaces before application
22 years ago
Mark Spencer 143b3de606 Be less picky about spaces, and recognize invalid priorities
22 years ago
Martin Pycko 69bef6678a Fix a typo
22 years ago
Mark Spencer 4ce283ff18 Make it build and run on MacOS X
22 years ago
Mark Spencer 4d0e046a06 Verify includes, and give warnings if invalid (bug #429)
22 years ago
Mark Spencer b5bcecce5d Add DESTDIR support (bug #200)
22 years ago
Martin Pycko b239d0de27 Pass accountcode to outgoing spool call when originated with Context&Extension&Priority
22 years ago
Mark Spencer a97186b2f1 Fix some printfs to debugs
22 years ago
Mark Spencer ac19ba51bd Fix small logic errors (bug #242)
22 years ago
Mark Spencer 479a67e629 BSD portability enhancements (bug #234)
22 years ago
Mark Spencer aaf83cc86f Merge james's patch (bug #7)
22 years ago
Mark Spencer d3bdd36e46 depend stuff
22 years ago
Mark Spencer 37b7bccc61 Asterisk:
22 years ago
Mark Spencer 1bb58646de Totally revamp thread debugging to support locating and removing deadlocks
22 years ago
Mark Spencer 601df24372 Remember they have to be zero filled
22 years ago
Mark Spencer cd5a6fd5d8 Allow extension names, include context, and switches to use global variables
22 years ago
Mark Spencer e707a89e63 Allow globals in extensions.conf to reference previous variables
22 years ago
Martin Pycko f4341a13d0 Add the possibility to delete all the contexts registered by a certain registrar with ast_merge_and_delete routine; make it the default behaviour when reloding extensions
22 years ago
Martin Pycko cbd33586ac Add a safe way to reload extensions config (don't change/delete the current extenions until extensions.conf was parsed and the new set of extensions is created) and add "extensions reload" CLI command so we could reload only extensions.conf config file without touching config files of other modules
22 years ago
Mark Spencer 81a770b93f Save dialplan in new format
22 years ago
Mark Spencer 0ad12d0e0b Fix substantial typo in pbx_config
22 years ago
Mark Spencer 27ba5b8b62 Oops
22 years ago
Mark Spencer 4228090f88 Add and update .cvsignore files for .depend
22 years ago
Mark Spencer 1a3cd8e6ad dep fix, pbx fix
22 years ago
Mark Spencer 278d8a7319 Make pbx config work with astmm
22 years ago
Mark Spencer 80e0c565cd Retrieve confmute status from zap if it supports it
22 years ago
Mark Spencer 209a6d00f3 Fix pbx_wilcalu from occupying 100% CPU now that it's nonblocking, and add malloc debug
22 years ago
Mark Spencer c6179991b8 Make wilcalu non-blocking
22 years ago
Mark Spencer 6eeee2496b More BSD enhancements
22 years ago
Mark Spencer a71b49f405 More OpenBSD patches
22 years ago
Mark Spencer 89e0dd94a2 Add commonly used include headers
22 years ago
Mark Spencer f8755643cd Merge enhanced status changes, add SIP subscribe from Andre
22 years ago
Mark Spencer e6918cb42e Merge hint patch, add new variables, and misc. PBX cleanups
22 years ago
Matteo Brancaleoni 2c64ccad0f Tue Mar 18 07:00:01 CET 2003
23 years ago
Matteo Brancaleoni 61e446f04b dom mar 16 23:37:23 CET 2003
23 years ago
Matteo Brancaleoni 52a7b81e24 Thu Feb 13 07:00:00 CET 2003
23 years ago
Matteo Brancaleoni 2bd936105e mer feb 12 14:56:57 CET 2003
23 years ago
Mark Spencer 6315850d11 Version 0.3.0 from FTP
23 years ago
Mark Spencer 63ff352808 Version 0.3.0 from FTP
23 years ago
Mark Spencer 1650f8e882 Version 0.3.0 from FTP
23 years ago
Mark Spencer 5bbb08f041 Version 0.2.0 from FTP
23 years ago
Mark Spencer d233fd5d12 Version 0.2.0 from FTP
23 years ago
Mark Spencer ceab2dfcf9 Version 0.1.12 from FTP
23 years ago
Mark Spencer d5930d1fe8 Version 0.1.12 from FTP
23 years ago
Mark Spencer 71355b3fe0 Version 0.1.9 from FTP
24 years ago
Mark Spencer 707be9ed74 Version 0.1.9 from FTP
24 years ago
Mark Spencer ad0aa8091a Version 0.1.8 from FTP
24 years ago
Mark Spencer 58666d1759 Version 0.1.8 from FTP
24 years ago
Mark Spencer a71a6a44d3 Version 0.1.8 from FTP
24 years ago
Mark Spencer 73bec54be0 Version 0.1.8 from FTP
24 years ago
Mark Spencer 5d75c05877 Version 0.1.7 from FTP
25 years ago
Mark Spencer 22318b627d Version 0.1.7 from FTP
25 years ago
Mark Spencer e69da9d0ab Version 0.1.3 from FTP
25 years ago
Mark Spencer aa07102df2 Version 0.1.2 from FTP
26 years ago
Mark Spencer 42d4c7991c Version 0.1.1 from FTP
26 years ago
Mark Spencer f237713cab Version 0.1.0 from FTP
26 years ago
Mark Spencer 015bfa5f1a Version 0.1.0 from FTP
26 years ago
Mark Spencer f1d481cdc3 Version 0.1.0 from FTP
26 years ago
Mark Spencer a62da671af Version 0.1.0 from FTP
26 years ago
Mark Spencer 891ed0c02a Version 0.1.0 from FTP
26 years ago