aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-06-10Merge another big set of changes from team/russell/eventsrussell1-1/+3
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman3-6/+12
2008-06-08add a new argument to PrivacyManager to specify a contextmvanbaak1-5/+18
2008-06-08Fixes segfault when using ParkAndAnnounce. Also, loop made more efficient as ...jpeeler1-3/+6
2008-06-06For the purpose of making the changed syntax to ExecIf easier to transition,tilghman1-16/+41
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman3-0/+18
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agitilghman1-10/+27
2008-06-04Merged revisions 120513 via svnmerge from mmichelson1-2/+2
2008-06-04Merged revisions 120285 via svnmerge from mmichelson1-1/+1
2008-06-03Adding two new queue log events. The ADDMEMBER event is logged whenmmichelson1-0/+3
2008-06-03Use proper return values for a few application modulesrussell3-3/+6
2008-06-02Add app_fax from asterisk-addons, with some additional changes to resolve com...russell1-0/+741
2008-06-02Merged revisions 119530 via svnmerge from russell1-1/+1
2008-06-01Merged revisions 119478 via svnmerge from mvanbaak1-1/+1
2008-05-30Merged revisions 119404 via svnmerge from tilghman1-2/+2
2008-05-30Suppress warning about pbx structure already existingtilghman1-0/+7
2008-05-30Add native AGI command GOSUB, as invoking Gosub with EXEC does not worktilghman2-6/+109
2008-05-29Merged revisions 119012 via svnmerge from russell1-8/+3
2008-05-29Merged revisions 118961 via svnmerge from russell1-1/+5
2008-05-29Merged revisions 118956 via svnmerge from russell1-9/+43
2008-05-29Merged revisions 118858 via svnmerge from murf1-8/+89
2008-05-28Update to the janitor project for making sure to be thread-safe whenmmichelson1-61/+71
2008-05-27Merged revisions 118509 via svnmerge from mmichelson1-7/+6
2008-05-27Zap is now DAHDI, mkaymvanbaak1-1/+1
2008-05-27small update to the g() option of app_voicemail tomvanbaak1-0/+1
2008-05-27Merged revisions 118365 via svnmerge from mmichelson1-2/+7
2008-05-23Get rid of warnings for those silly compilers which warn when freeingmmichelson1-2/+2
2008-05-23Use a deep copy on strings that come from ast_events. Otherwise it ismmichelson1-2/+4
2008-05-23add option 'a' to chanisavail.mvanbaak1-14/+28
2008-05-22A couple more places the frame data change was missed.seanbright1-58/+58
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