summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2005-05-16return CHANUNAVAIL for unregistered peers, not CONGESTION (bug #4276)Kevin P. Fleming
2005-05-15add EVAL function, deprecate Eval application (bug #4277)Kevin P. Fleming
2005-05-15rename SetVar application to Set, deprecate SetVarKevin P. Fleming
2005-05-15Fixed transmit/link hang problem and autopatch wierdnessJim Dixon
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...Kevin P. Fleming
2005-05-15support Swedish and Norwegian mailbox intros (bug #4227)Kevin P. Fleming
2005-05-15allow caller to exit during position announcement by pressing valid exit key ...Kevin P. Fleming
2005-05-15add silent option to VMAuthenticate application (bug #4157)Kevin P. Fleming
2005-05-10Fix to bug 4118Matthew Fredrickson
2005-05-08Update groupcount / db documentation (bug #4200, etc)Mark Spencer
2005-05-08Convert app_db to function variables (bug #4201)Mark Spencer
2005-05-08Fix chan_spy on Solaris (bug #4204)Mark Spencer
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-05-08Allow transfer to work without a tech (bug #4199)Mark Spencer
2005-05-07use ast_strcasestr (bug #4203)Russell Bryant
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming
2005-05-05function formatting and header order cleanupRussell Bryant
2005-05-04add app_dictate (bug #3893)Kevin P. Fleming
2005-05-04add GROUP_COUNT and GROU_MATCH_COUNT functions, deprecate GroupCount and Grou...Kevin P. Fleming
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)Kevin P. Fleming
2005-05-04return proper string from description function (bug #4150)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-29formatting cleanup (bug #4109)Kevin P. Fleming
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...Kevin P. Fleming
2005-04-27help text cleanups (bug #4072, with mods)Kevin P. Fleming
2005-04-27support old single-column options for realtime voicemail (bug #4080)Kevin P. Fleming
2005-04-22report the number of rows updated when using RealTime update method (bug #4066)Kevin P. Fleming
2005-04-21fix various compiler warningsKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-16Remove useless declaration (bug #4040)Mark Spencer
2005-04-15Add 'n' option to dial for "nojump" (bug #4034)Mark Spencer
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-04-13just formattingRussell Bryant
2005-04-13Fix so that asterisk continues to build if libcurl is not present or the correctMatthew Fredrickson
2005-04-13support postfix options in voicemail apps (prefix options still supported usi...Kevin P. Fleming
2005-04-13ensure that the random number generator(s) are always seeded with a different...Kevin P. Fleming
2005-04-13add missing newline (bug #4018)Russell Bryant
2005-04-11Add calling party DTMF (bug #3994)Mark Spencer
2005-04-11Add option to mask certain high frequency events (bug #3707)Mark Spencer
2005-04-09Add member/queue filters to queuestatus manager command (bug #3995)Mark Spencer
2005-04-09Forward text frames before answer (bug #3717)Mark Spencer
2005-04-09Fix needless queue breakage for 2.95 (bug #3993) but this DOES NOT MEAN WE WI...Mark Spencer
2005-04-07Revert back on incorrect libcurl fix :-(Matthew Fredrickson
2005-04-07Bugfix for old versions of libcurl (#3982)Matthew Fredrickson
2005-04-06re-implement realtime support in app_directoryKevin P. Fleming
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)Kevin P. Fleming
2005-04-03forgot some code from the last chanspy repass (nothing exciting)Anthony Minessale II
2005-04-02Resolve app_meetme crash when member tries to mute/unmute (bug #3899)Kevin P. Fleming
2005-04-02add VM_MESSAGEFILE channel variable to hold path to message left by caller (b...Kevin P. Fleming
2005-04-01use local header for transfer definitions instead of libpri.hKevin P. Fleming