Displaying 20 results from an estimated 314 matches for "pued".
Did you mean:
pud
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
Hello,
I'd appreciate your comments on the following problem I'm having, please
forgive me if this is something obvious, I've been scratching my head on
this for a while:
I have Asterisk+Kamailio setup where I'm currently testing inbound calls
from outside. I have both webrtc and sip clients, where webrtc peers are
defined according to sip.js instructions (
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
2003 Jul 03
1
res parking patch
Ok, a little patch that adds a little functionality to call parking.
With that, you can pickup the older parked call, if many are in the
parking lot. The default exten to do that is 750, but can be changed
by setting "parkpick => exten" on parking.conf , like
[general]
parkext => 800 ; What ext. to dial to park
parkpos => 801-820 ; What extensions to
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:
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
Hello,
I have a problem with a call between 2 webrtc clients. Asterisk removes the
ice-related lines from the sdp when it sends the INVITE out, and the called
webrtc client rejects the INVITE due to the missing ice lines. Both webrtc
clients are defined exactly the same way, same values in all fields except
the number of the peer.
There's probably something I've changed that causes this
2007 Dec 09
1
buglet in curve?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Symptoms: curve with log x axis gets the wrong
x limits (in 2.6.1, I believe introduced in this version).
Credit goes to Mike McCoy for detecting the problem.
Demonstration:
x = 1:5
plot(x,5*exp(-x),xlim=c(0.1,1000),log="x")
xvec = 10^seq(-1,3,length=100)
lines(xvec,5*exp(-xvec))
curve(5*exp(-x),add=TRUE,col=2,lwd=3)
I believe
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
Dear all,
curve(x^3*(1-x)^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
2014 Jul 26
1
Rejecting secure audio stream without encryption details - when using ws clients and Kamailio integration
Greetings,
I've noticed a problem that might originate from my Asterisk configuration,
could use a hand in sorting it out. Problem is a 488 response from Asterisk
whenever it gets RTP/SAVPF profile in the SDP.
My current setup has Asterisk Kamailio realtime integration, and Kamailio
uses dispatcher to route calls for Asterisk to handle. Now I have only one
Asterisk, on the same machine as
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
2014 Aug 11
1
Letting rtp profiles be handled by rtpengine instead of Asterisk
Hello,
I'm trying to get calls working between websocket clients and sip clients.
For clients I have sip.js based clients on chrome, Zoipers and a
Grandstream phone. Challenge here is I'd like to have Kamailio and
rtpengine to handle the bridging between different rtp profiles but
Asterisk changes them in the sdp bodies along the way. I'm using Asterisk
11.11.0.
Is there a way to
2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
In several places, openssh-2.9.9p2 passes a 'char' value to a ctype
macro like 'isdigit'. This has undefined behavior on hosts with
signed characters, if the character value happens to be negative. For
example, isdigit('\200') expands to an array access that is a
subscript error on hosts with signed characters where '\200' == -128.
This leads to incorrect results,
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
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
Hi
My hardware PBX run asterisk on vxworks,Because the vxworks not support
perl.
Now I want to add a callback function to my pbx.
now it can store Caller and Called party numbers in queue when Called party
is busy
Then I malloc a new ast_channel to call.It is should use
ast_get_channel_by_exten_locked() or ast_channel_alloc() ,
my program as follow,But it isn't work, anyone know how to