View previous topic :: View next topic |
Author |
Message |
sgifford at suspectcla... Guest
|
Posted: Wed Feb 27, 2008 2:20 am Post subject: [asterisk-users] Call recording problems from queue |
|
|
Hello,
I'm trying to set up call recording for a queue. Right now the
recording appears to work correctly, but when I call and chatter for a
minute or so, at the end of the call I end up with a very small file
(less than 100 bytes), which contains about .06 seconds of silence.
If I talk for another minute, this file will get up to 200 bytes or
so.
In my queue configuration, I have:
[testq]
monitor-format = gsm
monitor-type = MixMonitor
...
I can see what looks like MixMonitor starting and stopping at the right
time:
-- IAX2/sgifford-3 answered Zap/1-1
== Begin MixMonitor Recording Zap/1-1
-- Hungup 'IAX2/sgifford-3'
== Spawn extension (incoming, 3772, 3) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
== End MixMonitor Recording Zap/1-1
I have tried turning debugging up very high (like 50) and I still
don't see any clues.
I'm using Asterisk 1.4.18 built from source. The incoming lines are
Zap on a Sangoma card. The queue members are IAX clients. The calls
are being sent as GSM.
Does anybody have an idea what could be going wrong, or where to look
to debug this problem?
Thanks!
----Scott. |
|
Back to top |
|
|
ex.vitorino at gmail.com Guest
|
Posted: Wed Mar 05, 2008 7:30 pm Post subject: [asterisk-users] Call recording problems from queue |
|
|
I don't have access to an asterisk system right now
(nor any other sort of information source) but I seem
to recall that from 1.4 onwards the config option for
recording queue calls is named differently...
Is it mixmonitor ? Check you 1.4 queues.conf sample.
PS: I'm not really sure about this one!
--
exvito |
|
Back to top |
|
|
sgifford at suspectcla... Guest
|
Posted: Thu Mar 06, 2008 3:06 am Post subject: [asterisk-users] Call recording problems from queue |
|
|
"Ex Vito" <ex.vitorino at gmail.com> writes:
Quote: | I don't have access to an asterisk system right now
(nor any other sort of information source) but I seem
to recall that from 1.4 onwards the config option for
recording queue calls is named differently...
Is it mixmonitor ? Check you 1.4 queues.conf sample.
PS: I'm not really sure about this one!
|
Hi exvito,
Mysteriously it started working today. Maybe Asterisk
just needed a restart after playing with the configuration all day,
I'll see if it keeps working.
Thanks!
---Scott. |
|
Back to top |
|
|
|