similar to: ZAP problem

Displaying 20 results from an estimated 1000 matches similar to: "ZAP problem"

2006 Dec 10
5
TDM2400
I have one TDM2404E digium card on asterisk box, after configuring the zaptel and zapata configuration files, I am getting these errors when reloading asterisk: ast_unregister_indication_country: Removed default indication country 'us' setup_zap: Ignoring signalling setup_zap: Ignoring answeronpolarityswitch unable to recognize channel 13-5 what is the reason for that? Thanks,
2005 May 25
6
new cisco ip video phone?
Hi, Just finished watching the season finale of '24' the TV series. Throughout the series they have been showcasing Cisco hardware especially Cisco IP phones (7970's). On the last episode or two they showed what seemed to me a new cisco IP video phone. It stands just as a 12" lcd screen with the cisco branding/logo and letters just as the 79xx series. I wonder if this is a
2014 Apr 30
2
Problem with Renaming R object
Hi, I have a problem in renaming R object and saving them within a loop. For ex: for (i in 1:length(all_files)) { uncov_GR <- "variable created in loop" filename <- paste0(sample_name[[i]],"_uncov", ".Rdata")) save(uncov_GR,file=filename) } Within the above short code (out of a long program), I want to
2011 Jun 25
2
Howto Backup Domain Controller (BDC) for the Primary Domain Controller (PDC) in Centos Openldap+samba 3.3 Please send to...
Dear All, Please help me in this regards, Howto Backup Domain Controller (BDC) or Secondary domain controller for the Primary Domain Controller (PDC) in Centos 5.6 Openldap+samba 3.3 Please give the step by step. Regards kamal
2010 Jun 11
3
how to "Disable Samba Roaming profile"
Hey all, please let's me know how to "Disable Samba Roaming profile" In OpenLDAP+SAMBA SERVER Regards Kamal
2007 Dec 05
7
Better RESTful routes with fb_sig_request_method
With the new fb_sig_request_method provided by Facebook, I''ve patched shanev''s pseudo-resource routes to generate restful routes, minus some exceptions. The announcement: http://www.facebook.com/developers/message.php#msg_126 Patch is submitted here: http://rubyforge.org/tracker/index.php?func=detail&aid=16105&group_id=4187&atid=16132 Blog entry about it:
2010 Feb 08
3
High codec translation times on x64
Hi Users, I was wondering if someone of you have the same thing on CentOS 64x? asterisk01*CLI> core show translation Translation times between formats (in microseconds) for one second of data Source Format (Rows) Destination Format (Columns) g723 gsm ulaw alaw g726aal2 adpcm slin lpc10 g729 speex ilbc g726 g722 siren7 siren14 slin16 g723
2008 Jan 02
2
[LLVMdev] runtime optimizations in LLVM
Hello, (im new to LLVM , so pl excuse if this is a naive q). Can someone provide info on what runtime optimizations are done in LLVM? do you have something along lines of JVM's hotspot feature? How efficient is the optimized code vis-a-vis native code? thanks -kamal ____________________________________________________________________________________ Never miss a thing.
2006 Jun 14
2
Which application to open Zap channel?
I'm sure this a very common and easy thing to do with Asterisk, but for the life of me I can't find the application that will allow me to open a Zap channel. Real world example: To be able to connect to an open Zap channel, so it would allow me to say, join in on a call that was originally answered by a PSTN phone (ie. just like you would by simply picking up another PSTN phone..!).
2008 Jul 18
4
btrfsctl -A not returning useful information
[root@btrfs progs-unstable]# btrfsctl -A /dev/sdb ioctl returns 0 [root@btrfs progs-unstable]# btrfsctl -A /dev/sdc ioctl returns 0 /dev/sdb has a btrfs, while /dev/sdc is blank. What''s that output supposed to mean ? Is it a bug ? -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info
2013 Jun 26
2
Error on executing functions from installed package
Hi, I am currently building an R package and I am facing a peculiar problem where some of the functions does not work within the package. However, if I source the script the function works. For example, in a method for parallelization of analysis on each chromosome simultaneously I am receiving error at the following position of the code: # this profile the information chromosome wise and
2012 Aug 09
4
Asterisk on Rackspace, My SIP phone behind NAT
Hi, I've successfully setup Asterisk on my local PC and can make call using Twinkle to the server. But, I cannot call to my Asterisk server at Rackspace. I have been trying several things to figure it out, no luck. My PC is behind NAT, so I've set that up in sip.conf (nat=yes). I can ping my Rackspace server so it seems to be Public-static IP. Anyway, I tried with setting externip,
2011 Sep 30
1
Core show translation > 4000ms
Hi list, we have 2 asterisk boxes in VM (kvm) on 2 different Dell servers, one is Lenny kernel 2.6.26 asterisk 1.6.2.20, the second CentOS 2.6.18 asterisk 1.4.36 (Elastix). Both 64bits, no hardware involved, dahdi on both machines for meetme timing. Doing core show translation give on the Lenny server Translation times between formats (in microseconds) for one second of data
2009 Oct 13
3
strange transcoding values
Hello guys, i have a question about a voip gateway we use. I saw those values typing in cli: core show translation g723 gsm ulaw alaw g726aal2 adpcm slin lpc10 g729 speex ilbc g726 g722 slin16 g723 - - - - - - - - - - - - - - gsm - - 2001 2001 6000 2001 2000 16000 - 34002 - 6000
2010 Jun 09
4
health monitoring of replicated volume
Hello, Is there any reasonable way to monitor the health of replicated volume and sync it, if out of sync ? Regards,
2007 Aug 28
1
[LLVMdev] Code analysis
Hi All, I think , I was unclear in my last post. I am looking for source code analysis of a program, something similar to what SUIF does. Consider a simple example of Matrix addition A[i][j]+=B[i][j]; I want to know how matrix A is accessed, like whether it is A[i][j] in this case or A[j][i]. Is there anyway in llvm to write a pass to identify this? Can someone give pointers to it? Regards,
2013 Jun 04
2
Error during R CMD check
Hi All, I am encountering the following error while performing check on the R package we built: R CMD check packagename_0.99.0.tar.gz During startup - Warning message: Setting LC_CTYPE failed, using "C" * using R Under development (unstable) (2013-05-14 r62742) * using platform: x86_64-unknown-linux-gnu (64-bit) * using session charset: ASCII * checking for file
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
On 22 February 2015 at 22:54, Hal Finkel <hfinkel at anl.gov> wrote: >> I tried setting the module's DataLayout to the engine's DataLayout. >> Don't see any improvement. >> The memcpy() is to perform a struct assign, so I tried replacing that >> with member by member store. >> But even then the loads are not being eliminated so I guess the >>
2008 Jan 03
0
[LLVMdev] runtime optimizations in LLVM
Hi Kamal, On Jan 2, 2008, at 05:57, Kamal R. Prasad wrote: > (im new to LLVM , so pl excuse if this is a naive q). Welcome! > Can someone provide info on what runtime optimizations are done in > LLVM? You can use any of LLVM's optimizing transformations in a JIT context. There's a list here: http://llvm.org/docs/Passes.html Unlike Java, you're in the driver's
1998 Dec 04
1
SAMBA digest 1898
I would like to request you Samba gurus , what is the significance of teh file " username-map " which currently is in /usr/local/samba/lib. I have tried the following entries: jhall = hall_j kamal = kamal root = root but i dont know what it does , now the question : Can i manage users with this file , i.e I just add entries to this file on the fly and the users will have access to the