Пакет pbx-streamplayer: Информация

    Бинарный пакет: pbx-streamplayer
    Версия: 0.0.14-alt1
    Архитектура: x86_64
    Собран:  13 апреля 2013 г. 12:01
    Исходный пакет: pbx-utils
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://sisyphus.ru/ru/srpm/Sisyphus/pbx-utils

    Лицензия: GPL
    О пакете: A utility for reading from a raw TCP stream
    Описание: 
    This application is intended for use when a raw TCP stream is desired to be
    used as a music on hold source for Asterisk.  Some devices are capable of
    taking some kind of audio input and provide it as a raw TCP stream over the
    network, which is what inspired someone to fund this to be written.
    However, it would certainly be possible to write your own server application
    to provide music over a TCP stream from a centralized location.
    This application is quite simple.  It just reads the data from the TCP
    stream and dumps it straight to stdout.  Due to the way Asterisk handles
    music on hold sources, this application checks to make sure writing
    to stdout will not be a blocking operation before doing so.  If so, the data
    is just thrown away.  This ensures that the stream will continue to be
    serviced, even if Asterisk is not currently using the source.

    Сопровождающий: Denis Smirnov

    Список участников:
    Denis Smirnov

    Последнее изменение


    13 апреля 2013 г. Denis Smirnov 0.0.14-alt1
    - build with asterisk 1.8
    26 января 2013 г. Denis Smirnov 0.0.13-alt1
    - add astdb2bdb and astdb2sqlite3 utilites
    - update other utilites
    17 ноября 2010 г. Denis Smirnov 0.0.12-alt5
    - add requires from pbx-agi-samples to asterisk-base