[asterisk-dev] [Code Review] Additional tests for app_voicemail

mjordan reviewboard at asterisk.org
Mon Aug 29 14:48:26 CDT 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/1360/
-----------------------------------------------------------

(Updated Aug. 29, 2011, 2:48 p.m.)


Review request for Asterisk Developers and Paul Belanger.


Changes
-------

Merged voicemail tests into this review


Summary (updated)
-------

[Edit] - Due to a significant number of changes in the testsuite libraries, all voicemail tests were updated.  They are available for test and review on the team branch mjordan/voicemail_tests_082811/.

The following tests for are for the following app_voicemail applications:
  VoiceMail - checking extension routing, priority message leaving, message forwarding, and external notifications
  VMCOUNT - function that uses several app_voicemail methods for counting inbox messages
  VMAuthenticate - mailbox / password authentication
  VoiceMailMain - tests for various menus, advanced options, simultaneous access of mailbox with caller, changing greetings, new user, external apps, and automatic exits

Features that are covered by these tests are documented at https://wiki.asterisk.org/wiki/display/~mjordan/Voicemail+Refactoring - although this is a draft document and should not be taken as cannon.

Note that currently, leave_voicemail_contexts, leave_voicemail_forwarding, and leave_voicemail_forwarding_auto_urgent are expected to fail and are noted as such with the ASTERISK bugs that were filed.


Diffs
-----

  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/lib/python/asterisk/TestCase.py 2020 
  asterisk/trunk/lib/python/asterisk/TestState.py PRE-CREATION 
  asterisk/trunk/lib/python/asterisk/voicemail.py 2020 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_extensions/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_mailbox/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_invalid_password/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/authenticate_nominal/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_callback/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_delete/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_dialout/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_envelope/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_hangup/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_forward_with_prepend/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_new_user_hangup/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/voicemailpwcheck.py PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_change_password/voicemailpwnotify.py PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_name/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_temp/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_unavail/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_reply/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast1/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast2/manager.users.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/check_voicemail_while_leaving_msg/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/func_vmcount/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/func_vmcount/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/func_vmcount/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/func_vmcount/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/func_vmcount/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/extern-notify-script.py PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_external_notification/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_nominal/run-test 2020 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/configs/ast1/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/configs/ast1/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/configs/ast1/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/configs/ast1/voicemail.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/configs/ast2/extensions.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/configs/ast2/manager.general.conf.inc PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/configs/ast2/sip.conf PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/run-test PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/test-config.yaml PRE-CREATION 
  asterisk/trunk/tests/apps/voicemail/tests.yaml 2020 

Diff: https://reviewboard.asterisk.org/r/1360/diff


Testing
-------


Thanks,

mjordan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20110829/c3663b9b/attachment-0001.htm>


More information about the asterisk-dev mailing list