aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.17@212958 f38db490-d6...v1.2.17kpfleming11-9/+23
2007-03-19importing files for 1.2.17 releaseqwell3-0/+5078
2007-03-19Creating tag for the release of asterisk-1.2.17qwell0-0/+0
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
2007-02-20Convert a tab to spaces so that the documentation is printed out properlyrussell1-1/+1
2007-02-19forcename and forcegreetings options should check to see if the recording alr...tilghman1-9/+16
2007-02-18Documentation update (#9053, jsmith)oej1-1/+2
2007-02-18Issue #9020 - SIP message retransmission time too short.oej1-1/+3
2007-02-17Answer the channel before recording privacy information. (issue #8926 reporte...file1-0/+1
2007-02-17Allow chan_sip to handle attended transfers from a SIP phone that is sitting ...file1-1/+1
2007-02-16Revert the change I did in revisions 54955, 54969, and 54970, in 1.2, 1.4, russell2-51/+45
2007-02-16Do not send indications through ast_indicate in chan_agent but instead go dir...file1-1/+1
2007-02-16For conferences that are configured in meetme.conf, check the configurationrussell1-40/+51