dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

9364 Commits

Author SHA1 Message Date
kpfleming 7c4468dd69 swap module macro arguments to proper order
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40761 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 11:48:08 +00:00
qwell 766e2cf21b Fix a potential integer signedness problem.
Also fix some locking issues I found at the same time.

Issue 7770, original patch by alamantia


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40757 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 07:34:59 +00:00
kpfleming 19db6fdb2a ensure that 'make' after 'svn update' that includes a configure script change won't run without making the user run configure first
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40753 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 03:58:02 +00:00
kpfleming dc1637751a don't declare these variables unless needed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 03:06:41 +00:00
kpfleming 307edd045d document Makefile target changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40728 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:54:05 +00:00
kpfleming 22f86d46f2 could have sworn i committed this change already...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40726 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:46:47 +00:00
kpfleming 8e5c93f615 main subdirectory is not dependencies for menuselect input
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40725 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:31:01 +00:00
kpfleming ac3db825c1 oops... no pattern rules for bison/flex
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40724 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:26:51 +00:00
kpfleming 8b0c007ad9 merge new_loader_completion branch, including (at least):
- restructured build tree and makefiles to eliminate recursion problems
  - support for embedded modules
  - support for static builds
  - simpler cross-compilation support
  - simpler module/loader interface (no exported symbols)



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:11:39 +00:00
tilghman a42edc8403 Merged revisions 40692 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r40692 | tilghman | 2006-08-20 17:09:57 -0500 (Sun, 20 Aug 2006) | 2 lines

Reformat to match the contribution style of other contributors

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40693 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 22:12:50 +00:00
qwell ddfe54e276 This is just step 1 in taking over the world.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40663 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 18:03:24 +00:00
tilghman 69a1a8ff24 Convert func_odbc to use the prepare_and_execute callback, which helps with a database reconnection issue (bug 7693)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40632 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 15:46:00 +00:00
file 44f2800e29 Blocked revisions 40601 via svnmerge
........
r40601 | file | 2006-08-20 00:49:48 -0400 (Sun, 20 Aug 2006) | 2 lines

