aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-16Issue #9069 - If we open with TH we should not close with /TD. (seanbright)oej1-1/+1
2007-02-15Use a separate variable to indicate execution should continue instead of the ...file1-10/+14
2007-02-14git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@54438 f38db490-d6...oej1-1/+1
2007-02-14When handling glare on a PRI, move the requested channel rather than hang up ...mattf1-7/+13
2007-02-13Make sure that outbound calls are applied to the peer.oej1-2/+1
2007-02-08ensure channelcount is cleared before we enumerate transcoders, so 'reload' d...kpfleming1-0/+5
2007-02-08Issue 9003 - If fullname is empty, quote() passes back "\"" tilghman1-2/+2
2007-02-07Fix a few potential memory leaks with realtime users and peers. (issue #8999 ...file1-11/+12
2007-02-07Issue 7440 - Macro called from Macro from the h extension exits prematurelytilghman1-3/+10
2007-02-06Issue 8987 - Status could return two responses (mnicholson)tilghman1-1/+1
2007-02-06Add a proper newline at the end of this sample config file.qwell1-1/+1
2007-02-03Revert some changes that accidentally got committed as a part of another fix.russell3-67/+16
2007-02-03set the DIALSTATUS variable to contain "INVALIDARGS" when the dial applicationrussell4-23/+73
2007-02-02Pass the glob expanded filename to process_text_line so that error messages c...file1-1/+1
2007-02-01Fix a small typo. Synopsis lines shouldn't have a newlineqwell1-1/+1
2007-02-01Copy noncodeccapability over to the joint variable so that telephone-event wi...file1-0/+1
2007-02-01Don't negotiate RFC2833 when not configured to do so. (issue #8799 reported b...file1-6/+6
2007-02-01- Make sure we release call from call counter before we destroy call (maybe #...oej1-3/+10
2007-02-01Return previous behavior of having MOH pick up where it was left off. (issue ...file1-12/+13
2007-02-01Bug 8965 - Allow FIELDQTY to work with both variables and dialplan functionstilghman1-5/+6
2007-02-01No wonder FIELDQTY doesn't work with functions... the documentation in pbx.c ...tilghman2-4/+5
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell15-9/+48
2007-01-31update to match modified transcoder APIkpfleming1-8/+8
2007-01-31Use the proper format string to print unsigned values in the rtp debug output.russell1-1/+1
2007-01-31allow codec_zap to build again, now that transcoder support is in zaptel 1.2kpfleming1-12/+12
2007-01-30Don't print a message indicating that we don't know what to do with a proceedingrussell1-1/+1
2007-01-30The SIGHUP handler was implemented to allow admins to send SIGHUP to a runningrussell1-3/+17
2007-01-30Comment out the parts in the Makefile that make codec_zap get built. It willrussell1-12/+12
2007-01-30fixed some possible segfaults. also fixed an very important bug which occurs ...crichter2-43/+27
2007-01-30Fix the extraction of the timestamp from video frames. It was using therussell1-2/+2
2007-01-29Now that filename is part of the structure and since it comes before postproc...file1-1/+1
2007-01-29Use the correct zaptel header file location.qwell1-1/+1
2007-01-27Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentatio...file1-3/+3