summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-23Fix app_disa to set the proper variable before goign to invalid (bug #5439)Mark Spencer
2005-10-21Fix DISA documentation (bug #5461)Mark Spencer
2005-10-20fix up help text (issue #5479)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-10-18Fix segfault in app queue when no cdr exists for the calling channel (bug #5462)Mark Spencer
2005-10-18Small paging fixups (bug #5460)Mark Spencer
2005-10-18Fix off-by-one issue with sort (bug #5459)Mark Spencer
2005-10-18Don't only accept AST_DEVICE_UNKNOWN when we're trying to determine if the de...Josh Roberson
2005-10-18implement TXTCIDNAME as a dialplan function and mark the application deprecatedRussell Bryant
2005-10-18remove unnecessary config file loadingRussell Bryant
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)Mark Spencer
2005-10-16minor changes and eliminate some compiler warningsKevin P. Fleming
2005-10-16Add muxmon application (bug #4735 with mods, thanks tony!)Mark Spencer
2005-10-14Don't wait for channels to answer before moving on!Mark Spencer
2005-10-14ensure Dial() options are sorted in help output (issue #5386)Kevin P. Fleming
2005-10-14ensure that message envelopes are retrieved from ODBC storage when advanced o...Kevin P. Fleming
2005-10-13make DISA() use 'i' extension if it exists (issue #5439 with mods)Kevin P. Fleming
2005-10-13remove unused variableKevin P. Fleming
2005-10-13add auto-monitor support (issue #5411)Kevin P. Fleming
2005-10-13update docs to reflect that priority jumping only occurs when the globalRussell Bryant
2005-10-13Fix crash in chanspy (bug #5332)Mark Spencer
2005-10-13Log timeouts in queues when the call timeout is set from the dialplan (Bug #5...Josh Roberson
2005-10-13make new app conform to coding guidelines :-(Kevin P. Fleming
2005-10-13Make sure paging can be duplex if necessaryMark Spencer
2005-10-12Fix "bug" of not being able to page multiple phonesMark Spencer
2005-10-11Fix directed pickup to a call that is up (bug #5425 with mods)Mark Spencer
2005-10-05properly report hangupcause when ast_request() fails for the last (or only) t...Kevin P. Fleming
2005-10-05add VMCOUNT() function to replace HasVoicemail/HasNewVoicemail apps (issue #5...Kevin P. Fleming
2005-10-05don't twiddle memory that doesn't belong to us (issue #5348)Kevin P. Fleming
2005-10-04fix memory leak and unload problems (issue #5380)Kevin P. Fleming
2005-09-30fix queues properly (issue #5300, take two)Kevin P. Fleming
2005-09-29ensure that app_queue won't crash if no members are defined via Realtime (iss...Kevin P. Fleming
2005-09-28make sure to LOCAL_USER_REMOVE in all cases where the application can exit (i...Russell Bryant
2005-09-28fix logic error that breaks queue exit (issue #5312)Russell Bryant
2005-09-26move variable declaration to the beginning of the function (issue #5299)Russell Bryant
2005-09-26don't drop the caller just because it's not time to play an announcement (iss...Kevin P. Fleming
2005-09-25support new version of OSP toolkit (issue #5168)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-25Fix meet me / local channel (bug #5274)Mark Spencer
2005-09-24fix copy-and-paste errorKevin P. Fleming
2005-09-24Fix directed pickup deadlock bug (bug #5270)Mark Spencer
2005-09-23Added support for iaxrpt gui clientJim Dixon
2005-09-15add Pickup() application (issue #4865)Kevin P. Fleming
2005-09-15more license/copyright header updates (thanks Ian!)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