aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manager_1_1.txt
AgeCommit message (Collapse)AuthorFilesLines
2010-05-24Merge the rest of the FullyBooted patchtwilson1-0/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@265467 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-22Asterisk data retrieval API.eliel1-0/+10
This module implements an abstraction for retrieving and exporting asterisk data. Developed by: Brett Bryant <brettbryant@gmail.com> Eliel C. Sardanons (LU1ALY) <eliels@gmail.com> For the Google Summer of code 2009 Project. Documentation can be found in doxygen format and inside the header include/asterisk/data.h Review: https://reviewboard.asterisk.org/r/275/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258517 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-21fix whitespace issuejmls1-10/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258256 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-21Added NEW ACTIONS entry for new MixMonitorMute AMI command.jmls1-1/+11
Added State and Direction variables for new MixMonitorMute AMI command. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258228 f38db490-d61c-443f-a65b-d21fe96a405b
2009-09-07Fixing formattingoej1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@216956 f38db490-d61c-443f-a65b-d21fe96a405b
2009-09-07Add new actions under "new actions" and not in the top of the documentoej1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@216955 f38db490-d61c-443f-a65b-d21fe96a405b
2009-09-03Document that SIPshowpeer and SKINNYshowline now includemvanbaak1-0/+6
the configured parkinglot in their response. Prodded by snuff-work on #asterisk-dev IRC channel git-svn-id: http://svn.digium.com/svn/asterisk/trunk@215838 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-26Add timestamp to response to "Ping" manager action.mmichelson1-0/+3
(closes issue #14596) Reported by: JimDickenson Patches: pong2.diff uploaded by JimDickenson (license 710) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@203783 f38db490-d61c-443f-a65b-d21fe96a405b
2009-04-14New actions should go under "New Actions", not "new events"oej1-28/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@188284 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-24Allows manager command to see if IAX link is trunked and encrypted. Displays ↵dvossel1-0/+6
what kind of encryption is enabled as well. Manager command "iaxpeers" now shows if a link is trunked and encrypted. Instead of encryption saying simply "yes" or "no", it now displays what type of encryption is enabled and if keyrotation is on or not. (closes issue #14427) Reported by: snuffy Patches: iax_show_trunks.diff uploaded by snuffy (license 35) 2009022200_iax2_show_trunkencryption.diff.txt uploaded by mvanbaak (license 7) Tested by: mvanbaak, dvossel, snuffy Review: http://reviewboard.digium.com/r/173/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@178300 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-22Add a couple of manager commands to chan_skinnymvanbaak1-0/+28
Added: SKINNYdevices SKINNYshowdevice SKINNYlines SKINNYshowline (closes issue #14521) Reported by: mvanbaak Review: http://reviewboard.digium.com/r/170/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@177988 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-13Merge queue-reset branch to Asteriskmmichelson1-0/+17
From a user point-of-view, this adds new CLI commands and Manager Actions to better facilitate the reloading of queues and the resetting of their statistics. The new CLI commands are the "queue reload" and "queue reset stats" commands. The new manager actions are the QueueReload and QueueReset commands. Review: http://reviewboard.digium.com/r/115 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@175663 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-13Add manager events for chanspy starting or stoppingmmichelson1-0/+15
(closes issue #14469) Reported by: caio1982 Patches: chanspy_events2.diff uploaded by caio1982 (license 22) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@175655 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-18 The QueueEntry event now has the uniqueid of the channel included.bweschke1-0/+2
(closes issue #13731) reported and patched by: caio1982 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@150773 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-17Add an IAXregistry manager command. See doc/manager_1_1.txtmmichelson1-0/+6
for more details of this command. (closes issue #13326) Reported by: ib2 Patches: bug13326_trunk_20080822.diff uploaded by snuffy (license 35) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@150311 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-14Add missing documentation for SipShowRegistry action and RegistryEntry event.lmadsen1-0/+22
(closes issue #13342) Reported and patch by: Laureano git-svn-id: http://svn.digium.com/svn/asterisk/trunk@149040 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. ↵jpeeler1-4/+4
Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@122234 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-21Add a new manager event, AgentRingNoAnswer tommichelson1-1/+12
app_queue. (closes issue #12591) Reported by: CCHAsteria Patches: app_queue_RNA_event.diff uploaded by CCHAsteria (license 477) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@117625 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-05Adding the Atxfer manager command. With this, you may initiatemmichelson1-0/+10
an attended transfer over AMI (closes issue #10585) Reported by: ornati Patches: atxfer-trunk-r90428.diff uploaded by ornati (license 210) (with modifications from me) Tested by: putnopvut git-svn-id: http://svn.digium.com/svn/asterisk/trunk@106236 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-22Move Originate to a separate privilege and require the additional System ↵tilghman1-0/+5
privilege to call out to a subshell. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104039 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-11Documentation updatestilghman1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@98152 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-27Adding documentation for new manager actions and events in app_queuemmichelson1-0/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@94903 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-10Add a few extra headers in the voicemail users listing inoej1-0/+4
manager 1.1. Update documentation too. (closes issue #11495) Reported by: caio1982 Patches: extra_vm_manager_info1.diff uploaded by caio1982 (license 22) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92140 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-06Adding documentation for the massive manager changes to manageroej1-0/+236
version 1.1 - hopefully a more consistent manager interface. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@91438 f38db490-d61c-443f-a65b-d21fe96a405b