similar to: Need help getting started with asterisk

Displaying 20 results from an estimated 2000 matches similar to: "Need help getting started with asterisk"

2006 Dec 19
1
Is logic right?
OK. My basic asterisk install seems to be working. I can get caller ID. My dialplan says: [incoming] ; incoming calls from the FXO port are directed to this context from zapata.conf exten => s/9185415897,1,Set(CALLERID(name)=Michael Sullivan) exten => s/9185415897,1,HANGUP(1) exten => s,1,Set(CALLERID(name)=Someone Else) This is for testing. It's supposed to check the caller ID
2012 Mar 13
7
ROC Analysis
Hi everybody, I have a data set with a value and a status (positive or negative case) and I want make a ROC Analysis. So, with ROCR Package, I have got the ROC curve (True Positive Fraction [tpf] according 1-True Negative Fraction [1-tnf]). http://r.789695.n4.nabble.com/file/n4469203/01.png But, now I want a new graphic which show the sum of true positive fraction and true negative fraction
2006 Apr 13
3
editor for Ubuntu
Hello, I am new on Ubuntu. I would like to use R, but I tried Kate and Scite. The first one keeps trying to use KDE applications,while the other does not understand the language. I have searched for another editor for hours, in vain. Which editor should work with Ubuntu? I am looking forward to your answer, thanks, Camille
2004 Sep 27
1
multinom object :way of plotting??
Dear all, I'm fitting a multinom function to my dataset (multinom(outcome~age+K+D)) and I need to present my results on a poster. Does someone know a nice way of doing that? I think I saw in an archive that you cannot plot a multinom.object, is it true? Thank you by advance for your help, Cheers Camille
2009 Jun 05
0
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello, I'm not an LLVM expert, but I think you can build a Cocoa/LLVM project by using the LLVM's libraries and headers the same way you did with any other third party library. In fact, that's what the clang Xcode project does. It does not use any makefile. In short: - Add the llvm/include folder in you header search path (in the project's build settings). To add
2009 Jun 05
2
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello, I am trying to compile a project I am writing with Xcode that will use LLVM libraries to generate code executed with the JIT. I would be curious to learn how you deal with LLVM header files, libraries, makefiles and Cocoa application projects. My candid understanding is that LLVM projects need to be built with LLVM makefiles (hence the previous message I sent about LLVM Projects). I am
2007 Apr 19
6
ZT_CHANCONFIG failed on channel 1: No such device or address
I have had a TDM400 with 2 FXO and 2 FXS working for ages (>12 months). It has stopped working. All four green lights are still lit. I have rebuilt zaptel and asterisk and restarted but the problem persists. /sbin/ztcfg -vvvv Zaptel Configuration ====================== Channel map: Channel 01: FXO Kewlstart (Default) (Slaves: 01) Channel 02: FXO Kewlstart (Default) (Slaves: 02) Channel 03:
2010 Feb 20
1
Advanced use of to_xml and to_json
Hello, I''m working on a Rails app which has a REST API. I manage two formats JSON and XML. Very often to simplify the use if the API, I''m making includes. But when you add params to to_json and to_xml like :only, :except, it''s not only applied on the root object but on all the objects included. Do you know libs or methods to answer to these different problems: * Tell
2012 Jan 29
1
Help joincount.test
Hello, I'm trying to analyse the spatial organization of different fields planted with different varieties (each field has only one variety), but I have problems trying to understand the results of the test I did. To do this, I created different neighbourhood matrix. For example, for the first matrix, fields are considered as neighbours if they are distant from 0 to 1000 meters from each
2006 Nov 22
5
TE110P and TDM400P
Hello all. I have here a TE110P (configured as E1) and a TDM400P (with four X100P - FXS). Both boards are recognized by the operating system as showed above: 0000:08:00.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface Subsystem: Unknown device b1d9:0003 Flags: bus master, medium devsel, latency 64, IRQ 169 I/O ports at e800 [size=256]
2009 Jun 01
2
[LLVMdev] Questions about LLVM
Dear list, I am learning LLVM and would like to add JIT support to the F-Script language. F-Script is a Smalltalk like scripting language that lives in the Objective-C runtime. It is written by Philippe Mougin. The goal is for me to become more familiar with LLVM, and learn about the conclusions we can draw in terms performance improvements (or degradation !), possible optimizations, etc. So
2007 Jun 18
9
chan problem
Hello everybody! I have some problems with my Astersk. I have an analogical OpenVox card and A Billion ISDN card (with mISDN). I load the modules with modprobe zaptel and modprobe wctdm. When I run ztcfg -vv I have this: Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. ZT_CHANCONFIG failed on channel 1: No
2005 May 18
4
KPPP: why root?
Hi All, I'm wondering about something that seems a bit odd. I've setup a CentOS 4 box for a client that is "still" using dial-up and to activate the connection appears to require root privileges. Why is this? The reason Linux was loaded on this box was to provide a very functional box that could be easily locked down so when the cat was away the mice couldn't play,
2005 Jan 16
2
TDM400 lost after reboot
Hi My card is working, but when I reboot the machine, most of the times it is not working, I get "ztcfg: ZT_CHANCONFIG failed on channel 1: No such device or address (6)" To make it work again I have to shut down, remove the card, reboot so kudzu will remove the config. shut down again, put the card back in, reboot, now kudzu see it, I choose "Ignore" and then it's
2007 Dec 23
3
OpenVox A800P01 and ZT_CHANCONFIG failed
Hi i've got an openvox a800p01 with 1 FXO and 4 FSX i've done the following: - downloaded zaptel-1.4.7.1 > >> - downloaded the file opvxa1200.c > >> - copied in zaptel-1.4.7.1/ > >> - edited makefile adding opvxa1200 in the modules and the voice > >> opvxa1200.o : zaptel.h wctdm.h > >> - edited zaptel.sysconfig adding MODULES="$MODULES
2010 Jul 21
3
Problem with invoking R from the command line (Windows Vista)
Dear all I am running in a problem when trying to run R from Windows command line. I am runnning Windows Vista, R-2.10.1. I have a script I would like to run remotely from another program. As it did not work, I thought I would test the script from the Windows command line which highlighted a problem. When I open the command line and type R at the prompt (or any other variant (R CMD BATCH,
2005 Jun 04
4
X100P installed OK, after added TDM400P Asterisk would no longer start
Hello I setup Asterisk@Home with purely VoIP and it worked fine. I then added an X100P card so I could call out / take inbound calls via PSTN and that went fine. But I have just added a TDM400P card (specifically a TDM30B) and now problems. Here is some of the output. Any ideas on what I should be looking at next? When I run genzaptelconf -s -d I get lots of erors on screen - bit I can
2005 May 01
1
zaptel.conf multiple devices
Hi there my zaptel hardware is giving errors while loading but they seem to load just fine. the lights wil work and my wctdm card is also workin and the isdn works to But when I stop asterisk I have to reload al cards again is this normal? This is my zaptel.conf is there no way to group these because my te110p is giving an error that it can't find channel 35 but 35 belongs to my wctdm.
2001 Feb 25
4
anyone know if its possible to get s35explorer running uder wine
tried to get the above program running (its a phone managment program for the siemens mobile phones) but it always brings up the error cannot open COM port.I can send AT commands to the phone via the terminal in KPPP. Martin Warby
2005 Aug 13
3
TDM400P Card (Rev G) with bad FXS module?
I think I have a bad FXS module on my TDM400P. Channel map: >> >> Channel 01: FXO Kewlstart (Default) (Slaves: 01) >> Channel 02: FXS Kewlstart (Default) (Slaves: 02) >> >> 2 channels configured. >> ZT_CHANCONFIG failed on channel 1: No such device or address (6) The zaptel loads ok, but the wctdm reports No such device or address and stays loaded. The