Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2005 13:39:48 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/asterisk Makefile ports/net/asterisk/files chan_oss.c patch-channels::chan_oss.c patch-pbx::pbx_wilcalu.c patch-rtp.c
Message-ID:  <200505031339.j43DdmoR045930@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2005-05-03 13:39:48 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk         Makefile 
    net/asterisk/files   patch-rtp.c 
  Added files:
    net/asterisk/files   chan_oss.c patch-pbx::pbx_wilcalu.c 
  Removed files:
    net/asterisk/files   patch-channels::chan_oss.c 
  Log:
  pbx_wilcalu.c:
  
          new patch for this file, smooths the effects of
          an unhandled error Cexiting from poll() and resulting
          otherwise in this process taking 100% of the CPU
  
  rtp.c:
  
          updated patch for rtp.c, removes a misleading 'checksum error'
          message when in reality the recvfrom() just returned no data;
  
  chan_oss.c:
  
          replacement for the old chan_oss.c - the changes are
          so massive that having a patch would be completely
          unreadable.
  
          Among other things this lets you change many /dev/dsp
          parameters from the config file, to ease adapting to
          the idiosincracies of various sound cards and drivers.
          It also supports multiple soundcards on the same box,
          which might be useful in some cases.
  
  Submitted by:   luigi
  
  Add WITHOUT_MYSQL knob.
  
  Suggested by:   phantom
  
  Revision  Changes    Path
  1.30      +11 -5     ports/net/asterisk/Makefile
  1.1       +1320 -0   ports/net/asterisk/files/chan_oss.c (new)
  1.6       +0 -1167   ports/net/asterisk/files/patch-channels::chan_oss.c (dead)
  1.1       +14 -0     ports/net/asterisk/files/patch-pbx::pbx_wilcalu.c (new)
  1.3       +25 -6     ports/net/asterisk/files/patch-rtp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505031339.j43DdmoR045930>