Displaying 6 results from an estimated 6 matches for "cvvvvv".
Did you mean:
vvvvv
2014 Aug 18
1
Error opening file for reading: Permission denied
Asterisk 12.4
I am seeing message "Error opening file for reading: Permission denied"
several times during the asterisk startup (asterisk -cvvvvv) but it
doesn't say which file. Is there a way to find out which file is having
trouble?
--
Mitch
2011 Nov 11
2
10.0.0-rc1: dahdi doesn't see card
From asterisk -cvvvvv
== Parsing '/etc/asterisk/chan_dahdi.conf': == Found
== Parsing '/etc/asterisk/users.conf': == Found
-- Automatically generated pseudo channel
[Nov 11 17:43:28] WARNING[5756]: chan_dahdi.c:18155 process_dahdi:
Ignoring any changes to 'userbase' (on reload) a...
2008 Oct 19
4
Asterisk Problem
....pid winbindd
console haldaemon.pid mdadm netreport rpc.statd.pid spamassassin tog-pegasus xfs.pid
crond.pid httpd.pid mdmpd nscd saslauthd sshd.pid usb xinetd.pid
[root at localhost run]#
[root at localhost run]# asterisk -cvvvvv
Unable to open pid file '/var/run/asterisk/asterisk.pid': No such file or directory
Unable to bind socket to /var/run/asterisk/asterisk.ctl: No such file or directory
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
Asteris...
2010 Sep 10
2
[xts, quantmod] segfault probelm when I work with memcpy function
...18777000 262.92
2010-09-09 265.04 266.52 262.92 263.07 15642700 263.07
>
> q()
Save workspace image? [y/n/c]: y
[danice at entropy ~]$
It's looks, that xts data in mamory looks like this (Open=o,High=h,Low=l etc):
ooooo(...)ohhhhh(...)hlllll(...)lccccc(...)cvvvvv(...)vaaaaa(...)a
So if I want to read Open price I need to read this array (from C
code) from x[0] to x[nrow(x)-1] where x is the pointer do AAPL.
I have to test functions - one based on memcpy and second based on for loop:
#include <R.h>
#include <Rinternals.h>
SEXP open(SEXP x)...
2004 Sep 22
1
(euro)ISDN: complete silence / can't hear a word.
...t 6
HiSax: DSS1 Rev. 2.32.2.3
HiSax: 2 channels added
HiSax: MAX_WAITING_CALLS added
Asterisk's modem.conf
driver=i4l
group=1
msn=(my first number)
incomingmsn=(my other numbers)
outgoingmsn=0
device => /dev/ttyI0
device => /dev/ttyI1
;features=dtmf,noquelch
;features=dtmf
Asterisk -cvvvvv shows:
Asterisk Ready.
*CLI> == Starting Modem[i4l]/ttyI0 at IN-isdn,(my msn),1 failed so falling
back to exten 's'
== Starting Modem[i4l]/ttyI0 at IN-isdn,s,1 still failed so falling back
to context 'default'
-- Executing Wait("Modem[i4l]/ttyI0", "1")...
2003 Aug 31
4
Newbie - setup help
Hi,
I'm trying to setup Asterisk on a Linux (redhat 8) machine.
There are no analogue phones to be used & use is purely for internet traffic
(SIPs).
I've followed the setup guide from :
http://www.automated.it/guidetoasterisk.htm
But cannot get asterisk to run.
If I type asterisk at the command prompt I get invalid instruction
If I type ./asterisk start I get [FAILED]
Can