[asterisk-bugs] [JIRA] (ASTERISK-24573) [patch]Out of sync conversation recording when divided in multiple recordings

Nuno Borges (JIRA) noreply at issues.asterisk.org
Fri Dec 5 10:09:28 CST 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-24573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=223830#comment-223830 ] 

Nuno Borges edited comment on ASTERISK-24573 at 12/5/14 10:09 AM:
------------------------------------------------------------------

Hi, 
 
1) I have changed the patch to asterisk 13.0.1. 
 
2) The problem here is that by using the old outsmpl and insmpl may create bad jumps on the newly created write/read stream, so by resetting both to zero will have the same behavior as it was the first recording, since they should start with the value 0 (memory initialization puts both values with 0, i hope, since i don't see these values being initialized)

Best regards.


was (Author: nerbos):

Hi, 
 
1) I have changed the patch to asterisk 13.0.1. 
 
2) The problem here is that by using the old outsmpl and insmpl may create bad jumps on the newly created write/read stream, so by resetting both to zero will have the same behavior as it was the first recording, since they should start with the value 0 (memory initialization puts both values with 0, i hope, since i don't see this values being initialized)

Best regards.

> [patch]Out of sync conversation recording when divided in multiple recordings
> -----------------------------------------------------------------------------
>
>                 Key: ASTERISK-24573
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24573
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_monitor
>    Affects Versions: SVN, 1.8.32.1, 11.14.1, 12.7.1, 13.0.1
>            Reporter: Nuno Borges
>            Severity: Minor
>         Attachments: 24573.patch
>
>
> In order to avoid big recording files we have decided to segment the recording in bulks of 5 minutes, issuing a stop and a start recording via AMI. We started to notice that some of the segments get the voice out of sync, when at the time of the recording the voice streaming was correct.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list