Displaying 3 results from an estimated 3 matches for "randdata".
2011 Apr 28
2
gridBase Base Plot Positioning
...ushViewport(viewport(layout = grid.layout(4, 6)))
for(i in 1:5)
{
for(i2 in 1:4)
{
pushViewport(viewport(layout.pos.row = i2, layout.pos.col = i))
grid.rect()
popViewport()
}
}
pushViewport(viewport(layout.pos.col = 6))
plot.new()
par(plt = gridPLT(), new = TRUE)
randData <- lapply(1:4, function(x) sample(10, 10, TRUE))
boxplot(randData, horizontal = TRUE)
dev.off()
I'm using gridBase_0.4-3.
Thanks,
Dario.
--------------------------------------
Dario Strbenac
Research Assistant
Cancer Epigenetics
Garvan Institute of Medical Research
Darlinghurst NSW...
2003 Jul 07
2
msn
...es a different realm than the realm of the client. one workaround i did was to edit the chan_sip.c to send a pre-defined realm, and also edit the Contact: field. after this, asterisk would send a 401 to the register message, at this point, i'm quite stuck. i also noticed that the nonce field is randdata? compared to iptel.org's ser and vovida's vocal. i notice a lot of difference on the sip messages composition. i'm running 0.4.0.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030708/969f2f...
2004 Apr 21
0
SIP ACK // CSeq 0 => ZAP Channel hangup
...__sip_ack(p, seqno, 1);
if (strlen(get_header(req, "Content-Type"))) {
if (process_sdp(p, req))
return -1;
}
if (!p->lastinvite && !strlen(p->randdata))
^^^^^^^^^^^^^^
p->needdestroy = 1;
}
Could it be, that * hangs up while getting zero as p->lastresult (CSeq
== 0 )?
Also it looks like a bug in the grandstreamfirmware sending CSeq zero?
would something like this solve the Problem?
if...