aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-06-07fix memory leaks in config loader (bug #4223)kpfleming1-6/+12
2005-06-07save 168 bytes per zaptel channel private structure (using bitfields)kpfleming1-107/+112
2005-06-07fix build on Solaris (bug #4476)kpfleming1-5/+1
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming21-24/+31
2005-06-07various compiler warning fixes (bug #4483)kpfleming3-5/+3
2005-06-07enable version string for this module, since it's standalonekpfleming1-1/+1
2005-06-07fix version-string builds for non-gcc compilerskpfleming2-3/+9
2005-06-07add note about examplekpfleming1-0/+5
2005-06-07add doxygen docs for file version stuffkpfleming2-3/+39
2005-06-07fix astman buildkpfleming1-0/+11
2005-06-06fix version tag macro callskpfleming8-8/+8
2005-06-06fix 'make rpm'kpfleming1-1/+1
2005-06-06the last round of file version tagskpfleming82-366/+743
2005-06-06more file version tagskpfleming115-335/+578
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming28-184/+339
2005-06-06remove experimental module version tagskpfleming45-66/+300
2005-06-06clean up module version number outputkpfleming1-1/+4
2005-06-06add support for per-module version numberskpfleming4-13/+37
2005-06-06don't force build.h to be built at 'install' time, if it's already there leav...kpfleming1-3/+9
2005-06-06more ignore fixeskpfleming1-1/+1
2005-06-06update ignore listskpfleming2-2/+2
2005-06-06more breakage from bug #4116 commitkpfleming1-1/+1
2005-06-06add missing files from bug #4116 commitkpfleming2-0/+35
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)kpfleming3-13/+19
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming36-132/+78
2005-06-06let ODBC username/password default to the ones in odbc.ini (bug #4470)kpfleming1-8/+7
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming14-346/+231
2005-06-06Fix minor OSP compile issuemarkster1-2/+2
2005-06-05make AGI 'TDD MODE' command behave as documented when the channel doesn't sup...kpfleming1-4/+4
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listkpfleming1-3/+7
2005-06-05more ast_copy_string() conversionkpfleming5-114/+115
2005-06-05don't try to copy NULL appdata (bug #4422)kpfleming1-1/+2
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ...kpfleming1-1/+1
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming6-16/+18
2005-06-05make format_au compile on FreeBSD (bug #4456)kpfleming1-4/+2
2005-06-05more cleanups for outbound registrations (bug #4457)kpfleming2-4/+10
2005-06-05use a struct for long parameter list to transmit_invite (bug #4458)kpfleming1-34/+46
2005-06-05minor cleanups (bug #4460)kpfleming1-14/+2
2005-06-05correct oops in recent outbound registration rework (bug #4461)kpfleming1-67/+62
2005-06-05make 'show channeltypes' list whether device state is supported (bug #4464)kpfleming1-4/+4
2005-06-03various improvements to outbound registrations and response handling (bug #3850)kpfleming1-160/+268
2005-06-03use ast_cli_register_multiple() for CLI commandskpfleming1-176/+131
2005-06-03add support for Sun Microsystems AU audio format (bug #4428 with minor mods)kpfleming3-2/+379
2005-06-03clean up logic functions code and help textskpfleming1-61/+104
2005-06-03use ast_strip_quoted to strip brackets from key secretskpfleming1-7/+2
2005-06-03handle stale authentication nonces more properly (bug #4343, with formatting ...kpfleming1-16/+89
2005-06-03clean up create_addr, and use a structure instead of a large parameter listkpfleming2-301/+315
2005-06-03correct case of file type for one-touch monitoring (bug #4443)kpfleming1-2/+2
2005-06-03Don't build app_intercom...markster1-1/+1
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandskpfleming1-72/+40