dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

16 Commits

Author SHA1 Message Date
file 456701fc7c Data stores do not need a lock. As well change the way they are removed from the channel when it is destroyed (thanks Russell Wussell) and finally... because C++ is silly... change our list macro info thing to be "entry" instead of "list".
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19062 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11 03:50:17 +00:00
file 483e826311 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18979 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-10 23:29:50 +00:00
mogorman b6040b9871 updating cleancount to coincide with 17130
didnt know you are supposed to update that. now i do


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17149 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-03 20:23:46 +00:00
rizzo de97942dd2 black magic to make sure we recompile things after the changes to cli.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15820 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-28 22:59:34 +00:00
kpfleming 8b1974448d force a cleanup due to today's ast_channel change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10107 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15 00:33:30 +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
kpfleming e2ef29e5c0 increment for recent ast_channel change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8948 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31 00:17:43 +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 a36f58a0aa major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
(nearly) complete rewrite of app_muxmon, renaming the application to MixMonitor and fixing a large number of bugs and inconsistencies
update app_chanspy to use new spy infrastructure


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6884 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 23:01:13 +00:00
kpfleming c01a0d8ddc force cleaning with today's changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6460 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30 21:38:41 +00:00
kpfleming e500673791 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 03:04:58 +00:00
markster 2658029648 Merge API changes for chanspy
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5238 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-23 21:52:31 +00:00
markster 8ba4898a1e Rework channel structure to eliminate "pvt" portion of channel (bug #3573)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5137 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-04 06:47:24 +00:00
markster 2207b9a515 Merge config updates (bug #3406)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25 06:10:20 +00:00
markster ae74ad6e2b Remove duplicate alaw implementation (bug #3409)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4882 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-23 18:47:51 +00:00
markster 8f16ca1069 Allow me to force a "make clean ; make install" on a cvs update (bug #3358)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4822 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-17 04:48:51 +00:00