search for: vericore

Displaying 8 results from an estimated 8 matches for "vericore".

Did you mean: tricore
2004 Jan 11
2
macro error "exited non-zero"
...itor/11012004-10:40:08-one-18005551212-in-rev.wav reverse' == Spawn extension (macro-record-cleanup, s, 3) exited non-zero on 'SIP/one-8e46' in macro 'record-cleanup' == Spawn extension (sip, s, 1) exited non-zero on 'SIP/one-8e46' Jimmy Riley Network Administrator VeriCore 985-626-1701 X1103
2004 Jan 19
3
Getting correct CDR info
I'd like to know how everyone else is going about getting correct CDR information for calls. Right now I notice that if a call come in and gets parked the CDR info doesn't how the correct info on who picked that call up, also when someone transfer a call there isn't a new record being made so the duration of the call shows up for who received the call and transferred it. I started
2004 Jan 12
2
GUI client for windows for live monitoring/barge
I've seen a few but can't get them to work. I need one where I can drop a call into a conference without them knowing it to us it as a live monitor and barge function, anyone doing this are know of a gui client for windows I can use? Thanks,
2004 Jan 15
2
hardware requirements - asterisk
In relation to voice degradation when having 2 or more connection to Asterisk. The comment on the network setup is quite possible. I am not too familiar with linux. How do I check whether the asterisk server's nic is running at full-duplex mode. Does Asterisk use the sound card on the box to do voice processing? I am running xlite on 2 pc and making calls through iax, FWD and back to my
2004 Jan 20
1
help - recording both sides of a conversati on
...exten => s,9,System(/bin/rm ${MONITORDIR}/${CALLFILENAME}-rev.wav) exten => s,10,System(sox ${MONITORDIR}/${CALLFILENAME}.wav -g ${MONITORDIR}/${CALLFILENAME}-done.wav) exten => s,11,System(/bin/rm ${MONITORDIR}/${CALLFILENAME}.wav) exten => s,12,NoOp Jimmy Riley Network Administrator VeriCore 985-626-1701 X1103 -----Original Message----- From: Joelson S. Apon [mailto:joelsa@ph.cylynx.com] Sent: January 20, 2004 12:55 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] help - recording both sides of a conversation Hello Sirs.. I'm setting up a call-recording with...
2004 Jan 10
0
Record calls where to put line?
Here is what I have now. Where should the line " exten => _.,1,macro(record-on,${EXTEN},${CALLERIDNUM})" go should it be under [sip]? Right now if I call sip to sip monitoring starts and the calls connect but I only get 44 byte files. If I call and iaxtel number monitoring starts but call never gets placed and again 44byte files with nothing in them. Thanks for the help. [iaxtel]
2004 Jan 13
1
GUI client for windows for live monitoring/b arge
-----Original Message----- From: woody+asterisk@solutionsfirst.com.au [mailto:woody+asterisk@solutionsfirst.com.au] Sent: January 12, 2004 11:25 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] GUI client for windows for live monitoring/barge > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com]
2004 Jan 10
2
Record all phone calls
I want to record all phone calls made inbound and outbound. I'm new so having a hard time getting this started. Here is what I have so far but isn't working. Can someone help me out? Thanks, [macro-record-on] exten => s,1,SetVar(CALLFILENAME=${DATETIME}-${ARG2}-${ARG1}) exten => s,2,Monitor(wav,${CALLFILENAME}) [sip] include => macro-record-on include => iaxtel exten