Commit Graph

8118 Commits (a10d238d6c72157aaead271abae5827c1ba7432e)
 

Author SHA1 Message Date
Russell Bryant a10d238d6c Merged revisions 24496 via svnmerge from
19 years ago
Luigi Rizzo 2d5900391b remove variable declarations in the middle of two blocks.
19 years ago
Luigi Rizzo 5522238a7e remove useless variables, and argument checks for functions
19 years ago
Luigi Rizzo d7a2c4547b document that ast_cdr_answer is happy with a NULL argument
19 years ago
Luigi Rizzo d1caf26728 no point in clearing a local variable just before return
19 years ago
Luigi Rizzo b569ebd593 more simplifications
19 years ago
Luigi Rizzo 5f612f9ae6 consistent rule for goto...
19 years ago
Luigi Rizzo e5b0c721e5 remove another useless nonterminal
19 years ago
Luigi Rizzo 34d67f7d09 remove a useless nonterminal
19 years ago
Luigi Rizzo 49227c7ba1 more simplifications
19 years ago
Luigi Rizzo 7695df3896 remove more shift-reduce conflicts
19 years ago
Luigi Rizzo 820ef22951 remove a redundant rule
19 years ago
Luigi Rizzo 673607f87a reduce shift/reduce warnings
19 years ago
Luigi Rizzo 9ebc190fdc simplify case_statements
19 years ago
Luigi Rizzo e2e92e49a6 switch statement in one place
19 years ago
Joshua Colp b82b277790 Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get_from_jb and expire_registry works to get rid of certain crash scenarios. Finally - change the way expire_registry works when realtime autoclear is enabled to be a bit more efficient.
19 years ago
Luigi Rizzo 7cc4511fa2 common syntax for context name
19 years ago
Olle Johansson 9c60f78ea1 Issue #7074 - Problem with long contact lines
19 years ago
BJ Weschke 094a5b2974 Remove the svnmerge-integrated property accidentally merged in from the func_realtime branch merge last night.
19 years ago
Kevin P. Fleming 0abc9b0bd7 test commit to ensure the server is happy again
19 years ago
BJ Weschke a9281a1142 Introducing the REALTIME() dialplan function
19 years ago
Luigi Rizzo 34dcc89e24 another instance of context name
19 years ago
Luigi Rizzo 7a625b894d fix a bug previously introduced in the handling of timespec.
19 years ago
Olle Johansson 7bbb6bd3aa - fix typo in rtp.c, devicestate.h
19 years ago
Luigi Rizzo 0cf25becb9 simplify case statements
19 years ago
Luigi Rizzo 05d2b78132 one more instance of assignment
19 years ago
Luigi Rizzo 0e8e343e1f global_statement is really an assignment statement
19 years ago
BJ Weschke 30bb866a42 Make certain ast_stopstream() sets the channel's stream members to NULL after closing them. #7067 (jcomellas)
19 years ago
BJ Weschke 844205f3f9 Don't bring in r24295 into /trunk since it's going to have it's own different patch.
19 years ago
BJ Weschke 857f2e8d41 Record bridge channel unique id in "CONNECT" queue_log entry and the corresponding manager event. #6522 (nording) w/ documentation additions where appropriate
19 years ago
Luigi Rizzo b222d1247f expressions used in if, while, switch are all of the same kind
19 years ago
Luigi Rizzo 99dec41a4c macro statements can be empty
19 years ago
Luigi Rizzo 65b8f8365e empty arglists are valid
19 years ago
Luigi Rizzo 3173305448 rename the rule for context names properly
19 years ago
Luigi Rizzo 9eaa57bebc simplify handling of 'include' lists
19 years ago
Luigi Rizzo 827abbf46e ... and use a single rule for timespec
19 years ago
Luigi Rizzo 7b10b81a58 use a single rule to parse timeranges hh:mm-hh:mm
19 years ago
Luigi Rizzo 5c940c74a6 if/ifTime/random statements are all the same thing
19 years ago
Luigi Rizzo 16f94523ad includedname is just a regular word_or_default name,
19 years ago
Luigi Rizzo df3f8aa2b9 remove useless 'extern' declaration
19 years ago
Russell Bryant 7c46ef67ad instead of just building local object files for ast_expr2.o and ast_expr2f.o,
19 years ago
Russell Bryant 5c63335486 allow for a non-optimized build that does not get installed
19 years ago
Luigi Rizzo 5cbf333fee remove some unneeded local variables.
19 years ago
Christian Richter 7f58902bf3 use set_callerid to update callerid with prefix
19 years ago
Luigi Rizzo f262d06975 more usage of nword(). I think the references to source
19 years ago
Luigi Rizzo d8e1ad052a more simplifications involving linku1
19 years ago
Luigi Rizzo 182a536722 correct linku1() to handle the case tail = NULL correctly.
19 years ago
Christian Richter 63b0baa757 returning 128 emtpy Frames instead of null frame.
19 years ago
Russell Bryant 0765f065ca staticize the list heads from my recent conversions to list macros
19 years ago
Russell Bryant 34e0ae0e6a The build of aelparse was still broken in some cases, so instead of having to
19 years ago