summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-26don't drop the caller just because it's not time to play an announcement (iss...Kevin P. Fleming
2005-09-25clean update devicestate function, ensure that it can return AST_DEVICE_UNKNO...Kevin P. Fleming
2005-09-25support new version of OSP toolkit (issue #5168)Kevin P. Fleming
2005-09-25ensure result buffer is initialized (issue #5285)Kevin P. Fleming
2005-09-25correct logic errors (issue #5258)Kevin P. Fleming
2005-09-25correct sense of logic test (issue #5259)Kevin P. Fleming
2005-09-25Make curl a functionMark Spencer
2005-09-25Handle authenticating *to* realtime peers (bug #5269)Mark Spencer
2005-09-25Fix expressions on Big Endian platforms (issue #5233)Russell Bryant
2005-09-25Fix manager EINTR issue (bug #5247)Mark Spencer
2005-09-25Fix restart in Mac OSX (bug #5251)Mark Spencer
2005-09-25Fix meet me / local channel (bug #5274)Mark Spencer
2005-09-25Fix GetVar manager action result (bug #5275)Mark Spencer
2005-09-25Fix CLI completion issue (bug #5041)Mark Spencer
2005-09-25Null out call number on release complete when number is unallocated (bug #4633)Mark Spencer
2005-09-24fix copy-and-paste errorKevin P. Fleming
2005-09-24Fix CLI memory leak (bug #5035)Mark Spencer
2005-09-24Fix directed pickup deadlock bug (bug #5270)Mark Spencer
2005-09-24Fix cut/paste error (bug #5282)Mark Spencer
2005-09-24Don't crash on recursive show extension foo@bar...Mark Spencer
2005-09-23Added support for iaxrpt gui clientJim Dixon
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...Russell Bryant
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)Russell Bryant
2005-09-23fix some gcc4 pointer signedness warnings and clean up some formattingRussell Bryant
2005-09-21iax2 parser cleanupsMark Spencer
2005-09-19don't remove the ast_expr .c files when building testexpr2 since they areRussell Bryant
2005-09-18fix ENUMLOOKUP examples (issue #5244)Russell Bryant
2005-09-18add missing newline (issue #5243)Russell Bryant
2005-09-16clean up singular vs. plural output for the 'show dialplan' CLI commandRussell Bryant
2005-09-15add Pickup() application (issue #4865)Kevin P. Fleming
2005-09-15ok wtf, no compiler error hereJeremy McNamara
2005-09-15I swore this compiled. Honest, officerJeremy McNamara
2005-09-15add API for searching active channels by context/extenKevin P. Fleming
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-15revert an optimization that didn't work (issue #5222)Kevin P. Fleming
2005-09-15correct accidental logic reversalKevin P. Fleming
2005-09-15Lets try this - an attempt to properly deal with DTMFJeremy McNamara
2005-09-15clean up debugJeremy McNamara
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)Jeremy McNamara
2005-09-15allow minimum/maximum registration intervals to be set on server side (issue ...Kevin P. Fleming
2005-09-15_really_ fix app_directory (doh... how did I miss this before?) (issue #5232,...Kevin P. Fleming
2005-09-15ensure that Record() will exit even if no audio is received from the channel ...Kevin P. Fleming
2005-09-15revert a portion of issue #5138 which broke this app (issue #5232)Kevin P. Fleming
2005-09-15don't distribute compressed man pages,let the installer do itKevin P. Fleming
2005-09-15error message generated using backwards logic (issue #5224)Kevin P. Fleming
2005-09-14clean up ast_verbose(), don't hold the lock any longer than neededKevin P. Fleming
2005-09-14don't leave a buffer not filled in when getting a REGACK (issue #5226)Kevin P. Fleming
2005-09-14correct 'progressinband' parsing (issue #5209, different fix)Kevin P. Fleming
2005-09-14ensure that ast_safe_system() is thread-safe (issue #4947)Kevin P. Fleming
2005-09-14put items in RFC-specified order (issue #5217)Kevin P. Fleming