similar to: Wise selecting of outgoing channel

Displaying 20 results from an estimated 9000 matches similar to: "Wise selecting of outgoing channel"

2005 Mar 23
2
Group channel rotation for outgoing call?
Hi, If I have a PRI with all channels grouped in group=1, I understand when I want to make an outgoing call that asterisk takes the first channel available. Is there any possiblity to "rotate" the channel taken? I was searching in Wiki but I could not find nothing about. Thanks, Alejandro
2009 Dec 22
2
E1 R2 Congestion Status
I have a 'CONGESTION' Status with R2 protocol. While testing this scenario sip GW--?Asterisk ?Digium E1 R2 Protocol?Cisco E1 R2 protocol?sip Gw Find below my error and configuration ,where are the errors in my configuration ? ========================================================================= Connected to Asterisk SVN-branch-1.6.2-r235775 currently running on
2007 Nov 05
1
Help translating S-Plus command
Dear all I have a small routine in S-Plus that I would like to use in R. There are some small changes I've been able to adapt, but I don't know how to translate the line starting with "g1<-sort.col...." and the one "Size<- c(Size...") (I also add some lines before) (...) Size<-NULL g<-cbind(Tr$dev,Tr$size) (...) g<-data.frame(g) # these next two lines
2006 Mar 07
3
Reverse group in zapata.conf
Hey all, I have a situation where I have 8 lines from the phone company in a hunt group coming in to my asterisk box. These are the same lines I'm using for outgoing calls ( named g0 ). The problem arises when someone dials our number at the same time asterisk tries to put a call out on one of the zap channels in the g0 group. This has happened twice that I know of so far, once to
2010 Oct 26
3
Channel Bank ? Simple Switch Hangup?
I am trying to configure a channel bank with 24 ports of FXS., but appear to be hitting a roadblock? This worked on v1.4.xx but now just get "SimpleSwitch" and immediate=no/yes don't seem to make a difference?, no matter if under top section, under channel, etc. Chan_dahdi.conf: [channels] context=default usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes
2004 Dec 23
1
searching Jonathan Baron's R Site
First, my site will be down December 27-28 because of a network upgrade at Penn. It will also be down at least one day before that, while I upgrade the operating system. (And another day some time in January because of a planned power outage.) Second, I have replaced the search engine in my R site: http://finzi.psych.upenn.edu/ I am now using Namazu instead of HtDig. The direct link to the
2003 Jan 14
4
density plot - beginner's question
Hi, I am trying to plot densities given on a two dimensional grid. My data is in the an external file, and is arranged in three columns: x, y, density how may i get a plot of this? i would like to get (1) a three dimensional plot and (2) a color coded two dimensional plot. I have tried using image(x, y, density) but i am asked to put the data in ascending order. i am not sure how i may
2011 Feb 09
3
[LLVMdev] Lowering "memcpy" intrinsic function on ARM using LDMIA/STMIA
Hi, llvm emits code for "memcpy" on ARM as consecutive ldr/str commands, and further combines them into ldm/stm with special pass after register allocation. But ldm/stm commands require registers to go in ascending order, what is often not so after regalloc, therefore some str/ldr commands. For example such code: struct Foo {int a, b, c, d; } void CopyStruct(struct Foo *a, struct
2005 Jan 14
1
how to produce 2-d color plots in R
Hello 'R' Users, I am very new on 'R', so excuse me if I ask something wrong. I have ASCII data and the colums of the data are looks like :- !------------------------- time,yr,mo,dy,hr,min,sec,lat,lon,ht,co2obs,sigma,co2model -- - -- !---------------------------- Each column has data value. Now I want to produce 2-d color maps, for example the plot should look like :- on
2011 Feb 09
3
[LLVMdev] Lowering "memcpy" intrinsic function on ARM using LDMIA/STMIA
09.02.2011 18:57, Jason Kim пишет: > On Wed, Feb 9, 2011 at 5:02 AM, Vasiliy Korchagin > <vasiliy.korchagin at gmail.com> wrote: >> Hi, >> >> llvm emits code for "memcpy" on ARM as consecutive ldr/str commands, and > > Hmm, this happens elsewhere as well (x86?). Perhaps what we need is a > switch to disable memset/memcpy lowering? > Do you
2011 Aug 11
3
Fwd: Re: what is the fastest way to fetch results which are sorted by timestamp ?
(Forwarded off-list message) -------- Original Message -------- Subject: Re: [Xapian-discuss] what is the fastest way to fetch results which are sorted by timestamp ? Date: Thu, 11 Aug 2011 01:06:36 +0800 From: ??? <panjunyong at gmail.com> To: Tim Brody <tdb2 at ecs.soton.ac.uk> On Wed, Aug 10, 2011 at 6:39 PM, Tim Brody <tdb2 at ecs.soton.ac.uk> wrote: > Hi, > > In
2007 Mar 09
4
[PATCH] dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order.
dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order. So far the order isn''t specified and may be random in theory. But sorted array is requested by crash utility for efficient looking up. Fortunately it is the case except ia64 full virtualized domain. Update document such that those array must be sorted and fix the ia64 full virtualized domain case. -- yamahata
2011 Feb 09
0
[LLVMdev] Lowering "memcpy" intrinsic function on ARM using LDMIA/STMIA
-fno-builtin is the flag you want. deep On Wed, Feb 9, 2011 at 10:18 PM, Корчагин Василий <vasiliy.korchagin at gmail.com> wrote: > 09.02.2011 18:57, Jason Kim пишет: >> On Wed, Feb 9, 2011 at 5:02 AM, Vasiliy Korchagin >> <vasiliy.korchagin at gmail.com>  wrote: >>> Hi, >>> >>> llvm emits code for "memcpy" on ARM as consecutive
2006 Oct 15
3
sort question in a dataset?
Dear friends, I want to sort a dataset according to one or two variables in the dataset, i thought sort could do it , but failed. e.g. x <- c(2, 9, 18, 3, 2) y<-c(2,5.6,5,9,8) z<-c(21,5,5,19,7) a<-cbind(x,y,z) a x y z [1,] 2 2.0 21 [2,] 9 5.6 5 [3,] 18 5.0 5 [4,] 3 9.0 19 [5,] 2 8.0 7 I want to sort dataset a according to ascending x and descending y, How to
2010 Jun 10
2
adding column of ordered numbers to matrix
Hello everyone, I have a matrix of over 40000 line and about 30 columns. For my analysis I would like to add another column with ascending numbers (column header should be "order", and than 1,2,3,4 ....the end of the matrix). During my analysis I reorder them ( due to merge commands by a different column). How do I add such a column in an ascending order (or descending for what it
2011 May 01
2
bwplot in ascending order
Can anyone point me to examples with R code where bwplot in lattice is used to order the boxes in ascending order? I have found the following discussion and it partly works. But, I have a conditioning variable, so my example is more like bwplot(var1 ~ var2|condition, dat) Th example in the discussion below works only when there is not a conditioning variable as far as I can tell. I can tweak the
2005 Jun 08
8
TDM04B
Hi, I recently got a TDM04B and after installing and getting asterisk up and running I connected a handset to one of the ports. Unfortunately I don't get a dial tone when I lift the handset. What could be the cause of this? Could someone point me in the direction of a proper config for a TDM04B? Thanks.
2011 Jan 28
2
How to update sound files?
Hi. I've updated sound files in /var/lib/asterisk/sounds and restarted Asterisk, but it still plays old ones. I've removed old files completely then, but still no effect. I've searched for some cahce files, but didn't find any of them. So, could you tell me please, what is an appropriate way to update my sound files? :) Thanks. Asterisk 1.6.1.20
2013 Apr 11
4
Asterisk 11.2.1 / dahdi destroy channel / asterisk crashes
Hi, I have the following setup: Ubuntu 12.04.02 LTS (64 bit) Asterisk 11.2.1 Sangoma 4-Port-Card (A104d) with firmware 43 (german e1-ports connected) WANPIPE Release: 3.5.28 DAHDI Version: 2.6.1 Echo Canceller: HWEC libpri version: 1.4.12 I call via sip into the dialplan. Then I do a "Dial(DAHDI/g1/voicenumber,r)". The call is bridged and everything is fine. "dahdi show
2002 Mar 29
2
order()
Hi, In the order() help file, there is an example like: a <- c(4, 3, 2, NA, 1) b <- c(4, NA, 2, 7, 1) z <- cbind(a, b) (o <- order(a, b)); z[o, ] How can I do something like "order a in ascending order, b in descending order"? And say I have a third vector c, and I'd like to add this to the previous condition "a ascending, b descending, c