Skip to content
Snippets Groups Projects
  1. Apr 07, 2006
  2. Apr 06, 2006
  3. Apr 05, 2006
  4. Apr 01, 2006
  5. Mar 30, 2006
  6. Mar 25, 2006
  7. Mar 23, 2006
    • Luigi Rizzo's avatar
      Replace ast_say_* functionn with function pointers, so that modules · dde76c53
      Luigi Rizzo authored
      can override them.
      On passing, fix a potential problem in the top level Makefile:
      
      if a static library is not referenced by any of the core objects,
      it is not linked in the main program, and will not be available
      to modules, which leads to failure at runtime when the modules
      are loaded.
      This is the case of stdtime/localtime.o, which supplies some core
      symbolx, but is only linked in as a library. Fix the problem by
      linking in the object.
      
      NOTE: this is intended as a temporary aid to replace the
      existing say.c with a newer implementation. Once the
      task is completed, we may decide whether or not the ast_say*()
      functions should be pluggable or not and possibly revert
      part of this change.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      dde76c53
  8. Mar 03, 2006
  9. Feb 23, 2006
  10. Feb 22, 2006
  11. Feb 20, 2006
  12. Feb 16, 2006
  13. Feb 12, 2006
  14. Feb 10, 2006
  15. Feb 06, 2006
  16. Feb 03, 2006
  17. Feb 02, 2006
  18. Feb 01, 2006
  19. Jan 27, 2006
  20. Jan 23, 2006
  21. Jan 17, 2006
  22. Jan 12, 2006
  23. Dec 27, 2005
  24. Dec 05, 2005
  25. Dec 02, 2005
    • Kevin P. Fleming's avatar
      Merged revisions 7265-7266,7268-7275 via svnmerge from · 0242a69b
      Kevin P. Fleming authored
      https://origsvn.digium.com/svn/asterisk/branches/1.2
      
      ........
      r7265 | oej | 2005-12-01 17:18:14 -0600 (Thu, 01 Dec 2005) | 2 lines
      
      Changing bug report address to the Asterisk issue tracker
      
      ........
      r7266 | kpfleming | 2005-12-01 17:18:29 -0600 (Thu, 01 Dec 2005) | 3 lines
      
      Makefile 'update' target now supports updating from Subversion repositories (issue #5875)
      remove support for 'patches' subdirectory, it's no longer useful
      
      ........
      r7268 | kpfleming | 2005-12-01 17:34:58 -0600 (Thu, 01 Dec 2005) | 2 lines
      
      ensure channel's scheduling context is freed (issue #5788)
      
      ........
      r7269 | kpfleming | 2005-12-01 17:49:44 -0600 (Thu, 01 Dec 2005) | 2 lines
      
      don't block waiting for the Festival server forever when it goes away (issue #5882)
      
      ........
      r7270 | kpfleming | 2005-12-01 18:26:12 -0600 (Thu, 01 Dec 2005) | 2 lines
      
      allow variables to exist on both 'halves' of the Local channel (issue #5810)
      
      ........
      r7271 | kpfleming | 2005-12-01 18:28:48 -0600 (Thu, 01 Dec 2005) | 2 lines
      
      protect agent_bridgedchannel() from segfaulting when there is no bridged channel (issue #5879)
      
      ........
      r7272 | kpfleming | 2005-12-01 18:39:00 -0600 (Thu, 01 Dec 2005) | 3 lines
      
      properly handle password changes when mailbox is last line of config file and not followed by a newline (issue #5870)
      reformat password changing code to conform to coding guidelines (issue #5870)
      
      ........
      r7273 | kpfleming | 2005-12-01 18:42:40 -0600 (Thu, 01 Dec 2005) | 2 lines
      
      allow previous context-searching behavior to be used if desired (issue #5899)
      
      ........
      r7274 | kpfleming | 2005-12-01 18:51:15 -0600 (Thu, 01 Dec 2005) | 2 lines
      
      inherit channel variables into channels created by Page() application (issue #5888)
      
      ........
      r7275 | oej | 2005-12-01 18:52:13 -0600 (Thu, 01 Dec 2005) | 2 lines
      
      Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk)
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7276 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0242a69b
  26. Nov 30, 2005
  27. Nov 29, 2005
  28. Nov 28, 2005
  29. Nov 21, 2005
  30. Nov 17, 2005
  31. Nov 16, 2005
  32. Nov 14, 2005
  33. Nov 08, 2005
Loading