Commit Graph

161 Commits (ed4b51a85e7927eb0a690db6db98dd2fbd321016)

Author SHA1 Message Date
Russell Bryant fc1fdac8f2 Merged revisions 83121 via svnmerge from
18 years ago
Joshua Colp 25597993d7 Extend manager show connected with additional information.
18 years ago
Jason Parker c7a9ec1691 (issue #10724)
18 years ago
Russell Bryant c3b4322469 Merged revisions 82867 via svnmerge from
18 years ago
Joshua Colp e4c8ac7abd (closes issue #10695)
18 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Joshua Colp 218241f174 Use the linkedlists.h macros for the manager action list.
18 years ago
Russell Bryant 06f618a1ca Remove an XXX comment noting that it would be nice for a declaration to be
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Joshua Colp 2db4e2b19b Move manager users list over to an rwlist.
18 years ago
Joshua Colp 58004e3741 Don't bother calling AST_RWLIST_EMPTY on a list before AST_RWLIST_TRAVERSE, it's just a double check.
18 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
18 years ago
Joshua Colp 97f5ed8be3 Make sure the idText variable is empty, and put it in the right place for the manager ack packet. (issue #10152 reported by srt)
18 years ago
Russell Bryant d2a85e5f64 After some discussion on the asterisk-dev list, we determined that this approach
18 years ago
Russell Bryant 1bb2c2a78f Add a CLI command to dump the built-in manager action documentation
18 years ago
Russell Bryant 3371051d74 Merged revisions 72926 via svnmerge from
18 years ago
Russell Bryant 408dbc4304 Merge changes from team/russell/http_filetxfer
18 years ago
Tilghman Lesher abe50d3e4b Merged revisions 72556 via svnmerge from
18 years ago
Russell Bryant 80166c6de8 Conversions to ast_debug()
18 years ago
Tilghman Lesher d6c0627c4f Merged revisions 71289 via svnmerge from
18 years ago
Jason Parker 7a1c2d94bb Add manager events for RTCP statistics.
18 years ago
Kevin P. Fleming 5fdba27ea2 Merged revisions 69392 via svnmerge from
18 years ago
Brett Bryant bbefe59e9d Couple of manager ssl options weren't loading because of a typo.
18 years ago
Jason Parker bd3de6d0f1 Change displayconnects option in manager.conf to be per-user.
18 years ago
Joshua Colp 21f5078843 Add username completion for manager show user CLI command. (issue #9929 reported by eliel)
18 years ago
Russell Bryant 1d57ccb6f7 Fix a bunch of doxygen errors and document more things
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Russell Bryant 7b75537684 Minor formatting change to test closing mantis issues through commit tags
18 years ago
Russell Bryant 3cc39e0fd0 Minor formatting change to test closing mantis issues through commit tags
18 years ago
Jason Parker ac8fc3ad2d Make sure we default allowmultiplelogin to on/yes, per the default stated in the config.
18 years ago
Russell Bryant 4b3a3fb14c Add a new API call for creating detached threads. Then, go replace all of the
18 years ago
Joshua Colp 22cf94111d Merged revisions 65902 via svnmerge from
18 years ago
Russell Bryant 7ee1303796 Add an option that lets you only allow one connection at a time for each
18 years ago
Jason Parker 8b5634e4b4 Merged revisions 63982 via svnmerge from
18 years ago
Russell Bryant 08d37d451b Merged revisions 63886 via svnmerge from
18 years ago
Russell Bryant 7c5aab75b0 Merged revisions 63804 via svnmerge from
18 years ago
Russell Bryant 6606166454 Convert spaces to tabs for indentation.
18 years ago
Olle Johansson 6da70edbcf Add "CoreStatus" - from the moremanager branch.
18 years ago
Olle Johansson 51f99c5265 - Add manager command CoreSettings
18 years ago
Russell Bryant a751038fbe Merged revisions 61787 via svnmerge from
18 years ago
Russell Bryant fa9d9af754 When building a JSON encoded string in the GetConfigJSON manager action, escape
18 years ago
Russell Bryant 97d0661327 Merged revisions 61690 via svnmerge from
18 years ago
Tilghman Lesher 438beb3a1b Merged revisions 61683 via svnmerge from
18 years ago
Tilghman Lesher 47dd5a15af Issue 6082 - New DTMF event for manager
18 years ago
Olle Johansson c1d8971831 Add hint to ExtensionStatus AMI event in manager
18 years ago
Russell Bryant 0a9750ef9f Merged revisions 60603 via svnmerge from
18 years ago
Russell Bryant 5f629360ec Merged revisions 60137 via svnmerge from
18 years ago
Russell Bryant 53dca1a7e4 Merged revisions 58165 via svnmerge from
18 years ago
Olle Johansson e916cf45da Doxygen updates and corrections
19 years ago