aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-12-30update doxygen docs to specify authorsrussell151-75/+403
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30Merged revisions 7677 via svnmerge fromtilghman1-0/+3
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7678 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30- Reformatting the app_sms help text from html to txt to comply with the ↵oej4-834/+474
rest of the documentation - Renaming help files to README.<name> git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7674 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-29normalize a loop and avoid multiple strlen calls when completing voicemail usersrussell1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7668 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-29avoid multiple strlen calls in complete_queuerussell1-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7667 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-28Merged revisions 7665 via svnmerge from russell1-7/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7665 | russell | 2005-12-28 12:35:56 -0500 (Wed, 28 Dec 2005) | 2 lines fix memory leak in build_rpid (issue #6070) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7666 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-28restore alphabetical order for builtin cli commands (issue #6073)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7664 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27fix permissions of created recordings (issue #6067)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7662 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27minor cleanups for another cli completion function ...russell1-7/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7661 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27avoid duplicate strlen calls for the command completion functions forrussell1-10/+12
'show application' and 'show applications' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7660 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27avoid unneeded calls to strlen in iax2 completion functionsrussell2-14/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7659 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Bug 4880 - add priority label matching and dialplan function retrievaltilghman1-18/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7658 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27avoid repeated calls to strlen in command completion functions and normalizerussell1-27/+15
some loops git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7657 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Bug 5237 - Optional filename argumenttilghman1-9/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7656 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27when doing tab completion, iterate the list of matches to count how many thererussell1-5/+6
are instead of having the list of matches generated twice (issue #6066) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7655 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Bug 5382 - Allow VM_CATEGORY in voicemail emailstilghman1-14/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7649 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Bug 5906 - ARRAY dialplan functiontilghman1-0/+58
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7648 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Bug 5854 - Allow quotation of the second field in extconfig, for the purpose ↵tilghman2-2/+14
of including commas (for LDAP configuration) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7647 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Bug 5183 - Inline stack backtracestilghman3-0/+46
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7646 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Reduce warnings on signedness conversionstilghman1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7643 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Add SQL_ESC to allow single ticks to be escapedtilghman2-3/+40
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7642 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Don't do DTMF detect on pseudo's!markster1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7640 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26- normalize some loopsrussell1-52/+43
- simplify and reduce code by keeping track of return value - replace some simple if/then sections with conditional expressions (issue #6065) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7639 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Merged revisions 7637 via svnmerge fromtilghman1-115/+1
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7638 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Added support for Feature Group C CAMA trunks (both DP and MF), and supportjdixon2-10/+89
for Feature Group D Tamdem trunks inbound (outbound was already there) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7636 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Merged revisions 7634 via svnmerge from russell12-42/+44
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7634 | russell | 2005-12-26 13:19:12 -0500 (Mon, 26 Dec 2005) | 2 lines cast time_t to an int in printf/scanf (issue #5635) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7635 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Bug 6057 - Deprecate builtins that have been replaced by functionstilghman2-1/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7633 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Add "local channel" variation so that we don't read/write to the same markster1-6/+20
channel... (bug #6058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7627 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-25Fix multiple free of a frame (bug #6058)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7620 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-25Bug 5727 - reduce duplicate codetilghman1-94/+64
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7619 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-24minor cleanups ...russell2-225/+142
- use for loops instead of while loops for basic list traversals - only calculate word length one time in CLI complete functions - use calloc instead of malloc + memset - remove some unnecessary casts - formatting tweaks git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7618 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-24minor cleanups ...russell1-48/+30
- use for loops instead of while loops for basic list traversals - remove an unused 'res' variable - formatting tweaks git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7617 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Bug 5759 - Remove unused datetime code (current DateTime app is in ↵tilghman2-101/+1
app_sayunixtime) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7616 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Alphabetize the functions listtilghman1-2/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7615 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDtilghman3-26/+83
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7614 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Make the English language of date format 'Q' and 'q' sound a little bit more ↵tilghman1-36/+89
natural git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7613 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Merged revisions 7608 via svnmerge fromtilghman1-1/+0
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7609 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Merged revisions 7606 via svnmerge from kpfleming1-4/+84
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7606 | kpfleming | 2005-12-22 21:01:24 -0600 (Thu, 22 Dec 2005) | 3 lines add license reference to copyright notice displayed when CLI session begins add 'show warranty' and 'show license' CLI commands (still need a complete list of non-GPL components included in Asterisk) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7607 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 Another app documentation tweak.bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7604 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22Merged revisions 7601 via svnmerge fromtilghman1-3/+3
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7602 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22Merged revisions 7599 via svnmerge from russell2-16/+10
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7599 | russell | 2005-12-22 15:36:47 -0500 (Thu, 22 Dec 2005) | 3 lines revert changes to videosupport to allow per-peer setting, since it isn't quite complete and there is not an obvious fix at this point ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7600 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22remove stray unlock (issue #5955)russell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7594 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22forward-port per-peer videosupport changes from branches/1.2kpfleming1-10/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7590 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22don't try to build func_odbc when ODBC headers/libraries are not presentkpfleming1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7589 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22- construct the difference and have only one call to snprintf in build_viarussell1-70/+59
- convert some while loops to for loops - localize some variables and remove unneeded initializations - store result of get_header locally so it only has to be called once - remove some duplicate calls to strcasecmp by storing result (issue #5955) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7587 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Merged revisions 7582 via svnmerge fromtilghman1-2/+4
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 Bug #6040 - Documentation correctionbweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Merged revisions 7577 via svnmerge fromtilghman1-0/+5
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7578 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Bug 5055 - Simple SQL commands from the dialplantilghman3-0/+672
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7576 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Bug 5440 - Add STAT() dialplan functiontilghman1-0/+67
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7575 f38db490-d61c-443f-a65b-d21fe96a405b