similar to: Need help connecting Alcatel 4400 PBX to Asterisk

Displaying 20 results from an estimated 400 matches similar to: "Need help connecting Alcatel 4400 PBX to Asterisk"

2012 Sep 10
1
E-mail # 2 / attachments matrix test cases
HI Sridhar, Try this: #I saved the file as .csv. ?testMaster<-read.csv("test1Master.csv") ?test2Sorted<-read.csv("test2Sorted.csv") testMaster1<-testMaster[order(testMaster[,1]),] test2Sorted1<-test2Sorted[order(test2Sorted[,1]),] Combinedat<-as.matrix(merge(testMaster1,test2Sorted1,by="X")) ?rownames(Combinedat)<-Combinedat[,1]
2006 Jun 27
3
problem
Dear friends, i while working on ruby on rails ... i have created form and it shows , SHOW, DELETES EDIt but when i click on that it is howing error "Couldn''t find TblAdgroup without an ID".. pls help me out shweta -- Posted via http://www.ruby-forum.com/.
2006 Jun 26
9
table name
hello freinds... I m very new to ruby on rails and i m facing a problem... whenever i add Scaffold table and try running in that broser it shos error that the particular tbale doesnot exist.... also it changes the name of the table , for eg.table names Recipe gets changed to Recipes and in order to get ountput i need to change the name of the table TO Recipies........is there any reason to
2014 Oct 12
5
Help with xapian
Hi, I am unable to build the letor module. I am generating the configure file using autoconf. The configure file generated is throwing the error ./configure: line 2057: syntax error near unexpected token `1.10.1' ./configure: line 2057: `AM_INIT_AUTOMAKE(1.10.1 -Wportability tar-ustar)` I am not too sure what to do with this. Need help with this. Thank You Regards Karthik On Mon, Sep 29,
2007 May 25
0
Asterisk to Alcatel 4400 via PRI: analog extensions work - digital do not
Hi, I followed the how-to from http://www.alcatelunleashed.com/viewtopic.php?f=44&t=840 All works fine except for Asterisk->Alcatel calls. Actually, calls from Asterisk to analog extensions on the Alcatel work. However, calls from Aserisk to digital extensions on the Alcatel 4400 do NOT work. I get this error in the Asterisk log: -- Executing Dial("SIP/4053-0823dd48",
2005 Jul 01
0
Asterisk and Alcatel 4400
Hi there! I wan't to connect my * to an Alcatel 4400. Does anybody have some experiences with that? I have the problem that I can dial in to *, but not *->A4400 . :-( Thx Marc
2009 Feb 16
3
Finishing up the contributors list as well
Guys, OK, now that we have the new core contributors squared away, we can go back to finishing the contributors list. There were some people who got added and then there is existing contributors list. I think Darren''s suggestion to wait to add new core contributors is fine (let the new constitution settle down and we can in the meanwhile have a more inclusive look at both rather than
2006 Apr 05
2
legacy Alcatel 4200/4400 and Asterisk (QSIG/PRI) and callerid
Hello, I have connected asterisk box with legacy PBX Alcatel OmniPCX 4400 (and also another * box connected to A4200). These PBXes have function to assign name to extensions and display it on phone. Asterisk box is connected via PRI with euroISDN signalling (also I have tried QSIG). Is it possible to set callerid with name and display it on alcatel digital phones? With command SetCALLERID
2014 Feb 26
2
GSoC 2014
The Letor project involves descent amount of Machine Learning while all the ranking related projects are around IR. Its better to introduce your idea on mailing list where all the mentors can have a detailed look at it, potential mentors can respond and the idea is kind of registered under your name. Cheers, Parth. On Wed, Feb 26, 2014 at 10:20 AM, Olly Betts <olly at survex.com> wrote:
2002 Feb 19
0
Samba on 2.8 solaris with Win 2000
I need to mount the unix file system to Windows. Installed samba and made changes to config file smb.config There's a problem when I map the drive. Its gives me a err msg " Incorrect password or unknown user name for IPAddress\workgroup" The config file # workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4 workgroup = JPROBE30 # homedir = NT - Mapped drive, eg:%H
2008 Oct 14
1
[LLVMdev] Help needed with Hello World Pass
I have just started using llvn and I am running in the following error when trying to run Hello World Pass in the llvm documentation. opt: /usr/local/llvm/src/lib/VMCore/Pass.cpp:158: void <unnamed>::PassRegistrar::RegisterPass(llvm::PassInfo&): Assertion `Inserted && "Pass registered multiple times!"' failed. The problem gets resolved if the Hello.so library is
2009 Mar 02
1
[LLVMdev] LLVMdev Digest, Vol 53, Issue 72
Hello All, I am currently working on a project which requires me to generate a .bc file for given .c file and open the .bc file to identify various functions and the caller callee relationship amongst them. The end goal is to generate a type of callgraph for all the functions present in the original C code. I am quite new to llvm and will really appreciate if I can be provided some pointers. I am
2009 Mar 04
1
[LLVMdev] callgraph utility with opt
Hello All, I wanted to know how to use -callgraph option provided with opt. I have been using a -print-callgraph for generating a CG but I don't want the o/p to go to a dot file. Is it required to build a pass using CallGraph.cpp or we can directly use the option with a .bc file. Thanks SHWETA -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 15
2
Asterisk Integration with ALCATEL 4400
Does anyone have any input into integrating asterisk with a alcatel 4400 PBX. Acording to what i've found is that Alcatel uses R2 for E1 -- regards Vikram (http://www.vicramresearch.com)
2014 Feb 25
2
GSoC 2014
Hi, I am C Karthik Iyer, a 3rd year B Tech student at NITK Surathkal. I am interested in working on projects on Information Retrieval and Machine Learning. I've had previous experience on working on projects regarding Question Answering Systems. I have a project idea which includes both IR and ML but i dont know how feasible the idea is. Could you guys say when will you be available
2012 Sep 10
1
R- merging two matrix
Hi, I have two matrices. (same size, same number of rows, same names for the rows - one has data in sorted order, another one master data in unsorted order. I need to combine both). Rows names of Matrix A P, Q, R, S, T, U, V ....... (some order) - each row has 4 values Row names of Matrix B (same as B, but in a different (sorted) order) Q, P, T, U, V, ....... (same names, but
2009 Nov 16
1
[LLVMdev] CFG using LLVM
I used successors to find the basic blocks that can be visited and those that cannot be reached. My pass just prints out those blocks which can be reached. The problem is that I want to include this in my compiler code rather than as a separate .cpp file which will perform the pass when I use 'opt'. I have seen that there is something called a PassManager class. Will this help me any way ?
2006 Nov 27
5
Trunk Alcatel - Ring problem and call disconnection
Hi guys, Recentlly i did a asterisk gateway and use it with an alcatel pabx. All is working, i have only two problems. 1. When call incomming to asterisk, it forward to digium card to PABX Alcatel. The user that start the call can't hear the control tone of ring ring ring. Tha calls stay without sound until the called part answer the call. At this point, conversation follow normaly. 2. When
2008 Oct 28
1
Source code for ppr (Projection Pursuit Regression)
Dear R users, I am looking for the source code of the implementation of ppr (Projection Pursuit Regression) in R. It will be great if citations of the source papers on which the implementation is based, are also provided. Thank you, Arvind Iyer, Grad student, Deptt. of Biomedical Engineering Viterbi School of Engineering University of Southern California, Los Angeles [[alternative HTML
2014 Sep 29
2
Help with xapian
Hi, I have started getting a hang of the xapian codebase. I think I would like to try my hands on the letor module of xapian. Could you please suggest some free data set for the training and testing of letor features. I am not able to get the INEX data set from anywhere (the one mentioned by parth gupta in his GSOC 2011 projecct. Regards Karthik On Mon, Sep 22, 2014 at 4:23 PM, Olly Betts