Commit Graph

15801 Commits (46c3a5373952f87f1c772667172cef510e6ff7f3)
 

Author SHA1 Message Date
Luigi Rizzo 46c3a53739 even uglier gui with more buttons
18 years ago
Kevin P. Fleming da14954bdc another minor ast_channel memory size decrease... for nearly all channels, 'dialcontext' is only going to be set once during the channel's lifetime, so make it a string field instead of a char array
18 years ago
Luigi Rizzo 52c6ee5155 add documentation on video console support
18 years ago
Olle Johansson b6b5525347 Merged revisions 126902 via svnmerge from
18 years ago
Olle Johansson f3170a4946 Merged revisions 126899 via svnmerge from
18 years ago
Olle Johansson 1626397996 Merged revisions 126844 via svnmerge from
18 years ago
Luigi Rizzo e2807b69a3 use %p to print a pointer
18 years ago
Olle Johansson 42bed356d1 Merged revisions 126789 via svnmerge from
18 years ago
Olle Johansson 983b851e3b Merged revisions 126735 via svnmerge from
18 years ago
Jeff Peeler 6ca7706e3c Blocked revisions 126680 via svnmerge
18 years ago
Jeff Peeler 8f216ea83a rename zapata.conf.sample to chan_dahdi.conf.sample
18 years ago
Matthew Fredrickson 5862f66c88 Add support to see MTP2 down events when the link layer drops in SS7
18 years ago
Russell Bryant 6f58a4f63a Merged revisions 126573 via svnmerge from
18 years ago
Luigi Rizzo ff8ad6b497 implement the 'freeze' function for incoming frames;
18 years ago
Luigi Rizzo f55143f0a6 fix an uninitialized variable
18 years ago
Olle Johansson 33a54ee23b The following patch with some changes for trunk...
18 years ago
Russell Bryant dc5c54eaf2 a few minor updates and typo fixes
18 years ago
Sean Bright dd0c0f3d38 Cast a few more strings to char *, so that we can compile cleanly against
18 years ago
Luigi Rizzo 1f7a4fb63d import the recent additions for video console into trunk,
18 years ago
Luigi Rizzo dc4c6733ac fix wrong argument in checking boundaries for a rectangle
18 years ago
Kevin P. Fleming 7b267dcb2f Blocked revisions 126395 via svnmerge
18 years ago
Kevin P. Fleming 71b3fd1ef7 various minor fixes created while i worked on getting *every* Asterisk module to build on laptop in dev mode:
18 years ago
Sean Bright a61f8794e3 This was bogus, need to find a better way.
18 years ago
Sean Bright e41a7c3d51 While we're at it, escape all the columns in our TDS queries as well. Double
18 years ago
Luigi Rizzo a768ae2122 implement a 'toggle' option for 'console mute' and 'console unmute'
18 years ago
Luigi Rizzo f03a2b158a add some defines and fields in preparation for the import of
18 years ago
Luigi Rizzo 03e7978a1a accept any name starting with X11 for X11 grabbers - this lets
18 years ago
Luigi Rizzo e6f17e50c4 make this compile after ast_frame's data field changed to a union
18 years ago
Sean Bright 044a7b945f Quote column names when inserting CDRs into postgres to avoid conflicts
18 years ago
Sean Bright 19830f3359 Merge in changes from my cdr-tds-conversion branch. This changes the internal
18 years ago
Kevin P. Fleming af671ade7e yay for airplane ride optimizations... sort the fields in ast_channel by alignment requirements, saving 36 bytes per instance on a 64-bit platform
18 years ago
Kevin P. Fleming ebb75866db fix silly syntax error
18 years ago
Kevin P. Fleming 118bc262ff add message when no UI for menuselect is present
18 years ago
Kevin P. Fleming 615d69cc61 use batch-mode (no user interface) menuselect for --check-deps operations
18 years ago
Sean Bright 8ddc7e949d Pretty up the 'cdr show status' output.
18 years ago
Tilghman Lesher 1503ea7128 Merged revisions 126056 via svnmerge from
18 years ago
Tilghman Lesher ed553a7c77 Separate multiple items encoded into a single field with ';'
18 years ago
Russell Bryant d4ddf14b6b Fix a typo. Someone on IRC copied this literally and then wondered why it
18 years ago
Matthew Fredrickson 512a022a95 Revert this part of the fix. We'll fix it in libss7
18 years ago
Matthew Fredrickson a68a212f53 Obviously somebody didn't compile with libss7 support when doing the DAHDI conversion.
18 years ago
Matthew Fredrickson 1b9d5d96e3 Add support for new commands to block/unblock all CICs on a linkset
18 years ago
Brett Bryant 4ebadd6d21 Small error in the function that converts peer transports to a string.
18 years ago
Tilghman Lesher cab9430106 Document DLA_UNLOCK and DLA_LOCK
18 years ago
Tilghman Lesher fcfe9beca3 Blocked revisions 125893 via svnmerge
18 years ago
Brett Bryant 12d5cebea2 Change the way that the transport option works for sip users. transport will now take multiple arguments, the first one listed will be the one used
18 years ago
Mark Michelson 67e2b82951 Optimization suggested by Russell to cache the value of pthread_self() so
18 years ago
Mark Michelson 6d1ebfbed5 Remove debug message
18 years ago
Mark Michelson ab7809ace9 Ensure the thread-safety of the monexec variable in app_queue.
18 years ago
Tilghman Lesher ed8698e493 Revert half of the fix, as this part may have been unnecessary (related to issue #12914)
18 years ago
Mark Michelson 556664b79d Remove an unneeded target from the Makefile
18 years ago