[asterisk-dev] [Code Review] Additional tests for app_voicemail
mjordan
reviewboard at asterisk.org
Wed Sep 7 14:47:10 CDT 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/1360/
-----------------------------------------------------------
(Updated Sept. 7, 2011, 2:47 p.m.)
Review request for Asterisk Developers and Paul Belanger.
Changes
-------
Updated from findings; fixed some issues with leave_voicemail_nominal
Summary
-------
[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 (updated)
-----
asterisk/trunk/configs/manager.conf 2091
asterisk/trunk/lib/python/asterisk/TestCase.py 2091
asterisk/trunk/lib/python/asterisk/TestState.py PRE-CREATION
asterisk/trunk/lib/python/asterisk/voicemail.py 2091
asterisk/trunk/tests/apps/directory_attendant_exit/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/apps/directory_attendant_exit/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/apps/directory_context_operator_exit/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/apps/directory_context_operator_exit/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/apps/directory_operator_exit/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/apps/directory_operator_exit/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/apps/voicemail/authenticate_extensions/configs/ast1/extensions.conf 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/configs/ast1/extensions.conf 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/sip.conf PRE-CREATION
asterisk/trunk/tests/apps/voicemail/check_voicemail_forward/run-test PRE-CREATION
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/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/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_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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/configs/ast1/extensions.conf 2091
asterisk/trunk/tests/apps/voicemail/leave_voicemail_nominal/configs/ast2/extensions.conf 2091
asterisk/trunk/tests/apps/voicemail/leave_voicemail_nominal/run-test 2091
asterisk/trunk/tests/apps/voicemail/leave_voicemail_nominal/test-config.yaml 2091
asterisk/trunk/tests/apps/voicemail/leave_voicemail_priority/configs/ast1/extensions.conf 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/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 2091
asterisk/trunk/tests/callparking/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/callparking/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/cdr/console_dial_sip_answer/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/cdr/console_dial_sip_answer/run-test 2091
asterisk/trunk/tests/channels/SIP/noload_res_srtp_attempt_srtp/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/channels/SIP/sip_tls_call/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/channels/SIP/sip_tls_call/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/directed_pickup/configs/ast1/extensions.conf 2091
asterisk/trunk/tests/directed_pickup/configs/ast1/iax.conf 2091
asterisk/trunk/tests/directed_pickup/run-test 2091
asterisk/trunk/tests/fastagi/channel-status/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fastagi/connect/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fastagi/control-stream-file/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fastagi/database/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fastagi/stream-file/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_g711_t38/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_g711_t38/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_mix1/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_mix1/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_mix2/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_mix2/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_mix3/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_mix3/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_mix4/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_mix4/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_native_t38/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_native_t38/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_native_t38_ced/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_native_t38_ced/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_no_t38/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_no_t38/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_t38_g711/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_t38_g711/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout1/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout1/configs/ast2/extensions.conf 2091
asterisk/trunk/tests/fax/gateway_timeout1/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout2/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout2/configs/ast2/extensions.conf 2091
asterisk/trunk/tests/fax/gateway_timeout2/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout3/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout3/configs/ast2/extensions.conf 2091
asterisk/trunk/tests/fax/gateway_timeout3/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout4/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout4/configs/ast2/extensions.conf 2091
asterisk/trunk/tests/fax/gateway_timeout4/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout5/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/fax/gateway_timeout5/configs/ast2/extensions.conf 2091
asterisk/trunk/tests/fax/gateway_timeout5/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/func_srv/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/manager/login/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/pbx/merge_contexts/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/pbx/merge_contexts/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/pbx/pbx_lua_background/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/pbx/pbx_lua_background/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/pbx/pbx_lua_goto/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/pbx/pbx_lua_goto/configs/ast2/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/regressions/M18882/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/udptl/configs/ast1/manager.general.conf.inc PRE-CREATION
asterisk/trunk/tests/udptl/configs/ast2/manager.general.conf.inc PRE-CREATION
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/20110907/9991d8a4/attachment-0001.htm>
More information about the asterisk-dev
mailing list