[asterisk-bugs] [JIRA] (ASTERISK-25145) Unable to record calls picked up from parking lot
xrobau (JIRA)
noreply at issues.asterisk.org
Tue Jun 2 16:02:33 CDT 2015
xrobau created ASTERISK-25145:
---------------------------------
Summary: 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