2005-09-24 |
Mark Spencer | Fix CLI memory leak (bug #5035) |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Mark Spencer | Fix directed pickup deadlock bug (bug #5270) |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Mark Spencer | Fix cut/paste error (bug #5282) |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Mark Spencer | Don't crash on recursive show extension foo@bar... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Jim Dixon | Added support for iaxrpt gui client |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Russell Bryant | move process_quotes_and_slashes to utils.c since it... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Russell Bryant | Use Goto instead of GotoIf when jumping over the else... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Russell Bryant | fix some gcc4 pointer signedness warnings and clean... |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Mark Spencer | iax2 parser cleanups |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Russell Bryant | don't remove the ast_expr .c files when building testex... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Russell Bryant | fix ENUMLOOKUP examples (issue #5244) |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Russell Bryant | add missing newline (issue #5243) |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Russell Bryant | clean up singular vs. plural output for the 'show dialp... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | add Pickup() application (issue #4865) |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Jeremy McNamara | ok wtf, no compiler error here |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Jeremy McNamara | I swore this compiled. Honest, officer |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | add API for searching active channels by context/exten |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | more license/copyright header updates (thanks Ian!) |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | revert an optimization that didn't work (issue #5222) |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | correct accidental logic reversal |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Jeremy McNamara | Lets try this - an attempt to properly deal with DTMF |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Jeremy McNamara | clean up debug |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Jeremy McNamara | castrate the logic in oh323_digit to pass DTMF no matte... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | allow minimum/maximum registration intervals to be... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | _really_ fix app_directory (doh... how did I miss this... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | ensure that Record() will exit even if no audio is... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | revert a portion of issue #5138 which broke this app... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | don't distribute compressed man pages,let the installer... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | error message generated using backwards logic (issue... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | clean up ast_verbose(), don't hold the lock any longer... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | don't leave a buffer not filled in when getting a REGAC... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | correct 'progressinband' parsing (issue #5209, differen... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | ensure that ast_safe_system() is thread-safe (issue... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | put items in RFC-specified order (issue #5217) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | proper header name and attribution (issue #5218) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | various niteroperability fixes (issue #5221) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | use API call for setting call time limit (issue #5227) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | doc fixes (issue #5230) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | spelling fix (issue #5231) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | update MANY more files with proper copyright/license... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | allow channel receive gain to be adjusted while recordi... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Russell Bryant | delete streamplayer with 'make clean' |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | use a better name for structure element (when using... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | slightly clear argument processing |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | deprecate EnumLookup() application |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | don't abort Asterisk load if configuration not found... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | support all OSP authentication models (issue #5159) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | ensure that exten field is cleared when incoming number... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | don't double define our own string functions on platfor... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | make While() able to find the matching EndWhile() for... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | ensure that Manager hold/unhold events are generated... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | make RTP handling errors less likely to crash Asterisk... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | more documentation (issue #5174) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | handle rport/received in Via headers properly (issue... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | add status variable output and jumping control to SendU... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | add token format specification support (issue #5199) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | extensive ENUM support update, including ENUMLOOKUP... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | more BSD portability fixes (issue #5155) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | ensure that agent channels don't get seized during... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Mark Spencer | Handle dialog updates to to tag properly (bug #5166) |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | ensure that the AGENTBYCALLERID_* variable is cleared... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | partial formatting cleanup |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Kevin P. Fleming | output 'our tag' in proper format |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Russell Bryant | ensure that user events are identified with the correct... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Kevin P. Fleming | check call limit in ast_pbx_start(), instead of waiting... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Mark Spencer | Try a more generally correct solution, for NFAS (bug... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Mark Spencer | Restart PRI when we come out of alarm if we're not... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Josh Roberson | don't send a 200 ACK before a 404 on invalid subscripti... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Mark Spencer | Fix permissions on safe_asterisk (bug #5193) |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Mark Spencer | Properly install appropriate sound files, prefix spy... |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Jim Dixon | Better improved HF interface |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Mark Spencer | Don't allow callwait to happen during initial ringdown... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Mark Spencer | Make sure RTP timestamps are accurate on playback |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Josh Roberson | Set filaneme BEFORE we return from open_mailbox() if... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Kevin P. Fleming | allow users of RTP to know when the peer endpoint is... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Mark Spencer | Increase PRI buffers just in case |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Matthew Fredrickson | Fix 'w' to correctly send sending complete on PRI |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Mark Spencer | Make lock logging reentrant when DEBUG_THREADS enabled |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Russell Bryant | don't use a signed buffer for data that the protocol... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Jim Dixon | Fixed signalling problem with pciradio |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Russell Bryant | add missing break (issue #5154) |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Kevin P. Fleming | add frame type for T.38, remove some unused stuff |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Kevin P. Fleming | oops :-) |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Kevin P. Fleming | portability fixes for NetBSD (issue #5151) |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Kevin P. Fleming | more Cygwin portability (issue #4678) |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Kevin P. Fleming | first set of Cygwin portability stuff (issue #4678) |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Kevin P. Fleming | ensure that MALLOC_DEBUG and 'make dont-optimize' don... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Russell Bryant | initialize these variables because they could be used... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | don't reject REGREL requests (issue #5152) |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | update prompts to match new meetme menus |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | ensure that TRANSFERSTATUS can return FAILURE (issue... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | enable DTMF monitoring when DYNAMIC_FEATURES are specif... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | remove useless buffer initializations (issue #5134) |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | ensure debug messages are only output if debug is enabl... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Matthew Fredrickson | Revert change that removed q931_call structure too... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | handle no-peer-specified-in-dial-string gracefully... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | add doxygen documentation (issue #5133) |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | put a limit on Macro depth (to combat recursion) (issue... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | clarify transmission failure message when RTP peer... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Kevin P. Fleming | convert a bunch of apps to use ast_goto_if_exists(... |
commit | commitdiff | tree | snapshot |
next |