search for: pu

Displaying 20 results from an estimated 314 matches for "pu".

Did you mean: cpu
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
2014 Dec 05
2
Inbound call from sip peer to internal webrtc peer fails while internal sip-webrtc calls work
...hich would be preferable in this case) or after the 488 sent by Asterisk I'd need Asterisk to relay the sdp offered by Kamailio/rtpengine as such without rewriting it. Here the call works fine (internal call from sip peer 771 to webrtc peer 660): INVITE that Asterisk (at port 5070) receives: PU.BL.IC.IP:5060 > PU.BL.IC.IP:5070: SIP, length: 1046 INVITE sip:660 at testers.com;transport=UDP SIP/2.0 Record-Route: <sip:PU.BL.IC.IP;lr=on;ftag=41030177> Via: SIP/2.0/UDP PU.BL.IC.IP;branch=z9hG4bKd7b.ca8b6ac6a82d605cf658af0fea7c9e86.0 Via: SIP/2.0/UDP AST.ER.ISK.IP:38699;rport=38699;bra...
2005 Feb 24
2
other than default labels in lattice plot
Dear all I solved a problem of customised labels on strips and boxes in bwplot by this construction. > bbb <- bwplot(zavoj ~ typmleti | pu) > bbb$condlevels$pu <- c("Povrchov? ?prava", "Bez PU") > bbb$x.limits <- c("Mleto", "Mleto a s?tov?no", "Nemleto") > bbb but I wonder if some other easy option exist. Let say something like bwplot(zavoj~typmleti | pu, some advance...
2003 Jul 03
1
res parking patch
...he call */ static char parking_ext[AST_MAX_EXTENSION] = "700"; +static char parking_pick[AST_MAX_EXTENSION] = "750"; static char pickup_ext[AST_MAX_EXTENSION] = "*8"; @@ -507,7 +508,23 @@ park = atoi((char *)data); ast_pthread_mutex_lock(&parking_lock); pu = parkinglot; - while(pu) { + if (park == atoi((char *)parking_pick)) { + ast_log(LOG_NOTICE,"Picking up the older parked call!\n"); + while(pu) { + if (!pu->next) { + if (pl) + pl->next = pu->next; +...
2008 Mar 12
7
Specifying relative position of text in a plot
What is the simplest way to specify the location of text in a scatter plot (created using the plot function) in relative terms rather than specific x-y coordinates? For example, rather than putting text at (300,49) on a plot, how do I put it 1/10 of the way over from the y axis and 1/2 of the way up from the x axis? Thanks. Tom -- View this message in context: http://www.nabble.com/Specifying-relative-position-of-text-in-a-plot-tp16002549p16002549.html Sent from the R help mailing lis...
2018 Mar 27
1
Shading specific region in R
Dear useRs, Following the given codes below, I generated a plot that has 6 regions around a center point (IL), with 5 regions containing a point (L1, L2 to L5) and sixth vacant region. I want background of all the filled regions turned "green", while "red" for the vacant region. Can it be done through a quicker way? Thanks in advance ###Codes start from
2014 Sep 08
1
Asterisk removes ice lines in sdp when calling between webrtc clients
...type friend name 660 host dynamic secret encryption yes avpf yes icesupport yes <---- ICE is enabled ipaddr PU.BL.IC.IP port 5060 regseconds 1410185500 defaultuser 660 fullcontact sip:660 at PU.BL.IC.IP:5060 lastms 0 useragent context default...
2007 Dec 09
1
buglet in curve?
...lem arises from this fix: o curve() with unspecified 'from', 'to' and 'xlim' now reuses the previous x limits, and not slightly larger ones. and I believe the solution is to replace this ... if (is.null(xlim)) delayedAssign("lims", { pu <- par("usr")[1:2] ll <- if (par("xlog")) 10^pu else pu if (par("xaxs") == "r") extendrange(ll, f = -1/27) else ll }) with this ... if (is.null(xlim))...
2005 Apr 21
9
Using R to illustrate the Central Limit Theorem
Dear All I am totally new to R and I would like to know whether R is able and appropriate to illustrate to my students the Central Limit Theorem, using for instance 100 independent variables with uniform distribution and showing that their sum is a variable with an approximated normal distribution. Thanks in advance, Paul
2004 Nov 26
1
unexpected behaviour of 'curve' function
...)^7, from = 0, to = 1) works as expected but, omitting the "xlim" or the "to" and "from" arguments and calling "curve" more than once: par(mfrow = c(2,2)) for (i in 1:4) curve(x^3*(1-x)^7) gives an expected (al least to me) result. Note also that a "pu" object is returned by curve > pu [1] -0.1802445 1.1802445 The behaviour is reproducible with both R 2.0.0 and R 2.0.1 I can see that a promise of evaluation of "pu" is made within curve but I cannot understand completely what happens. Thanks in advance, Stefano Guazzetti...
2014 Jul 26
1
Rejecting secure audio stream without encryption details - when using ws clients and Kamailio integration
...ing else I need to enable or change in the configs or change my peer configurations? I'm not sure if this is relevant but I checked that Asterisk was successfully compiled with res_srtp module. Here's my sip.conf contents: bindport = 5070 ; using this since Kamailio is at 5060 bindaddr = PU.BL.IC.IP tcpenable = yes ;no limitonpeers = yes rtcachefriends = yes ; for realtime rtupdate=yes tos_sip=cs3 tos_audio=ef useragent=MyAsterisk realm = myrealm.com autodomain=no domain=PU.BL.IC.IP domain=testers.com allowexternaldomains=no allowguest=no avpf=yes encryption=yes transport=ws,udp...
2017 Mar 21
0
Re: CPU Pinning Help
2006 Jan 06
1
has_many with :finder_sql question
hi all, I have a Class, Client, which has_many projects (Project class). the projects depend on a session_id variable, however. So the question is, how can I do the following: has_many :projects, :finder_sql => "SELECT p.* FROM projects p INNER JOIN projects_users pu ON pu.project_id = p.id WHERE pu.user_id = #{session[:user_id]}" The problem is that I need to filter a client''s projects using a session variable, and the :finder_sql produces the error: "undefined local variable or method `session'' for Client:Class" I thought t...
2014 Aug 11
1
Letting rtp profiles be handled by rtpengine instead of Asterisk
...k/) the settings avpf and force_avp affect the way Asterisk handles the rtp profiles and now my calls do work ok but I'd need to move the rtp profile handling to rtpengine. Here's my sip.conf: bindport = 5070 ;Kamailio is at port 5060, and it's always used as outbound proxy bindaddr = PU.BL.IC.IP tcpenable = yes limitonpeers = yes rtcachefriends = yes rtupdate=yes tos_sip=cs3 tos_audio=ef realm = testers.com autodomain=no domain=testers.com allowexternaldomains=no allowguest=no ;avpf=yes ; encryption=yes transport=ws,wss,udp icesupport=yes srvlookup=yes nat=force_rport,comedia vi...
2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
...Likewise. * openbsd-compat/readpassphrase.c (readpassphrase): Likewise. * scp.c (sink): Likewise. * sshconnect.c (sshconnect.c): Likewise. =================================================================== RCS file: canohost.c,v retrieving revision 2.9.9.2 retrieving revision 2.9.9.2.0.1 diff -pu -r2.9.9.2 -r2.9.9.2.0.1 --- canohost.c 2001/06/25 05:01:24 2.9.9.2 +++ canohost.c 2001/09/28 18:48:11 2.9.9.2.0.1 @@ -87,8 +87,8 @@ get_remote_hostname(int socket, int reve * of this software). */ for (i = 0; name[i]; i++) - if (isupper(name[i])) - name[i] = tolower(name[i]); + if (isup...
2016 May 14
1
Bug#824341: wheezy-pu: update xen-utils-4.1 with patch to boot jessie/grub2 VMs
On 14/05/16 19:35, Adam D. Barratt wrote: > Control: tags -1 + moreinfo > > On Sat, 2016-05-14 at 19:10 +0200, Daniel Pocock wrote: >> If somebody is still running wheezy for their dom0 (host) environment >> and they are using jessie or other systems with grub2 in their VMs, they >> can't boot their VM. >> >> A rather trivial 1-line fix in the dom0
2016 May 14
2
Bug#824341: wheezy-pu: update xen-utils-4.1 with patch to boot jessie/grub2 VMs
Package: release.debian.org Severity: normal Tags: wheezy User: release.debian.org at packages.debian.org Usertags: pu X-Debbugs-CC: pkg-xen-devel at lists.alioth.debian.org If somebody is still running wheezy for their dom0 (host) environment and they are using jessie or other systems with grub2 in their VMs, they can't boot their VM. A rather trivial 1-line fix in the dom0 (host) system fixes the problem....
2016 May 14
0
Bug#824341: wheezy-pu: update xen-utils-4.1 with patch to boot jessie/grub2 VMs
Control: tags -1 + moreinfo On Sat, 2016-05-14 at 19:10 +0200, Daniel Pocock wrote: > If somebody is still running wheezy for their dom0 (host) environment > and they are using jessie or other systems with grub2 in their VMs, they > can't boot their VM. > > A rather trivial 1-line fix in the dom0 (host) system fixes the problem. > > Please advise if the release team
2006 Dec 20
0
asterisk run on vxworks for hardware pbx
...know how to do this. { struct ast_channel *callbk; char *callbk_real_context; char xferto[256],dialstr[265]; char *cid_num; char *cid_name; int outstate=0; char *exten = NULL ,*context = NULL; pu = head; //pu is a queue hav dst and src number printfl("\n\n\n\n %s time is over",pu->dst); show_queue(head); memset(xferto, 0, sizeof(xferto)); //callbk = ast_c...