/etc/svxlink/TclVoiceMail.conf is in svxlink-server 14.08.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ###############################################################################
#
# TclVoiceMail configuration
#
###############################################################################
#
# The user list.
# Format: set users(userid) "call=callsign pass=password email=mail_address";
# userid - A three digit code that identifies the user
# callsign - The callsign of the user
# password - The users password. One to seven digits.
# email - The e-mail address to send a text message to when a new voice
# mail have arrived. This is optional.
#
set users(001) "call=SM0AAA pass=123 email=sm0aaa@some.domain";
set users(002) "call=SM0BBB pass=456";
#
# The directory where the voice mails are stored
#
set recdir "/var/spool/svxlink/voice_mail";
#
# Maximum recording times in milliseconds
#
set max_subj_time 10000
set max_mesg_time 120000
#
# These settings are used when sending e-mail to users when a new voice mail
# has been recorded for that user.
# mail_from_addr - The used from-address
# mail_from_name - The displayed name of the sender
# mai_subj - The subject of the message
# mail_msg - The message body
#
set mail_from_addr "mycall@some.domain";
set mail_from_name "SvxLink Voice Mail";
set mail_subj "SvxLink: New voice mail received";
set mail_msg {Hi!
You have received a new voice mail at SvxLink node $Logic::CFG_CALLSIGN
from [id2var $userid call].
To listen to your voice mail, follow these steps:
1. Activate the voice mail module using DTMF $CFG_ID#
2. Login by using DTMF $rec_rcpt[id2var $rec_rcpt pass]#
3. Listen to your message using 1#
73 de MYCALL / MyName};
#
# This file has not been truncated
#
|