aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-22When converting this code to use the list macros, I changed it so objects arerussell1-1/+1
2007-08-22Don't crash when using realtime in chan_sip without an insecure setting in th...russell1-0/+4
2007-08-22Merge changes from team/russell/iax_refcount.russell7-354/+1661
2007-08-22Juggie in #asterisk-dev was reporting problems where fgets would returnrussell1-1/+9
2007-08-22Fix a few build issues in Solaris (and likely others).qwell6-11/+9
2007-08-22Change a syntax that the GNU make in Solaris dislikes.qwell1-3/+1
2007-08-22Fix a bashism (we explicitly request /bin/sh).qwell1-4/+14
2007-08-22Honor the contents of the COPTS variable as custom target CFLAGS. Apparentlyrussell1-0/+4
2007-08-22(closes issue #10526)file1-1/+1
2007-08-21Don't record SIP dialog history if it's not turned on. Also, put an upperrussell1-1/+20
2007-08-21ugh. removing the diffs from ulaw.h and alaw.h for now; accidentally added th...murf2-99/+1
2007-08-21This patch solves problem 1 in 8126; it should not slow down the alaw codec, ...murf3-2/+100
2007-08-21Don't try to dereference the owner channel when it may not existrussell1-10/+7
2007-08-21(issue #10510)qwell1-17/+15
2007-08-20Fix the build of app_queuerussell1-49/+49
2007-08-20After a discussion on #asterisk-dev, it was decided that this should be in 1....mmichelson1-0/+2
2007-08-20Found a pointless ternary if. member->dynamic was set to 1 and has no opportu...mmichelson1-1/+1
2007-08-20(issue #10499)qwell1-8/+8
2007-08-20Ukrainian language voicemail support.mmichelson1-0/+95
2007-08-20Missing curly braces. Oops. (Reported by snuffy via IRC)tilghman1-3/+4
2007-08-18Don't allocate vmu for messagecount when we could just use the stack instead ...tilghman1-15/+2
2007-08-17Avoid a crash in the handling of DTMF based Caller ID. It is valid forrussell1-0/+2
2007-08-17Patch allows for more seamless transition from file storage voicemail to ODBC...mmichelson1-1/+11
2007-08-17Don't send a semicolon over the wire in sip notify messages.qwell3-1/+23
2007-08-17Re-add the setting of callerid name and number.qwell1-0/+6
2007-08-17Fix some crashes in chan_sip. This patch changes various places that add itemsrussell1-2/+13