aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-03-27Oopstilghman1-1/+1
2007-03-27Fix a few remaining bad mmap(2) return valuestilghman1-5/+5
2007-03-27Fix the check of the return value from mmap(). Thanks to Corydon for catchingrussell1-3/+3
2007-03-27Fix the use of the "sourceaddress" option when "bindaddr" is set to 0.0.0.0russell1-3/+42
2007-03-27fixed #9355crichter1-1/+2
2007-03-26mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make...nadi7-15/+90
2007-03-24Only try to handle a response if it has a response code. (ASA-2007-011)file1-10/+10
2007-03-23Ugh. that was dumb. Fixed an error.murf1-1/+1
2007-03-23Added a few words in the Macro doc strings about the behavior of macros with ...murf1-0/+5
2007-03-21Indicate the filename changed when it is changed. (issue #9311 reported by js...file1-0/+1
2007-03-20modified a loglevelcrichter1-1/+1
2007-03-20avoid sending a disconnect when we already received one.crichter1-0/+9
2007-03-14Add a note to the security file that the Asterisk CLI and log files may containrussell1-0/+6
2007-03-13fixed the crypt_keys stuffcrichter1-7/+13
2007-03-13added method standard_dec for dialing out on groups, to avoid conflicts, whic...crichter5-37/+74
2007-03-13Issue #9229 - No port in request URI on register to non default SIP ports (ne...oej1-4/+11
2007-03-12We can't use the assembler version of fetchadd_int under Intel Macs. (issue #...file1-1/+1
2007-03-09If we are unable to lookup the host in a c line we have to abort, otherwise t...file1-0/+2
2007-03-09we can free channel 31 as well, since we can occupy itcrichter1-1/+1
2007-03-08Only print out debug message if the definition that makes the variables shows...file1-0/+2
2007-03-07Fix a problem where the Asterisk channel name could be that of the wrong IAX2russell1-11/+19
2007-03-07Fix a misplaced block of code in the 1.2 version of the patch to fix issue #8977russell1-5/+5
2007-03-07If the channels acquired using the manager Redirect action are not up, thenrussell1-0/+11
2007-03-06Fix for 9220: Eyebeam cannot renew subscriptions for presence info. Reason: r...murf1-2/+15
2007-03-06Change error message to proper messageoej1-1/+1
2007-03-06 Cleanup the Makefile so that we only attempt to include a file when we're bu...bweschke1-1/+3
2007-03-05subdirs like misdn and h323 should be cleaned by the clean target from channe...crichter1-0/+3
2007-03-05Make create_dirpath use our standard for return values. -1 is failure, 0 is s...file1-8/+8
2007-03-05Fixed a typo introduced via 9156murf1-1/+1
2007-03-04fixed another place where the out_cause was hardcoded to 16crichter2-2/+2
2007-03-03Memory leak of a list, if call recording was abandonedtilghman1-0/+8
2007-03-02fixed typocrichter1-1/+1
2007-03-02If a SIP message comes in and goes to a method handler that requires addition...file1-0/+6
2007-03-02further refinement in wording of goto documentation, as per 9156, goto not pr...murf1-10/+19
2007-03-01Don't even attempt to optimize things when a proxy channel is involved. It wi...file1-1/+1
2007-02-28a small documentation update, to reflect reality in the goto doc strings, as ...murf1-2/+13
2007-02-28Fix a few more issues with the agent logoff CLI command. (issue #9123 reporte...file1-1/+10
2007-02-28fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304crichter2-7/+8
2007-02-26Obey the clearglobalvars option in extensions reload (or dialplan reload depe...file1-0/+2
2007-02-26Ensure that lock.h is included in utils.c with AST_API_MODULE defined so thatrussell1-0/+2
2007-02-25Issue 9130 - If prev is the last item on the channel list, then evaluatingtilghman1-1/+5
2007-02-23Fix up a couple more signal handlers to not do bad things that could causerussell1-22/+50
2007-02-23Don't destroy mutexes before unregistering all of the entry points from the c...russell1-4/+9
2007-02-22Always defer Agent logoff if any channels are up until they hang up. (issue #...file1-6/+4
2007-02-22Only change the original or clone channel if it's the channel behind the prox...file2-3/+3
2007-02-22If we receive a frame that is not in any of the negotiated formats, then droprussell1-0/+5
2007-02-21Change naughty warning message to provide useful information. If a write now ...file1-1/+1
2007-02-21use new tag version scriptkpfleming1-3/+14
2007-02-21Fix random crashes when using the MeetMe application. This patch converts listrussell3-187/+173
2007-02-20Defer clearing callback information if channels are up until they are hung up...file1-2/+10