asterisk/asterisk.git
17 years agofix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganization
Kevin P. Fleming [Fri, 28 Oct 2005 16:59:48 +0000 (16:59 +0000)]
fix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganization

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6879 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agouse API call for frame volume adjustment
Kevin P. Fleming [Fri, 28 Oct 2005 16:36:10 +0000 (16:36 +0000)]
use API call for frame volume adjustment

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6878 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd 'ast_cond_t' type for pthread condition variables, and appropriate API wrappers
Kevin P. Fleming [Fri, 28 Oct 2005 16:35:43 +0000 (16:35 +0000)]
add 'ast_cond_t' type for pthread condition variables, and appropriate API wrappers

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6877 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd macros for explicit module usecount increment/decrement
Kevin P. Fleming [Fri, 28 Oct 2005 16:33:09 +0000 (16:33 +0000)]
add macros for explicit module usecount increment/decrement
remove unnecessary locking around setting usecount to zero

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6876 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd 'tail' pointer to list heads, so that common 'insert-to-tail' operations can...
Kevin P. Fleming [Fri, 28 Oct 2005 16:32:08 +0000 (16:32 +0000)]
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: https://origsvn.digium.com/svn/asterisk/trunk@6875 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd API function to perform volume adjustment on a frame of SLINEAR data
Kevin P. Fleming [Fri, 28 Oct 2005 16:20:44 +0000 (16:20 +0000)]
add API function to perform volume adjustment on a frame of SLINEAR data
documentation cleanup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6874 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd some macros to simplify application argument parsing
Kevin P. Fleming [Fri, 28 Oct 2005 16:19:43 +0000 (16:19 +0000)]
add some macros to simplify application argument parsing

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6873 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix compiler warnings
Kevin P. Fleming [Fri, 28 Oct 2005 16:19:04 +0000 (16:19 +0000)]
fix compiler warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6872 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoproperly document this morning's changes to 'ignoreregexpire'
Kevin P. Fleming [Fri, 28 Oct 2005 16:00:09 +0000 (16:00 +0000)]
properly document this morning's changes to 'ignoreregexpire'

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6871 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoMerge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)
Mark Spencer [Fri, 28 Oct 2005 13:37:31 +0000 (13:37 +0000)]
Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6870 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix CDR crash (bug #5525 and many others)
Mark Spencer [Thu, 27 Oct 2005 21:57:53 +0000 (21:57 +0000)]
Fix CDR crash (bug #5525 and many others)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6869 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agostrncpy to ast_copy_string
Russell Bryant [Thu, 27 Oct 2005 02:48:56 +0000 (02:48 +0000)]
strncpy to ast_copy_string

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6868 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agostrncpy to ast_copy_string
Russell Bryant [Thu, 27 Oct 2005 02:42:05 +0000 (02:42 +0000)]
strncpy to ast_copy_string

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6867 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoRemove unnecessary checks before calls to ast_strlen_zero. Also, change
Russell Bryant [Thu, 27 Oct 2005 02:19:37 +0000 (02:19 +0000)]
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: https://origsvn.digium.com/svn/asterisk/trunk@6866 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoclean up a lot of doxygen errors and warnings (issue #5522)
Russell Bryant [Wed, 26 Oct 2005 23:11:36 +0000 (23:11 +0000)]
clean up a lot of doxygen errors and warnings (issue #5522)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6865 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoremove unnecessary checks before calls to ast_strlen_zero
Russell Bryant [Wed, 26 Oct 2005 19:48:14 +0000 (19:48 +0000)]
remove unnecessary checks before calls to ast_strlen_zero

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6864 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoAdd Claude Patry to the Credits. Thank you Junk-Y!!!
Russell Bryant [Wed, 26 Oct 2005 19:09:47 +0000 (19:09 +0000)]
Add Claude Patry to the Credits.  Thank you Junk-Y!!!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6863 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agochange ast_strlen_zero to also check for the string to be defined
Russell Bryant [Wed, 26 Oct 2005 18:54:24 +0000 (18:54 +0000)]
change ast_strlen_zero to also check for the string to be defined

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6862 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agouse ast_skip_blanks in pbx_ael
Russell Bryant [Wed, 26 Oct 2005 18:03:44 +0000 (18:03 +0000)]
use ast_skip_blanks in pbx_ael

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6861 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agouse double quotes for asterisk header ...
Russell Bryant [Wed, 26 Oct 2005 17:36:53 +0000 (17:36 +0000)]
use double quotes for asterisk header ...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6860 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoremove duplicate header
Russell Bryant [Wed, 26 Oct 2005 17:33:29 +0000 (17:33 +0000)]
remove duplicate header

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6859 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agodoxygenify the comments for data structures and defines in chan_iax2
Russell Bryant [Wed, 26 Oct 2005 17:07:51 +0000 (17:07 +0000)]
doxygenify the comments for data structures and defines in chan_iax2

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6858 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agouse an enum instead of #define'd integers in a couple of places
Russell Bryant [Wed, 26 Oct 2005 16:18:25 +0000 (16:18 +0000)]
use an enum instead of #define'd integers in a couple of places

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6857 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix up arguments to AgentCallbackLogin so that the options string and the
Russell Bryant [Wed, 26 Oct 2005 16:16:05 +0000 (16:16 +0000)]
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: https://origsvn.digium.com/svn/asterisk/trunk@6856 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoMany changes and new stuff including Reverse Autopatch and completely new authenticat...
Jim Dixon [Wed, 26 Oct 2005 16:00:38 +0000 (16:00 +0000)]
Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6855 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agolook for the last '-' in the channel name instead of the first (issue #5514)
Russell Bryant [Wed, 26 Oct 2005 15:34:34 +0000 (15:34 +0000)]
look for the last '-' in the channel name instead of the first (issue #5514)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6854 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix misplaced } (issue #5518)
Russell Bryant [Wed, 26 Oct 2005 15:02:23 +0000 (15:02 +0000)]
fix misplaced } (issue #5518)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6853 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agomore doxygenification (issue #5513)
Russell Bryant [Wed, 26 Oct 2005 13:03:17 +0000 (13:03 +0000)]
more doxygenification (issue #5513)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6852 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoAdd missing documentation
Mark Spencer [Wed, 26 Oct 2005 04:01:11 +0000 (04:01 +0000)]
Add missing documentation

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6851 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoAllow limitation by loadavg not just calls (should be BSD friendly)...
Mark Spencer [Wed, 26 Oct 2005 03:58:32 +0000 (03:58 +0000)]
Allow limitation by loadavg not just calls (should be BSD friendly)...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6850 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agomerge changes to doxygen config (issue #5505)
Russell Bryant [Tue, 25 Oct 2005 13:19:12 +0000 (13:19 +0000)]
merge changes to doxygen config (issue #5505)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6849 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agothere is a variable defined for 'install', might as well use it ...
Russell Bryant [Tue, 25 Oct 2005 12:47:54 +0000 (12:47 +0000)]
there is a variable defined for 'install', might as well use it ...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6848 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoDoxygen documentation update from oej (issue #5505)
Russell Bryant [Mon, 24 Oct 2005 20:12:06 +0000 (20:12 +0000)]
Doxygen documentation update from oej (issue #5505)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6847 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix segfault when building peer based on IP
Mark Spencer [Sun, 23 Oct 2005 18:11:54 +0000 (18:11 +0000)]
Fix segfault when building peer based on IP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6846 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix app_disa to set the proper variable before goign to invalid (bug #5439)
Mark Spencer [Sun, 23 Oct 2005 01:39:40 +0000 (01:39 +0000)]
Fix app_disa to set the proper variable before goign to invalid (bug #5439)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6845 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix max forwards interoperability (bug #5474)
Mark Spencer [Sun, 23 Oct 2005 01:31:17 +0000 (01:31 +0000)]
Fix max forwards interoperability (bug #5474)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6844 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix reload problem - unload_module was not setting connected to 0 (issue #5498)
Russell Bryant [Sat, 22 Oct 2005 15:28:56 +0000 (15:28 +0000)]
fix reload problem - unload_module was not setting connected to 0 (issue #5498)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6843 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix output of 'zap show status' to line up properly (issue #5491)
Russell Bryant [Sat, 22 Oct 2005 12:15:07 +0000 (12:15 +0000)]
fix output of 'zap show status' to line up properly (issue #5491)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6842 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoAdd user to user ie transmission support in chan_zap.c
Matthew Fredrickson [Fri, 21 Oct 2005 21:23:16 +0000 (21:23 +0000)]
Add user to user ie transmission support in chan_zap.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6841 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix segfault in CVS head (sorry about that)
Mark Spencer [Fri, 21 Oct 2005 14:09:03 +0000 (14:09 +0000)]
Fix segfault in CVS head (sorry about that)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6839 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoBe sure to avoid octal interpretations of IP's (bug #5477)
Mark Spencer [Fri, 21 Oct 2005 04:09:23 +0000 (04:09 +0000)]
Be sure to avoid octal interpretations of IP's (bug #5477)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6838 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix DISA documentation (bug #5461)
Mark Spencer [Fri, 21 Oct 2005 04:00:13 +0000 (04:00 +0000)]
Fix DISA documentation (bug #5461)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6837 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix timeout > 600000 on Linux x86-32
Mark Spencer [Thu, 20 Oct 2005 22:45:47 +0000 (22:45 +0000)]
Fix timeout > 600000 on Linux x86-32

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6836 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agosilence compiler warnings when ZT_TONEDETECT is not defined (issue #5470)
Russell Bryant [Thu, 20 Oct 2005 16:50:18 +0000 (16:50 +0000)]
silence compiler warnings when ZT_TONEDETECT is not defined (issue #5470)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6835 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix up help text (issue #5479)
Russell Bryant [Thu, 20 Oct 2005 16:42:53 +0000 (16:42 +0000)]
fix up help text (issue #5479)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6834 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoAllow for obtaining IAX2 call peer (endpoint) IP address with IAXPEER(CURRENTCHAN...
Jim Dixon [Wed, 19 Oct 2005 18:19:22 +0000 (18:19 +0000)]
Allow for obtaining IAX2 call peer (endpoint) IP address with IAXPEER(CURRENTCHAN) function

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6833 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoMassive cleanups to applications for LOCAL_USER handling and some other things.
Russell Bryant [Wed, 19 Oct 2005 18:19:02 +0000 (18:19 +0000)]
Massive cleanups to applications for LOCAL_USER handling and some other things.
In general, LOCAL_USER_ADD/REMOVE should be the first/last thing called in an
application.  An exception is if there is some *fast* setup code that might
halt the execution of the application, such as checking to see if an argument
exists.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6832 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix res_musiconhold lock
Mark Spencer [Wed, 19 Oct 2005 03:51:25 +0000 (03:51 +0000)]
Fix res_musiconhold lock

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6831 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoPerform some extra checks before performing masquerades
Mark Spencer [Wed, 19 Oct 2005 03:45:49 +0000 (03:45 +0000)]
Perform some extra checks before performing masquerades

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6830 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix small typo
Mark Spencer [Tue, 18 Oct 2005 23:58:36 +0000 (23:58 +0000)]
Fix small typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6829 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoit's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
Russell Bryant [Tue, 18 Oct 2005 22:52:21 +0000 (22:52 +0000)]
it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6828 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd missing STANDARD_HANGUP_LOCALUSERS
Russell Bryant [Tue, 18 Oct 2005 21:06:48 +0000 (21:06 +0000)]
add missing STANDARD_HANGUP_LOCALUSERS

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6827 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix various documentation issues (bugs #5464-5467)
Mark Spencer [Tue, 18 Oct 2005 21:06:38 +0000 (21:06 +0000)]
Fix various documentation issues (bugs #5464-5467)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6826 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoclean up DUNDiLookup application
Russell Bryant [Tue, 18 Oct 2005 21:03:49 +0000 (21:03 +0000)]
clean up DUNDiLookup application
implement 'b' option to bypass DUNDi cache for the lookup
add DUNDILOOKUP dialplan function to eventually replace the application
mark DUNDiLookup application as deprecated
don't register all of the DUNDi goodies until after everything has initialized

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6825 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix segfault in app queue when no cdr exists for the calling channel (bug #5462)
Mark Spencer [Tue, 18 Oct 2005 20:58:16 +0000 (20:58 +0000)]
Fix segfault in app queue when no cdr exists for the calling channel (bug #5462)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6824 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix typo
Kevin P. Fleming [Tue, 18 Oct 2005 20:48:34 +0000 (20:48 +0000)]
fix typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6823 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoUpdate README documentation (bug #5463, with mods)
Mark Spencer [Tue, 18 Oct 2005 19:21:16 +0000 (19:21 +0000)]
Update README documentation (bug #5463, with mods)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6822 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoThe amazing disappearing and reappearing patch... This time with documentation expla...
Mark Spencer [Tue, 18 Oct 2005 19:16:13 +0000 (19:16 +0000)]
The amazing disappearing and reappearing patch...  This time with documentation explaining it.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6821 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoSetting variables should NOT overwrite prefixed (sorry! revert of 5444)
Mark Spencer [Tue, 18 Oct 2005 17:53:57 +0000 (17:53 +0000)]
Setting variables should NOT overwrite prefixed (sorry! revert of 5444)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6820 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoSmall paging fixups (bug #5460)
Mark Spencer [Tue, 18 Oct 2005 17:44:52 +0000 (17:44 +0000)]
Small paging fixups (bug #5460)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6819 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoBe sure to not consider prefix on variable updates (bug #5444)
Mark Spencer [Tue, 18 Oct 2005 17:42:42 +0000 (17:42 +0000)]
Be sure to not consider prefix on variable updates (bug #5444)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6818 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix truth of strings
Mark Spencer [Tue, 18 Oct 2005 16:51:28 +0000 (16:51 +0000)]
Fix truth of strings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6817 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix off-by-one issue with sort (bug #5459)
Mark Spencer [Tue, 18 Oct 2005 16:48:19 +0000 (16:48 +0000)]
Fix off-by-one issue with sort (bug #5459)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6816 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoDon't only accept AST_DEVICE_UNKNOWN when we're trying to determine if the device...
Josh Roberson [Tue, 18 Oct 2005 03:29:12 +0000 (03:29 +0000)]
Don't only accept AST_DEVICE_UNKNOWN when we're trying to determine if the device is in use.  (Bug # 5338)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6815 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix build on older versions of mac osx, thanks twisted!
Russell Bryant [Tue, 18 Oct 2005 03:24:41 +0000 (03:24 +0000)]
fix build on older versions of mac osx, thanks twisted!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6814 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoimplement TXTCIDNAME as a dialplan function and mark the application deprecated
Russell Bryant [Tue, 18 Oct 2005 03:02:06 +0000 (03:02 +0000)]
implement TXTCIDNAME as a dialplan function and mark the application deprecated

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6813 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoremove unnecessary config file loading
Russell Bryant [Tue, 18 Oct 2005 02:21:45 +0000 (02:21 +0000)]
remove unnecessary config file loading

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6812 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix queue, iax and sip formatting issues (bug #5449)
Mark Spencer [Mon, 17 Oct 2005 22:26:33 +0000 (22:26 +0000)]
Fix queue, iax and sip formatting issues (bug #5449)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6811 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoclean up function to be more consistent with coding guidelines
Russell Bryant [Mon, 17 Oct 2005 17:54:32 +0000 (17:54 +0000)]
clean up function to be more consistent with coding guidelines

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6808 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoclean up headers
Russell Bryant [Mon, 17 Oct 2005 17:54:05 +0000 (17:54 +0000)]
clean up headers

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6807 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoHandle device state changes properly when formatting characters are present (bug...
Mark Spencer [Mon, 17 Oct 2005 15:41:55 +0000 (15:41 +0000)]
Handle device state changes properly when formatting characters are present (bug #5450, new patch)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6806 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agocorrect behavior change introduced by issue #5448 patch
Kevin P. Fleming [Mon, 17 Oct 2005 13:53:50 +0000 (13:53 +0000)]
correct behavior change introduced by issue #5448 patch

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6805 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoImprove config parsing performance (bug #5448)
Mark Spencer [Mon, 17 Oct 2005 03:53:27 +0000 (03:53 +0000)]
Improve config parsing performance (bug #5448)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6804 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agominor changes and eliminate some compiler warnings
Kevin P. Fleming [Sun, 16 Oct 2005 23:26:35 +0000 (23:26 +0000)]
minor changes and eliminate some compiler warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6803 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agomake ouput a little bit more informative
Russell Bryant [Sun, 16 Oct 2005 23:01:14 +0000 (23:01 +0000)]
make ouput a little bit more informative

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6802 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoUse FILE * instead of fd for files to support buffering
Mark Spencer [Sun, 16 Oct 2005 16:12:51 +0000 (16:12 +0000)]
Use FILE * instead of fd for files to support buffering

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6801 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoAdd walk by channel name prefixed
Mark Spencer [Sun, 16 Oct 2005 16:11:52 +0000 (16:11 +0000)]
Add walk by channel name prefixed

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6800 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoMake alsa/oss ignore VIDUPDATE control frames
Mark Spencer [Sun, 16 Oct 2005 16:05:41 +0000 (16:05 +0000)]
Make alsa/oss ignore VIDUPDATE control frames

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6799 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoMore utility cleanups
Mark Spencer [Sun, 16 Oct 2005 03:10:33 +0000 (03:10 +0000)]
More utility cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6798 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoMake crypto loading optional
Mark Spencer [Sun, 16 Oct 2005 03:08:58 +0000 (03:08 +0000)]
Make crypto loading optional

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6797 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoMake indications work more efficiently and without heavy floating point (bug #5360)
Mark Spencer [Sun, 16 Oct 2005 03:07:15 +0000 (03:07 +0000)]
Make indications work more efficiently and without heavy floating point (bug #5360)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6796 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoAdd muxmon application (bug #4735 with mods, thanks tony!)
Mark Spencer [Sun, 16 Oct 2005 02:59:13 +0000 (02:59 +0000)]
Add muxmon application (bug #4735 with mods, thanks tony!)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6795 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agomove GPL/trademark licensing information into LICENSE file
Kevin P. Fleming [Sat, 15 Oct 2005 05:29:13 +0000 (05:29 +0000)]
move GPL/trademark licensing information into LICENSE file

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6794 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agomove GPL text to proper file name
Kevin P. Fleming [Sat, 15 Oct 2005 05:12:12 +0000 (05:12 +0000)]
move GPL text to proper file name

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6793 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoFix carefulwrite and its usage within manager (bug #5355, maybe)
Mark Spencer [Fri, 14 Oct 2005 20:37:40 +0000 (20:37 +0000)]
Fix carefulwrite and its usage within manager (bug #5355, maybe)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6792 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoMake sure when the timeout occurs that we actually break the bridge (bug #5252)
Mark Spencer [Fri, 14 Oct 2005 17:02:20 +0000 (17:02 +0000)]
Make sure when the timeout occurs that we actually break the bridge (bug #5252)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6791 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agofix compile error (%d changed to %n)
Kevin P. Fleming [Fri, 14 Oct 2005 05:29:41 +0000 (05:29 +0000)]
fix compile error (%d changed to %n)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6790 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd missing new line
Jeremy McNamara [Fri, 14 Oct 2005 05:19:34 +0000 (05:19 +0000)]
add missing new line

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6789 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agomake chan_sip able to deal with PBX-level call limit being reached (issue #5131)
Kevin P. Fleming [Fri, 14 Oct 2005 01:14:29 +0000 (01:14 +0000)]
make chan_sip able to deal with PBX-level call limit being reached (issue #5131)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6788 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agosupport sending text through agent channels (issue #5295)
Kevin P. Fleming [Fri, 14 Oct 2005 00:46:13 +0000 (00:46 +0000)]
support sending text through agent channels (issue #5295)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6787 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoinitialize variable
Kevin P. Fleming [Fri, 14 Oct 2005 00:45:38 +0000 (00:45 +0000)]
initialize variable

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6786 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoDon't wait for channels to answer before moving on!
Mark Spencer [Fri, 14 Oct 2005 00:23:47 +0000 (00:23 +0000)]
Don't wait for channels to answer before moving on!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6785 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoensure Dial() options are sorted in help output (issue #5386)
Kevin P. Fleming [Fri, 14 Oct 2005 00:11:50 +0000 (00:11 +0000)]
ensure Dial() options are sorted in help output (issue #5386)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6784 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoensure that message envelopes are retrieved from ODBC storage when advanced options...
Kevin P. Fleming [Fri, 14 Oct 2005 00:08:24 +0000 (00:08 +0000)]
ensure that message envelopes are retrieved from ODBC storage when advanced options menu is used (issue #5393)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6783 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoadd "hello-world" prompt, courtesy of Jared Smith :)
Russell Bryant [Fri, 14 Oct 2005 00:07:14 +0000 (00:07 +0000)]
add "hello-world" prompt, courtesy of Jared Smith :)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6782 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agouse existing sample size in frame instead of recalculating it (issue #5390)
Kevin P. Fleming [Fri, 14 Oct 2005 00:03:41 +0000 (00:03 +0000)]
use existing sample size in frame instead of recalculating it (issue #5390)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6781 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agoensure that parking context/extension (and other settings) are properly updated on...
Kevin P. Fleming [Thu, 13 Oct 2005 23:58:33 +0000 (23:58 +0000)]
ensure that parking context/extension (and other settings) are properly updated on reload (issue #5401)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6780 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agomake DISA() use 'i' extension if it exists (issue #5439 with mods)
Kevin P. Fleming [Thu, 13 Oct 2005 23:52:42 +0000 (23:52 +0000)]
make DISA() use 'i' extension if it exists (issue #5439 with mods)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6779 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agodon't force CLID to be a phone-number-looking-thingie (issue #5325)
Kevin P. Fleming [Thu, 13 Oct 2005 23:48:12 +0000 (23:48 +0000)]
don't force CLID to be a phone-number-looking-thingie (issue #5325)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6778 65c4cc65-6c06-0410-ace0-fbb531ad65f3

17 years agouse English states in 'show hints' CLI command
Kevin P. Fleming [Thu, 13 Oct 2005 23:35:57 +0000 (23:35 +0000)]
use English states in 'show hints' CLI command

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6777 65c4cc65-6c06-0410-ace0-fbb531ad65f3