more NULL "" equivalence in cid fields.
[asterisk/asterisk.git] / res / res_agi.c
2006-04-21 Luigi Rizzomore NULL "" equivalence in cid fields.
2006-04-15 Joshua ColpWe are shaking up trunk tonight! allow data dir to...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-11 Luigi Rizzonormalize code in preparation to module changes
2006-04-08 Kevin P. Fleminga few cleanups from the last commit
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-04-06 Luigi Rizzonormalize repeated instances of code as follows:
2006-03-30 Luigi Rizzoas discussed with Mark a few weeks ago, the 'newstack...
2006-02-28 Russell BryantMerged revisions 11382 via svnmerge from
2006-02-23 Kevin P. Flemingadd 'consumed' argument to ast_get_time_t, so callers...
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-02-15 Kevin P. FlemingMerged revisions 10021,10108 via svnmerge from
2006-02-15 Kevin P. Flemingadd API function for parsing strings to time_t (issue...
2006-02-12 Kevin P. Flemingmajor dialplan functions update
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-02-01 Matt O'Gormanreports why an agi script errors out on opening
2006-01-21 Tilghman LesherBug 4872 - Make Asterisk paths available to AGIs via...
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-20 Russell Bryant- move the string join() function to utils.c since...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-08 Kevin P. Flemingissue #5648
2005-11-03 Russell Bryantissue #5589
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-04 Kevin P. Flemingtruncate last 200ms of DTMF-terminated recording to...
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-08-23 Kevin P. Flemingmake sure realtime/high scheduling priority is relinqui...
2005-08-22 Kevin P. Flemingallow custom dialplan functions to be called from AGI...
2005-08-22 Kevin P. Flemingadd CONTROL STREAM FILE AGI command (issue #4738)
2005-08-15 Josh RobersonFix usage text for AGI recieve text (bug #4948)
2005-08-03 Mark SpencerFix sighup with AGI (bug #4854)
2005-07-15 Kevin P. Flemingadd a library of timeval manipulation functions, and...
2005-07-15 Kevin P. Flemingphase two of string portability stuff:
2005-07-11 Kevin P. Flemingdon't hangup the channel when a RECEIVE TEXT command...
2005-07-10 Russell Bryantmore ast_copy_string conversions
2005-06-21 Kevin P. Flemingadd AGI 'RECEIVE TEXT' command (bug #4525)
2005-06-06 Kevin P. Flemingmore file version tags
2005-06-06 Kevin P. Flemingmajor Makefile and build process improvements, includin...
2005-06-06 Kevin P. Flemingmore efficient (and understandable) ast_channel_walk_lo...
2005-06-05 Kevin P. Flemingmake AGI 'TDD MODE' command behave as documented when...
2005-05-19 Kevin P. Flemingsupport labels as targets of SET PRIORITY command ...
2005-04-27 Kevin P. Flemingdon't use %i for numeric input in scanf (bug #4071)
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-04-11 Mark SpencerAdd datetime to AGI (bug #3984)
2005-03-30 Mark SpencerAdd say date to AGi (bug #3768)
2005-03-29 Mark SpencerLittle say numer fix (bug #3884)
2005-03-28 Mark SpencerContinue with GET_DATA if no file is there (bug #3878)
2005-03-26 Mark SpencerMake sure AGI continues even when files aren't there...
2005-03-24 Mark SpencerAdd additional fields for calling parameters per BT...
2005-03-17 Mark SpencerAdd support for Solaris/x86 (bug #3064)
2005-01-21 Russell Bryantupdate copyright headers for 2005
2005-01-09 Mark SpencerVarious small fixups
2005-01-08 Mark SpencerAGI formatting fixes (bug #3270)
2004-12-31 Mark SpencerDon't die when a file is missing (bug #3212)
2004-12-28 Mark SpencerMerge gramatical fixes from corydon (bug #3180)
2004-12-23 Mark SpencerFix AGI to know about "builtin" variables, too (bug...
2004-12-18 Mark SpencerFix comment issues (bug #3089)
2004-12-14 Mark SpencerAdd "SAY ALPHA" (matt nicholson)
2004-11-17 Mark SpencerOops
2004-11-17 Mark SpencerAdd GET FULL VARIABLE AGI command
2004-11-16 Mark SpencerAdd get option command (bug #2868, thanks junky!)
2004-11-07 Mark SpencerDisable echo canceller for digital calls (bug #2785...
2004-10-17 James GolovichRemove late-night excuse for wasting cpu cycles. rever...
2004-10-13 James GolovichFix pbx_builtin_setlanguage to not seg when data is...
2004-10-02 Mark SpencerHuge callerid rework (might break H.323, others)
2004-09-29 James GolovichFix FastAGI working with non default ports (bug 2539)
2004-09-28 Mark SpencerFix BSD build
2004-09-27 James GolovichRemove duplicate sys/socket.h include from res_agi.c
2004-09-26 Russell Bryantadd includes in res_agi.c to fix BSD compatibility
2004-09-25 Mark SpencerMake holdtime announcement say "less than 2 minutes...
2004-09-23 James GolovichInclude sys/socket.h in res/res_agi.c (bug 2490)
2004-09-22 Mark SpencerImplement Fast AGI (agi://) over TCP socket (Astricon...
2004-08-08 Mark SpencerMerge BSD stack size work (bug #2067)
2004-07-17 Mark SpencerFirst pass at AGI registration
2004-07-17 Mark SpencerMerge musiconhold stuff (bug #2027), restructure AGI...