dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

7028 Commits

Author SHA1 Message Date
mogorman 44fc546afb added page macro examples from 6077 with minor typo
fixes.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8001 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 06:43:24 +00:00
tilghman b94831a7c3 Merged revisions 7999 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 06:15:56 +00:00
tilghman b4a56d7afb Bug 6213 - Morse code app
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7998 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 05:47:30 +00:00
russell a66cb8916f typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7996 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 02:35:45 +00:00
mogorman 2a4ca3a422 Added automatic folder feature described in 6090
with bounds checking.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7995 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 02:20:19 +00:00
russell 9909f9bd4d conversions to memory allocation wrappers (issue #6210)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7991 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 22:41:34 +00:00
mogorman f5498b059f Added macros from 6198 and 6203. also added better
error reporting in func_cut


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7989 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 19:52:29 +00:00
russell 5042d107ff fix incorrect return value (issue #6202)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 19:23:16 +00:00
russell 15ce8e0e1e Merged revisions 7986 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7986 | russell | 2006-01-11 14:08:53 -0500 (Wed, 11 Jan 2006) | 2 lines

move variable to correct scope (issue #6197)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7987 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 19:13:33 +00:00
russell 1e9f9a2127 replace malloc+memset with a call to ast_calloc, also removing the error
message that is no longer necessary (issue #6205)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7985 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 18:40:42 +00:00
russell d9d4aadd30 fix temp greetings with odbc storage (issue #6078)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7978 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 07:21:16 +00:00
russell 9104a44cd7 block 7976
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7977 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 07:19:52 +00:00
mogorman 910bcb2286 added feature from 5750 with whitespace fixing.
allows for meetme show list to tell how long user
has been in confrence and reports it to manager
when user leaves confrence.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7975 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 06:56:28 +00:00
russell a4bf0f21f3 oops. :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7974 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 06:35:34 +00:00
russell 7bb6b359d4 Merged revisions 7972 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7972 | russell | 2006-01-11 00:46:39 -0500 (Wed, 11 Jan 2006) | 2 lines

fix mem leak on module unload (issue #6190)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 05:47:21 +00:00
russell ae46e50a42 block 7970
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7971 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 05:26:51 +00:00
russell 07ec2feb51 add doxygen documentation and fix various issues with ast_dtmf_stream
(discussed in issue #6087)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7969 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 05:23:19 +00:00
russell 1d62e35521 - add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but without the lock!
- store registered channel backends using linked list macros


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7968 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 05:05:13 +00:00
russell 6b12442db5 lock list of translators *before* recalculating translation matrix.
Also, store translators using linked list macros.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7967 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 05:00:45 +00:00
russell 9a9d1ccfe4 block 7965
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7966 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 04:54:13 +00:00
russell d47b8a1a28 remove stray header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7964 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 04:39:53 +00:00
russell 34a9d0f729 fix locking bug - lock instead of unlock (see commit to r7960 to branches/1.2)
store hint list using linked list macros


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7962 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 04:31:59 +00:00
russell e1b2e93e65 block 7960
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7961 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 04:19:48 +00:00
russell e0a380cdbf Merged revisions 7957 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7957 | russell | 2006-01-10 22:12:44 -0500 (Tue, 10 Jan 2006) | 2 lines

fix a little typo

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7958 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 03:13:45 +00:00
tilghman 254c6b317b Merged revisions 7955 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7956 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 01:31:28 +00:00
russell 305867a9e0 convert some channels to use the memory allocation wrappers.
(This is being added to the janitor projects list.)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7954 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 01:20:29 +00:00
russell 56f4aec652 fix typo, thanks Qwell!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11 00:06:15 +00:00
russell 1eb7a651e2 Add wrappers for commonly used memory allocation functions. These wrappers
add an automatically generated Asterisk log message if the allocation fails
for some reason.  Otherwise, they are functionally the same, with the
exception of ast_strdup and ast_strndup.  These functions have the added
ability to accept a NULL argument without error, which will just be ignored
without generating an error. The coding guidelines have also been updated to 
reflect all of this information.  (issue #4996)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7952 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 23:51:42 +00:00
mattf dd86739302 Allow a digitstream to contain a flash character ('f' or 'F') when sending dtmf string to a channel. (#4935)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7948 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 21:35:45 +00:00
mattf 2688743929 Update chan_phone to indicate FLASH properley (#4935)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7947 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 21:34:04 +00:00
mattf 40c02477e7 Make sure to update the config file for chan_zap to include japanese caller id
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7946 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 21:13:18 +00:00
mogorman dea4f0a665 6186 amd 6187 with minor revisions. added arg
parsing from macro.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7945 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 16:08:28 +00:00
oej 901b0ed354 Importing rev 7939 from 1.2
- Add reference to README.tds 
- Reformat table


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7940 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 08:52:55 +00:00
oej a648f2869e Declare missing randomlock
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7936 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 08:33:52 +00:00
tilghman 9b9ed4da74 Fix indentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 03:23:38 +00:00
mogorman fab9f25c13 committing 5924 with minor white space changes
and adding it to the Makefile for functions.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7921 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 01:52:34 +00:00
tilghman 603f6f0ce3 Bug 5961 - new RAND() function
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7920 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-10 00:55:45 +00:00
tilghman 44b25415b6 Bug 6106 - SuSE startup script
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7919 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 23:20:50 +00:00
kpfleming aab6e11d64 Merged revisions 7917 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7917 | kpfleming | 2006-01-09 16:48:48 -0600 (Mon, 09 Jan 2006) | 2 lines

re-initialize _all_ sequence numbers when transfer completes

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 23:06:28 +00:00
russell 0dd17fdfd3 block rev 7915 from being merged into the trunk, since the patch is
not compatible


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7916 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 22:09:15 +00:00
mogorman 37d25f5c40 Changed say.c aliased zh to the tw say.c output.
Done in relation to bug 6135.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7913 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 21:50:20 +00:00
oej 8abbd498ac Bug 6112: file.c list macro conversion (drumkilla)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7912 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 21:30:46 +00:00
tilghman 67ab12eba8 Bug 6099 - cleanup of parse_variable_name and pbx_retrieve_variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7911 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 21:22:36 +00:00
tilghman 1a5a52c68b Merged revisions 7908 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7909 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 20:12:07 +00:00
tilghman bf0de5d360 Merged revisions 7904 via svnmerge from
/branches/1.2


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7907 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 19:33:47 +00:00
kpfleming 0d8262a4ec restore proper svn:ignore properties that were somehow lost...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7902 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 18:34:09 +00:00
russell ad9e5112e2 remove unnecessary check before ast_strlen_zero (issue #6179)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 18:29:03 +00:00
kpfleming 7a2f93abe7 fix breakage introduced in revision 7863
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7897 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 18:03:18 +00:00
oej 7d2c871f1d -Move declaration of callevents variable out of the block of function declarations.
-Do not set it to a default value, it's set later on before loading configuration.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7887 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 15:20:53 +00:00
oej 8008e51948 Doxygen update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7875 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09 09:07:58 +00:00