search for: coversations

Displaying 20 results from an estimated 29 matches for "coversations".

Did you mean: conversations
2012 Nov 07
2
simple coversion of matrix rows to matrix columns
Dear All   I would like to convert matrix rows to columns. I am thinking the t() function should help, but am having a hard time converting the matrix into the dimensions I would like them to. Example:   a <-matrix(c(1:30),ncol=3) gives me:[,1] [,2] [,3] [1,] 1 11 21 [2,] 2 12 22 [3,] 3 13 23 [4,] 4 14 24 [5,] 5 15 25 [6,] 6 16 26 [7,] 7 17
2010 Feb 02
1
Codec coversion
Hi: Is there any software or hadware for codec conversion on asterisk ,any suggestion will be appreciated. ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100202/ee00a520/attachment.htm
2006 Feb 15
3
Channel bleedover?
Occassionally on calls we get what sounds like low volume channel bleedover. Not clear enough to make out words, but not echo of either side of the main coversation. We're using a Digium card with 11 channels connected to PSTN lines. Any ideas on what the problem is or how to go about troubleshooting? Thanks! Paul
2011 Mar 07
2
Cisco 7942G IP Phone firmware conversion from SCCP to SIP.
Hi, ? The current SCCP image on the 7942 phone is :SCCP42.9-0-2SR1S. We are trying to convert/upgrade the phone to SIP version of the firmware i.e : cmterm-7942_7962-sip.9-0-3 (Firmware is downloaded from the cisco support site). We have unzipped and placed all the files in the /tftp (root directory) of tftp server. Following files are also placed in the tftp directory. ? The Upgradation /
2004 Jan 21
1
Oracle RODBC/ROracle(W2k)
Hi, trying the access to Oracle via ODBC in Win2k/1.8.1 i have only 2 problems. (1) number(x,y) formats in oracle result in R-Project as a factor with more than 20.000 levels for every distinct value. My coversion attempts until now failed, i.e. as.numeric(money) result in a: Error in as.double.default(money) : (list) object cannot coerced to double (2) A attempt to save a data.frame
2006 Mar 06
1
Capturing DTMF during a call
Hi all, I have a simple and maybe also stupid question: if i'm in coversation on a Zap channel and the remote party send me a DTMF, could I capture it? Thanks all Giordano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060306/35273048/attachment.htm
2006 Nov 16
1
chanspy crash the asterisk 1.4
hi, exten =>6000,1,dial(SIP/6000,15,tr) exten =>6002,1,dial(SIP/6002,15,tr) exten =>6004,1,dial(SIP/6004,15,tr) exten =>6006,1,dial(SIP/6006,15,tr) exten =>6008,1,chanspy(SIP/6006 | wbq) when i dial 6008 ,it is connected ,but i can't able to hear the voice of the any one. when coversation between the 6002 to 6006. in my Console mode i got the following comment *CLI>
2014 Oct 24
1
Questions on musiconhold.conf custom mode
Hello, I need to play some musiconhold content starting at a random duration from the start. Thanks to mode=custom option and either madplay or mpg123 programs, I could successfully get what I was after on a Debian Wheezy system. Now I realized sox version on my target system (Debian Squeeze) cannot convert to MP3 format. So I'm looking after workarounds. 0. I've read many mpg123 or
2013 Mar 08
2
Coversion from yearly to weekly data
Dear all, I have a big data matrix and I want to convert those data into weekly basis which means 7 days needs to be avaraged and aggregate a single value > dput(test) structure(list(locid = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,
2004 Mar 16
4
migration to subversion
Everyone, We are at long last migrating the xiph.org source repository from to subversion. We've been wanting to do this for some years, but have been waiting for a conversion script that could deal with our creaky old cvs repository. Subversion, although perfectly usable for the past two years, recently announced a stable 1.0 release, and more importantly the major issues with the
2004 Mar 16
4
migration to subversion
Everyone, We are at long last migrating the xiph.org source repository from to subversion. We've been wanting to do this for some years, but have been waiting for a conversion script that could deal with our creaky old cvs repository. Subversion, although perfectly usable for the past two years, recently announced a stable 1.0 release, and more importantly the major issues with the
2004 Mar 16
4
migration to subversion
Everyone, We are at long last migrating the xiph.org source repository from to subversion. We've been wanting to do this for some years, but have been waiting for a conversion script that could deal with our creaky old cvs repository. Subversion, although perfectly usable for the past two years, recently announced a stable 1.0 release, and more importantly the major issues with the
2004 Mar 16
4
migration to subversion
Everyone, We are at long last migrating the xiph.org source repository from to subversion. We've been wanting to do this for some years, but have been waiting for a conversion script that could deal with our creaky old cvs repository. Subversion, although perfectly usable for the past two years, recently announced a stable 1.0 release, and more importantly the major issues with the
2005 Mar 29
2
[LLVMdev] vaargs and backwards compatibility
So Alpha and some other potential targets (amd64?) use structs for va_list. This is very much at odds with the current instructions and intrinsics. So the question for the community is how much backwards compatibility should be maintained for vaargs? Essentially the behavior needs to be reverted to LLVM 1.0 semantics for vaarg instructions. Currently there is conversion code to convert the old
2023 Dec 08
1
Convert two-dimensional array into a three-dimensional array.
Colleagues I want to convert a 10x2 array: # create a 10x2 matrix. datavals <- matrix(nrow=10,ncol=2) datavals[,] <- rep(c(1,2),10)+c(rnorm(10),rnorm(10)) datavals into a 10x3 array, ThreeDArray, dim(10,2,10). The values storede in ThreeDArray's first dimensions will be the data stored in datavalues. ThreeDArray[i,,] <- datavals[i,] The values storede in ThreeDArray's second
2019 Nov 30
3
Converting LVM to qcow2
Hi! I need to convert a KVM virtual machine from LVM to a qcow2 image, and wonder if this is the best way to do it (*1): [$] qemu-img convert -O qcow2 /dev/vg_name/lv_name/ /var/lib/libvirt/images/image_name.qcow2 If this is the best way to do this, will this keep the information on: /dev/vg_name/lv_name/ untouched? Thanks, and please point me towards another mailing list if this it not right
2005 Feb 28
0
how to increase max number of simulatneousoutgoing calls
...pplication I am working on uses the Manager API to originate??the outgoing calls, and the calls?will hang up one or two seconds after the callee picks up the phone.? I know it sounds strange but that is what the application does it?just playbacks a one second?audio file. There will be no "long coversations" or any nonsense like that. The Manager API is working great, but it seems to "queue" the outgoing calls and only does them one at a time through my VOIP provider (teliax.com). ? 1) Is the max number of simultaneous ougoing calls solely dicated by the VOIP provider, or is it limited...
2006 Mar 07
0
R: Capturing DTMF during a call
Thanks Kristian, but i just answered to call, how can i use the Read application? Thanks Giordano Grandis -----Messaggio originale----- Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Kristian Kielhofner Inviato: luned? 6 marzo 2006 18.15 A: Asterisk Users Mailing List - Non-Commercial Discussion Oggetto: Re: [Asterisk-Users] Capturing
2006 Nov 11
0
chansp core dump
Hi, exten => 6000,1,Dial(SIP/6000,15,tr) exten => 6002,1,Dial(SIP/6002,15,tr) exten => 6004,1,Dial(SIP/6004,15,tr) exten => 6006,1,Dial(SIP/6006,15,tr) exten => 6008,1,Chanspy(SIP/6006 |wbq) when i dial 6008 ,it is connected ,but i can't able to hear the voice of the any one. when coversation between the 6002 to 6006. in my Console mode i got the following comment *CLI>
2006 Nov 13
0
chanspy -coredump( asterisk 1.4)
* * hi, I have some qustions ... first one is ..chanspy in asterisk 1.4 version really work with whisper mode... and second is i got following error,when i using chanspy in 1.4. version.. when i dial 6008 ,it is connected ,but i can't able to hear the voice of the any one. when coversation between the 6002 to 6006. in my Console mode i got the following comment *CLI> -- Executing