aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-31The IF() function was not allowing true values that had embedded colons (clos...tilghman1-16/+19
2007-08-31Re-order dial options to be in line with the existing alpha order.qwell1-8/+8
2007-08-31Make the 'gtalk show channels' CLI command available.phsultan1-2/+43
2007-08-31Make it the engine's responsible to check for the presence of results.file1-1/+1
2007-08-31add missing "transcoder show" (and deprecated "show transcoder") CLI commands...kpfleming1-0/+70
2007-08-31(closes issue #10618)file1-8/+1
2007-08-30(closes issue #10009)file1-1/+2
2007-08-30Removing an extraneous (and possibly misleading) log message. Firstly, if the...mmichelson1-2/+1
2007-08-30(closes issue #10514)file1-1/+1
2007-08-30via issue 10599, where 'CDR already initialized' messages are being generated...murf1-2/+0
2007-08-30Add missing checks for the PTRACING define.russell1-0/+6
2007-08-30Changed some manager event messages to reflect whether a queue member is a re...mmichelson1-2/+2
2007-08-30Fix a typo, update a reload command, and remove an unused configuration file.russell3-95/+3
2007-08-30(closes issue #10603)file1-0/+3
2007-08-30Fixed some warnings.crichter1-5/+5
2007-08-30(issue #10599)file1-0/+7
2007-08-30Fixed a severe issue where a misdn_read would lock the channel, but read wouldcrichter2-15/+39
2007-08-29This patch, in essence, will correctly pause a realtime queue member and refl...mmichelson1-0/+22
2007-08-29Changed some tabs to spacesmmichelson1-1/+1