summaryrefslogtreecommitdiff
path: root/res/res_agi.c
AgeCommit message (Expand)Author
2009-01-24Add a todo to finish the XML docs in this moduleRussell Bryant
2009-01-12Merged revisions 168516 via svnmerge from Jeff Peeler
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the bufferTilghman Lesher
2009-01-08Merged revisions 167840 via svnmerge from Tilghman Lesher
2008-12-22Always use the value of the AGISIGHUP when running an AGI.Mark Michelson
2008-12-22Remove AST_PBX_KEEPALIVE usage from res_agi.Russell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-11Merged revisions 163088 via svnmerge from Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-04Added XML documentation for the following AGI commands:Eliel C. Sardanons
2008-11-26improve handling of API calls provided by loaded modules through use of some ...Kevin P. Fleming
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cMatthew Nicholson
2008-11-19correct small bug introduced during API conversionKevin P. Fleming
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...Kevin P. Fleming
2008-11-12Add XML documentation for AGI commands:Eliel C. Sardanons
2008-11-12This commit does two things:Michiel van Baak
2008-11-12- Add 'database del', 'database put' and 'set music' AGI commands XML documen...Eliel C. Sardanons
2008-11-12Implement AGI XML documentation parsing functions.Eliel C. Sardanons
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-12fix the 'agi show commands' CLI function.Michiel van Baak
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...Jeff Peeler
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-06Merged revisions 141503 via svnmerge from Tilghman Lesher
2008-09-04Merged revisions 141028 via svnmerge from Jeff Peeler
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-08-09Update documentation as to the behavior of AGI in 1.6.0 and higher. Also, addTilghman Lesher
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-30Merged revisions 134480 via svnmerge from Tilghman Lesher
2008-07-15Fix a couple of places in res_agi where the agi_commands lock would not beRussell Bryant
2008-07-09Code wasn't ready to be merged - see -dev list discussionTilghman Lesher
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andOlle Johansson
2008-06-18Whitespace onlySean Bright
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agiTilghman Lesher
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-14Merged revisions 116466 via svnmerge from Tilghman Lesher
2008-05-14Formatting changes (coding guidelines) while thinking about something else...Olle Johansson
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-17Merged revisions 114195 via svnmerge from Tilghman Lesher
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2008-04-05AsyncAGI should not close the manager session on error.Tilghman Lesher
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-06trivial fix for an agi error when attempting to use EAGI on a dead/hungup cha...Donny Kavanagh
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anRussell Bryant
2008-02-21Instead of a notice, make the message about a hung-up channel a debug message...Mark Michelson
2008-02-21Don't print the fact that we are using dead mode in AGI if called from the Mark Michelson
2008-02-14Formatting fixesOlle Johansson
2008-02-11Remove ast_module_user usage from res_agi. This is taken care of in the core.Joshua Colp
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant