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

Paul Belanger reviewboard at asterisk.org
Thu Sep 1 17:33:19 CDT 2011


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


BIG PATCH :D  Yay for 28 new tests, I made some initial comments.  I am concerned about some of the duplicate code in the tests, specifically starting of the 2 asterisk instances, creating the AMI factory, originating the call.  If we need to be doing it for all the 28 tests, lets move the up an object level to help with the maintenance issue.  If we need to create a new object that just starts 1 instance of asterisk, AMI factory, and originates a call, lets do it.  

As mentioned below, I don't think we need a 2nd instance of asterisk of most of the tests, this will help save CPU resources.

I am concerned some dialplans are using Wait(5), command, Wait(3), command... I have not run the tests yet, however in the past this does cause problems for the remote agents (AKA, bouncing tests).

Overall, I'm happy to see more tests for app_voicemail :)  Now to find time to run them and see what happens.


asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/configs/ast1/manager.users.conf.inc
<https://reviewboard.asterisk.org/r/1360/#comment8242>

    Why is this needed?



asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test
<https://reviewboard.asterisk.org/r/1360/#comment8237>

    I don't think we need to create 2 instances of asterisk for the majority of these test.  I single instance with chan_local _should_ be more then enough.  
    
    
    Additionally, we could likely move this logic into the VoiceMailTest class; avoiding code duplication in other tests.



asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test
<https://reviewboard.asterisk.org/r/1360/#comment8238>

    not need, we already log in from TestCase.ami_connect()



asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test
<https://reviewboard.asterisk.org/r/1360/#comment8239>

    I believe we want to be calling VoiceMailTest.ami_connect() otherwise we are skipping that object.
    
    
    On thing I was looking into was using the super() method.



asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test
<https://reviewboard.asterisk.org/r/1360/#comment8240>

    we can move this into VoiceMailTest class.  It looks the same for other tests.



asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test
<https://reviewboard.asterisk.org/r/1360/#comment8241>

    same comment about moving it into VoiceMailTest



asterisk/trunk/tests/apps/voicemail/check_voicemail_options_record_busy/run-test
<https://reviewboard.asterisk.org/r/1360/#comment8243>

    I'm not 100%, but this class looks to be copied multiple places?


- Paul


On Aug. 29, 2011, 2:48 p.m., mjordan wrote:
> 
> -----------------------------------------------------------
> 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.
> 
> 
> 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
> -----
> 
>   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/20110901/8501ed48/attachment-0001.htm>


More information about the asterisk-dev mailing list