Displaying 20 results from an estimated 2000 matches similar to: "MixMonitor Timestamp problem"
2007 Jun 16
2
MixMonitor Problem
Hi,
I am facing some issues while using MixMonitor and StopMonitor. My
extensions logic is attached below:
exten => s,1,MixMonitor(${CALLERID(num)}_${TIMESTAMP}.gsm,b)
exten => s,2,Dial(SIP/101,13)
exten => s,3,StopMonitor()
exten => s,4,NoOp(Dial Status: ${DIALSTATUS})
exten => s,5,Goto(sss-${DIALSTATUS},1)
exten => sss-NOANSWER,1,VoiceMail(777 at salesvoice)
exten =>
2007 Jun 05
1
Cisco 7961G + 7914 Expansion Module
All,
Since I have now (at least partially) got my 7961G phones working
with Asterisk, I have temporarily moved on to try to get the expansion
modules working. There doesn't seem to be much in the way of
documentation here either. Does anyone have this combination working
(or any 79X1) here?
My goal is ultimately to do the monitoring approach. I have Google'd
around, but come up
2007 Jun 11
1
CallerID issues
All,
I have run into some CallerID issues. It seems to have happened as a
result of just moving my config from 1.2.12 to 1.4.4 (although I am not
sure of this). Therefore I am sure its just a misconfiguration
somewhere, I just don't know where.
I have throughout the office either Cisco 7961G or Polycomm
Soundpoint SIP 430 IP phones.
The problem is with CallerID showing up in some
2007 Aug 06
1
sip issue with one way audio
I am getting this error
[Aug 6 15:28:26] WARNING[24452]: chan_sip.c:1920 retrans_pkt: Maximum
retries exceeded on transmission 8f68421-22821e1e at localhost for seqno
102 (Critical Response)
[Aug 6 15:28:26] WARNING[24452]: chan_sip.c:1944 retrans_pkt: Hanging
up call 8f68421-22821e1e at localhost - no reply to our critical packet.
any Ideas?
Jason
2007 Jul 23
7
Polycom IP 4000 Soundstation SIP Conference Phone Question
Hi,
Has anyone here ever used a Polycom IP 4000 Soundstation SIP
Conference Phone with asterisk? If so, how well does it work and how
does it sound?
2009 Feb 10
1
Asterisk how many calls handle using H.323 to SIP conversion?
I have P4 2.50GHz RAM 4GB, Asterisk how many calls handle using H.323 to SIP
conversion on this server?
Regards,
---------------------------
Muhammad Asif Raza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090210/6d5cb26b/attachment.htm
2007 Jun 26
6
kore dump
I am running Asterisk 1.4.5 and addons 1.4.1 in a CentOS 5 Server.
My PBX has experienced several core dumps the last couple of days and I am not sure if this is what's causing it, but it always seems to happen when a particular extension on a grandstream phone uses ChanSpy SIP group.
I have not been able to locate where the core dump file is being saved. I can't find it in my
2007 Jun 05
5
Hardware spec comparison
All,
I've a question on A*k hardware.
I'm running 1.2.18 on a Dell DC051 (Intel(R) Celeron(R) CPU 2.80GHz)
with 512mb RAM.
I'm supporting 60 users (Cisco 7940s each + Xlite PCs).
Call loads are low, max of about 10 simultaneous SIP/IAX calls.
CPU for A*k rarely goes above 2% as I can tell.
Its IP only, no E1/T1 cards present.
However, I get complaints of bad voice quality,
2011 May 05
2
[Asterisk 1.8.3.2] Mixmonitor not working on member(calling part) channel of Queue.
Hi,
I have a simple Queue(named 1) and one Member(SIP/1119) logged into it. Now
when a caller is placed into Queue and gets connected with Member, I want to
record the call. It does record the call when I use MixMonitor() before
placing the caller into Queue, but not when MixMonitor() is used in macro
which is called upon Member answering the call.
Following is my dialplan...
[mixmonitortest]
2006 Mar 02
2
MixMonitor Problems -- sssshh, don't be too loud
Hey,
I've come across two interesting problems today.
First, when recording long calls using Monitor(), it appears the in and out
channels become out of sync. It seems like one channel happens faster or has
data missing when sox mixes them together.
Digging around, I found MixMonitor, which skips the whole soxmix process. I
figured that removing that step could only help.
Now it seems that
2006 Apr 03
3
Monitor or mixmonitor
Hi all,
I am setting up a script to record all the call. There are two app for recording. "Monitor" and "Mixmonitor", one mixing the audio on the fly and one mixing it at the end but also allow a option not to mixing the audio at all. If mixing the audio on the fly is not that taxing on the CPU, I would like to use 'mixmonitor' app. My question is, what is penalty on
2018 Jul 05
3
MixMonitor and ChanSpy whisper
Hello Asterisk list,
Hope you are all doing well!
We are using the MixMonitor application to record the calls and under some
situations the call can be spied using ChanSpy with whisper enabled.
Sometimes the spying channel is a person who can interact in the call, and
some other times it is a sound file playing a message. The problem is that
for some reason the MixMonitor does not record whatever
2006 Feb 17
3
MixMonitor and command
Has anyone had any success using the MixMonitor() plus "command" as
nothing I have tried works.
I am using 1.2.1 I did google the archive but couldn't see any mention
of anyone using this. What I am hoping to do is run a macro on hangup,
current method I am using seems to miss some calls 5% of calls fail to
mix / convert to mp3 etc. Was hoping that MixMonitor would fix this.
2013 Jul 12
1
Using PauseMonitor with MixMonitor
Hi
I'm using asterisk 1.8 on CentOS 5
I'm initiating call recordings with MixMonitor and trying to pause them
with the features.conf.
Whenever I try to pause the recording the call dies. Is PauseMonitor
incompatible with MixMonitor?
Here are some key log excerpts
features reload
== Parsing '/etc/asterisk/features.conf': == Found
== Registered Feature
2011 May 03
1
How to debug MixMonitor misbehaviour
Hi everyone,
For some reason MixMonitor doesn't record when it should; It actually shows
the MixMonitor line just fine on the CLI. How can MixMonitor be debugged for
things like privilege issues or filename issues?
**I had this working at one point and then stopped working. Not sure what I
changed.
System Info:
Asterisk 1.4.21.2
Queuemetrics 1.6.3.0
[queuedial]
; this piece of dialplan is
2006 Dec 13
3
MixMonitor and Queues
Greetings, all.
I would like to record calls that are entered into queues and I'm not
quite sure how to do it. Here's how I'm currently set up:
- Call comes in and is placed into Queue #1 (which rings all phones for
15 sec).
- If call drops out of this queue, it is placed into Queue #2 (which
plays MoH until the call is picked up).
I've tinkered with MixMonitor and I have my
2010 Jan 20
1
Setting MixMonitor options from Queue
Hello,
We are recording our calls to queues by putting the appropriate options in
our "queue.conf". This is all working properly.
We would now like to set the MixMonitor option to adjust the caller volume
(which is very quiet). With the regular MixMonitor application, we would
just add the "v4" option to make it much louder. I don't see a way to set
this option when
2014 Aug 27
1
features.conf and mixmonitor stop and start
Hello,
I have a recording started in the dialplan with the MixMonitor application.
I want to be able to stop it during a call and maybe restart it.
I tried using the value defined in [featuremap] but it starts another
MixMonitor application even if there already one instead of stopping it.
Any idea on how I can stop the MixMonitor application while it is running?
[featuremap]
automixmon =>
2005 Nov 14
2
Mixmonitor
Hello,
I recently switched over to using Mixmonitor versus Monitor to see if it
would clear up some warble that I was getting in my recordings. It did
indeed clear that up, but a new problem was introduced. The recordings for
no reason will just end abnormally. There is no rhyme or reason as to when
they will end, but usually after a minute or so.
Here is my current setup.
Asterisk v. 1-2-0rc2
2016 Jan 27
2
asterisk 13 mixmonitor - random missing syllables
Dne 27.1.2016 v 13:14 A J Stiles napsal(a):
> On Wednesday 27 Jan 2016, Marek ?ervenka wrote:
>> hi,
>>
>> i have strange problem with asterisk 13 mixmonitor, recording to wav
>> (centos6)
>> when the system is under load, there are sometimes missing syllable
>>
>> there arent BIG spikes on cpus
>> recordings are to ramdisk (/dev/shm)
>>