aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-04-30Adding new configuration options to app_queue. This adds two new valuesmmichelson1-19/+72
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman10-64/+142
2008-04-29Patching app_chanspy to jibe better with what is documented. This allows for mmichelson1-9/+28
2008-04-29Merged revisions 114848 via svnmerge from mmichelson1-4/+9
2008-04-29Make app_directory dependent on app_voicemail. This is because the functionmmichelson1-0/+3
2008-04-29Since there is now a globally available function for saying someone's name, a...mmichelson2-171/+2
2008-04-29Fix a crash happening in app_directory. This crash would occur if a users.con...mmichelson1-4/+2
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...mmichelson2-66/+142
2008-04-28Add incomplete matching to PBX code and app_dialtilghman1-3/+10
2008-04-28Fix breakage caused by #12028. (Closes issue #12535)tilghman1-1/+1
2008-04-25Adding a new option, 'B' to app_chanspy. This option allows the spy tommichelson1-6/+32
2008-04-25Whitespace changes onlytilghman12-264/+283
2008-04-25Merged revisions 114662 via svnmerge from mmichelson1-7/+6
2008-04-25Merge app_pickupchan with app_directed_pickup, for AST-27.qwell2-176/+87
2008-04-25This patch allows for forwarding a message with a "comment" attachmentmmichelson1-81/+177
2008-04-25Fix a memory leak and protect against potential dereferences of a NULLmmichelson1-6/+7
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak6-1/+17
2008-04-24Merged revisions 114628 via svnmerge from mmichelson1-4/+4
2008-04-24Fix DST calculation, and fix bug in calculation of whether conf has started y...tilghman1-31/+39
2008-04-23Merged revisions 114597 via svnmerge from russell1-5/+3
2008-04-23Round 2 of IMAP_STORAGE app_voicemail.c fixes:mmichelson1-201/+201
2008-04-23Round 1 of IMAP_STORAGE-related app_voicemail changesmmichelson1-0/+6
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()qwell1-8/+8
2008-04-22Add a c() option for the Jack() application and JACK_HOOK() funciton for supp...russell1-7/+27
2008-04-21(closes issue #6113)jpeeler1-0/+2
2008-04-21This removes an invalid warning message for an incorrectly entered pin, but m...jpeeler1-3/+1
2008-04-18Add MEETME_INFO dialplan function that allows querying various properties of ...file1-0/+86
2008-04-18Merged revisions 114242 via svnmerge from tilghman1-1/+5
2008-04-17Merged revisions 114226 via svnmerge from mmichelson1-1/+0
2008-04-17Merged revisions 114191 via svnmerge from seanbright1-2/+2
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman6-85/+26
2008-04-16Add the ability to disable channel technology name playback when speaking the...seanbright1-9/+19
2008-04-15If somebody enters a digit during ast_stream_and_wait, the return value is th...qwell1-5/+14
2008-04-15I'm not sure why, but "this" bothers me. Ba dum dum.seanbright1-12/+11
2008-04-15Merged revisions 114133 via svnmerge from qwell1-2/+5
2008-04-14Merged revisions 114112 via svnmerge from mmichelson2-4/+15
2008-04-13Use ast_mkdir instead of mkdirtilghman1-1/+1
2008-04-10Merged revisions 114029 via svnmerge from file1-1/+10
2008-04-10Don't hardcode ru into the digits filename so that languageprefix can work.file1-2/+2
2008-04-09Fix a crash that happened due to accessing free'd memorymmichelson1-1/+0
2008-04-09Permit message wrap-around during message retrieval.tilghman1-25/+48
2008-04-09Permit callee to continue in the dialplan, after caller has hung up.tilghman1-5/+16
2008-04-07This is a "fix" for something that's been bugging the crap out of me for a wh...mmichelson1-8/+8
2008-04-02Merged revisions 112393 via svnmerge from mmichelson1-1/+1
2008-04-01Minor formatting cleanup.qwell1-6/+16
2008-04-01More voicemail doxygen additions/cleanup.qwell1-17/+475
2008-03-31Merged revisions 112068 via svnmerge from qwell1-0/+1
2008-03-28Replace magic number size from msgArray array with a define.qwell1-4/+6
2008-03-28Add a bit of doxygen documentation for app_voicemail.qwell1-13/+150
2008-03-28Forgetting to unregister a manager action is bad, mmmk?file1-1/+1