aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.17@212958 f38db490-d6...v1.4.17kpfleming8-20/+19
2008-01-02Use autotagged externalsrussell0-0/+0
2008-01-02Importing files for 1.4.17 releaserussell3-0/+14561
2008-01-02Creating tag for the release of asterisk-1.4.17russell0-0/+0
2008-01-02Allocate a SIP refer structure when performing a transfer using BYE with Also...file1-1/+6
2008-01-02A change to improve the accuracy of queue logging in the case where a member ...mmichelson1-6/+23
2007-12-31Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete w...mmichelson1-1/+2
2007-12-31Allow the default "0" to be returned if the STAT failstilghman1-1/+1
2007-12-28Remove duplicate increment of the header count in the add_header() function.russell1-4/+0
2007-12-28I found a bug while browsing the queue code and managed to reproduce it in a ...mmichelson1-4/+2
2007-12-27Don't report a syntax error when an empty string is passed to ast_get_group.russell1-0/+3
2007-12-27Fixing a typo in a comment.mmichelson1-1/+1
2007-12-27Include types.h in chan_h323 as without it it can not be compiled on some ope...file1-0/+1
2007-12-27Use ast_strlen_zero to see if our_contact is set or not on the dialog. It is ...file1-1/+1
2007-12-27Now that the contexts lock is a read/write lock, it should not be locked hererussell1-2/+0
2007-12-27Use the constant that I really meant to use here ...russell2-4/+4
2007-12-27Change ast_translator_best_choice() to only pay attention to audio formats.russell1-4/+4
2007-12-27make this comment explain the situation in an even more explicit fashionkpfleming1-5/+11
2007-12-26Workaround for what is probably a glibc bug (but we'll see this crop up againtilghman1-0/+8
2007-12-26Just in case the AST_FLAG_END_DTMF_ONLY flag was already set before startingrussell1-25/+39
2007-12-26When a channel is in autoservice, mark a flag on the channel that says thatrussell1-0/+2
2007-12-26Don't try to send a parked call back to itself.russell1-5/+4
2007-12-26Don't store DTMF BEGIN frames while a channel is in autoservice. It's justrussell1-1/+1
2007-12-26List include/asterisk/version.h as a .PHONY target because we want the commandsrussell1-1/+1
2007-12-25file says... build on the builders.file1-1/+1
2007-12-24Race: we need to wait to queue a NewChannel event until after the channel istilghman1-16/+19
2007-12-24More deadlock avoidance code (this time between sip_monitor and sip_hangup)tilghman1-1/+8
2007-12-24Another bit of bad logic in realtime_peertilghman1-2/+1
2007-12-23Argh... I suppose third time's the charm.tilghman1-21/+22
2007-12-21Bunch of coding guidelines cleanupmmichelson1-79/+77
2007-12-21Better quota support for using IMAP storage voicemailmmichelson1-1/+38
2007-12-21The mail_copy c-client function does not expect a full imap mailbox string, j...mmichelson1-7/+3
2007-12-21Since we are freeing list elements within a list traversal, we need to use th...mmichelson1-1/+3
2007-12-21Convert the contexts lock to a read/write lock to resolve a deadlock. Thisrussell2-32/+51
2007-12-21Removing a debug message I accidentally just committedmmichelson1-1/+0
2007-12-21Fixing Portuguese syntax for saying dates and times. Also some coding guideli...mmichelson2-46/+43
2007-12-21Fix for restart-as-user problem reported via the -dev listtilghman1-1/+1
2007-12-20Merged revisions 94255 via svnmerge from russell1-1/+1
2007-12-20Fix a deadlock in d-channel handling in chan_zap.russell1-2/+31
2007-12-20Blocked revisions 94214 via svnmergerussell0-0/+0
2007-12-19Sox versions 13.0.0 and newer do not have "soxmix" and instead use sox -m. re...mmichelson1-1/+10
2007-12-19Check for the existence of the soxmix application on the target platform and ...russell3-4/+118
2007-12-19Make the 1.4 builders happy, ensure var is NULL.file1-1/+1
2007-12-19Avoid segfault in chan_iax when peer isn't definedtilghman1-1/+1
2007-12-18FreeBSD also does not have byte swap functions.qwell1-1/+1
2007-12-18Blocked revisions 93675 via svnmergetilghman0-0/+0
2007-12-18Merged revisions 93667 via svnmerge from tilghman2-9/+93
2007-12-18Rework deadlock avoidance used in ast_write, since it meant that agent channe...mmichelson1-15/+14
2007-12-17Missed a spot..qwell1-1/+1
2007-12-17What was I thinking when I wrote this masterpiece?qwell1-7/+9