Commit Graph

8446 Commits (d2d805274139bf729d7385265e5d22c8930543f8)
 

Author SHA1 Message Date
Joshua Colp d2d8052741 don't stop recording until hangup (no terminator) (issue #7168 reported by julien23)
19 years ago
BJ Weschke d1fc8d4687 Add UniqueID to the leave manager event.
19 years ago
Christian Richter 19d46333bf added callcounters for incoming and outgoing calls
19 years ago
Tilghman Lesher 5a8e7415c7 Merged revisions 29398 via svnmerge from
19 years ago
Tilghman Lesher 115e950b2c Blocked revisions 29394 via svnmerge
19 years ago
Tilghman Lesher 9e81cc3e0c Escaping commas within fields isn't always desireable.
19 years ago
Luigi Rizzo 76c47813fe remove code duplication generating some ast_verbose messages .
19 years ago
Luigi Rizzo 9bb0bfbebc use functional form of time()
19 years ago
Luigi Rizzo 82dbf5a4c1 use the functional form of time(), and mark XXX a couple of places
19 years ago
Luigi Rizzo afe7c46924 more constifications
19 years ago
Luigi Rizzo 322aff00c6 various constification of function arguments to prevent erroneous
19 years ago
Luigi Rizzo ba195ee2d4 the msg argument of the various transmi_response*() functions is const.
19 years ago
Luigi Rizzo 75c6b453a3 mark const the 'header' argument of gettag
19 years ago
Luigi Rizzo 1a709886e3 mark const the source of copy_request
19 years ago
Luigi Rizzo c76882a94a fix indentation to make a table more readable
19 years ago
Luigi Rizzo 3ade391d1d simplify register_peer_exten() removing some duplicated code.
19 years ago
Luigi Rizzo 734535011a use strsep() to trim away ;xxx from SIP messages.
19 years ago
Luigi Rizzo 8414445108 use a more compact method to trim the trailing ;... from SIP lines.
19 years ago
Luigi Rizzo 917182e286 annotate const parameters of copy_header()
19 years ago
Luigi Rizzo 27f4fb4990 src is const in parse_copy()
19 years ago
Luigi Rizzo 564ca6394a minor logic simplification in get_sip_pvt_byid_locked()
19 years ago
Luigi Rizzo 15b7465cd2 simplify logic in function create_addr()
19 years ago
Luigi Rizzo a234f92337 simplify logic in realtime_peer(), removing an unnecessary
19 years ago
Luigi Rizzo 94d3a99089 strcmp() is the right function to use here, not strncmp().
19 years ago
BJ Weschke 4733732b61 Merged revisions 29196 via svnmerge from
19 years ago
Russell Bryant 99f3f45625 put a bunch of defines in enums, and convert comments to doxygen format
19 years ago
Russell Bryant 3adeececd7 remove a CLI command that has been marked deprecated since before Asterisk 1.0
19 years ago
Luigi Rizzo ab5b298805 remove an unused variable, and while at it
19 years ago
Russell Bryant 4b49f667d2 remove unused variable
19 years ago
Russell Bryant 1fcc86d905 Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
19 years ago
Russell Bryant ed0b86c916 fix the possibility of writing one byte past the end of a buffer.
19 years ago
Russell Bryant b88c06b8b5 add some code optimizations, see the report for an explanation
19 years ago
Russell Bryant 9d53a3e7f5 - add a UserEvent action that allows a manager client to "broadcast" an event
19 years ago
Kevin P. Fleming db55898c0d Merged revisions 28968 via svnmerge from
19 years ago
Russell Bryant 0056379829 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28967 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant d8f4a04acc remove an unused variable, and default the user to asterisk if not specified
19 years ago
Russell Bryant f1a97c3b3f various fixes regarding coding guidelines issues
19 years ago
Russell Bryant bdc30b8d9d fix up another place where the code made assumptions about how space for
19 years ago
Kevin P. Fleming df6767fa52 Merged revisions 28896 via svnmerge from
19 years ago
Russell Bryant 0523e82f46 if a hostname is not specified, connect over a unix socket instead of
19 years ago
Russell Bryant 3d022d073a fix the build of func_realtime and aelparse with MTX_PROFILE enabled
19 years ago
Russell Bryant ebe974e9e4 defaults.h must be listed as a dependency after the cleantest because if it
19 years ago
Kevin P. Fleming 6d92d53d41 attributes need trailing CR-LF
19 years ago
Russell Bryant 0debd3dec2 allow chan_h323 to build (issue #7006, casper)
19 years ago
Kevin P. Fleming 429360320d let's use the proper variable here, instead of segfaulting (don't know how this worked for anyone at all)
19 years ago
Russell Bryant 004885c2fa Make the new behavior where the timestamp is checked on the call file before
19 years ago
Russell Bryant 4a8ed5c136 we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as well
19 years ago
Kevin P. Fleming 42e2cf61d8 Merged revisions 28794 via svnmerge from
19 years ago
Joshua Colp f6107d6826 Fix tab completion when you just do a plain tab without entering anything, and also fix show application tab completion. (issue #7089 reported by blitzrage)
19 years ago
Russell Bryant c91382a0a0 Merged revisions 28790 via svnmerge from
19 years ago