Archived
14
0
Fork 0
Commit graph

1672 commits

Author SHA1 Message Date
kpfleming
32337b7e7f use auto-build for apps, simplify variable setting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 17:12:05 +00:00
kpfleming
c5e42c6158 set standard properties on all non-binary files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9549 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 16:15:11 +00:00
kpfleming
7acc893dad fix compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9468 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 03:13:25 +00:00
kpfleming
6fdcb5fae5 clean up SMDI support commit:
copyright header format and dates
code formatting and guidelines conformance
use of timeval wrapper functions
use of memory allocation wrappers
propery unref created interface objects during config load
document new variable set by chan_zap in doc/channelvariables.txt
remove useless 'extern' on function prototypes and definitions


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9451 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 23:55:47 +00:00
mattf
8ebf7821fe Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 21:50:56 +00:00
russell
62ed12ee5a remove some Makefile targets for things that don't exist in the tree
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9261 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 02:27:30 +00:00
tilghman
19e31d4510 Merged revisions 9156 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9156 | tilghman | 2006-02-05 11:10:19 -0600 (Sun, 05 Feb 2006) | 2 lines

Bug 6176 - Fix race condition

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9157 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-05 17:20:29 +00:00
kpfleming
1168220a4d remove obsolete stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9124 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 22:23:00 +00:00
kpfleming
21d21f89c0 use string fields for some stuff in ast_channel
const-ify some more APIs
remove 'type' field from ast_channel, in favor of the one in the channel's tech structure
allow string field module users to specify the 'chunk size' for pool allocations
update chan_alsa to be compatible with recent const-ification patches


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 23:05:28 +00:00
mogorman
4ef13bdcda Allows for user to uninstall asterisk binaries
bug 6177


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 18:39:41 +00:00
russell
b55d2bd3ea define a global null_frame object so when queueing a null frame, you don't
have to allocate one on the stack


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9001 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31 17:18:58 +00:00
mogorman
f4cc87694f reverting blocks 9 and 10 from revision 7547
fixes bug 6080


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8938 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30 21:16:43 +00:00
russell
2b5ab89a9d don't re-define the localuser struct for custom use inside the module (issue #6216)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8757 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27 00:31:05 +00:00
russell
b1ab7f9752 don't redefine the localuser struct for additional use specific to the module (issue #6216)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8742 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 20:28:52 +00:00
russell
3911551a79 store conference list using linked list macros (issue #6327)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8727 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26 19:33:27 +00:00
kpfleming
3b24709d4d Merged revisions 8608 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8608 | kpfleming | 2006-01-24 19:50:52 -0600 (Tue, 24 Jan 2006) | 2 lines

ensure hangup cause code is handled properly when channel does not return a frame (issue #6346)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8609 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25 01:52:58 +00:00
mogorman
dd0de59245 changed some settings to app_args and some code
cleaning patch 6267


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 17:23:22 +00:00
oej
2643fdb3c3 Use doxygen for todo's! :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 12:44:53 +00:00
oej
7a16ada3be Remove javadoc doxygen format...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 12:19:16 +00:00
russell
ec44e79c9c fix memory leak from not freeing the list of queue members when freeing a queue
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8447 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22 19:09:50 +00:00
tilghman
b1ed0b9e85 Bug 6312 - Macro janitor
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22 17:28:42 +00:00
tilghman
238fbe0ad3 Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-column screen.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8426 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22 07:18:02 +00:00
russell
ffcb98861a oops, don't build app_sql_postgres by default ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 21:57:01 +00:00
russell
4e933d5352 - conversion to allocation wrappers
- get rid of some compiler warnings due to usused variables and const-ification
- remove some unnecessary uses of malloc/strncpy/free and replace with ast_strdupa
(based on the patch from issue #6275)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8408 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 21:50:09 +00:00
russell
5d4c4f6486 clean up formatting to conform to coding guidelines and fix some typos (issue #6260)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8407 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 21:29:06 +00:00
russell
252fb982f4 on this pass, only remove duplicate log messages
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8403 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 20:57:06 +00:00
tilghman
a36aa51b3c Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (different fix than 1.2)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8402 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 20:32:17 +00:00
russell
b14bdc5a12 revert my pass through the tree to remove checks of the result of ast_strdupa
(revisions 8378 through 8381)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8387 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 17:50:04 +00:00
russell
3f2c7248c6 remove lots of useless checks of the result of ast_strdupa
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 08:13:12 +00:00
russell
ae8c68e98d Merged revisions 8347 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8347 | russell | 2006-01-20 13:34:42 -0500 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue #6302)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8348 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 18:40:24 +00:00
oej
e04a0e3cf1 More doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8315 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-20 00:18:42 +00:00
tilghman
6d6b7fb3cf Deprecate the use of Random in 1.3, 1.4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8270 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 18:58:45 +00:00
russell
258b298383 Merged revisions 8232 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 23:17:45 -0500 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue #6290)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8233 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19 04:21:12 +00:00
russell
c6643537f1 constify arguments in more places where strings should not be modified (issue #6286)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8203 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 22:17:31 +00:00
mogorman
20dede9dcf Merged revisions 8194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8194 | mogorman | 2006-01-18 15:02:06 -0600 (Wed, 18 Jan 2006) | 3 lines

Solves issue with the login proccess in meetme
patch from 6136

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-18 21:12:14 +00:00
mogorman
3578d9e478 oops all better now.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8153 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 21:10:38 +00:00
mogorman
4da80042ee allow for multiple periodic announcements
from bug 5273 with minor changes.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8152 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 20:58:56 +00:00
kpfleming
66461f4cc9 suppress compiler warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8148 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 20:49:39 +00:00
mogorman
982eb0aa2b Merged revisions 8140 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2

........
r8140 | mogorman | 2006-01-17 14:10:29 -0600 (Tue, 17 Jan 2006) | 3 lines

Stop any generators running on a channel when
festival is called as described in 5996

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8141 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 20:16:18 +00:00
oej
f9a9b74151 - Logging clean up
- Whitespace removed and added, formatting fixed


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8136 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 18:54:56 +00:00
jdixon
e7d0e77bbb Added NOANSWER support, so that optional the DISA application starts without
answering (used in new version of app_rpt, and potentially other applicaitons).


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16 18:52:13 +00:00
russell
a1447ba856 remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8101 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16 17:51:35 +00:00
bweschke
4e83a000aa Spelling corrections (mostly in comments and doxygen areas) #6249
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8100 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16 17:37:44 +00:00
mogorman
2de7198c70 Added QUEUE_MEMBER_COUNT and QUEUE_MEMBER_LIST
from bug 5451


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8069 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 22:59:19 +00:00
mogorman
21ae33a90c make voicemail files group writable and uses a
nicer function for creating dirs as described in
5929


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8068 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 22:05:46 +00:00
mogorman
3615d91f38 Added forward context option from 5497
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 19:09:05 +00:00
russell
c68a2d2d8e Various cleanups from comments in an email from Luigi Rizzo. Thank you!
- Use a cleaner syntax for declaring the allocation macros
- Fix return value for ast_strdup/ast_strndup
- remove safe_strdup from app_macro, since ast_strup does the same thing
- fix a place in app_queue where ast_calloc+strncpy was used instead of
  ast_strdup.  If you are helping out with these conversions, please watch out
  for other places where this is done.
- add a note to the coding guidelines about the fix to app_queue


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8065 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 18:38:55 +00:00
mogorman
d1792564f7 added two new features to meetme, autofill and
autopause.  thanks twisted from 5577


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 17:39:56 +00:00
mogorman
9eef25dff8 allow app_directed_pickup to try to pickup
multiple channels at the same time. however it
does not work in cases where dial was called
with multiple devices.  bug 5694.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 17:02:15 +00:00
tilghman
3496603957 Somebody complained the that length of the dah wasn't quite up to spec...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8051 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 07:14:42 +00:00
bweschke
589c3c0044 More memory wrapper cleanup. #6224
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8045 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 03:34:31 +00:00
bweschke
bb26a9138e More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod in app_rpt.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8044 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 03:25:23 +00:00
tilghman
99fcbf119e Fix typos that caused voicemail not to compile.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8037 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 21:12:25 +00:00
mogorman
98f945ee0f I will never touch VM again...
thanks qwell for spotting mistakes.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8034 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 20:04:52 +00:00
mogorman
79d46268f8 some error checking added into g and a option
if there is no parens.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8030 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 19:45:38 +00:00
mogorman
3490c9e795 More cosmetic changes. thanks qwell and everyone
else.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8024 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 19:28:47 +00:00
mogorman
a570700f99 Minor revisions from bug 6090
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8022 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 19:09:36 +00:00
bweschke
237a37dd72 Remove an unneccessary unlock and do away with the error msg about not being able to unlock the lock. #6201
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8020 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 19:01:35 +00:00
russell
83ebc0922e fix breakage from new feature committed in r7995
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8019 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 18:35:03 +00:00
bweschke
d6bead8226 More new memory wrapper work.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 16:08:06 +00:00
bweschke
1228be721e More new memory wrapper work and initializing some memory allocations to zero where they weren't before.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8011 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 16:00:13 +00:00
bweschke
06dcaaaadf New memory wrapper changes.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8009 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 15:51:13 +00:00
bweschke
079f49e114 Use argument macro in app_voicemail #6221
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8008 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 15:28:01 +00:00
bweschke
911d39f5e2 Use argument macro in app_dictate #6222
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8007 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 15:11:49 +00:00
tilghman
b94831a7c3 Merged revisions 7999 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 06:15:56 +00:00
tilghman
b4a56d7afb Bug 6213 - Morse code app
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7998 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 05:47:30 +00:00
russell
a66cb8916f typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7996 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 02:35:45 +00:00
mogorman
2a4ca3a422 Added automatic folder feature described in 6090
with bounds checking.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7995 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 02:20:19 +00:00
russell
9909f9bd4d conversions to memory allocation wrappers (issue #6210)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7991 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 22:41:34 +00:00
russell
1e9f9a2127 replace malloc+memset with a call to ast_calloc, also removing the error
message that is no longer necessary (issue #6205)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7985 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 18:40:42 +00:00
russell
d9d4aadd30 fix temp greetings with odbc storage (issue #6078)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7978 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 07:21:16 +00:00
mogorman
910bcb2286 added feature from 5750 with whitespace fixing.
allows for meetme show list to tell how long user
has been in confrence and reports it to manager
when user leaves confrence.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7975 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 06:56:28 +00:00
russell
e0a380cdbf Merged revisions 7957 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7957 | russell | 2006-01-10 22:12:44 -0500 (Tue, 10 Jan 2006) | 2 lines

fix a little typo

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7958 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 03:13:45 +00:00
tilghman
254c6b317b Merged revisions 7955 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7956 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 01:31:28 +00:00
kpfleming
7a2f93abe7 fix breakage introduced in revision 7863
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7897 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 18:03:18 +00:00
markster
03b916a896 Merge playback cleanups (bug #6163)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-08 00:08:49 +00:00
markster
dd039e5ddb Fix segfault in greek syntax (bug #6142)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7863 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07 23:43:23 +00:00
kpfleming
dbe96780b5 allow limiting of queue members who will be delivered a given caller's call by penalty setting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7833 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-06 03:40:12 +00:00
mogorman
555e7e7a5b Added feature from bug #5053, allowing for
app_authenticate to set a max number of digits
also implemented the new argument and option
parsing code.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7822 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05 21:47:44 +00:00
mogorman
a2675c0d34 oops minor formatting fixes, and taking out
debug message.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7821 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05 21:04:06 +00:00
mogorman
a35b84bd06 Added feature from bug #5573 and updated app_read
to be able to use indication tones, and argument 
parsing code. Documented possible problems this might
cause an older dialplans in UPGRADE.txt


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7818 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05 19:55:03 +00:00
oej
2706b4788d Whitespace and formatting changes. /Housekeeping
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7784 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 13:49:25 +00:00
bweschke
c1d7c23117 Fix the 'if' clause to be true under the right conditions. Bug #6126
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7770 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 05:26:03 +00:00
kpfleming
385d29ad6f update copyright headers for files changed this year
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 22:16:23 +00:00
tilghman
35c4eb401d Merged revisions 7743 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7744 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 18:17:42 +00:00
kpfleming
66b30d5d48 Merged revisions 7740 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7740 | kpfleming | 2006-01-03 11:24:56 -0600 (Tue, 03 Jan 2006) | 4 lines

revert incorrect fix for bug #6048 from revision 7709
put in correct (simpler) fix
add doxygen docs for channel spy 'state' values

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7741 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03 17:25:39 +00:00
tilghman
1472b53c64 Merged revisions 7709 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7710 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-02 07:41:02 +00:00
russell
ab6566173e update doxygen docs to specify authors
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30 21:18:06 +00:00
russell
5f662aa8c7 normalize a loop and avoid multiple strlen calls when completing voicemail users
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7668 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-29 08:25:06 +00:00
russell
27da3f2926 avoid multiple strlen calls in complete_queue
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7667 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-29 08:15:48 +00:00
russell
b5f15fba4b fix permissions of created recordings (issue #6067)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7662 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 21:03:18 +00:00
tilghman
03bbccee12 Bug 5237 - Optional filename argument
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7656 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 17:53:48 +00:00
tilghman
86532264b0 Bug 5382 - Allow VM_CATEGORY in voicemail emails
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7649 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 07:13:37 +00:00
tilghman
c1c4a6835a Reduce warnings on signedness conversions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7643 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 02:05:56 +00:00
russell
ac9d70ac12 Merged revisions 7634 via svnmerge from
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-26 18:35:28 +00:00
markster
6eb2c2ee1b Add "local channel" variation so that we don't read/write to the same
channel...  (bug #6058)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7627 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26 00:47:28 +00:00
markster
04943e4664 Fix multiple free of a frame (bug #6058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7620 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-25 01:27:47 +00:00
tilghman
94af0e8ec8 Bug 5727 - reduce duplicate code
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7619 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-25 00:25:41 +00:00
tilghman
4a8d4d9402 Bug 5759 - Remove unused datetime code (current DateTime app is in app_sayunixtime)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7616 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 23:42:58 +00:00
tilghman
1475cfca95 Merged revisions 7608 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7609 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 06:39:44 +00:00
bweschke
2fd9155bca Another app documentation tweak.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7604 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 23:59:13 +00:00
tilghman
a1133ebd7c Merged revisions 7601 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7602 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 22:06:35 +00:00
tilghman
79f57ab6b9 Bug 5734 - add status variables indicating the success or failure of the realtime apps
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7573 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 15:16:08 +00:00
russell
3e7a8235d9 add Log application for generating custom log messages from the dialplan (issue #5287)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7570 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21 09:33:41 +00:00
jdixon
5d0953b55d New version, including half/semi-half duplex modes and system announcements
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7566 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 23:41:59 +00:00
markster
a260ea237a Avoid multiple free
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7565 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 23:36:22 +00:00
markster
37635ecfdd Major RTP fixes for using inbound SDP on outbound connection, get rid of
old local rtp stuff...


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7551 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 17:52:31 +00:00
markster
74937e92ec Don't bother decode on muted participants
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7548 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 14:14:01 +00:00
markster
be3c78074e Major peformance improvements to meetme
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7547 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 13:07:02 +00:00
markster
cabac00bee Fix choppy audio with > 20ms audio frames (bug #5697)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7542 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 10:26:53 +00:00
markster
b5a869b53c Fix segfault on directed pickup when no CDR is available (bug #5998)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7541 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20 09:56:55 +00:00
tilghman
3b0c2b6f8d Merged revisions 7517 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7518 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17 17:22:24 +00:00
tilghman
f23c1fcb31 Properly move these functions over to the funcs directory (since they no longer contain apps)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7496 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15 19:05:41 +00:00
tilghman
5cfa090d9b Make sure the functions CUT and SORT are built.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7494 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15 17:31:52 +00:00
russell
893828a1d4 reduce some duplicated code when doing a strdup (issue #5986)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7472 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13 22:03:06 +00:00
kpfleming
7c789eb820 Merged revisions 7448-7449,7451,7453 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7448 | kpfleming | 2005-12-12 22:25:14 -0600 (Mon, 12 Dec 2005) | 2 lines

use the stream's current point when pausing/unpausing, instead of elapsed time (which doesn't work when the stream has been skipped forward or backward) (issue #5897)

........
r7449 | kpfleming | 2005-12-12 22:43:38 -0600 (Mon, 12 Dec 2005) | 2 lines

only report AGENT_IDLE for callback mode agents when they are actually idle (issue #5902)

........
r7451 | kpfleming | 2005-12-12 23:14:27 -0600 (Mon, 12 Dec 2005) | 2 lines

ensure that hangups while incoming calls are in early state are handled properly (issue #5919)

........
r7453 | kpfleming | 2005-12-12 23:53:00 -0600 (Mon, 12 Dec 2005) | 2 lines

restore ability of caller to hangup calls that are still ringing (issue #5839)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7457 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13 06:00:17 +00:00
kpfleming
1b97e38c6b Merged revisions 7433,7435 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7433 | tilghman | 2005-12-12 11:19:29 -0600 (Mon, 12 Dec 2005) | 2 lines

Typo

........
r7435 | kpfleming | 2005-12-12 11:30:59 -0600 (Mon, 12 Dec 2005) | 2 lines

set all the child file descriptors to non-blocking so that we don't hang if the child fails to send a newline-terminated command or error message

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7436 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12 17:31:45 +00:00
russell
d0bde5055e Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7404 | tilghman | 2005-12-08 18:32:08 -0500 (Thu, 08 Dec 2005) | 2 lines

Documenting two keywords that were previously missing

........
r7406 | tilghman | 2005-12-08 18:45:36 -0500 (Thu, 08 Dec 2005) | 2 lines

Bug 5960

........
r7425 | bweschke | 2005-12-10 13:10:50 -0500 (Sat, 10 Dec 2005) | 4 lines

 Bug #5877
 Make sure the digit string from E&M wink DNIS collection is properly null terminated as it grows.


........
r7427 | tilghman | 2005-12-10 20:15:15 -0500 (Sat, 10 Dec 2005) | 2 lines

Bug 5967

........
r7429 | tilghman | 2005-12-10 20:26:51 -0500 (Sat, 10 Dec 2005) | 2 lines

Bug 5965 - major bug in AST_LIST_REMOVE

........
r7430 | russell | 2005-12-11 01:08:56 -0500 (Sun, 11 Dec 2005) | 2 lines

silence a couple of compiler warnings about pointer signedness

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-11 06:17:36 +00:00
tilghman
b3d81fa499 Bug 5960
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7407 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-08 23:46:21 +00:00
russell
9a2f3a8e8e fix a bug from the recent removal of deprecated applications by initializing
a variable on its first use (issue #5951)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7391 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-08 17:52:43 +00:00
russell
1467ce2ea0 re-add app_setcallerid since it was not actually marked deprecated in 1.2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7380 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-07 16:41:26 +00:00
russell
70ab5bd048 This is the first round of removing applications that were marked as deprecated
in the 1.2 release. They are being removed from the trunk and will not be in
the next major release.  The following is a list of the applications that are
being removed in this commit:

Curl, Cut, Sort, DBPut, DBGet, ENUMLookup, Eval
GetGroupCount, SetGroup, CheckGroup, GetGroupMatchCount
MD5, MD5Check, Math, SetCIDName, SetCIDNum, SetRDNIS, SetCallerID
TXTCIDName, AbsoluteTimeout, DigitTimeout, ResponseTimeout, SetAccount
SetLanguage, SetVar (renamed to Set)

These changes also include moving the "group show channels" cli command from 
app_groupcount.c to cli.c.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7379 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-07 15:36:55 +00:00
tilghman
2188d03a9d Clarify purpose of function, by renaming
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-06 00:25:13 +00:00
russell
dd75b6d2d3 Merged revisions 7337 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7337 | russell | 2005-12-04 19:09:12 -0500 (Sun, 04 Dec 2005) | 2 lines

don't delete dynamic queue members when reloading the static members from a realtime database (issue #5922)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7338 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-05 00:11:00 +00:00
russell
cfb1ef4712 convert most of the option_*'s to a single ast_flags structure. Also, fix some
formatting, remove some unnecessary casts, and other little code cleanups.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7331 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04 20:40:46 +00:00
tilghman
4f21a12d58 Merging from 1.2, bug 5925 - app_voicemail should check for the callerid it sets for unknown
Also, remove unnecessary res checks (initialized to 0; never set)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7313 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03 20:20:51 +00:00
tilghman
3365b1cc9f Bug 5858 - Make the chanvars.c functions return a 'const char *'
This should prevent us from unintentionally changing variable
values when they're returned from pbx_builtin_getvar_helper.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7304 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-03 19:25:33 +00:00
kpfleming
907b53f827 Merged revisions 7265-7266,7268-7275 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7265 | oej | 2005-12-01 17:18:14 -0600 (Thu, 01 Dec 2005) | 2 lines

Changing bug report address to the Asterisk issue tracker

........
r7266 | kpfleming | 2005-12-01 17:18:29 -0600 (Thu, 01 Dec 2005) | 3 lines

Makefile 'update' target now supports updating from Subversion repositories (issue #5875)
remove support for 'patches' subdirectory, it's no longer useful

........
r7268 | kpfleming | 2005-12-01 17:34:58 -0600 (Thu, 01 Dec 2005) | 2 lines

ensure channel's scheduling context is freed (issue #5788)

........
r7269 | kpfleming | 2005-12-01 17:49:44 -0600 (Thu, 01 Dec 2005) | 2 lines

don't block waiting for the Festival server forever when it goes away (issue #5882)

........
r7270 | kpfleming | 2005-12-01 18:26:12 -0600 (Thu, 01 Dec 2005) | 2 lines

allow variables to exist on both 'halves' of the Local channel (issue #5810)

........
r7271 | kpfleming | 2005-12-01 18:28:48 -0600 (Thu, 01 Dec 2005) | 2 lines

protect agent_bridgedchannel() from segfaulting when there is no bridged channel (issue #5879)

........
r7272 | kpfleming | 2005-12-01 18:39:00 -0600 (Thu, 01 Dec 2005) | 3 lines

properly handle password changes when mailbox is last line of config file and not followed by a newline (issue #5870)
reformat password changing code to conform to coding guidelines (issue #5870)

........
r7273 | kpfleming | 2005-12-01 18:42:40 -0600 (Thu, 01 Dec 2005) | 2 lines

allow previous context-searching behavior to be used if desired (issue #5899)

........
r7274 | kpfleming | 2005-12-01 18:51:15 -0600 (Thu, 01 Dec 2005) | 2 lines

inherit channel variables into channels created by Page() application (issue #5888)

........
r7275 | oej | 2005-12-01 18:52:13 -0600 (Thu, 01 Dec 2005) | 2 lines

Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7276 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02 01:01:11 +00:00
russell
5aa2136eb9 use ast_app_separate_args to split arguments (issue #5686)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7250 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 02:32:10 +00:00
russell
775a201d8f fix queue weight feature - compare member interfaces instead of pointers to
the members, since each queue has its own list of members. (issue #5863)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7248 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 01:17:41 +00:00
russell
5dcfa0427f use app arg parsing macros (issue #5678)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7239 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 20:15:36 +00:00
russell
d3eab04fc9 use app arg parsing macros (issue #5681)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7238 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 20:09:58 +00:00
russell
b3cdd0dfe4 use app arg parsing macros (issue #5690)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7237 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 19:53:05 +00:00
russell
d73c8489c1 use app arg parsing macros (issue #5679)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7236 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 19:38:54 +00:00
russell
8e67fa9daa convert VMCOUNT function to use new app args parsing macros (issue #5688)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7235 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 19:20:28 +00:00
russell
b1b8d69467 print an error message if invalid arguments are specified (issue #5872)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7230 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 05:29:36 +00:00
twisted
ae48a402d8 issue #5887
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7225 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 03:35:24 +00:00
kpfleming
24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
kpfleming
6c54a7cf87 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:09:49 +00:00
russell
7a9346f593 fix some typos and add the reload function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7215 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29 04:41:19 +00:00
markster
1c4a890242 Record DIALEDTIME on incomplete calls, update description (bug #5862)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7198 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-25 19:59:46 +00:00
russell
3d4721b2ae issue #5850
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7195 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-25 14:13:54 +00:00
twisted
b6ad9ac7c9 issue #5829
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7187 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23 04:46:12 +00:00
kpfleming
f58f39b864 remove extraneous header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7185 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 19:33:33 +00:00
russell
4c7ca73eba issue #5789
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7171 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 13:41:28 +00:00
russell
473d194b6e don't hardcode poll.o for Darwin
fix incorrect portion of patch from yesterday's Solaris fixes


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7168 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 13:21:18 +00:00
russell
073636f2ec issue #5775
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7164 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 02:30:37 +00:00
russell
d29dcba2f8 issue #5787
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7162 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 02:01:36 +00:00
twisted
2a4622a73c issue #5773, with minor modification to log message
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7142 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20 05:58:40 +00:00
twisted
32d58fbf80 issue #5774
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7141 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20 05:51:33 +00:00
twisted
ef792fd847 Fix j option in a couple more places.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7140 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20 05:39:47 +00:00
twisted
1db2b873dc issue #5795
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7139 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20 05:22:26 +00:00
russell
39e839eedf Update application description to be a bit more accurate, and clean up a little bit of code formatting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7134 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-19 19:44:46 +00:00
jeremy
c8e6380de7 Make voicemail not terminate asterisk if no config file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7123 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16 21:02:25 +00:00
kpfleming
55c9a7c445 issue #5763
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7118 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16 18:21:10 +00:00
kpfleming
c44967b62f correct a small problem with recent commit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7103 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15 19:40:08 +00:00
kpfleming
36317eea5e issue #5752
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7102 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15 19:33:15 +00:00
kpfleming
c159581370 issue #5736
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7101 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-15 19:27:18 +00:00
russell
2e1332e69c fix a typo in the RetryDial description
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7095 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14 10:24:59 +00:00
kpfleming
56d8a3c501 issue #5704
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7085 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12 02:39:06 +00:00
kpfleming
b88097834d issue #5718
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7084 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12 02:34:01 +00:00
kpfleming
25b3076477 issue #5720
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7083 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12 01:33:10 +00:00
kpfleming
1b8f2605c3 issue #5721
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7081 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12 00:52:08 +00:00
kpfleming
818954f5fa issue #5663 again
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7080 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-12 00:09:43 +00:00
kpfleming
13fe86a110 issue #5663
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7078 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 21:04:10 +00:00
russell
e09381994a clean up descriptions for the voicemail applications
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7075 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 17:14:13 +00:00
russell
6278fdcd82 update the descriptions of a couple more apps
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7073 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 15:52:55 +00:00
russell
d5e7b740ec more cleanups to application descriptions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7072 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 13:34:38 +00:00
kpfleming
87a3621538 issue #5590
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7068 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 03:48:28 +00:00
kpfleming
0143c7ae3a issue #5676
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7065 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 00:53:19 +00:00
kpfleming
48666af149 issue #5680
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7064 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 00:45:02 +00:00
kpfleming
af00d08aa1 issue #5673
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 00:32:45 +00:00
kpfleming
91c9adf438 issue #5707
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7053 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10 23:22:37 +00:00
russell
a83209ea26 issue #5709
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7050 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10 23:08:00 +00:00
kpfleming
1068c04ce7 issue #5706
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7049 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10 22:55:36 +00:00
russell
e7dd17f2ec fix typos in my doc cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7048 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10 21:39:01 +00:00
russell
44abf0bbac clean up some application descriptions to use more gooder English
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7047 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10 20:56:45 +00:00
markster
dad4d776e3 Fix enum lookup (bug 5674)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7045 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09 21:14:45 +00:00
kpfleming
007af44e56 issue #2720
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7034 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 23:37:53 +00:00
kpfleming
9c77ba7054 issues #3599 and #4252
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7033 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 23:19:30 +00:00
kpfleming
28133cd31b whitepace cleanup and various minor fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7032 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 21:32:51 +00:00
kpfleming
fdc1a4148a issue #5650
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7030 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 19:47:56 +00:00
russell
465d1d7712 make app_queue 1.2 jump compliant (issue #5580)
add missing includes of stdio.h
remove some unused and duplicate headers


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 04:48:00 +00:00
kpfleming
0d79aec3bd issue #5649
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7015 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 02:56:01 +00:00
kpfleming
df706a8900 issue #5648
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7011 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 01:55:31 +00:00
kpfleming
448ccfc3b2 issue #5602
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7006 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 01:05:52 +00:00
kpfleming
d26d4447c4 issue #5634 and a little ChangeLog cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7003 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 00:12:21 +00:00
kpfleming
fb1a9790fd issue #5638
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7001 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 00:06:09 +00:00
kpfleming
bc817009f1 issue #5640 with minor mods
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6999 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 23:10:02 +00:00
kpfleming
562592f40a issue #5642
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6998 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 23:03:28 +00:00
kpfleming
a1401abc99 issue #5643
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6997 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 22:55:34 +00:00
kpfleming
568c5c30f8 issue #5646
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6996 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 22:48:29 +00:00
kpfleming
048a9219ad issue #5647
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6995 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 22:41:58 +00:00
kpfleming
e61f71745f application doc update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6992 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 22:01:22 +00:00
russell
25be1f3bc5 use correct arguments to ast_cdr_reset from my changes earlier today
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6991 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 04:14:48 +00:00
russell
cf0c3725e2 user correct arguments to ast_cdr_reset from my changes earlier today
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6990 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 04:10:41 +00:00
russell
0c5c17e5ac make jumping optional, make an exit status var, use args parsing macros (issue #5628)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6988 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06 22:02:18 +00:00
russell
28eb6d3482 Convert some built-in applications to use new args parsing macros.
Change ast_cdr_reset to take a pointer to an ast_flags structure instead of an integer for flags.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6987 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06 21:00:35 +00:00
russell
6ff992925a issue #5627, with mods
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6986 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06 19:44:39 +00:00
russell
4eff003f9d issue #5625
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6985 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06 19:36:27 +00:00