Displaying 20 results from an estimated 110 matches similar to: "Use of ChanSpy"
2006 Nov 03
4
some simple newbie help with dialplan needed...
Hi all!
I need a simple plan for the following:
*answer call
*wait for 4 digit extension
*send call to 4-digit extension entered.
I tried the following, but that doesn't work...
exten => 998,1,Answer()
exten => 998,2,Background(agent-newlocation)
exten => 998,n,WaitExten(20)
exten => 998,n,Dial(SIP/${EXTEN}@${SERADDRESS},60,tr)
WaitExten obviously does not fill EXTEN with
2010 Feb 11
3
Creating a new Access database with R
I am facing the same problem as well, I would like to code with following concept but wondering how to cope it.
if (*mdb file exist)
{ add new row/col }
else
{ add new *mdb file }
----------------------------------------------------------------------------------------------
From: Uri Shimron <UriShimron_at_optiver.com>
Date: Thu 21 Sep 2006 - 13:27:35 GMT
First of all,
2007 Jun 23
2
LDAP
Hello List,
I am wondering if anyone here has a SIMPLE how to on configuring ldap, I
have been looking around but the result is one of 2 1. it's way to
complicated 2. don't work, so I am hoping that someone here could share
some brain power or kick my sorry butt in the right direction.
Kind regards
Per Qvindesland
-------------- next part --------------
A non-text attachment was
2014 Apr 11
1
VIRT SIG Meeting Minutes [11/04]
Will copy these to
http://wiki.centos.org/SpecialInterestGroup/Virtualization, after intial
discussion or just point to the e-mail/email thread from the wiki. Feel
free to correct as needed.
Lars
== Attendees ==
SIG Members:
* LarsKurth (LK)
* GeorgeDunlap (GD)
* KaranbirSingh (KB)
Travelling:
* JohnnyHughes (JH)
Guest
* EuanHarris
=== Meeting time and cadence ===
Meetings will be
2007 Jun 25
7
R-excel
Good morning to everybody,
I have a problem : how can I import excel files in R???
thank you very much
Dr.sa. Erika Frigo
Università degli Studi di Milano
Facoltà di Medicina Veterinaria
Dipartimento di Scienze e Tecnologie Veterinarie per la Sicurezza Alimentare (VSA)
Via Grasselli, 7
20137 Milano
Tel. 02/50318515
Fax 02/50318501
[[alternative HTML version deleted]]
2007 Jun 21
2
Dovecot won't stay running
This weekend I upgraded my OS from FC4 to FC6. At the same time I updated
Dovecot from 0.99 to 1.0.0.
Now, dovecot periodically shuts off.
It will run fine for several hours then just dies.
Right now my solution is to run a cron every 5 minutes to see if it?s still
running, and if not, re-start it.
I?m also having trouble finding any sort of meaningful logs to tell me
what?s going on.
Where
2009 Nov 05
2
[LLVMdev] Debug Information for LLVM 2.6 and TOT
Devang Patel wrote:
> Hi John,
>
> On Wed, Nov 4, 2009 at 12:04 PM, John Criswell <criswell at uiuc.edu> wrote:
>
>> Dear All,
>>
>> 1) I recall reading somewhere that a few optimizations in LLVM 2.6 strip
>> away debug information when such information interferes with
>> optimization. Is this correct,
>>
>
> Yes.
>
>
2007 Jun 09
2
How to tell what codec is used for each end of a call MD110->H323->SIP
Hi.
Calling from Ericsson MD110 via H.323 trunk to an asterisk 1.4.4 I get the
call established but no sound heard on either end.
What is the best/correct way to try and see what codecs Asterisk is using on
each end of the call as it passes through Asterisk?
And is there any way to see that voice is in fact being passed through
Asterisk during the call (some counters etc.)?
Thank you
2004 Dec 02
8
Correct Shorewall version for RedHat ES3
Hello all --
I am trying to get Shorewall, ipsec and RedHat ES version 3 to cooperate.
Before posting any specific problems, I thought I''d find out if I have the
right stuff to work with. (I''ve gotten ipsec to work flawlessly with
Shorewall using RH 8 and 9 kernels, so I have some experience with it.
Shorewall 2.0.12 works fine on this ES 3 box, except for the ipsec part)
2007 Jun 13
2
Polycom + Voicemail + Display message envelope in LCD
Hi folks,
A user here has asked if we can display the current voicemail message's
envelope (date/time/caller id of message) in the LCD of the Polycom
phones we use (430 & 501). I realize this is somewhat like the many
caller-id-after-the-fact threads, but I figured maybe someone had solved
this a different way.
Has anyone been able to do this, via caller ID, messaging, the
mini-browser
2011 Feb 21
2
[LLVMdev] A working garbage collector - finally :)
Well, after many months of effort, my LLVM-based garbage collector is
finally passing its unit tests. This represents a significant milestone for
me in the development of my programming language, Tart.
The collector itself is fairly rudimentary - a single-generation, copying
collector. It does not yet support multi-threaded programs, but in practice
there's no serious obstacle to supporting
2007 Jun 06
2
PRI Partial Re-Rounting
Hello List
We are trying to redirect calls directly, instead of opening a new channel and dialing out.
Etc:
A calls B on our asterisk, and is directly redirected to C
We have been told that this feature should be available on a PRI level, and is called Partial re-routing.
Anybody has an idea of whether this is supported in Asterisk?
Kind Regards
Jon Sch?pzinsky
Detele.
No virus found in
2007 Jun 16
1
Chanspy
I am developing a Call Center with AMI, I have already redirect and create
a call, but I want to implement a functionality so I can supervise the call
(spy).
I have been studying the function chanspy of asterisk.
Does any one know how to execute the function Chanspy(SIPXXX) throw AMI?
Best Regards
Carlos
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jun 05
1
rJava installation under linux: configuration failed
Hi netter,
Recently I was trying to install rJava. The operating system is suse 10.0,
and the R versionis 2.5.0.
Following the instructions of R Wiki for rJava, I did configuration first:
R CMD javareconf
and then it showed a series of information, from what it seems that java is
in the system and the configuration succeeded.
Then I tried to install rJava:
2006 Sep 21
0
Creating a new Access database with R
First of all, since this is my first posting, I would like to thank
anybody who works/has worked on R, and made it such a beautiful open
source package!
My question is: how do I create a new Access database with R? I need a
channel before I can do anything, but if the mdb-file doesn't exist, I
can't connect to it with odbcConnectAccess.
I've looked at the RODBC.pdf on CRAN, searched
2008 Feb 21
1
Using Really Simple History on Rails
Hello all,
I am getting Really Simple History working in rails.
I''ve got this history content up etc, but I am a bit lost on how to
capture the XHR response data from the Rails app to insert into the
history.
My understanding would be to have some way of grabbing the response
data from the Rails app, inserting that into the history with
dhtmlHistory.add(''PageName'',
2007 Jun 16
3
dovecot under attack
Hi,
I?ve posted this before but no one was able to help. I can?t figure out
what they are trying to do, and if I should be concerned.
I am running dovecot version 0.99.14 on Fedora Core 4. It appears that my
dovecot server is under attack. This morning in my system e-mail I saw
this:
dovecot:
Authentication Failures:
rhost= : 23431 Time(s)
2005 Feb 24
0
Queue Questions
I am having a problem with the Call Queue Feature.
If I let a user into the Queue prior to an agent being available for
them to take the call, they experience the following:
1) they hear that they are the first in line
2) when the agent finally logs in (the caller on hold in the
queue is sent to the users phone)
3) the AGENT is still in the login phase hearing that they are
"successfully
2004 Dec 01
7
shorewall and approx 70 VLANs
Well.. I''ve been using shorewall since a few years now, but the first
time involved in making it work with (a lot of) vlan''s.
The problem is, we''ve got approx 70 vlan''s on a switched cisco network,
working fine. The only ''problem'' is the time it takes when we do a
shorewall restart.. Each vlan is configured as a separate interface and
2009 Jul 15
0
Fwd: DLLs
Thanks for your help with this problem about dynamic linked libraries.
I thought I had it solved, but apparently not.
Below is a small piece of Pascal code that I compile into a library.
When I load the library using dyn.load R becomes very unstable.
The Mac GUI crashes in all kinds of situations --even moving a window
can sometimes crash it.
Running from the command line (I thought the