Archived
14
0
Fork 0
Commit graph

1672 commits

Author SHA1 Message Date
russell
ba03cdd7db Merged revisions 12925 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r12925 | russell | 2006-03-14 13:28:39 -0500 (Tue, 14 Mar 2006) | 3 lines

fix a problem with not loading realtime queue members by always reloading a 
realtime queue from the database even if it is found in the list (issue #6680)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12926 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14 18:30:52 +00:00
russell
8cf97ad14a add a couple of variables to clarify some code (issue #6700)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12924 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14 18:11:35 +00:00
oej
fcd5783b86 Small fixes to the messagecount function (while trying to understand
a bug report...)
- Remove unused variable "ret"
- Declare char* pointers in the block where they are used


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12843 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-14 07:17:30 +00:00
tilghman
a13a6421ae Bug 6526 - Add a reference count to avoid crash
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-13 13:56:34 +00:00
oej
566af08e49 README files have changed names, better change references too :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12572 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-12 17:27:57 +00:00
tilghman
9156908a4c Bug 6459 - tell manager when queue is abandoned
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12501 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-11 15:17:50 +00:00
tilghman
2aba4a9f98 Bug 5702 - Realtime patch for meetme
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12232 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-07 01:12:09 +00:00
oej
0690cff1e9 Initialize variable (fix by Luigi Rizzo)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11983 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-06 09:43:59 +00:00
bweschke
09e80638b5 Merged revisions 11778 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11778 | bweschke | 2006-03-04 06:45:37 -0500 (Sat, 04 Mar 2006) | 3 lines

 Substitute variables in the post_process string (if it exists) before those variables could possibly disappear (channel hangup) #6462


........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11779 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-04 11:51:45 +00:00
mogorman
d9ca01aeb5 Russian locale for voicemail from bug patch 6603
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03 19:14:18 +00:00
jdixon
201efd61e2 Fixed nasty lockup bug and added command macros (not to be confused with
macro-oni).


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11146 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-26 05:11:34 +00:00
oej
45d29914cc Reverting revision 10998 that was accidentaly committed to trunk. My apologies.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-24 10:50:43 +00:00
oej
5d7fbc4b1e Update to trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-24 10:17:40 +00:00
tilghman
4f1ce1ea49 Move conditional compilation for CURL from apps/ to funcs/
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10961 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23 23:43:06 +00:00
tilghman
d14ce4c739 Bug 6417 - Allow retrieval of raw CDR values
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23 23:12:41 +00:00
tilghman
ec65ad3b78 Move CURL function from apps/ to funcs/
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10932 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23 22:27:49 +00:00
kpfleming
9c4950dff3 add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
update pbx_dundi to use ast_get_time_t
eliminate some compiler warnings


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10871 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23 17:13:57 +00:00
kpfleming
298fa6c9e1 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22 22:53:49 +00:00
mogorman
e79bba6fbd Solved problem where talker hears himself when
talk optimization is on in app_meetme.
bug #6266


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10785 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22 21:40:00 +00:00
mogorman
48848cc51d bug in the linkedlists macros where the prev node
was improperly managed when doing removals or insertions.
also solved issues with app_voicemail init. and reload
solves bug #6557


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22 20:13:05 +00:00
tilghman
57847e76ec Updating skel application to use current parsing constructs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10691 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22 03:04:42 +00:00
mogorman
e03764cc6f Changing syntax once again slightly and standardizing
config to other asterisk samples , bug note 6530


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10559 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20 18:30:49 +00:00
tilghman
429b7c6d51 Merged revisions 10464 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10464 | tilghman | 2006-02-19 11:26:31 -0600 (Sun, 19 Feb 2006) | 2 lines

Fix possible lack of initialization of useadsi

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-19 17:27:39 +00:00
russell
011fac8ff8 fix up the summary and help text for the mixmonitor cli command
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10392 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-17 04:17:35 +00:00
tilghman
4e9abfbe1b Bug 6503 - Change wording from mailbox to folder when referring to the subfolders of a mailbox (less confusing)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10353 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 23:13:48 +00:00
tilghman
2c8f53443d Bug 6516 - u->chan not defined
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10339 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 22:59:38 +00:00
russell
f921b9c2c3 Merged revisions 10301 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10301 | russell | 2006-02-16 13:07:52 -0500 (Thu, 16 Feb 2006) | 3 lines

when executing the Directory application from voicemail and a context is not
specified, use the "default" context, not the channel's current context (issue #6507)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10302 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 18:19:05 +00:00
russell
5f7ef687fa add StopMixMonitor application (issue #6122, with mods)
Rename and export ast_complete_channels for use by cli completion functions
that want to complete from the list of active channels


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10287 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 17:37:03 +00:00
tilghman
284a588ebd Define the initial values separate from the STATIC definitions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10255 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 23:00:07 +00:00
russell
c72e5e1b38 remove the uses of the deprecated STANDARD_LOCAL_USER
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 20:11:56 +00:00
kpfleming
f0d3db9337 add option to avoid calling members whose channels are 'in use' (issue #6315, plus documentation)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 02:52:19 +00:00
kpfleming
5bd6728e53 add channel's uniqueid to manager 'join' event (issue #6458)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10122 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 01:01:35 +00:00
kpfleming
987242db6a update app to use args parser
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10106 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:33:07 +00:00
kpfleming
15db46a445 add API function for parsing strings to time_t (issue #6320, with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:24:24 +00:00
mogorman
a6a33b46c2 Now Kevin will be really happy!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10087 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:38:27 +00:00
mogorman
4d6fbdd052 changed naming scheme for variables so it matches
asterisk standard, changed it so it can take frames
 of sizes other than 20ms, allowed for the app to reload
 properly, and finalyl changed sample to general section
 as to follow standards.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10086 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 23:30:18 +00:00
kpfleming
5ae550a31a don't use localuser structure for outbound calls (issue #6216)
various code cleanup and reorganization (issue #6216)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 21:50:35 +00:00
kpfleming
32dfcec463 list macro conversion (issue #6328, with bugfix)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10020 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 20:39:56 +00:00
kpfleming
32acfae754 Merged revisions 9961,9964,9990,10018 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r10018 | kpfleming | 2006-02-14 14:20:15 -0600 (Tue, 14 Feb 2006) | 2 lines

don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10019 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 20:21:38 +00:00
markster
5c41026800 Properly stopsteram on meetme (bug #6137)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 19:08:51 +00:00
kpfleming
9c8ab2d165 set properties for new files (i need to get this documented)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9960 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 18:44:18 +00:00
mogorman
780c9a4edb bug 6485 fixed.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 17:08:06 +00:00
mogorman
85d32fb41a Commiting 5959 with minor formatting and typo
fixes.  Thanks to all those involved.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14 16:42:50 +00:00
tilghman
ff343139b2 Shouldn't have been a public function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9801 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13 20:55:13 +00:00
russell
4c6776c6d7 remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9800 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13 20:12:50 +00:00
twisted
c57df5a5da Don't set the formats before we stop indications. (issue #6380)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9759 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-13 17:50:53 +00:00
kpfleming
e217105bfc ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9691 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 16:52:42 +00:00
kpfleming
5d9ed5739a major dialplan functions update
deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL()


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 04:28:58 +00:00
tilghman
9f87dd693e Make the ditlen and tone configurable at runtime
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9658 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 03:38:50 +00:00
russell
67a50f994d update for change to ast_pbx_outgoing_exten
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9601 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 19:02:14 +00:00
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