Skip to content
Snippets Groups Projects
  1. Feb 10, 2007
    • Russell Bryant's avatar
      Merged revisions 53810 via svnmerge from · 5715b49c
      Russell Bryant authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
      r53810 | russell | 2007-02-09 18:35:09 -0600 (Fri, 09 Feb 2007) | 24 lines
      
      Merge team/russell/sla_rewrite
      
      This is a completely new implementation of the SLA functionality introduced in
      Asterisk 1.4.  It is now functional and ready for testing.  However, I will be
      adding some additional features over the next week, as well.
      
      For information on how to set this up, see configs/sla.conf.sample 
      and doc/sla.txt.
      
      In addition to the changes in app_meetme.c for the SLA implementation itself,
      this merge brings in various other changes:
      
      chan_sip:
       - Add the ability to indicate HOLD state in NOTIFY messages.
       - Queue HOLD and UNHOLD control frames even if the channel is not bridged to
         another channel.
      
      linkedlists.h:
       - Add support for rwlock based linked lists.
      
      dial.c:
       - Add the ability to run ast_dial_start() without a reference channel to
         inherit information from.
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5715b49c
  2. Feb 09, 2007
  3. Feb 02, 2007
  4. Jan 30, 2007
  5. Jan 23, 2007
  6. Jan 16, 2007
  7. Jan 04, 2007
  8. Jan 03, 2007
    • Christian Richter's avatar
      Merged revisions 49313 via svnmerge from · 1fe0e3d1
      Christian Richter authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ................
      r49313 | crichter | 2007-01-03 10:06:50 +0100 (Mi, 03 Jan 2007) | 41 lines
      
      Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from 
      https://origsvn.digium.com/svn/asterisk/branches/1.2
      
      ........
      r48319 | crichter | 2006-12-06 15:35:25 +0100 (Mi, 06 Dez 2006) | 1 line
      
      changed a few debugs to higher debug levels
      ........
      r48321 | crichter | 2006-12-06 16:48:45 +0100 (Mi, 06 Dez 2006) | 1 line
      
      added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcate wether the extension is already completely dialed or if there might come additional digits by information elements. also added some docs for that.
      ........
      r48467 | crichter | 2006-12-14 14:03:49 +0100 (Do, 14 Dez 2006) | 1 line
      
      removed FIXUP state. added check for channel allocation conflict when we create a setup while the other site creates a setup on the same channel, besides the check we resolve this conflict.
      ........
      r48552 | crichter | 2006-12-18 11:19:39 +0100 (Mo, 18 Dez 2006) | 1 line
      
      when our PTP Partner sends us a SETUP with a preselected channel we just accept it, even when we're NT. added some checks for segfaults.
      ........
      r48576 | crichter | 2006-12-19 14:08:51 +0100 (Di, 19 Dez 2006) | 1 line
      
      when we reject a channel, because it's in use already, we shouldn't process the setup anymore. made the channel allocation a bit easier and more understandable, removed a few unused lines
      ........
      r49135 | crichter | 2007-01-02 11:07:22 +0100 (Di, 02 Jan 2007) | 1 line
      
      added check for channel ranges in the set/empty channel functions. set pmp_l1_check default to no. added misdn restart pid cli command. added cleaning of channel when we send a RELEASE_COMPLETE. 
      ........
      r49303 | crichter | 2007-01-03 09:24:00 +0100 (Mi, 03 Jan 2007) | 9 lines
      
      * Added check for bridging in misdn_call to avoid setting echocancellation
        when 2 mISDN channels are involved and when bridging is set. That lead
        to a kernel panic before under different situations, because we switched 
        about 2 times between hardware bridging and echocancelation
      * readded MISDN_URATE variable which got lost before, this should make app_v110
        work again
      * fixed typo
      
      
      ........
      
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49321 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      1fe0e3d1
  9. Dec 27, 2006
  10. Dec 19, 2006
  11. Dec 04, 2006
  12. Nov 30, 2006
  13. Nov 23, 2006
  14. Nov 19, 2006
  15. Nov 16, 2006
  16. Nov 01, 2006
  17. Oct 26, 2006
  18. Oct 24, 2006
  19. Oct 17, 2006
  20. Oct 11, 2006
  21. Oct 02, 2006
  22. Sep 27, 2006
  23. Sep 26, 2006
  24. Sep 21, 2006
  25. Sep 20, 2006
  26. Sep 19, 2006
  27. Sep 18, 2006
  28. Sep 14, 2006
  29. Sep 11, 2006
  30. Sep 06, 2006
  31. Aug 30, 2006
  32. Aug 24, 2006
  33. Aug 23, 2006
  34. Aug 21, 2006
  35. Aug 18, 2006
Loading