Commit Graph

85 Commits (43cf15e339a7dae7d601a6175d69550a13e61952)

Author SHA1 Message Date
Kevin P. Fleming 43cf15e339 add support for per-module version numbers
21 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)
21 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
21 years ago
Russell Bryant 4fcf27b681 print out appropriate message when no help text is available for a command
21 years ago
Mark Spencer 38b7f7b4a4 Add optional call limit
21 years ago
Kevin P. Fleming 0356b70224 add functions to register/unregister multiple CLI commands in a single operation (bug #4255, with minor mods)
21 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)
21 years ago
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
21 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
21 years ago
Mark Spencer 730194d609 Merge Russell's formatting patch (bug #3838)
21 years ago
Mark Spencer c6cb8f9239 Allow debug to be enabled on a per-file basis...
21 years ago
Mark Spencer 18d9b26cf9 Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
21 years ago
Mark Spencer b6c4282a03 Merge anthm's CDR updates (bug #3595)
21 years ago
Mark Spencer e414807aaf Allow uptime to be displayed in seconds (bug #3510, with mods)
21 years ago
Mark Spencer 3f306552dd Fix agent moh issue (bug #3383)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 71675d14f9 Fix command completion issue (bug #3257)
21 years ago
Mark Spencer f19f4411e1 Fix additional typos (bug #3162)
21 years ago
Mark Spencer a479a033a1 Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALSA and OSS codec fixes (bug #3145)
21 years ago
Mark Spencer 9d40b8ee80 Merge slimey's Solaris compatibility (with small mods) (bug #2740)
21 years ago
Mark Spencer c46e21252c Big diet for struct ast_channel
21 years ago
Mark Spencer 53082f28e9 Fix compiler warning
21 years ago
Mark Spencer a71e44bbdc Minor command completion tweak (bug #988 bis)
21 years ago
Mark Spencer a53765b55a Fix initialization of CLI (bug #2861)
21 years ago
Mark Spencer 6cb38ac23a Add features (incomplete, highly experimental), fix DundiLookup app, debug improvements (bug #2800)
21 years ago
Anthony Minessale II 4f2438acab This patch adds a new api call:
21 years ago
Mark Spencer 3e5368b763 Provide module command completion (make twisted happy)
21 years ago
Mark Spencer 7c4337dc91 Add option for "show modules like" (bug #2643)
21 years ago
Mark Spencer f9bd7c1e9e Handle excessive entries properly (bug #2634)
21 years ago
Mark Spencer befaca888d Minor config updates, add module counts (bug #2593)
21 years ago
Mark Spencer b70b531699 Fix small verboseness bugs (bug #2602)
21 years ago
Mark Spencer 04fc29c8b2 Huge callerid rework (might break H.323, others)
21 years ago
Mark Spencer d8aff59a9e Add set debug option, make output for set verbose better (bug #2428)
21 years ago
Mark Spencer eb57ea95d6 reload documentation, don't display res in app_test...
21 years ago
Mark Spencer d77ae42896 Display elapsed time in hours/mins/seconds (bug #2365 kinda sorta)
21 years ago
Mark Spencer fd7577eed2 Don't try to look offhook with channel banks & Loopstart (bug #2362), also make individual modules reloadable...
21 years ago
Mark Spencer ccbc7a6835 Fix a couple minor command line completion issues
21 years ago
Mark Spencer f074b92823 Merge nicolasg's manager/cli patch (bug #2207)
21 years ago
James Golovich fa0ca01ffe Minor formatting fix from code audit in cli.c
22 years ago
Mark Spencer 8ed49644a6 Remaining rgagnon source audit improvements (bug #2011)
22 years ago
Malcolm Davenport c5e44cc3cb Bug # 1973: Change write to ast_carefulwrite
22 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
22 years ago
Mark Spencer 5546e32355 Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
22 years ago
Mark Spencer bad7cc9c14 Add "show channels concise" for machine readable format
22 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
22 years ago
James Golovich fa9a8d158a Hopefully last ast_strlen_zero fix in cli.c
22 years ago
Mark Spencer 6195dd35e0 Make ast_channel_walk become ast_channel_walk_locked
22 years ago
Anthony Minessale II 960c01e4c6 Patch Submitted by BKW on 5/10/2004 to chan_sip.c
22 years ago
James Golovich 6f9829fa5e Use ast_strlen_zero in cli.c
22 years ago
James Golovich 0f2bcccaba Free some cli memory
22 years ago