aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-04-24check for automake before aclocal, so that the error message says automakerussell1-2/+2
is missing instead of aclocal, since that's where aclocal comes from git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22327 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Move clueful 'h' more central; alias ESC to left arrow and make ESC quit on ↵tilghman1-5/+7
main menu git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22308 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24add a note indicating that you can press 'h' for helprussell2-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24remove properties added as a part of the AEL mergerussell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24remove some files we don't needrussell5-3592/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22302 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now ↵kpfleming43-2229/+21237
no longer considered experimental :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22273 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24print a message before running the autotoolsrussell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22272 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24fix kevin's silly typosrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22269 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Deprecate prefixed options in voicemailtilghman2-13/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22268 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming115-827/+22014
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Fix CDR builds when includes are in freetds directory off includemarkster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22232 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-23Bug 6710 - Move default datetime string to each language function, so each ↵tilghman1-55/+84
language can have its own default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22201 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-23- Add doxygen documentation for sipsock_read lockingoej2-1/+7
- Improve documentation of pedantic (related to issue #7016) From the air above Russia... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon3-14/+119
in app_dial to support the use of this mode. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22128 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21convert to use ast_stream_and_waitrizzo1-25/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22082 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21convert to use ast_strem_and_waitrizzo1-32/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22078 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21convert to use ast_stream_and_waitrizzo2-36/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22076 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentrizzo3-32/+37
code is replicated in way too many places not to have a global function for that. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22075 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more stncpy/ast_copy_string replacement.rizzo1-21/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more strncpy/ast_copy_string replacement.rizzo1-14/+6
On passing, simplify code by using strsep() as appropriate git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22045 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more strncpy/ast_copy_string replacementrizzo1-15/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22044 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21replace some strncpy with ast_copy string,rizzo1-43/+33
on passing fix some potential null pointer dereference, and normalize some loops git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22043 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21replace strncpy with ast_copy_string.rizzo1-10/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22016 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21replace strncpy with ast_copy_string and fix the -1 offset whichrizzo1-11/+3
is not needed now. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22015 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21comment a possible memory leakrizzo1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21merge some common code into a functionrizzo1-18/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21986 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21update configuration, generalize date format andrizzo1-52/+73
start mapping digit strings git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21- use symbolic constants and macros to play with the debug flagrizzo4-26/+25
on the frame counters. Document it in the header file. - provide a single exit point for a function; - mark XXX some unclear parts of the code. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21933 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21simplify pbx_builtin_execiftimerizzo1-28/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21906 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21simplify a functionrizzo1-27/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21879 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21minor cleanuprizzo1-9/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21878 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21one more client for find_context_locked()rizzo1-20/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21851 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21localize a variable, and make a minor code rearrangement.rizzo1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more NULL "" equivalence in cid fields.rizzo1-8/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more NULL "" equivalence in cid fields.rizzo1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21835 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more NULL "" equivalence,rizzo1-17/+14
mark a couple of inconsistencies (missing CallerIDnum, "unknown" instead of "<unknown>") - there are more of the same. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21821 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more NULL "" equivalence in CLI fields.rizzo1-4/+5
Mark a place where we don't clear a buffer while we probably should. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21820 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more NULL / "" equivalence for CID fields.rizzo1-26/+26
Mark an inconsistency in empty string handling. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21819 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more NULL "" equivalence in CID fields.rizzo1-2/+3
Mark a potentially missing item in managerevent git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21818 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21ast_strdup can handle NULL args well, so use it.rizzo1-19/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21817 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21more NULL and "" equivalence in cid fieldsrizzo1-9/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21816 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21make NULL and "" equivalent in cid fields, mark some missing NULL checks.rizzo1-21/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21814 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21make NULL and "" equivalent for some cid fields.rizzo1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21792 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21Replace three replicas of the same code with a function.rizzo1-46/+24
Consider NULL and "" as equivalent in cid strings. On passing, also remove an extra data copy. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21786 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-20comment that for callerid field, NULL and "" should be consideredrizzo1-23/+16
equivalent (the reason is, when passing these strings through a statically allocated buffer, we have no way to tell between NULL and "" so we would be unable to preserve the difference, if any). No code changes yet. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21743 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-19Clarify result of sipsock_readoej1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-19add the malloc attribute to the memory allocation wrappersrussell1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21681 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-19Merged revisions 21638 via svnmerge from kpfleming2-3/+18
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r21638 | kpfleming | 2006-04-19 16:10:41 -0500 (Wed, 19 Apr 2006) | 2 lines support system-specific scripts in safe_asterisk, before starting Asterisk proper ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21639 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-19Merged revisions 21597 via svnmerge from tilghman1-20/+18
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r21597 | tilghman | 2006-04-19 13:43:17 -0500 (Wed, 19 Apr 2006) | 2 lines Bug 6553 - plug memory leaks when ODBC connection is down ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21600 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-19Oops, wasn't revised the way I thought it wastilghman0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21599 f38db490-d61c-443f-a65b-d21fe96a405b