Commit Graph

5936 Commits (eb4a86ee7b82c82f471d499ddcbae5237add6352)
 

Author SHA1 Message Date
Mark Spencer eb4a86ee7b Don't crash on recursive show extension foo@bar...
21 years ago
Jim Dixon b3d871f223 Added support for iaxrpt gui client
21 years ago
Russell Bryant 779d033f21 move process_quotes_and_slashes to utils.c since it is used by both pbx_ael and pbx_config
21 years ago
Russell Bryant afb00fce12 Use Goto instead of GotoIf when jumping over the else block (issue #4660)
21 years ago
Russell Bryant 21eb11c40e fix some gcc4 pointer signedness warnings and clean up some formatting
21 years ago
Mark Spencer 8087701923 iax2 parser cleanups
21 years ago
Russell Bryant 6f96370770 don't remove the ast_expr .c files when building testexpr2 since they are
21 years ago
Russell Bryant ff649ebc1b fix ENUMLOOKUP examples (issue #5244)
21 years ago
Russell Bryant bcaaea9ce6 add missing newline (issue #5243)
21 years ago
Russell Bryant 56ca94095a clean up singular vs. plural output for the 'show dialplan' CLI command
21 years ago
Kevin P. Fleming b28847320d add Pickup() application (issue #4865)
21 years ago
Jeremy McNamara 9ce1402c8b ok wtf, no compiler error here
21 years ago
Jeremy McNamara 59e784c96a I swore this compiled. Honest, officer
21 years ago
Kevin P. Fleming 29bdd1b424 add API for searching active channels by context/exten
21 years ago
Kevin P. Fleming b8f23573fa more license/copyright header updates (thanks Ian!)
21 years ago
Kevin P. Fleming d6ef44afe0 revert an optimization that didn't work (issue #5222)
21 years ago
Kevin P. Fleming 1a0ceef2db correct accidental logic reversal
21 years ago
Jeremy McNamara 3cba705808 Lets try this - an attempt to properly deal with DTMF
21 years ago
Jeremy McNamara 777e97ab26 clean up debug
21 years ago
Jeremy McNamara c1517d081a castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)
21 years ago
Kevin P. Fleming 4fb8ce1fd9 allow minimum/maximum registration intervals to be set on server side (issue #51111)
21 years ago
Kevin P. Fleming 981970c57b _really_ fix app_directory (doh... how did I miss this before?) (issue #5232, take two)
21 years ago
Kevin P. Fleming 44e3b6feb1 ensure that Record() will exit even if no audio is received from the channel (issue #4899)
21 years ago
Kevin P. Fleming 5bd40f4e11 revert a portion of issue #5138 which broke this app (issue #5232)
21 years ago
Kevin P. Fleming 509c285380 don't distribute compressed man pages,let the installer do it
21 years ago
Kevin P. Fleming c4d824cf71 error message generated using backwards logic (issue #5224)
21 years ago
Kevin P. Fleming f94a1d47d6 clean up ast_verbose(), don't hold the lock any longer than needed
21 years ago
Kevin P. Fleming fadae17355 don't leave a buffer not filled in when getting a REGACK (issue #5226)
21 years ago
Kevin P. Fleming ff41d6ab6c correct 'progressinband' parsing (issue #5209, different fix)
21 years ago
Kevin P. Fleming b68657fcec ensure that ast_safe_system() is thread-safe (issue #4947)
21 years ago
Kevin P. Fleming eb332490ff put items in RFC-specified order (issue #5217)
21 years ago
Kevin P. Fleming 02e5af9cf5 proper header name and attribution (issue #5218)
21 years ago
Kevin P. Fleming e30adc051f various niteroperability fixes (issue #5221)
21 years ago
Kevin P. Fleming e84273f392 use API call for setting call time limit (issue #5227)
21 years ago
Kevin P. Fleming 1ec15b9458 doc fixes (issue #5230)
21 years ago
Kevin P. Fleming d62b19048a spelling fix (issue #5231)
21 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
21 years ago
Kevin P. Fleming f6dff3608d allow channel receive gain to be adjusted while recording messages/greetings in voicemail (workaround for issue #2023 from the ancient past)
21 years ago
Russell Bryant 99b3d9206d delete streamplayer with 'make clean'
21 years ago
Kevin P. Fleming 4e7c01765f use a better name for structure element (when using named initializers)
21 years ago
Kevin P. Fleming 49ade5ed71 slightly clear argument processing
21 years ago
Kevin P. Fleming b42abc9ce0 deprecate EnumLookup() application
21 years ago
Kevin P. Fleming f2e6ac45ca don't abort Asterisk load if configuration not found (issue #5115)
21 years ago
Kevin P. Fleming ee696945de support all OSP authentication models (issue #5159)
21 years ago
Kevin P. Fleming 77ed1394b6 ensure that exten field is cleared when incoming number is not matched to an extension (issue #5203)
21 years ago
Kevin P. Fleming aa92d9c1f8 don't double define our own string functions on platforms that don't have them (issue #5169)
21 years ago
Kevin P. Fleming fc0b625da1 make While() able to find the matching EndWhile() for when the condition is zero (issue #5145)
21 years ago
Kevin P. Fleming 16cd2019b1 ensure that Manager hold/unhold events are generated even for non-bridged channels (issue #4594)
21 years ago
Kevin P. Fleming e60671d5bf make RTP handling errors less likely to crash Asterisk (issue #5172)
21 years ago
Kevin P. Fleming 811ec06cfd more documentation (issue #5174)
21 years ago