aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Merged revisions 246030 via svnmerge from tilghman1-12/+22
2010-01-08Merged revisions 238754 via svnmerge from tilghman1-0/+1
2010-01-04Merged revisions 237406 via svnmerge from tilghman1-4/+10
2010-01-04Merged revisions 237323 via svnmerge from jpeeler1-1/+1
2009-12-23Merged revisions 236186 via svnmerge from tilghman1-2/+2
2009-12-15Merged revisions 235053 via svnmerge from tilghman1-0/+3
2009-08-10AST-2009-005tilghman1-12/+12
2009-07-27Merged revisions 209098 via svnmerge from dbrooks1-1/+1
2009-05-04Merged revisions 192171 via svnmerge from tilghman1-0/+20
2009-03-27Merged revisions 184673 via svnmerge from file1-0/+7
2009-03-18Merged revisions 182847 via svnmerge from russell1-1/+1
2009-01-24Add a todo to finish the XML docs in this modulerussell1-0/+2
2009-01-12Merged revisions 168516 via svnmerge from jpeeler1-0/+5
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the buffertilghman1-0/+1
2009-01-08Merged revisions 167840 via svnmerge from tilghman1-3/+19
2008-12-22Always use the value of the AGISIGHUP when running an AGI.mmichelson1-8/+16
2008-12-22Remove AST_PBX_KEEPALIVE usage from res_agi.russell1-19/+4
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-3/+3
2008-12-11Merged revisions 163088 via svnmerge from tilghman1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-04Added XML documentation for the following AGI commands:eliel1-23/+55
2008-11-26improve handling of API calls provided by loaded modules through use of some ...kpfleming1-1/+3
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cmnicholson1-9/+9
2008-11-19correct small bug introduced during API conversionkpfleming1-1/+1
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...kpfleming1-123/+158
2008-11-12Add XML documentation for AGI commands:eliel1-36/+81
2008-11-12This commit does two things:mvanbaak1-27/+1
2008-11-12- Add 'database del', 'database put' and 'set music' AGI commands XML documen...eliel1-21/+58
2008-11-12Implement AGI XML documentation parsing functions.eliel1-32/+167
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+2
2008-10-12fix the 'agi show commands' CLI function.mvanbaak1-2/+2
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...jpeeler1-0/+4
2008-09-28Merge the cli_cleanup branch.mvanbaak1-3/+3
2008-09-06Merged revisions 141503 via svnmerge from tilghman1-1/+1
2008-09-04Merged revisions 141028 via svnmerge from jpeeler1-1/+1
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-13/+13
2008-08-09Update documentation as to the behavior of AGI in 1.6.0 and higher. Also, addtilghman1-16/+23
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-2/+2
2008-07-30Merged revisions 134480 via svnmerge from tilghman1-1/+1
2008-07-15Fix a couple of places in res_agi where the agi_commands lock would not berussell1-2/+6
2008-07-09Code wasn't ready to be merged - see -dev list discussiontilghman1-10/+2
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andoej1-2/+10
2008-06-18Whitespace onlyseanbright1-134/+134
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agitilghman1-1/+0
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,tilghman1-1/+17
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2008-05-14Merged revisions 116466 via svnmerge from tilghman1-1/+5
2008-05-14Formatting changes (coding guidelines) while thinking about something else...oej1-29/+31
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-8/+10
2008-04-17Merged revisions 114195 via svnmerge from tilghman1-0/+8