معرفی شرکت ها


asterisk_mbox_server-0.5.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The server portion of a client/server to interact with Asterisk voicemail mailboxes
ویژگی مقدار
سیستم عامل -
نام فایل asterisk_mbox_server-0.5.3
نام asterisk_mbox_server
نسخه کتابخانه 0.5.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده PhracturedBlue
ایمیل نویسنده rc2012@pblue.org
آدرس صفحه اصلی https://github.com/PhracturedBlue/asterisk_mbox_server
آدرس اینترنتی https://pypi.org/project/asterisk_mbox_server/
مجوز -
================= AsteriskVM Server ================= AsteriskVM is a client/server which provides an API to work with Asterisk voicemail mailboxes This is the server code which needs to be installed on the Asterisk server and will monitor mailbox directory for changes Dependencies ============ * Linux >= 2.6.13 * Python >= 3.4 * Lame Capabilities ============ * Display all metadata for all messages stored in a single mailbox * Convert messages to text using Google's speech-to-text service * Retrieve the audio of a message in MP3 format * Support both synchronous and asynchronous API Configuration ============= Configuration is performed via the config.ini file Parameters ---------- * **host** *(Optional)*: The IP address to listen on for client requests. This defaults to all IP addresses on the server. To listen only locally, choose 127.0.0.1 * **port** *(Optional)*: The port to listen on for client requests. Defaults to 12345. * **password** *(Required)*: A password shared between client and server. Use only alpha-numeric characters and spaces * **mbox_path** *(Required)*: The path to the storage location of mailbox files. This is typically /var/spool/asterisk/voicemail/default/<mailbox>/ * **cache_file** *(Required)*: A fully-qualified path to a file thht can be written by the server containing transcriptions of voicemails. Example: /var/spool/asterisk/transcription.cache * **google_key** *(Required)*: Your 40 characters Google API key. * **cdr** *(Optional)*: Where to find CDR data. Supports various SQL databases as well as a file log. Future work ============ * Support moving messages * Support multiple mailboxes * Support alternate text-to-speech providers


نحوه نصب


نصب پکیج whl asterisk_mbox_server-0.5.3:

    pip install asterisk_mbox_server-0.5.3.whl


نصب پکیج tar.gz asterisk_mbox_server-0.5.3:

    pip install asterisk_mbox_server-0.5.3.tar.gz