[英]How to make a change in the VoiceMail Asterisk 11
新星號,必須支持舊安裝。 如果我需要更改語音郵件選項,是否只有更改 ./usr/local/src/asterisk/apps/app_voicemail.c 文件的方法?
改了之后,我怎么會 go 呢?
這是我從研究中收集到的:
你需要運行:
。/配置
make menuconfig(並調整設置以匹配您當前的系統)
制作
進行安裝
都以root身份
我在 Linux 上也很糟糕,所以有人可以告訴我更改語音郵件配置的過程嗎?
app_voicemail 沒有更改選項的設置。
您可以使用 AGI 重寫它,也可以重寫源代碼。 兩者都將在這里偏離主題(不是一頁)。
以下是您無需編碼即可控制的所有選項:
pro-sip*CLI> core show application VoiceMail
-= Info about application 'VoiceMail' =-
[Synopsis]
Leave a Voicemail message.
[Description]
This application allows the calling party to leave a message for the specified
list of mailboxes. When multiple mailboxes are specified, the greeting will be
taken from the first mailbox specified. Dialplan execution will stop if the
specified mailbox does not exist.
The Voicemail application will exit if any of the following DTMF digits are
received:
0 - Jump to the 'o' extension in the current dialplan context.
* - Jump to the 'a' extension in the current dialplan context.
This application will set the following channel variable upon completion:
${VMSTATUS}: This indicates the status of the execution of the VoiceMail
application.
SUCCESS
USEREXIT
FAILED
[Syntax]
VoiceMail(mailbox[@context][&mailbox[@context][&...]][,options])
[Arguments]
options
b: Play the 'busy' greeting to the calling party.
d([c]): Accept digits for a new extension in context <c>, if played during
the greeting. Context defaults to the current context.
g(#): Use the specified amount of gain when recording the voicemail
message. The units are whole-number decibels (dB). Only works on supported
technologies, which is DAHDI only.
s: Skip the playback of instructions for leaving a message to the calling
party.
u: Play the 'unavailable' greeting.
U: Mark message as 'URGENT'.
P: Mark message as 'PRIORITY'.
聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.