aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-06Fixes a memory leakmmichelson1-1/+1
2007-09-06According to both RFC 3920 - section 9.1.2 - and Google's XMPP serverphsultan1-1/+1
2007-09-05Fix an issue that can occur when you do an attended transfer to parking. Ifrussell5-33/+109
2007-09-05Solaris x86 compatibility fixtilghman1-0/+4
2007-09-05Fixing the build...mmichelson1-0/+1
2007-09-05Do not try to unregister a NULL channel tech.qwell1-5/+6
2007-09-05Reverting behavior of QUEUE_MEMBER_COUNT to only count members who are logged inmmichelson1-1/+6
2007-09-05(closes issue #10650)file1-4/+2
2007-09-04Rather than attempt to play a file, we can just check whether it exists.qwell1-5/+1
2007-09-04Change default followme config file to point to the correct files.qwell1-3/+3
2007-09-04Remove the typedefs on ao2_container and ao2_iterator. This is simply becauserussell3-51/+43
2007-09-04there is no point in sending 401 Unauthorized to a UAS that sent us a properl...kpfleming1-4/+4
2007-09-04(closes issue #10632)file1-16/+20
2007-09-04(closes issue #10476)file1-5/+11
2007-09-04(closes issue #10610)file1-1/+1
2007-09-03Remove a couple of calls to ast_string_field_free_pools() on peers in errorrussell1-6/+2
2007-09-01Changed a comment to be more accurate.mmichelson1-1/+1
2007-09-01Making match_by_addr into ao2_match_by_addr and making it availablemmichelson2-2/+3
2007-08-31Remove references to a debugging parameter that does not existrussell1-2/+1
2007-08-31Fixed broken behavior of a reload on realtime queues. Prior to this patch, if...mmichelson1-2/+4