Displaying 20 results from an estimated 1000 matches similar to: "zap show channels - no such command"
2004 Aug 29
2
zaptel configuration
Hi,
I've been trying to get my zaptel x100p cards working for the past
week now. this is what I've done:
installed asterisk:
make clean
make linux 26 (for fedora core 2)
make install
installed zaptel:
make clean
make
make install
did a modprobe zaptel, and wcfxo
got this in /var/log/messages:
PCI: found IRQ 11 for device 0000:00:0f.0
wcfxo: daa mode is 'FCC'
found a
2004 Sep 02
3
digitnetworks card issues?
Hi,
I've purchased two x100p clones, and when I try accessing a line
from asterisk with something like this:
exten => _1NXXNXXXXXX,1,Dial(Zap/2/{$EXTEN})
(is that only supposed to put you on channel 2 or actually dial the #
for you?)
but I first hear noise, then a dial tone, but as soon as I start dialing
numbers I get feedback and noise, and the call doesn't go through.
Any
2004 Aug 20
1
x100p won't answer
Hi,
I just got two digium x100p clones and installed asterisk on fedora
core 2 which took some tweaking. After getting asterisk up I installed
the zaptel stuff - then modprobed zaptel, wcfxs (for the fxo cards),
which worked fine. ztcfg is showing two channels configured, but when I
start asterisk and do show channels, i see no active channels.
zapata.conf has:
signalling = fxs_ks
2004 Aug 21
3
zaptel config
Hi,
Sorry, in my last mail I wrote "wcfxs" instead of what I actually used, "wcfxo." I just got two digium x100p clones and installed asterisk on fedora
core 2 which took some tweaking. After getting asterisk up I installed
the zaptel stuff - then modprobed zaptel, wcfxo,
which worked fine. ztcfg is showing two channels configured, but when I
start asterisk and
2004 Sep 01
1
international caller id support
Hi,
I was wondering if anyone knows where i can find out the standards
used by telco's in different countries... and how to configure asterisk
to support them. Secondly, whenever i try Dialing a zap channel, all i
get is no sound on the phone source, and noise on the destination line.
thanks
Imran
2004 Sep 02
1
no dial tone when dialing out on vonage
Hi,
I'm trying to dial out on a vonage line connected to a zap channel
using stuff like:
exten => 200,1,Dial(Zap/2/${EXTEN})
but it doesn't work - when i dial in the extension, i can see on a phone
connected to the same line that it's gone active - but there's no
dialtone. also tried adding a wait period before accessing the line and
exten =>
2013 Oct 27
1
dunnett test questions
Hi,
I've got a data set with a control group and a number of experimental
groups, that have unequal sample sizes, and am measuring the number of
people in each that respond yes or no. I'd like to use a dunnett test in
R, where the syntax is supposed to be like:
library(multcomp)
test.dunnett=glht(anova_results,linfct=mcp(method="Dunnett"))
confint(test.dunnett)
2004 Aug 23
1
zaptel installation
Hi,
the problems i previously had with "zap show channels" seems to be
from an incorrect zaptel installation which is why I don't have a
chan_zap.so file. I compile and do a "make clean, make, make install"
of zaptel and do my modprobe's, and I was told to reinstall asterisk
after that. I do so however, but it makes no difference. any hints?
thanks
Imran
2004 Sep 02
1
voicemail email problem
Hi,
I just setup two voicemail boxes - but after they record the wav
file, they don't seem to email it even though i have the correct format
in my voicemail.conf file. Aterisk doesn't give me any feedback
besides the recording of the voip file... and then stays there.
Secondly, I can't get the Playback() function to work.
Thanks,
Imran
2012 Jul 31
2
Remove a complete row as per the Range in a Matrix
Hi,
Here i have a Matrix
MyMatrix <-
Name Age
--------- -------
ANTONY 27
IMRAN 30
RAJ 22
NAHAS 32
GEO 42
and here i have an array with Minimum and Maximum values.
MinMaxArray <- data.frame(MIN = 25,MAX=35)
MIN MAX
------ --------
25 35
2015 Sep 17
1
[PATCH v2 1/1] extlinux: fix memory leak
On Fri, Sep 11, 2015 at 10:12 AM, Paulo Alcantara via Syslinux
<syslinux at zytor.com> wrote:
> On Thu, 10 Sep 2015 10:55:04 +0300
> Imran Zaman via Syslinux <syslinux at zytor.com> wrote:
>
>> devname is put on heap for all cases to avoid memory
>> leak, and ease of use in future as well
>>
>> Signed-off-by: Imran Zaman <imran.zaman at intel.com>
2015 Sep 10
2
[PATCH v2 1/1] extlinux: fix memory leak
devname is put on heap for all cases to avoid memory
leak, and ease of use in future as well
Signed-off-by: Imran Zaman <imran.zaman at intel.com>
---
extlinux/main.c | 44 ++++++++++++++++++++++++++++++--------------
1 file changed, 30 insertions(+), 14 deletions(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index 55a1495..b7cdf92 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@
2015 Sep 09
1
[PATCH v1 1/1] extlinux: fix file descriptors leak
file descriptors are closed when not in use
Signed-off-by: Imran Zaman <imran.zaman at intel.com>
---
extlinux/main.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index 09740bd..55a1495 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -580,6 +580,7 @@ int ext2_fat_install_file(const char *path, int devfd, struct
2004 Dec 21
3
Problems installing Zaptel
Hi,
I am new to asterisk.
I have downloaded Asterisk and Zaptel from the cvs root.
I am installing them on Mepis with linux-2.6.7
Whenever I try to do "make" in the zaptel directory, I get the following
errors.
make -C /lib/modules/`uname -r` /build SUBDIRS=/usr/src/zaptel modules
make[1]: Entering directory `/usr/src/linux-2.6.7`
make[1]: *** No rule to make target
2015 Sep 09
1
[PATCH v1 1/1] extlinux: fix memory leak
devname is put on heap for all cases to avoid memory
leak, and ease of use in future as well
Signed-off-by: Imran Zaman <imran.zaman at intel.com>
---
extlinux/main.c | 48 ++++++++++++++++++++++++++++++++----------------
1 file changed, 32 insertions(+), 16 deletions(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index 55a1495..7bb7443 100644
--- a/extlinux/main.c
+++
2003 Dec 11
1
users migration from Linux to W2K
Hi All,
We are migrating users from Linux (Mandrake 9.0) and Novel NetWare 6.0 to
Windows 2000 Active Directory. We have migrated successfully user from Novel
Netware to Windows 2000 but facing problem in Linux Users. Do you know any
utility which can help us out? So, we can move users IDs and password to
Windows 2000 active Directory instead of manually creating more 900 users in
W2K AD.
Thanks
2004 Nov 11
2
most stable sata raid cards for centos
Hi,
What are the most stable sata raid cards for centos.
Looking at sata raid1 setup.
Kind Regards,
Imran
*************************************
This electronic transmission is strictly confidential and intended solely
for the addressee.
If you are not the intended addressee, you must not disclose, copy or take
any action in reliance of this transmission.
*************************************
2004 Dec 31
2
FC2 & ztcfg - cannot find channel 2
When I try to start up zaptel, whilst running ztcfg, I get the following
error:
Jan 1 10:48:18 bu ztcfg: ZT_CHANCONFIG failed on channel 2: No such device or address (6)
My /etc/zaptel.conf is:
fxsks=1
fxoks=2
loadzone = au
defaultzone=au
Channel 1 is a X101P card connected to the PSTN and channel 2 is a S100U
box driving an analogue phone.
The zaptel kernel module gets loaded OK as does the
2006 Nov 24
1
Server Configuration for E1's
Dear Users,
I am fairly new to Digium and Asterisk. I wanted to know that if I use the
Digium product THREE Digium Wildcard TE412Ps? (Quad E1 Card) how many calls
can I handle simultaneously.
I want to use the cards with the following Configurations:
Intel? Xeon? 3.00GHz/800MHz, 2M Processor
1GB PC2-3200 DDR2 SDRAM (2x512MB + 2X1GB) memory
Integrated Dual Channel Ultra320 SCSI Adapter
NC7781
2004 Apr 26
8
Intel 537ep
Owias,
The 537 is, for the most part, a drop-in replacement for the Digium card. Please search the archive and the Wiki, as there have recently been several discussions about this exact subject.
To my knowledge that is about the only modem that works, but keep in mind it is _not_ supported. That being said, follow the instructions on Digium's site for installing the X100P and you should be