Commit Graph

5922 Commits (b8f23573fa67c3e2d99b9a49aa85560902c60c6c)
 

Author SHA1 Message Date
Kevin P. Fleming 17fee8dc68 various code formatting changes and cleanups related to bug #4706
21 years ago
Kevin P. Fleming 7dfba67f7d ensure that channels that are busy/congested are marked AST_STATE_BUSY (bug #4706)
21 years ago
Kevin P. Fleming 494d253efe more ifdef cleanup to match proper Linux macros
21 years ago
Josh Roberson 937740bd89 Fix breakage caused by bug #4669. Next time let's test the build on
21 years ago
Kevin P. Fleming b6486df40e first phase of proper fix for portable string function problems (bug #4669)
21 years ago
Kevin P. Fleming dcfabce0e4 restore count_messages for ODBC storage to proper behavior (bug #4711)
21 years ago
Kevin P. Fleming 86e17a7487 clean up maxmsg parsing, and ensure default applies to Realtime voicemail users
21 years ago
Russell Bryant 3c7779c766 fix some indentation
21 years ago
Kevin P. Fleming 990bba90a7 ensure we record the last seqno we transmitted (bug #4659)
21 years ago
Russell Bryant 1d731c6d2a clarify comment
21 years ago
Russell Bryant ad1858bebc add ability to have a file, ~/.asterisk.makeopts, that will be included in
21 years ago
Kevin P. Fleming f50c27c355 don't ignore hardcoded CLID from zapata.conf when usecallerid=no
21 years ago
Kevin P. Fleming 9a7a5d5623 fix up lock breakage from bug #4245
21 years ago
Russell Bryant f62a613d24 fix big endian compilation issue
21 years ago
Kevin P. Fleming aaa057778c add create_addr_from_peer, to use an existing peer reference
21 years ago
Kevin P. Fleming 1432749293 add QueueStatusComplete event (bug #4694 with minor mods)
21 years ago
Matthew Fredrickson 91f84f9098 Update variable name to match docs
21 years ago
Russell Bryant 709689f76e fix typo in app description (bug #4697)
21 years ago
Kevin P. Fleming 5b11473088 send final 3 RFC2833 packets with same seqno (bug #4659)
21 years ago
Russell Bryant 38717a75c6 add a dialplan function to get and set the music on hold class
21 years ago
Kevin P. Fleming 79760d4802 add support for multiple-digit extensions in queue exit contexts (bug #4690)
21 years ago
Kevin P. Fleming 85eb4c9afb support DTX and CNG in speex (bug #4608)
21 years ago
Kevin P. Fleming 676116f2e2 add UTC tag to date string so users are aware of the time offset
21 years ago
Kevin P. Fleming 37184c4244 revert patch from bug #4532 until CPU consumption problem can be resolved
21 years ago
Kevin P. Fleming 4bcf6f7806 fix logic error in searching for channel by name (bug #4684)
21 years ago
Russell Bryant b62623fdaa convert ast_copy_string to use AST_INLINE_API macro (bug #4682)
21 years ago
Russell Bryant 4f64fe03f0 get rid of compiler warning (bug #4682)
21 years ago
Kevin P. Fleming 24f9f8586b cast constants into the proper type (bug #4686)
21 years ago
Kevin P. Fleming 7276c684c4 clean up and reorganize vm_intro_it (bug #4683, with formatting changes)
21 years ago
Kevin P. Fleming c59c42e166 don't declare variables inside a code block (bug #4681)
21 years ago
Mark Spencer 3916b7e41b Fix IAX2 encryption (really, bug #4500 for reference)
21 years ago
Kevin P. Fleming 0313d0b9c5 add privacy/screening functionality to app_dial (bug #752)
21 years ago
Kevin P. Fleming 9985055fd7 add support for say_number in Hebrew (bug #4420)
21 years ago
Kevin P. Fleming 2c79cc2fc6 correct arguments being passed to external notify function (bug #4595)
21 years ago
Kevin P. Fleming 99c29d7053 support a configurable number of mailboxes per folder (bug #4229)
21 years ago
Kevin P. Fleming 1ea58b4517 support military-style time announcing ('hundred' instead of 'o-clock') (bug #4605)
21 years ago
Kevin P. Fleming a803ef7af0 pick up calling ANI information from libpri (bug #4571)
21 years ago
Kevin P. Fleming d7e09f233f allow explicit source address/port selection for peers (bug #4257, with minor mods)
21 years ago
Kevin P. Fleming b06daf5859 make 'webvmail' installation directories more configurable (bug #4649)
21 years ago
Kevin P. Fleming 97671a2b05 add 'exit context' and 'only stop on match' options to Background app (bug #4511)
21 years ago
Russell Bryant e2d42d2551 update the password in memory as well when using externpass (bug #4602)
21 years ago
Kevin P. Fleming 16c5ee5d56 fix voicemail path locking problems (bug #4245)
21 years ago
Kevin P. Fleming 58d1d59cab simplify (and document!) macro for inlinable API functions (inspired by bug #4603, with slightly different implementation)
21 years ago
Russell Bryant 3cfa36143e properly handle the return of the rowcount from ast_update_realtime (bug #4452)
21 years ago
Kevin P. Fleming 771f699cdd fix threading portability problem with FreeBSD (bug #4532)
21 years ago
Kevin P. Fleming be9d72b11d remove complex malloc-avoidance (bug #4601)
21 years ago
Russell Bryant e24821e1cf fix off by one errors in calls to ast_copy_string (bug #4600)
21 years ago
Kevin P. Fleming eb397f08df reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used between the arguments
21 years ago
Kevin P. Fleming 8079f53c01 don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)
21 years ago
Matthew Fredrickson e67bc60c40 Make PRI debug easier to read if you're not using NFAS
21 years ago