aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-20If # is pressed after dialing an extension in DISA, stop trying to collect mo...qwell1-0/+4
2007-09-20Make sure the minimum T1 timer value is obeyed in all cases.file1-1/+1
2007-09-20Fix a minor spelling error.file1-1/+1
2007-09-19The System() and TrySystem() applications can take a substantial amount ofrussell1-0/+4
2007-09-19Using curl can take a substantial amount of time, so the channel should berussell1-0/+4
2007-09-19When handling a reload of chan_iax2, don't use an ao2_callback() to POKE allrussell1-1/+12
2007-09-19Fix up another potential race condition. Do the loop decrementing use countrussell1-2/+1
2007-09-19Protect the CDR record from modification by pbx_exec so that the application ...file1-1/+5
2007-09-19(closes issue #10760)file1-0/+2
2007-09-19removed comment which violates the coding guidelines.crichter1-1/+0
2007-09-19added 'astdtmf' option to allow configuring the asterisk dtmf detector instea...crichter3-4/+21
2007-09-19Change the description of app_flash to note how it can be a useful tool insteadrussell1-3/+4
2007-09-18Initialize a variable to NULL to make the world happy.file1-1/+1
2007-09-18Add a new patch to handle interrupting the fgets() call when using FastAGI.russell2-4/+26
2007-09-18Corrected patch applied in revision r82887. dbailey1-10/+7
2007-09-18Fixed a bug where http manager sessions prevented the eventq from being clean...dbailey1-10/+16
2007-09-18Fix a memory leak that can occur on systems under higher load. The issue isrussell1-7/+5
2007-09-18Moving the logic for handling an empty membername to the create_member functi...mmichelson1-15/+8
2007-09-18there is no need for conditional logic to select ->interface or ->membername,...kpfleming1-11/+5
2007-09-18When copying the contents from the wildcard peer, do a deep copy instead ofrussell1-1/+31
2007-09-18Correct the allowexternaldomains option in SIP sample config.qwell1-1/+1
2007-09-17Put a memset in ast_localtime() instead of a couple places in app_voicemailrussell2-3/+1
2007-09-17Initialize some memory to fix crashes when leaving voicemail. This problemrussell1-1/+7
2007-09-17Handle the case where there are multiple dynamic features with the same digitrussell1-4/+8
2007-09-17revert a change that wasn't supposed to be committed... doh!kpfleming1-1/+1
2007-09-17fix a couple of places where a logical member name (if specified) was not use...kpfleming2-6/+12
2007-09-17(closes issue #10734)file1-1/+1
2007-09-14closes issue #10668; thanks to arkadia for his patch; had to leave out the bi...murf1-26/+32
2007-09-14Add a note to help clarify the value set with the echocancel option.russell1-0/+3
2007-09-14Crap, I broke the build. Fixed.mmichelson1-1/+1
2007-09-14Adding member name field to manager events where they were missing beforemmichelson1-2/+4
2007-09-14If a channel does not have an owner, do not try to set a channel variable.qwell1-1/+1
2007-09-14Add checking for libusb here, so nobody has to deal with conflicts in therussell5-6/+450
2007-09-14Remove chan_usbradio from the main 1.4 branch. It can't live here because werussell7-7241/+0
2007-09-14Fixing a typo in the coding guidelinesmmichelson1-1/+1
2007-09-14Fixed problem with changes made to cdr functionalityjdixon1-0/+45
2007-09-14this new driver may not live in this branch for long (since it is a new featu...kpfleming1-0/+1
2007-09-14Added channel driver for USB Radio device andjdixon9-76/+7559
2007-09-13Fix a small typo.qwell1-1/+1
2007-09-13Preemptively fixing a possible segfault. It is possible that queuename is NULL mmichelson1-1/+1
2007-09-13Fix a crash that could occur in cdr_csv when mutliple threads tried to close ...qwell1-10/+18
2007-09-13resolve a warning when not building under dev moderussell1-1/+1
2007-09-13Only compile in tracking astobj2 statistics if dev-mode is enabled. Also, whenrussell3-5/+36
2007-09-13Merged revisions 82334 via svnmerge from kpfleming1-1/+1
2007-09-13Added logic to handle the unlikely case that someone has two queues with the ...mmichelson1-1/+13
2007-09-13Closes issue #9401, reported and patched by irrot, with slightphsultan1-13/+29
2007-09-12Fix a check of the wrong pointer, as pointed out by an XXX comment left in russell1-1/+1
2007-09-12Oops, wrong location for FreeBSD zone filestilghman1-4/+0
2007-09-12remove a race condition for the creation of recordthread's, and fix a small m...dhubbard1-2/+10
2007-09-12Working on issue #10531 exposed a rather nasty 64-bit issue on ast_mktime, so wetilghman4-721/+988