aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-02-08Issue 9007 - Mutex not released on early returntilghman1-1/+3
2007-02-07When building libdb1.a, put the additional flags needed at the beginning ofrussell1-1/+1
2007-02-07The clean target actually needs to run "distclean" on editline. This isrussell1-1/+1
2007-02-07We can not reliably do P2P bridging with DTMF passing back with compensation ...file1-0/+8
2007-02-07When parsing the NTP timestamp in a sender report message, you are supposed torussell1-1/+1
2007-02-06Merged revisions 53245 via svnmerge from tilghman1-1/+1
2007-02-02Correct a copy/pasted error message line for RTCP.file1-1/+1
2007-02-02Merged revisions 53117 via svnmerge from file1-1/+1
2007-02-01Huh... fix the berkeley DB to compile here as well, but it apparently require...file1-1/+1
2007-02-01Add missing 'F' letter to getopt so it magically becomes a valid option. (iss...file1-1/+1
2007-02-01Merged revisions 53069 via svnmerge from tilghman1-2/+1
2007-02-01When going on hold have the side that was put on hold reinvite back to Asteri...file1-1/+14
2007-02-01Add more frame types to forward in the RTP bridge loops.file1-5/+15
2007-01-31Merged revisions 53045 via svnmerge from russell4-0/+10
2007-01-31Merged revisions 53039 via svnmerge from russell1-9/+9
2007-01-30Merged revisions 52903 via svnmerge from russell1-4/+17
2007-01-29Add a missing quotation mark. This was pointed out by jcmoore on #asterisk-dev.russell1-1/+1
2007-01-29Remove a recursive lock of the manager session. This was pointed out by russell1-2/+0
2007-01-29ASTLDFLAGS needs to be passed to the editline configure script as LDFLAGS.russell1-1/+1
2007-01-29Fix a problem with packet-to-packet bridging and DTMF mode translation. P2Prussell1-1/+9
2007-01-29The session lock can not be held while calling action callbacks. If so, thenrussell1-40/+33
2007-01-29this is for 8778 (pt_BR backport to 1.4). It was committed to trunk via 7663....murf1-76/+207
2007-01-29Clean up a few things in the last commit to the adaptive jitterbuffer code.russell1-11/+12
2007-01-29Fixed problem with jitterbuf, whereas it would not complain about, andjdixon1-1/+14
2007-01-27Have the manager interface send back an "Already logged in" message instead o...file1-13/+20
2007-01-26Fix core show file formats CLI command.file1-2/+29
2007-01-25Merged revisions 52264 via svnmerge from file1-2/+2
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file2-1/+803
2007-01-24Merged revisions 51843 via svnmerge from russell1-4/+6
2007-01-23Fix some bugs in process_message(). The manager session lock needs to be heldrussell1-0/+12
2007-01-23Fix setting the default port of 8088 on 64-bit or big-endian machines.russell1-1/+1
2007-01-23When traversing the list of manager actions, the iterator needs to berussell1-21/+22
2007-01-23via 8748 (callerid.c loses name when returning PRIVATE_NUMBER flag), the user...murf1-1/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell3-40/+77
2007-01-19Merged revisions 51300 via svnmerge from russell1-0/+2
2007-01-18Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls.qwell3-65/+116
2007-01-18Ensure that the locations given to the Asterisk configure script for ncurses,russell1-2/+2
2007-01-18Merged revisions 51255 via svnmerge from tilghman1-3/+4
2007-01-18Fix an issue with file name completion in "module load" and "load".qwell1-3/+24
2007-01-18Fix an issue with deprecated commandsqwell1-4/+79
2007-01-18Make the "hasmanager" option in users.conf actually have an effect.russell1-0/+34
2007-01-18Pass data as well for hold/unhold/vidupdate frames. (issue #8840 reported by ...file1-2/+2
2007-01-17Merged revisions 51194 via svnmerge from tilghman1-1/+1
2007-01-17Return the correct result when directly writing out a packet so that the core...file1-2/+2
2007-01-17Fix issue with dtmf continuation packets when the dtmf digit is 0...qwell1-2/+5
2007-01-16Display more useful output when streaming files.qwell1-3/+2
2007-01-16It is possible for the config pointer to be NULL here, so it needs to berussell1-1/+1
2007-01-15re-add deprecated "show version" CLI command.qwell1-1/+16
2007-01-15Move event processing into do_message so that it gets executed again when eve...file1-7/+6
2007-01-15use the ACX_PTHREAD macro from the Autoconf macro archive for setting up comp...kpfleming1-1/+1