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



asterisk/trunk/lib/python/asterisk/test_case.py
<https://reviewboard.asterisk.org/r/3806/#comment22968>

    ami.logoff is not an atomic operation. That means you will be issuing the 
order to 'core stop ...' while the AMI action is in flight. Technically, we 
should be:
    
    * Telling the AMI protocol to log off
    * Once logged off, executing a stop of Asterisk
    
    I'd expect the order of operations to be:
    
    * Execute the virtual function
    * For each instance of Asterisk, issue the logoff. Gather up all of them 
into a deferred list
    * In the AMI deferred list success, stop asterisk
    * In the AMI deferred list error, panic with an ERROR and stop asterisk 
anyway
    * In the stop Asterisk routine, do the existing mechanism of calling stop() 
on the Asterisk instances, putting them into another deferred list, etc.


- Matt Jordan


On July 16, 2014, 10:31 a.m., opticron wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/3806/
> -----------------------------------------------------------
> 
> (Updated July 16, 2014, 10:31 a.m.)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Repository: testsuite
> 
> 
> Description
> -------
> 
> Clean up AMI connections just before shutting down asterisk. This prevents 
> reference leaks related to manager sessions.
> 
> 
> Diffs
> -----
> 
>   asterisk/trunk/lib/python/asterisk/test_case.py 5223 
> 
> Diff: https://reviewboard.asterisk.org/r/3806/diff/
> 
> 
> Testing
> -------
> 
> Ensured that the reference logs did not contain manager leaks.
> 
> 
> Thanks,
> 
> opticron
> 
>

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to