Turn media level c= parsing on by default (issue #7725 reported by psm)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40602 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 04:51:06 +00:00
qwell 020e98bef4 Converted device2str and control2str to use thread local storage.
Thanks Russell.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40600 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 04:39:57 +00:00
file fa59ea28ae Properly check to see if parkingnum is a number (issue #7762 reported by robf)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40599 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 04:25:28 +00:00
file 4a051ed2b5 kpfleming didn't break trunk, it was the aliens. (fix it so that the Makefile references the new name for the XML tree, menuselect-tree)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40566 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 01:42:41 +00:00
qwell 3e72c0d4ed Make the CIPC device string useful
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40563 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 01:27:24 +00:00
qwell 4f276dd765 Fix minor display issues in "skinny show devices".
Patch by wedhorn with minor modifications by me.

Issue 7766


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40561 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-20 01:25:02 +00:00
kpfleming b67daff4e5 deprecate chan_agent callback mode
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40521 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19 17:05:43 +00:00
russell 0b95b65ab9 suppress warnings introduced by putting states in an enum
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40489 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19 03:50:15 +00:00
qwell 6d7f326883 Blocking 1.2 rev 40446 from merging to trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40452 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19 01:06:53 +00:00
qwell b7a22c9210 Fix a bug with app_voicemail when trying to use app_directory to leave messages
to another user (options 3, 5, 2).

If the context/extension didn't exist in the dialplan (and why should it have to?),
it would fail, saying that it's an "invalid extension".

(issue BE-71)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40426 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19 00:53:54 +00:00
russell 58b98df732 convert lists of constants in channel.h to enums instead of #defines
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40424 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19 00:33:44 +00:00
file 83f628caeb Make a zttest of 20 seconds part of the autosupport script (issue #7752 reported by kshumard)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40395 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-18 19:22:33 +00:00
kpfleming 52a753dc20 Merged revisions 40392 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r40392 | kpfleming | 2006-08-18 14:10:51 -0500 (Fri, 18 Aug 2006) | 2 lines

make a feeble attempt to avoid the 'how do I enable my hardware echo canceler' questions

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40393 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-18 19:11:34 +00:00
murf 653f5345b3 Updated this as per wishes of Kevin Fleming. Needs review. Any mistakes/misconceptions/glaring errors?
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40360 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-18 02:31:12 +00:00
mogorman 74f70b8748 updating configure script and putting comments in the docs
in english. yay!


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40337 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 22:52:07 +00:00
mogorman e6e061dfca changes to configure to support older c-client than the
2004 version.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 22:39:48 +00:00
file eb2dec241d Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 21:14:03 +00:00
russell 8e9660ffec update configure script to reflect change to make version check
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40302 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 21:10:16 +00:00
russell 2e0757504b a lot of systems use GNU Make 3.81beta4, so only consider the first two characters
in the minor part of the version string


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40280 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 19:38:15 +00:00
russell d6947b4515 fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40278 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 19:14:20 +00:00
kpfleming 288f5647e6 rename to more clearly state what this file shows how to do
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40257 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 18:33:24 +00:00
kpfleming 018e3cc797 typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40256 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 18:32:47 +00:00
russell 221b0743d3 fix a little typo in the config file name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40255 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 18:16:22 +00:00
russell b988184c5f add Steve Murphy's guide on setting up call queues using dynamic queue members,
including examples in AEL.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40254 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 18:09:59 +00:00
russell c6289776e0 Merged revisions 40227 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r40227 | russell | 2006-08-17 12:36:21 -0400 (Thu, 17 Aug 2006) | 3 lines

revert bogus change to attempt to fix bug 7506 which actually causes half of
the channels not to get "Newchannel" events at all (issue #7745)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40228 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 16:37:39 +00:00
file 3ce8f8c39b Add 'l' option to CDR dialplan function which will cause it to pass the last CDR record to getvar instead of the first. (issue #7689 reported by voipgate)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40226 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 16:29:44 +00:00
file 811546a2d0 Blocked revisions 40223 via svnmerge
........
r40223 | file | 2006-08-17 12:18:08 -0400 (Thu, 17 Aug 2006) | 2 lines

Make app_macro compile again

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40224 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 16:19:26 +00:00
murf 45b66cd4f0 Blocking 40220, because I've already made the mod in trunk, and it might have collisioned...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40222 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 16:10:49 +00:00
murf 5df4de5f05 In app_macro, changed the previously changed upper recursion depth limit to a variable, default of the original val of 7. MACRO_RECURSION is a channel variable that will override the limit, but until I can understand and fix why this limit is neccessary, I am not advertising this variable in the docs.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40200 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 15:48:49 +00:00
nadi 433b68c9ef fixing the 64bit issue with misdn_l1_task.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40178 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 09:14:01 +00:00
russell e62969af06 tabs to spaces to fix alignment ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40154 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 06:18:42 +00:00
russell 0af038be66 print a warning at the end of the configure script if the version of GNU Make
in use is a version earlier than 3.81

This is for file :)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40153 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 06:16:00 +00:00
russell 5835cd7dae Fix cookie parsing for Internet Explorer (issue #7454, jeff)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40131 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 04:26:28 +00:00
russell 0b16f5199f fix include of tonezone.h to reflect new location (issue #7741, Mithraen)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17 04:05:03 +00:00
mogorman fe5c8c9b83 fixed imap bug and updated syntax.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40107 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16 20:32:19 +00:00
crichter 6a55f39b0e added patch from #7709
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40084 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16 19:13:47 +00:00
kpfleming 5679124fb2 Merged revisions 40057 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r40057 | kpfleming | 2006-08-16 13:57:44 -0500 (Wed, 16 Aug 2006) | 2 lines

don't allow AUEP responses to overflow the stack during a string copy (reported by Mu Security)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40058 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16 18:58:43 +00:00
kpfleming ce13dec621 fix some minor stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40055 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16 18:26:04 +00:00