summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)Kevin P. Fleming
2005-05-25Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin bein...Josh Roberson
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-19check to see if a comma or an open paren came first when splitting the applic...Russell Bryant
2005-05-12fix some more typos and clarity issuesRussell Bryant
2005-05-12fix a little typoRussell Bryant
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-05-05remove obsolete module (still available in CVS history if needed) (inspired b...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-27perform global variable substitution before splitting extension and cidmatch ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-15Add warning for _. match (bug #4032)Mark Spencer
2005-04-13ensure that the random number generator(s) are always seeded with a different...Kevin P. Fleming
2005-04-01optimize file reading in pbx_spool (bug #3927)Kevin P. Fleming
2005-04-01Fix spool files that lack their last returnMark Spencer
2005-03-27Fix cross compiling (bug #3868)Mark Spencer
2005-03-23silly typoRussell Bryant
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-04Fix build on OpenBSD and fix small typo. (Bug #3502)Josh Roberson
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)Mark Spencer
2005-02-01Add dundi show peers summary stats (bug #3474)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-13Implement eswitch for evalulating variables at runtime (bug #3168)Mark Spencer
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2005-01-06Fix DUNDi segfaultMark Spencer
2005-01-01List improvements from kpfleming (bugs #3166,#3140)Mark Spencer
2004-12-23Speed up ast_list macros (bug #3135)Mark Spencer
2004-12-21Fix Realtime to work with MySQL and Postgres both (bug #3029)Mark Spencer
2004-12-19Merge twisted's OSX compat fix (bug #3090)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-12-06Merge bkw's formatting and variable substitition (bug #2984)Mark Spencer
2004-11-24Make realtime pbx understand patterns.Mark Spencer
2004-11-22Realtime improvementsMark Spencer
2004-11-22Fix missing argumentsMark Spencer
2004-11-22Minor realtime improvementsMark Spencer
2004-11-22Add first pass at realtimeMark Spencer
2004-11-11Fix leaky fd issue (bug #2832)Mark Spencer
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...Mark Spencer
2004-11-03Fix "killa" console issueMark Spencer
2004-11-02Fix locking issuesMark Spencer
2004-11-02Fix off-by-one bugletMark Spencer
2004-10-31Misc code fixes (bug #2762)Mark Spencer
2004-10-29Oopsies...Mark Spencer
2004-10-29Make retrans timer less aggressiveMark Spencer
2004-10-29Complete DUNDi push (first pass) supportMark Spencer
2004-10-27Preliminary "PRECACHE" / push support...Mark Spencer
2004-10-24Use same defines for NetBSD as FreeBSD in pbx_dundi.c (bug 2716)James Golovich
2004-10-24Pass format stringJames Golovich