dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

6187 Commits

Author SHA1 Message Date
markster caeca15f95 Merge TDS cdr fixes (bug #5517, with slight mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6892 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-29 18:49:25 +00:00
markster 13318940ef Do not look for libosp since that name is not used anymore and conflicts with opensp (bug #5542)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6891 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-29 18:14:18 +00:00
markster 9e10df8aea Remove ancient copy/paste error (bug #5541)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6890 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-29 17:45:07 +00:00
markster 997ec02e5f Fix minor iax2 device state issue (bug #5540)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-29 16:23:32 +00:00
kpfleming 8c43d1ec05 do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6888 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-29 13:03:23 +00:00
kpfleming e7ab16d244 find OSP toolkit library properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6887 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 23:53:07 +00:00
kpfleming cf35e9f2b1 update Makefile for new app name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6886 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 23:52:23 +00:00
kpfleming b7f59f59bd complete the rename of MuxMon to MixMonitor
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6885 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 23:04:30 +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 762f169956 add API call to properly sum two frames of SLINEAR data
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6883 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 21:49:27 +00:00
kpfleming dc1aa1ffdc ensure that SLINEAR volume adjustments don't wrap around short integer maximums
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6882 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 21:35:55 +00:00
kpfleming 81880bfe3d fix remaining breakage from yesterday's changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6881 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 17:22:34 +00:00
kpfleming b5a5584d98 use new app-argument macros, and try to fix yesterday's breakage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6880 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 17:11:20 +00:00
kpfleming 665ce678c4 fix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganization
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6879 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:59:48 +00:00
kpfleming edf894a72a use API call for frame volume adjustment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6878 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:36:10 +00:00
kpfleming f67cec6dcc add 'ast_cond_t' type for pthread condition variables, and appropriate API wrappers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6877 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:35:43 +00:00
kpfleming 9f4683f23f add macros for explicit module usecount increment/decrement
remove unnecessary locking around setting usecount to zero


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6876 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:33:09 +00:00
kpfleming b6b8f11db8 add 'tail' pointer to list heads, so that common 'insert-to-tail' operations can run more quickly
add option for list heads without embedded locks


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6875 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:32:08 +00:00
kpfleming e3393cfb0a add API function to perform volume adjustment on a frame of SLINEAR data
documentation cleanup


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6874 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:20:44 +00:00
kpfleming 673d260fce add some macros to simplify application argument parsing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6873 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:19:43 +00:00
kpfleming 2581bee947 fix compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6872 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:19:04 +00:00
kpfleming 32dcff5349 properly document this morning's changes to 'ignoreregexpire'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6871 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 16:00:09 +00:00
markster bf2d464db8 Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6870 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 13:37:31 +00:00
markster 1d303db42e Fix CDR crash (bug #5525 and many others)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6869 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-27 21:57:53 +00:00
russell 36d630b4fe strncpy to ast_copy_string
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-27 02:48:56 +00:00
russell b20f2640e3 strncpy to ast_copy_string
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-27 02:42:05 +00:00
russell ee234bbb3e Remove unnecessary checks before calls to ast_strlen_zero. Also, change
some places where strlen is used instead of ast_strlen_zero


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-27 02:19:37 +00:00
russell 4cc87ee6e1 clean up a lot of doxygen errors and warnings (issue #5522)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 23:11:36 +00:00
russell 2a1fd152ed remove unnecessary checks before calls to ast_strlen_zero
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 19:48:14 +00:00
russell 1f35efeea3 Add Claude Patry to the Credits. Thank you Junk-Y!!!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6863 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 19:09:47 +00:00
russell 1168964aa4 change ast_strlen_zero to also check for the string to be defined
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6862 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 18:54:24 +00:00
russell db653f9eb1 use ast_skip_blanks in pbx_ael
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6861 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 18:03:44 +00:00
russell 6aa812e73d use double quotes for asterisk header ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6860 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 17:36:53 +00:00
russell 79bc9ed2e9 remove duplicate header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6859 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 17:33:29 +00:00
russell 0ef8ef3626 doxygenify the comments for data structures and defines in chan_iax2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6858 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 17:07:51 +00:00
russell e12982168f use an enum instead of #define'd integers in a couple of places
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6857 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 16:18:25 +00:00
russell faf0b5b506 fix up arguments to AgentCallbackLogin so that the options string and the
specified extension do not conflict.  This also makes the application not
assume that the extension is numeric.  While we're at it, include some code
cleanup - strcpy to ast_copy_string, and cleanups to LOCAL_USER handling.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6856 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 16:16:05 +00:00
jim 6be9629202 Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 16:00:38 +00:00
russell 1f0b4c34e7 look for the last '-' in the channel name instead of the first (issue #5514)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6854 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 15:34:34 +00:00
russell 1423ff5180 fix misplaced } (issue #5518)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6853 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 15:02:23 +00:00
russell bb65d2e30a more doxygenification (issue #5513)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6852 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 13:03:17 +00:00
markster b15ff02ed2 Add missing documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6851 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 04:01:11 +00:00
markster 02fb8bca83 Allow limitation by loadavg not just calls (should be BSD friendly)...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6850 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26 03:58:32 +00:00
russell 44c6211eb7 merge changes to doxygen config (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6849 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-25 13:19:12 +00:00
russell 30af778680 there is a variable defined for 'install', might as well use it ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6848 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-25 12:47:54 +00:00
russell 2c3b3edc86 Doxygen documentation update from oej (issue #5505)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24 20:12:06 +00:00
markster 009102fa0d Fix segfault when building peer based on IP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6846 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-23 18:11:54 +00:00
markster fa889b15ad Fix app_disa to set the proper variable before goign to invalid (bug #5439)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6845 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-23 01:39:40 +00:00
markster 0ba07b3003 Fix max forwards interoperability (bug #5474)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6844 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-23 01:31:17 +00:00
russell ca7feae09a fix reload problem - unload_module was not setting connected to 0 (issue #5498)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6843 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-22 15:28:56 +00:00