<actionfunction="speak-text"data="To select this entry press $1, for the next entry press $2, for the previous entry press $3, to make a new search press $4"/>
data="To record a greeting, press $1, To choose a greeting, press $2, To record your name, press $3, to change your password, press $5, to return to the main menu, press $5."/>
</match>
</input>
</macro>
<macroname="voicemail_record_name">
<inputpattern="^(.*)$">
<match>
<actionfunction="speak-text"data="at the tone, please record your name, press any key or stop talking to end the recording."/>
</match>
</input>
</macro>
<macroname="voicemail_record_file_check">
<inputpattern="^([0-9#*]):([0-9#*]):([0-9#*])$">
<match>
<actionfunction="speak-text"
data="To listen to the recording, press $1, To save the recording, press $2, To re record, press $3."/>
</match>
</input>
</macro>
<macroname="voicemail_record_urgent_check">
<inputpattern="^([0-9#*]):([0-9#*])$">
<match>
<actionfunction="speak-text"
data="To mark this message urgent, press $1, To continue, press $2."/>
</match>
</input>
</macro>
<macroname="voicemail_invalid_extension">
<inputpattern="^([0-9#*])$">
<match>
<actionfunction="speak-text"data="$1 is not a valid extension."/>
data="To listen to the recording again, press $1, To save the recording, press $2, To delete the recording, press $3, to forward the recording to your email, press $4, to call the caller now, press $5, To forward this message to another extension, press $6."/>
</match>
</input>
</macro>
<macroname="voicemail_choose_greeting">
<inputpattern="^(.*)$">
<match>
<actionfunction="speak-text"data="choose a greeting between 1 and 3."/>
<!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files -->
<paramname="tls-passphrase"value=""/>
<!-- Verify the date on TLS certificates -->
<paramname="tls-verify-date"value="true"/>
<!-- TLS verify policy, when registering/inviting gateways with other servers (outbound) or handling inbound registration/invite requests how should we verify their certificate -->
<!-- set to 'in' to only verify incoming connections, 'out' to only verify outgoing connections, 'all' to verify all connections, also 'in_subjects', 'out_subjects' and 'all_subjects' for subject validation. Multiple policies can be split with a '|' pipe -->
<paramname="tls-verify-policy"value="none"/>
<!-- Certificate max verify depth to use for validating peer TLS certificates when the verify policy is not none -->
<paramname="tls-verify-depth"value="2"/>
<!-- If the tls-verify-policy is set to subjects_all or subjects_in this sets which subjects are allowed, multiple subjects can be split with a '|' pipe -->
<paramname="tls-verify-in-subjects"value=""/>
<!-- TLS version ("sslv23" (default), "tlsv1"). NOTE: Phones may not work with TLSv1 -->