aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) ↵kpfleming21-24/+31
(bug #4484) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5876 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07various compiler warning fixes (bug #4483)kpfleming3-5/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5875 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07enable version string for this module, since it's standalonekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5874 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07fix version-string builds for non-gcc compilerskpfleming2-3/+9
don't build version-string stuff for LOW_MEMORY builds git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5873 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07add note about examplekpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5872 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07add doxygen docs for file version stuffkpfleming2-3/+39
make doxygen expand __GNUC__ protected code blocks make doxygen process include/asterisk.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5871 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07fix astman buildkpfleming1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5870 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06fix version tag macro callskpfleming8-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5869 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06fix 'make rpm'kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming82-366/+743
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming115-335/+578
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06another round of version tag updates, along with 'show version files' ↵kpfleming28-184/+339
pattern filtering git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06remove experimental module version tagskpfleming45-66/+300
add per-file revision tags and 'show version files' CLI command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06clean up module version number outputkpfleming1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5863 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06add support for per-module version numberskpfleming4-13/+37
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5862 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06don't force build.h to be built at 'install' time, if it's already there ↵kpfleming1-3/+9
leave it alone git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5861 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more ignore fixeskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5860 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06update ignore listskpfleming2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5859 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more breakage from bug #4116 commitkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5858 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06add missing files from bug #4116 commitkpfleming2-0/+35
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5857 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)kpfleming3-13/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5856 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming36-132/+78
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06let ODBC username/password default to the ones in odbc.ini (bug #4470)kpfleming1-8/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5854 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ↵kpfleming14-346/+231
efficient ast_channel_by_name_locked (bug #4265) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5853 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06Fix minor OSP compile issuemarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5852 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05make AGI 'TDD MODE' command behave as documented when the channel doesn't ↵kpfleming1-4/+4
support options (bug #4370) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5851 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listkpfleming1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5850 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05more ast_copy_string() conversionkpfleming5-114/+115
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5849 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05don't try to copy NULL appdata (bug #4422)kpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5848 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ↵kpfleming1-1/+1
endian.h) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05make ast_waitstream_* return value compatible with platforms that use ↵kpfleming6-16/+18
unsigned char by default (bug #4455) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5846 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05make format_au compile on FreeBSD (bug #4456)kpfleming1-4/+2
change out-of-memory messages to LOG_ERROR git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5845 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05more cleanups for outbound registrations (bug #4457)kpfleming2-4/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5844 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05use a struct for long parameter list to transmit_invite (bug #4458)kpfleming1-34/+46
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5843 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05minor cleanups (bug #4460)kpfleming1-14/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5842 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05correct oops in recent outbound registration rework (bug #4461)kpfleming1-67/+62
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5841 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-05make 'show channeltypes' list whether device state is supported (bug #4464)kpfleming1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5840 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03various improvements to outbound registrations and response handling (bug #3850)kpfleming1-160/+268
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5839 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03use ast_cli_register_multiple() for CLI commandskpfleming1-176/+131
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5838 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03add support for Sun Microsystems AU audio format (bug #4428 with minor mods)kpfleming3-2/+379
remove hardcoded format list from app_record help text git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5837 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03clean up logic functions code and help textskpfleming1-61/+104
add IFTIME function (bug #4394, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5836 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03use ast_strip_quoted to strip brackets from key secretskpfleming1-7/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5835 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03handle stale authentication nonces more properly (bug #4343, with formatting ↵kpfleming1-16/+89
fixes) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5834 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03clean up create_addr, and use a structure instead of a large parameter listkpfleming2-301/+315
make create_addr return the peer's outkey, so dynamic realtime peers can use keys for calls (bug #4431) add key support for switch connection strings use a common dial/switch string parser instead of three copies (none of them identical) make doxygen docs cover the entire source base git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5833 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03correct case of file type for one-touch monitoring (bug #4443)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03Don't build app_intercom...markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5831 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandskpfleming1-72/+40
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5830 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03use ast_cli_register_multiple() for pbx CLI commandskpfleming1-46/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5829 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03remove deprecated 'quit' and 'exit' commands from console (but not remote ↵kpfleming1-40/+19
connections) clean up core CLI command registration to use ast_cli_register_multiple() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03add indications for Sweden (bug #4231)kpfleming1-0/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5827 f38db490-d61c-443f-a65b-d21fe96a405b