aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-12Clean up the output of "asterisk -h". This tweaks the wording and wraps linesrussell1-4/+6
2007-09-12revert patch from issue #10553, as someone not using fastagi reported that thisrussell1-16/+1
2007-09-12Accidentally committed changes to app_voicemail which do NOT need to be in th...mmichelson1-45/+5
2007-09-12We should only initialize a realtime queue when it is allocated, not every ti...mmichelson2-7/+46
2007-09-11Fix incorrect uses of ao2_find(). Every one of these calls was reading bogusrussell1-8/+16
2007-09-11(closes issue #10679)file2-2/+8
2007-09-11Fix another missing unref of member objects. This one was pointed out by Marta.russell1-0/+2
2007-09-11this change should fix issue # 10659 -- what I worry about is how many other ...murf1-0/+2
2007-09-11All instances of ao2_iterators which were just named 'i' have been renamedmmichelson1-50/+51
2007-09-11The sample dundi.conf claims support for a wildcard peer entry - [*], but therussell1-3/+34
2007-09-11fixed a hold/retrieve issue.crichter2-4/+6
2007-09-11(closes issue #10553)russell1-7/+25
2007-09-11(closes issue #10577)file1-0/+5
2007-09-11Add a couple more missing unrefs of queue member objectsrussell1-0/+2
2007-09-11Add a missing unref of a queue member in an error handling blockrussell1-0/+1
2007-09-11Document why membercount can not simply be replaced by ao2_container_count()russell1-1/+6
2007-09-10backport astobj2 race condition fix. This function is the exact same as trunkrussell1-2/+4
2007-09-10Convert struct member to use refcounts (closes issue #10199)tilghman1-159/+180
2007-09-10Removing non-existent options from misdn configuration sample.mmichelson1-10/+0
2007-09-09Fix inline compiles on really old compilers (who uses gcc 2.7 anymore, really?)tilghman1-3/+11
2007-09-08Fix a small memory leak. ast_unregister_atexit() did not free the entry it r...russell1-8/+15
2007-09-08(closes issue #10672)russell1-1/+1
2007-09-07Allow the MEMBERINTERFACE variable to be used as the mixmonitor filename.qwell1-2/+4
2007-09-07Moving the explanation for joinempty to a more appropriate placemmichelson1-10/+7
2007-09-06(closes issue #9724, closes issue #10374)russell1-1/+10
2007-09-06We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This ...qwell1-1/+2
2007-09-06This should fix a build issue that people building against uClibc were seeing...qwell1-2/+0
2007-09-06(closes issue #10122)file1-7/+0
2007-09-06Various string length fixes. Removed an unused variable in aji_client structu...phsultan2-11/+23
2007-09-06Fixes an issue where valid DTMF had to be pressed twice to exit a queue if a ...mmichelson1-3/+2