similar to: asterisk -rx 'commands'

Displaying 20 results from an estimated 9000 matches similar to: "asterisk -rx 'commands'"

2008 Aug 16
4
Dealing with NaN's in data frames
I am looking for the most efficient way to replace all occurrences of NaN in a data frame with NA. I can do this with a double loop, but it seems that there should be a higher level and more efficient way. With is.na, I could use ifelse, but if.nan seems not to have similar capabilities. TIA, Jon Peck Jon K. Peck jkpeck@aya.yale.edu [[alternative HTML version deleted]]
2005 Jun 17
2
PLEASE HELP X100P no responding
[root@server ~]# modprobe zaptel [root@server ~]# modprobe wcfxo ZT_CHANCONFIG failed on channel 1: No such device or address (6) FATAL: Error running install command for wcfxo [root@server ~]# ztcfg -vvv Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. ZT_CHANCONFIG failed on channel 1: No such device or address
2005 May 17
2
Ubuntu Migration
I've just migrated Asterisk from my old Gentoo system to an Ubuntu system, copied across all the /etc/asterisk files and now it fails to work. After brief looks, I find that it can't access: /var/log/asterisk/messages /var/run/asterisk.ctl /var/run/asterisk.pid So I touched these files, and chown/chgrp'd then to user/group asterisk/asterisk. Now, when I run asterisk through
2005 May 24
1
Digium Wildcard X100P Error
Sorry about last posting, typo... I just added 2 Digium X100P cards. When my * box boots, it found them and configured them. When I enter genzaptelconf, it comes back with the following error: line 13: Unable to open master device '/dev/zap/ctl' Unloading zaptel hardware drivers: Removing zaptel module: rmmod: module zaptel is not loaded
2010 Oct 22
2
[LLVMdev] [PATCH] Configurable machine type in ELFObjectWriter
I've been working on ELF object support for the MicroBlaze backend and found that ELFObjectWriter assumes the x86/x86-64 architecture. Attached is a patch that makes the 16-bit e_machine value in the ELF header configurable by the target backend. Right now the target backend simply passes the 16-bit value that it would like to use in the ELF header. I have considered a second approach where
2005 Oct 06
4
Asterisk PBX in Debian
Hi everyone. I've installed Asterisk PBX using apt packages, but i don't have actually any Digium card, so i want to use ztdummy. I've tried to modify the Makefiles in the debian source package, i don't get any error, but still the ztdummy module doesn't get compiled. Does anybody has idea how to get the ztdummy module using the debian package system? Thanks for your help.
2009 Feb 28
1
Cannot install some packages (PR#13559)
Full_Name: Robert Peck Version: 2.8.1 OS: XP Home Submission from: (NULL) (71.168.114.196) There are some packages that I cannot install on my PC. Example: LearnBayes The following output is sent back: > utils:::menuInstallPkgs() trying URL 'http://www.ibiblio.org/pub/languages/R/CRAN/bin/windows/contrib/2.8/LearnBayes_2.0.zip' Content type 'application/zip' length 379068
2010 May 05
1
member server, doesn't show full browse list
Hello, I don't know how to put this on words, so maybe an example is better: On a PDC: zoolook at venkman:~$ smbclient -L localhost -U% Domain=[BENSA] OS=[Unix] Server=[Samba 3.4.7] Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers IPC$ IPC IPC Service (venkman server (Samba,
2005 Oct 07
3
TDM02B card difficulties
Hi all, I just installed an TDM02B. My system is a dell pc with linux 2.6.12-1.1456_FC4 asterisk-1.2.0-beta1 zaptel-1.2.0-beta1 libpri-1.2.0-beta1 in /etc/zaptel.conf I have (all others are default): fxsks=3-4 <--- I saw light in the ports channels=1-2 <--- change it to 3-4 has same result but... [root@nmsd0 asterisk]# /etc/rc.d/init.d/zaptel
2010 Feb 26
2
[LLVMdev] VIM mode line comments
Is it kosher to include vim mode line comments inside of LLVM source files? I would like to do this inside of the MicroBlaze backend to ensure that tabs are expanded into exactly two spaces. I see that right now the following files have these vim mode line comments: include/llvm/ADT/SetVector.h lib/Archive/ArchiveInternals.h lib/Linker/LinkModules.cpp lib/Transforms/IPO/DeadTypeElimination.cpp
2002 Jun 15
3
refman.pdf - bookmarks & links broken (PR#1677)
Full_Name: Michael Peck Version: 1.5.0 (12 Jun patch) OS: win2k + sp2 Submission from: (NULL) (65.113.251.175) Bookmarks from table of contents as well as links in text and index do not work. Using Acrobat Reader 5.0.5 9/24/01. [Same behavior was noted in Acrobat reader 4.0, so I downloaded the most recent version]. OS is Win 2k, R was installed from SetupRpatched.exe dated 12 June 02. This
2005 Oct 11
2
error message when accessing voicemail
If anyone could tell me what this error is all about, I would be very grateful. Oct 12 01:42:53 WARNING[2724]: app.c:1109 ast_lock_path: Failed to lock path '/var/spool/asterisk/voicemail/default/5933/INBOX': Operation not permitted Oct 12 01:42:53 WARNING[2724]: app.c:1109 ast_lock_path: Failed to lock path '/var/spool/asterisk/voicemail/default/5933/Old': Operation not
2005 Jul 12
2
monitor using incorrect path
Hello, I have been noticing the following behaviour with the monitor command.. Normally it records to the default location and then uses soxmix to create the correct wav file. But for some reason sometimes it doesn't use /var/spool/asterisk/monitor/.. but //var/spool/asterisk/monitor/.. (notice the 2 // in front!) Here is some logging: monitor executing ( nice -n 19 soxmix
2005 Oct 10
2
Beronet app_saynumber-beta-rc1
Hi list! Do anybody has success histories about using the Beronet app_saynumber application? For those that are hearing about for the first time, it?s a piece of software that enables the use of another language in say_number commands in asterisk dialplan or AGI scripts. Link to download: http://www.beronet.com/download/app_saynumber-beta-rc1.tar.gz I?m trying to compile it in
2005 Jul 04
5
#include not working with *1.0.9
We are running * V1.0.9 on a demo box. We have set up everything in our dialplan and we have a directory where we store individual extension settings. That directory is called "extensions-phones.d" and it contains a number of .conf files. In my extensions.conf file I have put a #include "extensions-phones.d/*.conf" in my [globals] context If we reload and restart *, and
2006 Mar 02
3
Child PID's
All, I'm not sure how to word this question but we're noticing a lot of our asterisk boxes no longer have multiple asterisk child processes. i.e. doing a 'ps ax' reveals only 1 asterisk PID when normally I'm used to seeing 8+ .. There is no rhyme or reason to it, and we're using the safe_asterisk script which has always worked in the past. Ast 1.2.4, zap 1.2.4, naturally..
2005 Aug 02
2
How to let ZAPHFC work with and act on different incoming MSNs?
Hi all, I'm struggling some time now with this problem. Googling and searching on this topic did not deliver the answer yet, so my last hope is this list. Analogue to the things which are possible with modem.conf, where I can configure the MSN's to act on, I would like to have similar functionality. This is the idea: I have 1 ISDN line, it can be reached by 4 different MSN's. I have
2005 Sep 23
10
Problem setting up TDM22B card
Hi All, I have the problem setting up TDM22B card. Steps what I have followed are: [1] compiled zaptel-1.0.9.2 & installed the same. [2] modprobe wcfxo /lib/modules/2.4.20-8/misc/wcfxo.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
2006 Jan 08
2
Zaptel make install error
/bin/sh: -c: line 0: syntax error near unexpected token `;' /bin/sh: -c: line 0: `if [ -n "" ]; then if [ -f ]; then mv -f .bak ; fi; cat .bak | grep -v "alias char-major-250" | grep -v "post-install torisa /sbin/ztcfg" | grep -v "post-install wcfxsusb /sbin/ztcfg" | grep -v "alias wctdm" | grep -v "post-install wctdm
2010 Nov 17
2
[LLVMdev] LLVM build failure when using CMake
Recently I have been getting a build failure while trying to link lli when performing a cmake based build. The failure is: Undefined symbols: "_LLVMLinkInMCJIT", referenced from: (anonymous namespace)::ForceMCJITLinking::ForceMCJITLinking()in lli.cpp.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [bin/lli] Error 1 I have fixed this with the