aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.11@212958 f38db490-d6...v1.4.11kpfleming8-20/+19
2007-08-21use autotagged externalsrussell0-0/+0
2007-08-21importing files for 1.4.11 releaserussell3-0/+10851
2007-08-21Creating tag for the release of asterisk-1.4.11russell0-0/+0
2007-08-21Creating tag for the release of asterisk-1.4.11russell3-10851/+0
2007-08-21use autotagged externalsrussell0-0/+0
2007-08-21importing files for 1.4.11 releaserussell3-0/+10851
2007-08-21Creating tag for the release of asterisk-1.4.11russell0-0/+0
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
2007-08-17sometimes we don't need to signal dtmf tones to asterisk, we just want them t...crichter1-4/+5
2007-08-16Fix a little race condition that could cause a crash if two channels had MOHrussell1-3/+1
2007-08-16This patch fixes a bug where reloading the module with "module reload" did notrussell1-30/+48
2007-08-16Fix more deadlocks in chan_iax2 that were introduced by making frame handlingrussell1-12/+164
2007-08-16Fixes a problem where agents would get stuck busy due to their wrapuptime bei...mmichelson1-0/+1
2007-08-16base_encode is not trying to open a log file, so we should not call it a log ...mmichelson1-1/+1
2007-08-16A fix for two critical problems detected while working with Danielphsultan1-0/+27
2007-08-160x80 + protocol is wrong for USERUSER when we want to send IA5 Chars.crichter1-1/+1
2007-08-15(closes issue #10440)file1-1/+1
2007-08-15Fixed an error in the Russian language voicemail intro.mmichelson1-1/+1
2007-08-15(closes issue #10456)file1-1/+1
2007-08-14Fix another spot where an iax2_peer would be leaked if realtime was in use.russell1-1/+4
2007-08-14Fix some memory leaks throughout chan_iax2 related to the use of realtime.russell1-3/+15
2007-08-14(closes issue #10415)file1-7/+11
2007-08-13memset really, really needs to be used here.murf1-2/+2
2007-08-13Instead of accepting a single DTMF character accept a full string.file3-4/+4
2007-08-13Don't call find_peer in registry_authrequest with the pvt lock held to avoid arussell1-5/+17
2007-08-13Release the pvt lock before calling find_peer in register_verify to avoid arussell1-6/+13
2007-08-13Don't call find_peer within update_registry with a pvt lock held. This canrussell1-6/+22
2007-08-13I am fighting deadlocks in chan_iax2. I have tracked them down to a singlerussell1-2/+28
2007-08-13This patch fixes bug 10411. I added a new regression test, some regression te...murf10-129/+204
2007-08-13Fix a potential deadlock in socket_process. check_provisioning can eventuallyrussell1-2/+16
2007-08-13Add an API call to allow the engine to know that DTMF was received.file3-0/+20
2007-08-13(closes issue #10437)file11-29/+1
2007-08-11Ensure the connection gets marked as used at allocation time (closes issue #1...tilghman1-2/+10