Magic VoiceMail
Description
Released by Magiclink.cn
Magicvoicemail say your style.
features:
- Lite version than app_voicemail.so
- easy to modify because all code written in perl with AGI
- support your country style sounds and your encode email
- full flowchart graphics.
- GPL License
- support Asterisk 1.2.X and 1.4.x
app_voicemail.so is difficult with asian languages, and other languages as well.
MagicVoicemail makes it very easy.
example:
english say you have no new messages
[en]
vm-youhaveno=vm-youhave vm-no vm-INBOX vm-messages
but in chinese we said you no have new messages.
[cn]
vm-youhaveno=vm-you vm-no vm-have vm-INBOX vm-messages
you can say the person XXX is unavaild
vm-isunavail=vm-theperson %DIGITS-VMID vm-isunavail
also say the person is unavaild XXX
vm-isunavail=vm-theperson vm-isunavail %DIGITS-VMID
Download
Please login on http://support.magiclink.cn to download new version of magicvoicemail.
Install
SEE INSTALL FILES
command
in your extension:
Record Mode
exten => number,1,AGI(MagicVoiceMail|record|[Voicemail_number]|u/b)
Main Mode
exten => number,1,AGI(MagicVoiceMail|main|[Voicemail_number])
Voicemail_number is your voicemail_number
b playback busy voice
u playback unavailable voice
Config file
SEE magicovicemail.conf.sample
Change
1.2 New Flowchart
1.1 IGNOR SIG PIPE in AGI, and new fork.
1.0 First version