aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-10-26update backtrace documentation to reflect changes in 1.4 (issue #8230, kshumard)russell1-16/+20
2006-10-26Fix config comment code preservation code (thanks murf!)markster2-12/+167
2006-10-25Old todo note - Don't add Contact header on BYE and Canceloej1-1/+3
2006-10-25regenerate configure scriptrussell1-5/+5
2006-10-25fix error output when checking for openh323 to refer to openh323 insteadrussell1-2/+2
2006-10-25Somewhat ugly code to try to fix issue #7608. oej1-7/+21
2006-10-25update warning message to include "agi" option (issue #8225, jmls)russell1-1/+1
2006-10-25use 1.4.3 extra sounds with corrected silence fileskpfleming1-1/+1
2006-10-25add support for prebuilt G.722 prompts and music on hold fileskpfleming2-0/+13
2006-10-25show settings doesn't produce a list oej1-8/+3
2006-10-25Block change to 1.2 that was already committed to 1.4oej0-0/+0
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming28-293/+258
2006-10-25WaitExten truncates decimals of times to wait, instead of accepting them (Bug...tilghman1-2/+3
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming7-12/+36
2006-10-25code zone experiment: don't offer formats in the outbound INVITE that aren't ...kpfleming2-33/+13
2006-10-24if multiple translators are registered for the same source/dest combination, ...kpfleming1-2/+20
2006-10-24Fix FastAGI when there is no pid (bug #7628, #8147)markster1-1/+2
2006-10-24We need to initialize our scheduler pthread condition... yes.file1-0/+2
2006-10-24merge 45152 don't leak descriptors in http.crizzo1-17/+22
2006-10-24merge 45966 refer_to_domain potentially containing optionsrizzo1-3/+3
2006-10-24merge 46026 improper checks on get_header() return valuesrizzo1-7/+15
2006-10-24merge 46045 prevent NULL args to ast_strdupa() in chan_sip.crizzo1-3/+7
2006-10-24Restore the ability to remove the firmware directory without causing therussell1-1/+3
2006-10-24ensure that the translation matrix is properly lock-protected every place it ...kpfleming1-4/+24
2006-10-24add an API call to allow channel drivers to determine which media formats are...kpfleming2-2/+58
2006-10-24simplify and correct voicemail IMAP storage build instructionskpfleming1-20/+26
2006-10-24Pass through a frame if we don't know what it is, rather than trying to pass atilghman1-1/+4
2006-10-24In muted.c, check the return value of strdup. In ael_main.c, check the returnrussell2-9/+23
2006-10-24Fix the descriptions of some of the MeetMeAdmin options (issue #8098, mflorell)russell1-2/+2
2006-10-23don't crash when an incoming message has no "from" (issue #8205, jmls)russell1-1/+2
2006-10-23Merged revisions 45927 via svnmerge from file1-1/+2
2006-10-22Merged revisions 45808 via svnmerge from crichter1-1/+6
2006-10-21Add a couple missing unregistrations of manager actions and remove duplicaterussell1-2/+2
2006-10-21Don't use promotion on Darwin because it doesn't seem to work quite right in ...file1-2/+2
2006-10-20Pass DESTDIR and ASTSBINDIR so that the utilities get installed in the proper...file1-1/+1
2006-10-20Let's understand SIP:oej1-22/+45
2006-10-19Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)file1-0/+1
2006-10-19Merged revisions 45691 via svnmerge from file1-2/+2
2006-10-19If the jitterbuffer is forced on then we can't partially bridge (reported by ...file1-0/+2
2006-10-19Cleaning upoej1-1/+0
2006-10-19Don't leak the actual thread-specific sip_pvt structrussell1-0/+2
2006-10-18don't leak memory when a chan_sip thread is destroyed that has a thread-local...kpfleming1-1/+10
2006-10-18Don't modify things if we are using vfork as this is very bad and may cause u...file1-0/+4
2006-10-18remove duplicate declarationsoej1-5/+1
2006-10-18merge from trunk: move ast_variables_destroy() to a betterrizzo1-1/+1
2006-10-18Don't segfault if you're using a channel driver that doesn't turn RTCP onfile1-2/+2
2006-10-18Don't attempt to access private data members of the pthread_mutex_t object,russell1-22/+6
2006-10-18update entry to reboot a snom phone (issue #7850, pnlarsson)russell1-3/+3
2006-10-17add a project-specific script to be used during release preparationkpfleming1-0/+8
2006-10-17optimize the 'quick response' code a bit more... no more malloc() or memset()...kpfleming5-38/+58