search for: afana

Displaying 20 results from an estimated 22 matches for "afana".

2017 Sep 26
2
build a SpatialLines object from a list
...<- SpatialLines(list(tt[[i]])). This will set tt1 to just have one item. Consider the following test.func <- function(x) {? ? tt1 <- list()? ? for ( i in ... )? {? ? ? ?...? ? ? ?tt1[[i]] <- SpatialLines(tt[[i]])? ? }? ? return(tt1)} HTH,Eric? ?? On Mon, Sep 25, 2017 at 3:40 PM, Ashraf Afana via R-help <r-help at r-project.org> wrote: Hi all,I'm trying to build a SpatialLines object from a list that contains 124 river segments. Each segment in the list contains the x,y coordinates. I'm using the following code to create the SpatialLines object, but it just retrieves one...
2017 Sep 25
0
build a SpatialLines object from a list
...tialLines(list(tt[[i]])). This will set tt1 to just have one item. Consider the following test.func <- function(x) { tt1 <- list() for ( i in ... ) { ... tt1[[i]] <- SpatialLines(tt[[i]]) } return(tt1) } HTH, Eric On Mon, Sep 25, 2017 at 3:40 PM, Ashraf Afana via R-help < r-help at r-project.org> wrote: > Hi all,I'm trying to build a SpatialLines object from a list that contains > 124 river segments. Each segment in the list contains the x,y coordinates. > I'm using the following code to create the SpatialLines object, but it jus...
2006 Mar 15
5
how to show called name on calling polycomdisplay
...this. This 'feature' along with changing CallerID Display after a call has been answered is something missing from the RFC. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Gabriel Afana > Sent: Wednesday, March 15, 2006 12:09 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] how to show called name on > calling polycomdisplay > > I was looking for this exactly as well.... > > Any ideas? > > - Gabe &gt...
2017 Sep 26
0
build a SpatialLines object from a list
...rst build the list and only at the end supply that to the SpatialLines function, something like test.func <- function(x) { tt <- list() for ( i in ... ) { ... tt[[i]] <- (whatever) } return(SpatialLines(tt)) } Eric On Tue, Sep 26, 2017 at 12:36 PM, Ashraf Afana <asafaneh at yahoo.com> wrote: > Hi Eric, > > Thanks for the help.But this will not solve the problem as it will > generate a list and what I need is an object of class sp using SpatialLine > function from sp package.So, I need to convert each matrix to coordinates > and th...
2006 Mar 13
4
priorityjumping=no
I've been trying to use a set-up whereby I have several TA's connected to an Asterisk server (1.2.4) and they act like they're in a hunt-group i.e. try the first, if busy jump to the next etc. in my extensions.conf I had something like [inbound-trunk] exten => 441234123456,1,Dial(SIP/s1a,20,r) exten => 441234123456,102,Dial(SIP/s2a,20,r) exten =>
2017 Sep 25
2
build a SpatialLines object from a list
Hi all,I'm trying to build a SpatialLines object from a list that contains 124 river segments. Each segment in the list contains the x,y coordinates. I'm using the following code to create the SpatialLines object, but it just retrieves one segment. Any suggestions? test.func = function(x){ ??? for (i in 1:length(x)) {??????? tt[[i]] <- x[i]; tt[[i]]? = Line(tt[[i]]); tt[[i]]? =
2006 Mar 10
27
Clustering
Hello All, Ive been doing more and more research on trying to setup a cluster/load balancer for Asterisk. All the Asterisk boxes would be using a config that is the same between them all (via a DB), but we want one location to point the phones to, and from there that machine/device will send it to a Asterisk server so the call can be processed. I know you cant balance the whole call, ie: once the
2004 Dec 25
2
Dynamic extensions without using DynExtenDB?
Hi, Am using Asterisk to call peoples phone as part of a service of my website. It will call people for various things...one of them to tell people sports scores. I am using several sound files to piece together a dynamic message saying who played and what the score was. The problem is that I can hardcode the sound files that are needed to play and it works fine, but I cannot hardcode the
2017 Oct 11
1
Iterate in a Spatial Polygon Dataframe in R?
Hi all, ?I'm trying to iterate in a SpatialPolygonDataFrame thatcontains 110 features. I tried to use the following code? iterate.spdf =function(x){ for (i in 1:nrow(x)){ p = x[i, ]} return(p)} but with no success as it returns with aSpatialPolygonDataFrame that contains onlyone feature. The code seems to overwrite the polygons to end up with only onefeature. ?Any suggestions?Ashraf, cheers
2005 Dec 11
14
Regexten
Before I play around with this again in 1.2.1, regexten is still essentially broken, correct? The misconception seems to be that it allows you to execute a command upon registration from a SIP UA. Even the O'Reilly TFOT book erroneously states that this is what it is for. After reading the developer discussion though, it definitely seems to be broken. Is it fixed yet? Doug.
2005 Feb 10
2
Asterisk on RedHat/AMD
Hello All, My system is built on a dual Athlon box using Redhat 9. From time to time there are problems with the phone system that are hard top track down and sseem to be resolved with just a simple reboot. I read somewhere that Linux loves teh Intel platform and that on AMD it is not as good. Is this true or just hooey? If so, would I get more reliability by dumping the AMD box in favor of
2017 Nov 15
1
Rasterize function with maximum in R
Hi all, I have some concerns regarding the rasterize option in R and I would like to know if the fun=max in rasterize in R provides similar results to the one achieved by using "Polygon to Raster using maximum-combined-area" in ArcGIS? I'm trying to rasterize a habitat layer to a raster of 10m spatial resolution using the function 'max' (e.g. r <- rasterize(ht, r,
2005 Feb 22
3
* or X100P dropping analog calls
I have a * box running * version 1.0.3 with two X100P line cards in it and Cisco 7960 IP phones. Everything seems to work pretty well with the exeption that the system hangs up on phone calls for no apparent reason. It does this on both incoming and outgoing calls through the POTS line (currently only have one). The only thing in the asterisk console with maximum verbousity is " -- Hungup
2006 Mar 16
1
Feedback from VON expo!Infoon*HAandPolycomphone!!
...2 of the SER boxes where down and 2 of the Asterisk boxes where down. That's not slow > >Not sure I quite follow about the whole service thing being down. :) > >But your right about it being friggin complicated to set SER up. > >-----Original Message----- >From: Gabriel Afana [mailto:asterisk@gafana.com] >Sent: Thu 3/16/2006 11:15 AM >To: Asterisk Users Mailing List - Non-Commercial Discussion >Cc: >Subject: Re: [Asterisk-Users] Feedback from VON expo! Infoon*HAandPolycomphone!! > > > > > > "Q: What are the plans for HA? > >...
2006 Mar 16
0
Feedback from VON expo! Infoon*HAandPolycomphone!!
...;ve seen a pause of 5s when 2 of the SER boxes where down and 2 of the Asterisk boxes where down. That's not slow Not sure I quite follow about the whole service thing being down. :) But your right about it being friggin complicated to set SER up. -----Original Message----- From: Gabriel Afana [mailto:asterisk@gafana.com] Sent: Thu 3/16/2006 11:15 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: Subject: Re: [Asterisk-Users] Feedback from VON expo! Infoon*HAandPolycomphone!! > > "Q: What are the plans for HA? > > That's BS. Last time I che...
2006 Mar 07
3
Re: [asterisk-dev] Is there a way to define an outbound proxy in sip.conf ?
Hello, I use both ser/asterisk . In fact i wish asterisk to forward all the sip requests which are not handled by domain=domain.tld in sip.conf Here is a diagram: The sip agents use the Sip proxy as an outbound sip proxy and domain=domain.tld . When the sip agents dial sip:user@otherdomain.tld so the request is sent to sip proxy and so to Asterisk. I wish Asterisk to Look up the
2005 Jan 20
3
Asterisk 1.0.4 and more ...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings! Version 1.0.4 of Asterisk, Asterisk-addons, zaptel, and libpri has been released. The releases are available on the Digium ftp site. I have also started a web site called "The Asterisk Development Proxy" where I would like to start centralizing Asterisk development resources. ~ I am hoping that this will become valuable for
2006 Mar 16
3
Feedback from VON expo! Info on * HA and Polycomphone!!
I know someone who's at VON this week. Apparently Mark Spencer was up there talking about how Asterisk supports SRV. Sounds like vaporware to me. > -----Original Message----- > From: David Thomas [mailto:punknow@gmail.com] > Sent: Thursday, March 16, 2006 11:54 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Feedback from VON
2006 Mar 16
2
Feedback from VON expo! Info on * HA andPolycomphone!!
...ion' Subject: RE: [Asterisk-Users] Feedback from VON expo! Info on * HA andPolycomphone!! Gabe. Who was the call-center program from? Thanks, Jim -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Gabriel Afana Sent: Thursday, March 16, 2006 2:38 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Feedback from VON expo! Info on * HA and Polycomphone!! Hey group, I just got back from the VON expo. It was insane....there were so many companies there. The #1 thi...
2006 Jun 19
8
How to use a data T-1?
Depends what you want to do! Do you want to do VoIP over that T1 to a provider or IP telephones? Do you want to hook up to the PSTN through that T1 as 24 voice channels, through a T1 card on your asterisk? If you want to use the T1 as 24 voice channels, the Telco is going to have to re-provision the T1 as a voice T1, because currently, presumably it is one big channel of data. You could have