aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-12-17We need to create the directory for a voicemail user even if they are using I...mmichelson1-2/+0
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej1-0/+4
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-12-13Prevent another potential fd leakmmichelson1-0/+1
2007-12-13Prevent a possible fd leak. mmichelson1-2/+2
2007-12-12Don't increment user count until after name has been recorded (if enabled).qwell1-21/+29
2007-12-12Removing an unused variable.mmichelson1-7/+0
2007-12-11Fixing autofill to be more accurate. Specifically, if calls ahead of the currentmmichelson1-1/+4
2007-12-10If there are no members in a queue, then the loop where the datastore for det...mmichelson1-2/+4
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-26/+43
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-17/+39
2007-12-07Don't unlock the dialed_interfaces list until we're done messing with the ite...russell1-1/+1
2007-12-07Allow dialing local channels from Queue() and Dial() again. There was a slightrussell2-4/+3
2007-12-07Fix in an issue in the call forwarding handling code that was causing crashesrussell1-1/+2
2007-12-06IMAP storage did not honor the maxmsg setting in voicemail.conf, and it also ...mmichelson1-0/+14
2007-12-05Reverting extra stuff I didn't mean to commitmmichelson1-0/+2
2007-12-05The 'G' option for Dial() did not properly handle the case where only a label...mmichelson2-4/+4
2007-12-04Fix build issue on the build cluster.file1-1/+1
2007-12-03A big one...mmichelson2-72/+128
2007-12-03Make sure we always close the conference fd if we have an open one.qwell1-1/+1
2007-12-02The other day when I went through making changes as a result of the ao2_link()russell1-2/+3
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-0/+6
2007-11-29This patch handles the case where a queue member with a negative penalty is a...mmichelson1-1/+1
2007-11-28Fix a few memory leaks.file1-0/+1
2007-11-28Recording greetings when using IMAP storage was causing zero-length files to ...mmichelson1-0/+4
2007-11-27Instead of depending on the return value of ast_true(), explicitly set therussell1-1/+1
2007-11-27Two changes with regards to the 'eventwhencalled' option of queues.confmmichelson1-3/+3
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf1-1/+21
2007-11-26After issuing a "say load new", if a caller hangs up during the middle of pla...mmichelson1-1/+5
2007-11-26After issuing a "say load new" tons of warning messages are printedmmichelson1-4/+0
2007-11-26Close the audio file before sending it to the post processing application.file1-3/+3
2007-11-26Revert vmu->email back to an empty string if it was empty when imap_store_filemmichelson1-1/+12
2007-11-26When unloading app_meetme destroy any auto created contexts created by SLA.file1-0/+3
2007-11-24Currently, zero-length voicemail messages cause a hangup in VoicemailMain.tilghman1-1/+4
2007-11-21Fix a small error I made in my previous commitmmichelson1-1/+1
2007-11-21Changing an inaccurate debug message to be less inaccurate. Under the circums...mmichelson1-1/+1
2007-11-16Make realtime queues accessible from the QUEUE_MEMBER_COUNT function.mmichelson1-10/+2
2007-11-15Update the SLAStation application to account for the case where the SLA threadrussell1-0/+23
2007-11-13Reverting commit made in revision 89205 since it is unnecessary.mmichelson1-2/+2
2007-11-13Some sanity checking for MixMonitor. If only 1 argument is given, then the ar...mmichelson1-2/+2
2007-11-08I made this same adjustment in trunk to fix a bug, and it makes sense to do i...mmichelson1-1/+1
2007-11-07The member refcount must be incremented, to avoid using it after deallocation.tilghman1-0/+6
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo1-2/+2
2007-11-01Fix up commit for my Zap channel with spies in Meetme fix. (thanks Tony Mount...file1-2/+2
2007-11-01If a Zap channel contains a spy or a spy is added take it out of the conferen...file1-3/+3
2007-10-30Return 1.4 to a state where it builds. Changing the arguments to a function a...file1-2/+2
2007-10-30 Fix issue where the recorded name wasn't getting removed correctly. bweschke1-5/+10
2007-10-29Removing a completely unnecessary quota check from IMAP code.mmichelson1-5/+0
2007-10-22Make sure res is a positive value before performing the check to determine wh...file1-1/+1
2007-10-22Account for the fact that sometimes headers may be terminated with \r\n inste...mmichelson1-2/+2