similar to: cisco 7960 G with *

Displaying 20 results from an estimated 3000 matches similar to: "cisco 7960 G with *"

2003 Sep 11
1
* with cisco 7960G
hi! I've got cisco 7960G working with * box. Calls could be Blind Xfered through the phone but not the supervised transfer( Message on the phone: Transfer failed). Even when I put the caller on hold and resume it later, I can't hear the other side but the otherside can hear me. (It shows as the line is connected though. Yet the respective caller entry blinks.) Any suggestions most
2003 Sep 03
2
IAX2 ports usage
hi all ! we've got IAX2 protocol working between several Asterisk servers. Now we are concerned with doing bandwidth management to maintain an acceptable voice quality. We thought of prioritizing the udp traffic. ( Giving a high priority to those IAX2 udp ports.) I know that IAX2 uses udp/4569. Is there any other traffic/ports that we need to consider for bandwidth shaping w.r.t IAX2.
2003 May 19
1
G.729 warning
hi ! I have asterisk with Licensed G.729 codec enabled. Whenever I make a call using this codec a warning apears as, WARNING[18450]: File dsp.c, Line 1106 (ast_dsp_process): Unable to detect process 256 frames WARNING[18450]: File dsp.c, Line 1106 (ast_dsp_process): Unable to detect process 256 frames WARNING[18450]: File dsp.c, Line 1106 (ast_dsp_process): Unable to detect process 256 frames
2003 Jun 02
1
(no subject)
hi! I wanna do some arithmatic operations (addition and substraction -integer operation) inside extensions.conf. Is there a simple way to do this. If I do yy = ${xx} + 1 // say "xx" is initialized to '0' the resulting "yy" will show "0 + 1" Obiviously not the result I need. Any help !!!!! denzel.
2003 Aug 08
1
Snome-200 with Asterisk
hi We are using snome 200 IP phone with *. It works OK. But after a period of time we can't hear any sounds for any icoming or outgoing calls. I've got two of these phones. Same symptoms occur to both of these( not at the same time ) and the problem remains until the phone is completely rebooted. Don't know whether this's * or Snomes' prob. Any help would be appreciated.
2003 Sep 16
1
calls terminating abnormally
hi! I've got a asterisk system running with around 50 per calls per minute. I've connected * to internal pabx and outside telecom using E1 (ISDN pris). Sometimes calls disconect abnormally. Is this something we have to live with or is it a bug in CVS code ? denzel. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 May 27
1
FAX and Data support in asterisk......?
Hi All, What the support that asterisk has to send/receive Faxes? Can I plug a FAX machine in the a FXS extension and send out Faxes? What's the codec I need to use? g.711? Also can we receive a FAX into a FXS extension in Asterisk PBX? Also I need to know if we can send/receive FSK data from/to an extension plugged into Asterisk PBX? For example if there's a phone model which can send
2006 Jan 30
3
Rails installation fails!
What do I need to do inorder to install rails? - Thx -ND C:\>gem install rails Attempting local installation of ''rails'' ERROR: Error installing gem rails[.gem]: rails requires rake >= 0.6.2 C:\>gem install rails-1.0.0.gem Attempting local installation of ''rails-1.0.0.gem'' ERROR: Error installing gem rails-1.0.0.gem[.gem]: rails requires rake --
2017 Jun 13
2
RFC: Dynamic dominators
Btw, here is another interesting paper about post-dominators and control dependence: https://pdfs.semanticscholar.org/cbb2/9a0e4895025bd9df24f9263217df12f1ed1e.pdf I think a great outcome of your internship would be some precise documentation regarding the guarantees the LLVM dominators give -- possibly also considering classic and weak control dependence and the difference between
2010 May 18
4
[LLVMdev] DEBUG INFO at the bytecode level
Thanks Edwin. I found DebugInfo.cpp may be useful. Could you tell me which function I should call inorder to know the source file name and the line number for a particular instruction? Cheers, Zheng 2010/5/18 Török Edwin <edwintorok at gmail.com>: > On 05/18/2010 01:26 PM, Zheng Wang wrote: >> Hello, >> >> Could I get some debug info at the byte code level? I am
2004 May 31
1
zapras how to
hi! I'm trying to get zapras working in GSM csd network. Whenever a dialup call is initiated from the mobile to the * gateway the following appears in the log and zapras terminates. Phone gives the error dialup not answered. ==> /var/log/messages <== pppd[2310]: Plugin zaptel.so loaded. pppd[2310]: Zaptel Plugin Initialized pppd[2310]: Using zaptel device 'stdin' pppd[2310]:
2007 Jun 22
10
Query
Hi all, Can anybody tell me that wether I should install DIGIUM-TE120P card on redhat9.0 2.4.20-8 or 2.6.18 kernel. I am using kernel 2.6.18 but facing a very serious problem of modutils and iptable. Can anybody help me out. Thanx and Regards sanchal singh
2005 Jan 04
2
Transferring Large Files w/ Rsync - Initial Xfer
Hi All- I am trying to use rsync to synchronize very large files- some are close to 2gb in size. I have copied the files manually to a usb drive and shipped it to the location where the rsync server is running. At the remote location I copied the files to a directory which resides on the rsync server and is being pointed to by the module section rsyncd.conf. The source files have
2007 Jul 15
2
Break during the recursion?
Hi, Is it possible to break using if-condition during the recursive function? Here is a function which almost works. It is for inorder-tree-walk. iotw<-function(v,i,Stack,Indexes) # input: a vector and the first index (1), Stack=c(), Indexes=c(). { print(Indexes) # if (sum(i)==0) break # Doesn't work... if (is.na(v[i])==FALSE & is.null(unlist(v[i]))==FALSE) {Stack=c(i,Stack);
2009 May 08
2
Porting SWFDec to Android
Hi, I am planning to port latest SWFDec to android platform. The plans of mine are after porting it should support playing of youtube videos, I have downloaded the SWFDec package and plugin and installed the things but I am not able to open youtube video on my Mozilla browser. I have gone through the code in one of the files, while creating the decoders only "SWF", "IMAGE"
2010 Aug 05
3
[LLVMdev] a problem when using postDominatorTree
On 08/05/2010 06:46 AM, Wenbin Zhang wrote: > Hi all, > I'm using postDominatorTree to do some program analysis. My code works > well for small tests, but when I run it on real applications, the > following error occurs: > /Inorder PostDominator Tree: DFSNumbers invalid: 0 slow queries. > [1] <<exit node>> {0,21} > [2] %bb1 {1,2} > [2] %bb {3,4} > [2]
2014 Feb 14
2
[LLVMdev] DominatorTree not updated properly after calling the llvm::SplitBlock.
Hi Fellows, I am writing a pass that requires the DominatorTree pass. In the runOnFunction of my own pass, I call llvm::SplitBlock to split a block (%for.end) at it's first insert point. Then, when I dump my dominator tree immediately after, I can see the newly split %for.end.split, but its DFSNumIn and DFSNumOut are not properly updated in llvm::SplitBlock (i.e., still the initialized
2012 Feb 18
3
foreach %do% and %dopar%
Hi everyone, I'm working on a script trying to use foreach %dopar% but without success, so I manage to run the code with foreach %do% and looks like this: The code is part of a MCMC model for projects valuation, returning the most important results (VPN, TIR, EVA, etc.) of the simulation. foreach (simx = NsimT, .combine=cbind, .inorder=FALSE, .verbose=TRUE) %do% { MCPVMPA = MCVAMPA[simx]
2012 Apr 12
2
[LLVMdev] Question::ARM simulation and cross compilation.
Hello, I'm trying to evaluate the performance improvement of instruction scheduling on one of the inorder ARM processor, I was looking for ARM simulator and I found two (Simplescalar/ARM and SimIt-ARM) The code generated using llvm-2.9 and llvm-gcc and gcc 3.2. I used these command : $ llvm-gcc -O3 -o test1.bc -c --emit-llvm test1.c $ llc -O3 -o test1.s -march=arm test1.bc -mcpu=strongarm110
2016 May 15
0
[PATCH] tools/virtio: add inorder option
skips ring accesses but drops out of order support At high level this follows alf design https://github.com/netoptimizer/prototype-kernel/blob/master/kernel/lib/alf_queue.c but on most (single-threaded) benchmarks this seems to be slower than the layout without index use. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- tools/virtio/ringtest/virtio_ring_0_9.c | 49