aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-04-14temporarily revert the way mutex are initialized on BSD systems.rizzo1-1/+1
This fixes the compilation on OS/X (the change exposed a wrong assumption on mutex types on OS/X), but still leaves open the bugs in initializing mutex on bsd systems, which you will see reported as 'locking failures' on certain operations. I need to investigate the issue further, but the best thing i can do now is leave things as they have been for months. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-14Bug 6927 - CLI command has 3 args, not 2.tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19941 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Merged revisions 19891 via svnmerge from tilghman1-2/+8
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19891 | tilghman | 2006-04-13 15:37:50 -0500 (Thu, 13 Apr 2006) | 2 lines Bug 6947 - Allow vm broadcasts to more than 256 characters worth of mailboxes ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19892 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Fix format for big endian systemstilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19890 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Fix the grammar that Kevin brokefile1-10/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19858 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Bug 6896 - Fix for garbled wav49 formattilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19814 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Merged revisions 19812 via svnmerge from kpfleming1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19812 | kpfleming | 2006-04-13 12:40:21 -0500 (Thu, 13 Apr 2006) | 2 lines oops... let's not set a variable and then immediately overwrite it while assuming its old value will magically return ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19813 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Unregister format says it's already unregisteredtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19811 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Typo fixtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19810 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Blocked revisions 19768 via svnmergetilghman0-0/+0
........ r19768 | tilghman | 2006-04-13 10:56:35 -0500 (Thu, 13 Apr 2006) | 2 lines Bug 6957 - variable names beginning with CALLERID weren't substituted correctly ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19769 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13remove extraneous warning messagekpfleming1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19767 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Issue #6951 - Show last successful registration time in "sip show registry" ↵oej1-4/+16
(ivanfm) with mods for svn trunk git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19736 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Formatting fixesoej1-124/+173
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19703 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Document the MSGSM format, and fix the uncalculated number of samplestilghman1-27/+68
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19673 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using ↵file4-193/+481
dialplan functions, and some other misc things. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19645 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12fix caffiene-induced typo.twisted1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19616 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12Note that the res_speech module will need to be loaded first, and add a ↵twisted2-0/+5
conveient line to uncomment to do so for the time being. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19615 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12simplify macro usagekpfleming1-10/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19614 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12make sure uint64_t is available on macrussell1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19579 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12- Adding some refer state definitions from the siptransfer branchoej1-4/+54
- A bit more URI conversions - Changes to sip_dual and the SIP invite structure - Add Supported: headers to more requests git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19578 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12Fix for Polycom bug...oej1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19549 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12Implement a setting for denying/allowing transfer requests. At this stage,oej1-2/+67
we only have open/closed. Well, at least you can deny transfers from unknown callers or at least incoming calls. (Part of the SIPtransfer branch) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19546 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12whoops... remove an extra line.rizzo1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19545 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12add 'show threads' and 'show profile' commands.rizzo7-4/+354
These are momstly debugging tools for developers, a bit documented in the header files (utils.h), although more documentation is definitely necessary. The performance impact is close to zero(*) so there is no need to compile it conditionally. (*) not completely true - thread destruction still needs to search a list _but_ this can be easily optimized if we end up with hundreds of active threads (in which case, though, the problem is clearly elsewhere). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19544 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12fancify the sample grammar a bitkpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12Doxygen docsoej1-9/+49
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19542 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12Add ability to see if the person calling said anything or not.file2-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12reindent block properlyrizzo1-35/+35
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19466 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-12localize some variables, remove useless parenthesesrizzo1-13/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11remove useless \0, and fix formatting.rizzo1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19437 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Bug 6943 - transition away from using CallerID header, when we really mean ↵tilghman2-3/+18
CallerIDNum git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19397 via svnmerge from tilghman1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19397 | tilghman | 2006-04-11 17:39:59 -0500 (Tue, 11 Apr 2006) | 2 lines Bug 6490 - telco intercept should report NOANSWER instead of CHANUNAVAIL ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19398 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11fix various bugs in the DEBUG_THREADS code including:rizzo1-4/+4
- misspelled ast_mutex_logger() instead of __ast_mutex_logger() - misplaced #define ast_mutex_init(pmutex) - wrong arguments to __ast_mutex_logger() in one instance. Clearly this code is too spaghetti! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19396 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19394 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19394 | tilghman | 2006-04-11 17:24:46 -0500 (Tue, 11 Apr 2006) | 2 lines Bug 6061 - Fix ODBC storage of VM on PGSQL and MSSQL ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19395 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11fix logic error; don't test for rtcache flag unless asked to (issue #6923)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19393 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19353 via svnmerge from kpfleming1-2/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19353 | kpfleming | 2006-04-11 16:58:47 -0500 (Tue, 11 Apr 2006) | 2 lines don't create a 'voicemail' symlink in the sounds directory; app_voicemail has not needed it since January of 2005 (issue #6613) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19354 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19351 via svnmerge from tilghman1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19351 | tilghman | 2006-04-11 16:55:51 -0500 (Tue, 11 Apr 2006) | 2 lines Bug 6097 - possible descriptor leak ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19352 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19348 via svnmerge from kpfleming1-1/+12
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19348 | kpfleming | 2006-04-11 16:50:18 -0500 (Tue, 11 Apr 2006) | 2 lines don't call the originating device as part of the Page() operation (issue #6932) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19350 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19347 via svnmerge from kpfleming1-41/+34
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19347 | kpfleming | 2006-04-11 16:35:52 -0500 (Tue, 11 Apr 2006) | 2 lines simplify spy queue flushing logic, and always force a flush when one side gets full, even if the other side is not empty (issue #6457) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19349 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19345 via svnmerge from kpfleming1-2/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19345 | kpfleming | 2006-04-11 16:14:42 -0500 (Tue, 11 Apr 2006) | 2 lines don't destroy the entire dialplan during 'reload', just atomically replace it like 'extensions reload' does (issue #6047) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11remove unused variable (discovered by the compiler)rizzo1-4/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11No need to do this in here any longer since the linkedlists macro is fixedfile1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19305 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19303 via svnmerge from file1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19303 | file | 2006-04-11 17:46:38 -0300 (Tue, 11 Apr 2006) | 2 lines Minor linked lists bug fix. When you're dealing with swapping entries around a lot it can cause a seg fault. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19304 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Merged revisions 19301 via svnmerge from kpfleming1-0/+15
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r19301 | kpfleming | 2006-04-11 15:11:01 -0500 (Tue, 11 Apr 2006) | 2 lines handle call time limit properly when warning is requested _after_ call would hae already ended (issue #6356) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19302 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11typokpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19272 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic ↵file2-77/+202
threads. These are used when all pool threads are in use, and will stick around until load dies down. The theory is that during high load you'll have more threads available, and during low load you'll only have the normal pool threads sticking around. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19254 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11 Minor cleanups and error handling for app_dial #6935 (casper)bweschke1-30/+38
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19253 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11remove an unused functionrizzo2-26/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19226 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11as discussed with kevin, moverizzo2-14/+14
ast_register_atexit()/ ast_unregister_atexit() into asterisk.h These are general functions, not restricted to modules, so move them in a more proper place. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19223 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11use proper typekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19222 f38db490-d61c-443f-a65b-d21fe96a405b