[asterisk-bugs] [JIRA] (ASTERISK-25145) Unable to record calls picked up from parking lot

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Jun 3 15:04:32 CDT 2015


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

Rusty Newton commented on ASTERISK-25145:
-----------------------------------------

As Matt Jordan noted by linking the issue - this appears to be a duplicate. The issue should be fixed in 13.4.0 and beyond.

Can you test and confirm? Thanks!

> Unable to record calls picked up from parking lot
> -------------------------------------------------
>
>                 Key: ASTERISK-25145
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25145
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_parkandannounce
>    Affects Versions: 13.3.2
>         Environment: FreePBX standard build
>            Reporter: xrobau
>
> Attempting to pick up calls from a parking lot results in a very small file with no contents.
> Dialplan:
> {code}
> exten => 999,1,NoOp(Picking up from 71)
> exten => 999,n,MixMonitor(/tmp/recording.wav,a,${MIXMON_POST})
> exten => 999,n,ParkedCall(default,71)
> {code}
> When dialing 999, the call is returned, the file is created, but the log then fills with:
> {code}
> 2015-06-03 06:51:50] DEBUG[973][C-0000009e] audiohook.c: Read factory 0x282f0f8 and write factory 0x282fb38 both fail to provide 160 samples
> [2015-06-03 06:51:50] DEBUG[973][C-0000009e] audiohook.c: Read factory 0x282f0f8 and write factory 0x282fb38 both fail to provide 160 samples
> [2015-06-03 06:51:50] DEBUG[973][C-0000009e] audiohook.c: Read factory 0x282f0f8 and write factory 0x282fb38 both fail to provide 160 samples
> [2015-06-03 06:51:50] DEBUG[973][C-0000009e] audiohook.c: Read factory 0x282f0f8 and write factory 0x282fb38 both fail to provide 160 samples
> [2015-06-03 06:51:50] DEBUG[973][C-0000009e] audiohook.c: Read factory 0x282f0f8 and write factory 0x282fb38 both fail to provide 160 samples
> [2015-06-03 06:51:50] DEBUG[973][C-0000009e] audiohook.c: Read factory 0x282f0f8 and write factory 0x282fb38 both fail to provide 160 samples
> [2015-06-03 06:51:50] DEBUG[973][C-0000009e] audiohook.c: Read factory 0x282f0f8 and write factory 0x282fb38 both fail to provide 160 samples
> [2015-06-03 06:51:50] DEBUG[973][C-0000009e] audiohook.c: Read factory 0x282f0f8 and write factory 0x282fb38 both fail to provide 160 samples
> {code}
> The /tmp/recording.wav file is only 44 bytes
> {code}
> # ls -al /tmp/recording.wav
> -rw-rw---- 1 asterisk asterisk 44 Jun  3 06:51 /tmp/recording.wav
> # cat /tmp/recording.wav
> RIFF$WAVEfmt @▒>data
> {code}



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



More information about the asterisk-bugs mailing list