aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-10From a user complaint on #asterisk, I have forced pbx_spool to explain what r...murf3-1/+34
2007-08-10Re bug behavior mentioned in #asterisk, made this tweak to code, to prevent h...murf1-0/+1
2007-08-10This will help debug; from a question asked on #asteriskmurf1-1/+1
2007-08-10The last set of changes that I made to "core show locks" made it not able torussell1-9/+17
2007-08-10Don't bother having the core pass through or emulate begin DTMF frames when i...file1-1/+15
2007-08-10(closes issue #10422)file1-0/+4
2007-08-10fixed a bug with the useruser information element. We send them now also in t...crichter3-1/+28
2007-08-09Improved a bit of logic regarding comma-separated mailboxes in has_voicemail....mmichelson1-5/+11
2007-08-09This fixes bug 10416; thanks to mvanbaak for the pretty outputmurf1-0/+16
2007-08-09Removing some extra debug code I left in my last commitmmichelson1-7/+0
2007-08-09Quite a few changes regarding IMAP storage.mmichelson1-102/+160
2007-08-09I broke canreinvite...Now I'm fixing it. I put some new code in the wrong pla...mmichelson1-31/+36
2007-08-09add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed ...russell1-0/+1
2007-08-09Fix subscriptions to multiple mailboxes for ODBC_STORAGE. Also, leave arussell1-10/+11
2007-08-09Fix a problem with the combination of the 'F' option to pass DTMF through arussell1-2/+8