dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

7924 Commits

Author SHA1 Message Date
rizzo d87a3b0d91 uncomment some functions in the flex code that were actually
used in the bison code - detected by making aelparse compile
again.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22702 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27 00:05:05 +00:00
rizzo 127c8f0535 use \t to indicate a tab, and fix indentation for
the whitespace-handling rules



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22680 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 23:36:05 +00:00
rizzo 4d578ce209 remove common blocks of code with a macro (waiting for a better
solution).



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22679 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 23:18:03 +00:00
rizzo cbb21c8e36 staticize some variables
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22678 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 23:08:47 +00:00
rizzo f2d3571c41 comment behaviour of pbcwhere in preparation for its use
in more places.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22656 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 22:56:18 +00:00
rizzo 22ba18f6b6 remove unused variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22655 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 22:45:37 +00:00
rizzo 3a16c3d072 include/asterisk/ael_structs.h:
- protect against multiple includes of ael_structs.h
  - remove prototypes for unused or undeclared functions

pbx/ael/ael.y
  - staticize functions as appropriate
  - constify arguments
  - remove useless extern

pbx/ael/ael.flex
  - ifdef out unused functions

pbx/pbx_ael.c
  - constify some variables and arguments
  - ifdef out unused functions
  - staticize functions as appropriate

update generated files accordingly 



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 22:41:16 +00:00
mogorman 471d31b385 adds new function QUEUE_WAITING_COUNT and a few
warnings if the queue you are looking for in this 
function and other queue functions is not found.
patch from 7036


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22653 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 22:04:42 +00:00
mogorman d547caa332 more janitor work, patch from bug 6975.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22631 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 21:44:25 +00:00
mogorman 9d02cc530e Merged revisions 22596 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2

........
r22596 | mogorman | 2006-04-26 14:18:55 -0500 (Wed, 26 Apr 2006) | 3 lines

do not allow for users to forward voicemail to
themselves, patch from 7001

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22597 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 19:22:55 +00:00
mogorman d4b7fe34ee adds two new applications, exitwhile, and continuewhile
patch from bug 6994.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22573 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 18:49:07 +00:00
rizzo cc65f7202c whitespace-only change:
partly fix indentation/formatting of the bison source,
and of the generated file



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22572 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 18:43:29 +00:00
rizzo 9f8d8e1a8c whitespace-only change:
fix formatting and indentation of the flex file,
and regenerate the ael_lex.c



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22571 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 18:40:09 +00:00
crichter 01857b473a Facility decoding doesn't work proper yet
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22549 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 14:51:32 +00:00
russell df84747839 add the missing prototype for the included asprintf
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22526 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 13:18:32 +00:00
russell 73ac801e85 another Solaris compatability fix - this makes sure u_int64_t is defined
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22504 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-26 02:16:30 +00:00
tilghman f7cc768372 Bug 7032 - Remove deprecated use of ${CALLERIDNUM}
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22482 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 22:38:31 +00:00
russell 08a6f631ed AEL is no longer considered experimental :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22460 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 20:51:55 +00:00
kpfleming 74df229c6c don't rely on default search paths for finding local include files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22438 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 18:29:02 +00:00
russell 4755015ee7 if an external library is found, but the associated header file is not, just
move on without including support for this library.  However, if --with-lib
is explicitly specified, then error out noting the situation.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 17:22:38 +00:00
rizzo 6f82474a89 wrong path in include file.
Maybe it compiled on some platform because of extra -I
statements in the Makefiles.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22414 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 17:08:41 +00:00
rizzo 62f50212c0 fix variable declaration in the middle of a block
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22413 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 17:06:37 +00:00
russell ccdab0c0a2 don't list strcompat.o as a dependency in the build_tools Makefile. It is
already listed in the target in the main Makefile.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22388 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 13:45:43 +00:00
russell 43ec1d9cd8 remove a bashism ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22357 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 06:07:43 +00:00
russell 154fc96c34 apparently some systems may have ncurses that doesn't provide backwards compat
with curses.  So, check for both and use whatever is found


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 05:53:58 +00:00
russell a430d16b6b another little Solaris fix, unset LIBS before building libmxml
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 05:35:11 +00:00
russell ec16cd7e34 menuselect needs strcompat.o for strsep on Solaris
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22344 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 05:26:02 +00:00
russell 0e5e437fe6 check for automake before aclocal, so that the error message says automake
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-24 21:32:41 +00:00
tilghman 0d2f9d54cd Move clueful 'h' more central; alias ESC to left arrow and make ESC quit on main menu
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22308 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 20:01:14 +00:00
russell 5ab6384261 add a note indicating that you can press 'h' for help
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 19:15:43 +00:00
russell f2226932b5 remove properties added as a part of the AEL merge
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 18:47:05 +00:00
russell 4170bcc60d remove some files we don't need
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22302 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 18:41:44 +00:00
kpfleming 6baa8fbab8 Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now no longer considered experimental :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22273 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:41:27 +00:00
russell e196b45892 print a message before running the autotools
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22272 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:34:35 +00:00
russell 25c6011e23 fix kevin's silly typos
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22269 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:24:03 +00:00
tilghman 606c93a397 Deprecate prefixed options in voicemail
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22268 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:20:41 +00:00
kpfleming 29f496ef12 Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:11:45 +00:00
markster 3cbcc04947 Fix CDR builds when includes are in freetds directory off include
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22232 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 03:40:12 +00:00
tilghman 25cd00a657 Bug 6710 - Move default datetime string to each language function, so each 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 15:26:55 +00:00
oej 9e7afdebc6 - Add doxygen documentation for sipsock_read locking
- 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-23 06:22:29 +00:00
jdixon c4e93002d6 Added "Operator Services" connection mode for Zap channels, and the 'O' option
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-22 11:30:06 +00:00
rizzo a139aad1f4 convert to use ast_stream_and_wait
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22082 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21 20:57:29 +00:00
rizzo fa4bd289a0 convert to use ast_strem_and_wait
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22078 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21 20:51:55 +00:00
rizzo 94ab57fd0a convert to use ast_stream_and_wait
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22076 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21 20:39:50 +00:00
rizzo fd45704e44 move wait_and_stream to ast_wait_and_stream() because equivalent
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-21 20:28:32 +00:00
rizzo 6c864f19d6 more stncpy/ast_copy_string replacement.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21 18:34:38 +00:00
rizzo 476c6e351d more strncpy/ast_copy_string replacement.
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-21 18:26:54 +00:00
rizzo a89ea8a93a more strncpy/ast_copy_string replacement
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22044 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21 18:13:21 +00:00
rizzo cab50c6e0f replace some strncpy with ast_copy string,
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-21 18:08:57 +00:00
rizzo a64824fdc0 replace strncpy with ast_copy_string.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22016 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-21 17:53:39 +00:00