aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-24Oops. Removed the unworkable workaround. This note should never have been i...tilghman1-3/+1
2007-09-24Making change to group splitting, as discussed on the -dev list. The maintilghman1-1/+1
2007-09-24fixed round_robin group dial method, this never worked well on BRI Ports (2 c...crichter1-51/+55
2007-09-22This closes issue #10788 -- The exact same fixes are made here for the first ...murf1-3/+38
2007-09-22This closes issue #10788 -- the 3rd arg in the for statement is now wrapped i...murf1-5/+40
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell22-144/+142
2007-09-21Fix video under certain circumstances. It would have been possible for the fo...file1-5/+9
2007-09-20When daemonizing, don't change working directory to "/". It makes it not berussell1-1/+1
2007-09-20Change safe_asterisk to explicitly ask for /bin/bash, as it uses bashisms.russell1-1/+1
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