Package asterisk-trunk-sources: Information

    Source package: asterisk-trunk-sources
    Version: 1.0-alt1.svn20060921
    Build time:  Sep 21, 2006, 04:36 PM
    Category: System/Servers
    Report package bug
    License: GPL
    Summary: Asterisk open source PBX sources (last svn trunk)
    Description: 
    This sources used for building asterisk and seirospbx packages

    List of rpms provided by this srpm:
    asterisk-trunk-sources (noarch)

    Maintainer: Denis Smirnov

    List of contributors:
    Denis Smirnov


    Last changed


    Sept. 21, 2006 Denis Smirnov 1.0-alt1.svn20060921
    - Add a "member name" to queue members.
    - Add option to the various methods of adding a queue member, to add the
      "member name".
    - move ODBC API into ast_ namespace
    - move more API into the ast_ namespace
    - move ADSI functionality into ast_ namespace
    - Commit the changes from issue #5240.
    - jitterbuf.h -- move this header to include where it belongs
    - Get rid of zero size old config file
    - Various updates from PCadach's chan_h323-live branch
    - similar patch for verbose vs debug with minor changes bug 2617
    - Improve output of sip show peers (issue #6624 reported by mavetju with minor
      code changes by myself)
    - always use fork() when available
    - Issue #7351 - sending CANCEL when the call at some point has been in UP state
      is wrong.
    - merge qwell's CLI verbification work
    - escape some quotes
    - Reference will be kept in the application component only right now. In the
      future this should be expanded to the channel driver (just like all the other
      channel drivers) (issue #7975 reported by andrewt)
    - allow for packetization on rtp channel drivers, need to add option for
      setting our own packetization as apposed to just doing what is asked.
    - Improve documentation of users.conf items.
    - remove a bit of redundant code
    - Skinny hold support.
    - seperate jingle and gtalk so it will be easier to track changes in both of
      the moving specs.  Currently chan_gtalk is compatible with the latest
      gtalk/libjingle version, and chan_jingle needs a lot of work.
    - minor performance improvement for platforms where -fPIC and -fpic are
      actually different (has no effect on x86/x86-64) Clarified the meaning of the
      callwaiting variable in the zapata.conf file.
    - Use a better check to ensure database connection is up (pointer to connection
      must exist, and connection must report status being ok) (issue #7955 reported
      by sorg)
    - Remove the suggestion of realtime hints, since that functionality will not be
      available until post-1.4
    Sept. 17, 2006 Denis Smirnov 1.0-alt1.svn20060917
    - Add markster userconf branch
    Sept. 16, 2006 Denis Smirnov 1.0-alt1.svn20060916
    - svn update