Displaying 20 results from an estimated 1000 matches similar to: "ANNOUNCE: Flash Operator Panel"
2003 Mar 13
2
RODBC and Excel in Widows
Hello, I have some problems with RODBC and Excel in Win98
I am using R 1.6.2 and just upgraded RODBC to the last version on CRAN.
I have an Excel file with columns Number, Name, Sex, Age, FEV1 on Sheet
1 and Number, Age, FEV1, Name, Sex on Sheet 2.
Now I open the channel to the file
> chan1 <- odbcConnectExcel("c:/testOdbc.xls")
> tables(chan1)
and the list appears with the 2
2008 Jan 23
8
Peak number of calls?
Is there any way to find-out the peak number of calls that an asterisk
system has had? Not the total number of calls, but the maximum number of
simultaneous calls.
I know I can porobably go through the CDR logs and look for calls which
have overlapped in time, but I'm wondering if there's some counter
somewhere I could access...
(I'm looking for evidence for an ISDN client who
2003 May 06
2
capi + bri ?
Hello,
I have som problems with my BRI/capi setup. I manage to call in to the system (some rows below).
----------------
-- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") in new stack
-- Called s@janm
-- SIP/janm-63f5 is ringing
-- SIP/janm-63f5 is ringing
-- SIP/janm-63f5 is ringing
----------------
But I can't make outgoing calls from
2013 Sep 04
1
[PATCH] drm/nv84-: write fence value on exit, and restore value on init.
Op 04-09-13 05:21, Ben Skeggs schreef:
> On Tue, Sep 3, 2013 at 12:31 AM, Maarten Lankhorst
> <maarten.lankhorst at canonical.com> wrote:
>> This increases the chance slightly that recovery from lockup can happen
>> succesfully.
> I'd *really* love to see proof of this. When channels die, all
> outstanding fences are marked as signalled. This should do
2005 Mar 13
5
possible bug in chan_capi concerning context handling
Hello,
I am trying to configure asterisk 1.0.7pre to get incoming calls from an
ISDN line using an AVM fritz PCI 2.0 with Chan_capi 0.3.5. My problem is
that the context is not recognised in the /etc/asterisk/capi.conf
I have in /etc/asterisk/capi.conf 's section "[interfaces]" the
following directive
context=isdn
and the following directive in /etc/asterisk/extensions.conf in
2014 Sep 16
1
Disabling CDR for all dialed parties in Asterisk 12
Hello,
is it possible to disable the CDR record creation for all dialed parties? From my limited testing it looks like CDR_PROP(disable) is effective only for the first party (the one specified before the first ampersand in the Dial application argument) and I can't find any way to disable it for the other ones (I think the CDR in question is written after the Dial completes). Is it by design?
2004 Jul 01
5
voicemail notification?
Just upgraded to cvs Head this morning and noticed our voicemail
notification (via email) is failing with:
Jul 1 07:48:38 WARNING[1217669936]: app_voicemail.c:837 sendmail:
E-mail addres s missing for mailbox [3000]. E-mail will not be sent.
However, a valid address in voicemail.conf has been working just
fine until now. Sendmail is running, etc.
If I add a "second" email address
2004 Dec 20
2
problems with limma
I try to send this message To Gordon Smyth at smyth at vehi,edu.au but it bounced
back, so here it is to r-help
I am trying to use limma, just downloaded it from CRAN. I use R 2.0.1 on Win XP
see the following:
> library(RODBC)
> chan1 <- odbcConnectExcel("D:/Data/mgc/Chips/Chips4.xls")
> dd <- sqlFetch(chan1,"Raw") # all data 12000
> #
> nzw <-
2004 Apr 16
2
Newbie alert: Cannot get voicemail to answer (have scoured the web for help)
I'm having a bit of a problem here:
I have a * box with a fritz isdn card (running capi 2.0 and chan_capi) and a
x100p card for testing purposes.
As a proof of concept, I wanted to be able to dial into the * using the isdn
line, listen to a message, and enter a 3 digit extension number. If this
happens, I wanted the * box to dial out using the x100p card, into our PBX
(Nortel Meridian).
If
2004 Aug 10
11
CAPI call transfer
Hi,
I am having trouble configuring CAPI so that call transfers work.
I make a SIP call to asterisk which goes out on ISDn via CAPI. Then
I
try to do a transfer from the SIP phone which doesn't work and
results
in the call being disconnected.
The error message given by asterisk is that it chan_capi can't find
an
entry for the outgoing msn for the transfer however the outgoing msn
is the
2004 Jun 28
4
Chan_Capi Down
Hi all,
* was running ... I have a WT405P and an AVM C4 with chan_capi 0.3.4a
Today chan_capi stopped working, without any changings at the system.
It seems, that not * is the reason, because isdn-log also shows no calls.
If I try to call * from outside via capi, I only get a busy.
That is the try from inside to outside:
stern01*CLI>
-- data = @89930:0107901723168212
-- capi
2003 Jun 24
8
excel files and R
Greetings everyone,
I am new at R. My questions is rather basic. Looking R manuals looks
like there should be a way to read MS excel files into R. Could
somebody tell me which library should I use for that?
Thanks in advance
Victor H. Marín
Laboratorio de Modelación Ecológica
Depto. de Ciencias Ecológicas, Fac. de Ciencias,
Universidad de Chile
Casilla 653 Santiago, Chile
2004 May 27
6
CAPI / Channels
hi all,
i have a probably very stupid question/problem.
for testing purpose i am trying to get asterisk running with two isdn
cards. I'd only like to here the demo sound when i call the number - but
nothing works.
The output of show channels is not showing any channel - should there be
4 channels ? - capi info shows my two cards perfectly.
The ISDN Controller's are attached to an PTMP
2005 Jan 04
3
AVM C2 capi.conf ?
Hi,
i will use an AVM C2 controller with asterisk.
How can i use both card ports ?? On the voip-info.org Wiki is only notice
to:
You will need a section for each controller in /etc/asterisk/capi.conf so
the C2 will have 2 sections.
But how is look like this ?
Only on the first port is asterisk assume connections, but nothing on the
second card port. In the dmesg is only the capidrv-1 shown,
2006 Mar 18
1
The R "fork"
Hello, I would like to call a function that can take infinite time to
be executed in some circumstances (which can not be easily detected).
So, I would like that once the function is being executed for more
than two seconds it is stopped. I have found documentation for timers
but i did not found how to "kill" a function. Moreover, I would like
not to change the function code (it should
2010 Aug 02
5
Asterisk and TV media server
Hello,
I would like to know whether there is a way to associate a TV media server
with Asterisk. Is it possible to access TV Chanels in the Telephone Sets.
Anybody have any tips or documents related to this please let me know.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Mar 31
8
Newbie....
I have a question for the group.
To get this running do I need any Digium Cards? I understand I will
need them to connect to the public phone system. I'm looking at just
using IP Phones or IP Softphones just to test this app.
Thanks for any help you could give.
2003 Mar 30
1
(no subject)
it is possible to use musiconhold. i added
exten => s,5,SetMusicOnHold,default
exten => s,7,dial,SIP/michael&SIP/frank|15|m
to the extension conf.
the logfile looks good, i think
-- Called michael
-- Called joern
-- Started music on hold, class 'default', on CAPI[contr1/9999]
-- SIP/192.168.100.150:5060 is ringing
-- Stopped music on hold on CAPI[contr1/9999]
--
2004 Jun 24
5
chan_capi problem - hangup???
Hi,
I installed Asterisk with CAPI support. Everything works fine while
starting Asterisk, but when a call comes in Asterisk hangsup the call
after two times of ringing.
The output is like:
Jun 24 22:19:49 NOTICE[1082178480]: chan_capi.c:1931 capi_handle_msg:
CONNECT_IND ID=002 #0x011d LEN=0048
Controller/PLCI/NCCI = 0x101
CIPValue = 0x10
2009 Jun 02
9
XML::LibXML::Reader
is there anybody who knows how we can get child values using libxml
(Reader class)
def xml_import_to_brands
require''xml''
reader = XML::Reader.file(''c:/brands.xml'')
.
.
.