aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Change to the configure logic regarding IMAP. Prior to this commit, if you wi...mmichelson4-6374/+2728
2008-02-14Fix build for non-IMAP buildsmmichelson1-0/+4
2008-02-14Fix the new message count if delete=yes when using IMAP storage.mmichelson1-7/+12
2008-02-14swap location for this..qwell1-1/+1
2008-02-14Document the 'l' option to the CDR() function.qwell1-0/+1
2008-02-13We aren't talking to ourselves; we're talking to someone else.tilghman1-1/+5
2008-02-13Refuse to load app_voicemail if res_adsi is not loaded (which is a symbol dep...tilghman1-0/+7
2008-02-12revert accidental change from last commit. oopsqwell1-3/+2
2008-02-12Remove condition that was impossible.qwell2-14/+10
2008-02-12Even if no CallerID name or number has been provided by the remote party stil...file1-4/+4
2008-02-11If entering a conference with the 'w' option ensure that we can't listen or s...file1-1/+3
2008-02-11improve 2BCT documentation a bit (thanks Jared)kpfleming1-0/+4
2008-02-09Commit fix for being unable to send voicemail from VoiceMailMaintilghman1-1/+5
2008-02-08Prevent a potential three-thread deadlock. Also added a comment blockmmichelson1-7/+22
2008-02-08Yield the thread and return -1 if the ioctl fails for Zaptel timing device.mmichelson1-3/+5
2008-02-08Make sure the presence of dbsecret is factored into user scoring.file1-1/+1
2008-02-07Specify which digit string was matched in debug message.qwell1-1/+1
2008-02-07document usage of 'transfer' configuration option for ISDN PRI switch-side tr...kpfleming1-2/+6
2008-02-06Only consider a T.38-only INVITE compatible if we have both a joint capabilit...file1-1/+1
2008-02-06Add missing header file and ASTERISK_FILE_VERSION usage.file1-0/+4
2008-02-06Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels.russell1-1/+4
2008-02-06ensure that all remaining multi-object modules are built using their proper C...kpfleming2-0/+6
2008-02-06Move around some defines to unbreak ODBC storage.tilghman1-27/+25
2008-02-05Clear the DTMF buffer on hangup.mmichelson1-0/+3
2008-02-05If a REGISTER attempt comes in that is a retransmission of a previous REGISTE...file1-3/+9
2008-02-05ensure that components of chan_misdn.so are built using any special build opt...kpfleming1-0/+2
2008-02-05Perform dialing asynchronously when using the originate CLI command so the CL...file1-2/+2
2008-02-04Cross-platform fix: OS X now deprecates the use of the daemon(3) API.tilghman5-1772/+6137
2008-02-04Missing braces.tilghman1-1/+2
2008-02-03Use the same CSEQ on CANCEL as on INVITE (according to RFC 3261)oej1-2/+2
2008-02-03Handle ACK and CANCEL in an invite transaction - even if we get INFO transact...oej1-6/+11
2008-02-01Change the SDP_SAMPLE_RATE macro. It turns out that even though G.722 is 16 ...russell1-1/+6
2008-02-01Fix the VM_DUR variable for forwarded voicemail, and fixed several other bugstilghman1-29/+61
2008-02-01Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from tr...tilghman4-367/+59
2008-02-01Remove a needless (and incorrect) call to feof() after fgets().qwell1-1/+1
2008-02-01off by one errorrussell1-2/+2
2008-02-01Don't overwrite the last character of a line if it's not a newline. This wouldrussell1-1/+3
2008-02-01Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)tilghman4-2/+424
2008-02-01Add some more sanity checking on IAX2 dial strings for the case that no peerrussell1-7/+19
2008-02-01From bugtracker: "fix totalAnalysisTime to handle periods of no channel activ...mmichelson1-8/+40
2008-01-31Fix a couple of places where ast_frfree() was not called on a frame that camerussell2-0/+3
2008-01-311. Prevent the addition of an extra '/' to the beginning of an absolute pathn...mmichelson1-7/+22
2008-01-31Solaris compat fixes for struct in_addr funkiness.qwell2-3/+6
2008-01-31closes issue #11845; that's the one where there's a 1004 byte cdr leak with e...murf1-1/+2
2008-01-31Add more missing locking of the agents list ...russell1-3/+11
2008-01-31Move the locking from find_agent() into the agent dialplan function handler torussell1-2/+8
2008-01-31Add missing locking to the find_agent() function.russell1-0/+2
2008-01-30Fix an issue where if a frame of higher sample size preceeded a frame of lowe...file1-2/+2
2008-01-30Change default config to use descending channel order of groups, rather than ...qwell1-4/+4
2008-01-30Fix a logic error with regards to autofill. Prior to this change, it was poss...mmichelson1-2/+3