aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Fix a few places where frame data was used directly.qwell1-4/+4
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak18-32/+34
2008-05-22Committing a fix pointed out by Atis Lezdins on the asterisk-dev list. Thanks!mmichelson1-3/+6
2008-05-22Enhance ExternalIVR with new options and commands.tilghman1-80/+176
2008-05-21Add a new manager event, AgentRingNoAnswer tommichelson1-0/+14
2008-05-21Optimize the update_realtime_member_field function by not havingmmichelson1-35/+55
2008-05-21On socket-based connections, there is no error FD, so don't try waiting on one.tilghman1-3/+3
2008-05-16Bring all app_rpt and chan_usbradio stuff up to datejdixon1-3624/+11353
2008-05-15When counting urgent messages when using IMAP storage, take into account thatmmichelson1-4/+10
2008-05-15Modify externnotify to take the number of urgent voicemails as a final argume...mmichelson1-1/+1
2008-05-15Prevent crashes from occurring due to a strcmp of a NULL pointer.mmichelson1-4/+4
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-1/+3
2008-05-14Adding a new option to Chanspy(). The 'd' option allows for the spy tommichelson1-41/+70
2008-05-14Voicemail "* exit" should not require an exitcontext to be specified.qwell1-1/+1
2008-05-14Merged revisions 116296 via svnmerge from tilghman1-1/+8
2008-05-13Re-introduce proper error handling that was removed in recent commits.russell2-5/+10
2008-05-12Correctly document state interface for AddQueueMember. Discovered while look...qwell1-2/+2
2008-05-10ameliorate load and unload to dont use DECLINED or FAILED, when theres no .co...junky2-14/+6
2008-05-09Remove a debug linemmichelson1-1/+0
2008-05-09Adding support for "urgent" voicemail messages. Messages which aremmichelson1-576/+896
2008-05-09Allow a password change to be validated by an external script.tilghman1-13/+127
2008-05-05Merged revisions 115320 via svnmerge from mmichelson1-2/+1
2008-05-05Document the 'B' option of app_chanspy.file1-0/+2
2008-05-03app_voicemail uses a taskprocessor for mwi notification subscriptionsdhubbard1-36/+74
2008-05-03app_queue uses a taskprocessor for device state changesdhubbard1-89/+27
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...tilghman1-63/+95
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman8-24/+27
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