aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-12/+12
2009-07-27Merged revisions 209098 via svnmerge from dbrooks1-1/+1
2009-05-04Recorded merge of revisions 192171 via svnmerge from tilghman1-0/+11
2009-03-27Merged revisions 184673 via svnmerge from file1-0/+7
2009-03-18Merged revisions 182847 via svnmerge from russell1-1/+1
2009-01-12Merged revisions 168517 via svnmerge from jpeeler1-0/+5
2009-01-09Merged revisions 168090 via svnmerge from tilghman1-0/+1
2009-01-08Merged revisions 167894 via svnmerge from tilghman1-3/+19
2008-12-22Merged revisions 166470 via svnmerge from mmichelson1-8/+16
2008-12-22Merged revisions 166258 via svnmerge from russell1-19/+4
2008-12-11Merged revisions 163089 via svnmerge from tilghman1-1/+1
2008-11-24Merged revisions 158876 via svnmerge from mnicholson1-9/+9
2008-11-19Merged revisions 157743 via svnmerge from kpfleming1-1/+1
2008-11-19Merged revisions 157706 via svnmerge from kpfleming1-123/+158
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming1-1/+2
2008-10-06Merged revisions 146923 via svnmerge from jpeeler1-0/+4
2008-09-06Merged revisions 141504 via svnmerge from tilghman1-1/+1
2008-09-04Merged revisions 141039 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
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-27/+5
2008-04-05AsyncAGI should not close the manager session on error.tilghman1-2/+2
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-03-06trivial fix for an agi error when attempting to use EAGI on a dead/hungup cha...juggie1-1/+1
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-1/+1
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anrussell1-1/+1
2008-02-21Instead of a notice, make the message about a hung-up channel a debug message...mmichelson1-5/+2
2008-02-21Don't print the fact that we are using dead mode in AGI if called from the mmichelson1-1/+4
2008-02-14Formatting fixesoej1-2/+3
2008-02-11Remove ast_module_user usage from res_agi. This is taken care of in the core.file1-7/+1
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-31/+64
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-19/+1
2008-01-11Merged revisions 98317 via svnmerge from file1-1/+1
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-1/+1
2008-01-03Add coordination between AMI and AGI applications, with an asyncagi methodtilghman1-3/+391
2007-12-25Add channel thread ID to the information passed to AGI.tilghman1-0/+2
2007-12-14Publish the AGI events to manager.tilghman1-1/+37