aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-29If chan_h323 is not being built, don't use g++ to do the final link of Asterisk.russell1-0/+4
2007-08-29This fix creates a more accurate way of detecting whether realtime members we...mmichelson1-4/+8
2007-08-29(closes issue #9690)file1-9/+6
2007-08-28Change the message about receiving a mini-frame before the first full voicerussell1-1/+2
2007-08-28revert unintentional changes in rev 81226russell1-5/+0
2007-08-28Add Russian tones. (closes issue #7953, hanabana)russell2-7/+17
2007-08-28Fixes a forwarding problem when using res_config_mysqlmmichelson1-1/+1
2007-08-27Resolve a potential deadlock. In this case, a single queue is locked, then th...mmichelson1-0/+4
2007-08-27DTMF begin frames should be ignored so that when an agent acks a call with th...mmichelson1-0/+6
2007-08-27Add a \todo to note that this module leaks most of the memory it allocates onrussell1-0/+1
2007-08-27explicity define a variable as a booleanrussell1-1/+2
2007-08-27(closes issue #10419)russell1-5/+5
2007-08-27(closes issue #10561)file1-1/+1
2007-08-27Found a case where the queue's membercount is off. It does not take into acco...mmichelson1-1/+4
2007-08-27(closes issue #10562)file1-1/+1
2007-08-26Remove an extra signal_condition() for the scheduler thread.russell1-1/+0
2007-08-25Fix some issues with the handling of the scheduler in chan_iax2. Most of therussell1-28/+35
2007-08-24An empty string is an empty callerid ... so zap it. This closes issue #10502...dhubbard1-1/+1
2007-08-24If dnsmgr is in use, and no DNS servers are available when Asterisk firstrussell1-2/+2
2007-08-24Improve the debouncing logic in the DTMF detector to fix some reliabilityrussell1-19/+33
2007-08-24 A minor correction to the available logic of autofill. If a queue member is ...bweschke1-1/+2
2007-08-24From a complaint by jmls, I realize that the message in cdr_disposition is un...murf1-9/+5
2007-08-24Fix a possible crash in IMAP voicemail.mmichelson1-1/+1
2007-08-24Make the deprecation warning inline with the code, instead of only in documen...tilghman2-2/+9
2007-08-24Tweak the formatting of this MODULEINFO block. I think this would have causedrussell1-2/+2
2007-08-24This change addresses JerJer's complaint that aelparse builds and installs ev...murf1-0/+4
2007-08-24backport of 80649, a fix to an unreported problem in the ael parser, that res...murf3-236/+230
2007-08-24Closes issue #10509phsultan1-1/+27
2007-08-23make misdn/isdn_lib compile without warningsdhubbard1-46/+66
2007-08-23make chan_misdn compile without warningsdhubbard1-76/+86
2007-08-23When executing a dynamic feature, don't look it up a second time by digit pat...russell2-17/+10
2007-08-23Revert very broken fix for issue #10540 ... none of these values take ms so Irussell1-5/+3
2007-08-23Fix func_timeout to take values in floating point so 1.5 actually meansrussell1-1/+5
2007-08-23*sigh*qwell0-0/+0
2007-08-23use autotagged externalsqwell0-0/+0
2007-08-23report the actual channel number that was unregistered, instead of assuming t...kpfleming1-2/+3
2007-08-23Fix some code where it was possible for a reference to a peer to not getrussell1-3/+5
2007-08-23This is a hack to maintain old behavior of chan_iax2. This ensures that ifrussell3-7/+17
2007-08-23Revert res_agi fix that didn't quite work until we get it right ...russell1-8/+1
2007-08-22Add some more documentation on iterating ao2 containers. The documentationrussell1-33/+45