aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-18Don't care if the extension given doesn't exist for subscription based MWI.file1-1/+1
2008-02-15Fix a crash in chan_iax2 due to a race conditionrussell1-4/+7
2008-02-15In the case that you try to directly reload a module has returned russell1-2/+10
2008-02-15Don't attempt to execute the reload callback for a module that returnedrussell1-1/+1
2008-02-15Final round of changes for configure script logic for IMAPmmichelson3-2/+326
2008-02-15Fix a bit of wrong logic in the configure script that caused problems when tr...mmichelson2-9/+9
2008-02-15I apparently misunderstood one of the requirements of this configure change.mmichelson3-75/+54
2008-02-14Make a small clarification in the documentationmmichelson1-1/+1
2008-02-14Update documentation regarding configuration of IMAPmmichelson1-8/+18
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