search for: 58756

Displaying 3 results from an estimated 3 matches for "58756".

Did you mean: 58556
2004 Jul 07
2
Problem SIP Register
...ort;branch=z9hG4bKBDF5CC31592C4472A643BDD8C314BD09 From: damencho <sip:damencho@194.12.230.167>;tag=4066431665 To: damencho <sip:damencho@194.12.230.167> Contact: "damencho" <sip:damencho@213.240.242.42:5060> Call-ID: 7FEA34DBA7E1495F94AEC70F236290EC@194.12.230.167 CSeq: 58756 REGISTER Expires: 1800 Max-Forwards: 70 User-Agent: X-Lite release 1103m Content-Length: 0 11 headers, 0 lines Using latest request as basis request Sending to 213.240.242.42 : 5060 (non-NAT) Transmitting (NAT): SIP/2.0 100 Trying Via: SIP/2.0/UDP 213.240.242.42:5060;rport;branch=z9hG4bKBDF5CC31...
2006 Apr 01
0
CESA-2005:881 Moderate CentOS 3 ia64 perl - security update
CentOS Errata and Security Advisory 2005:881 https://rhn.redhat.com/errata/RHSA-2005-881.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/ia64/RPMS/perl-5.8.0-90.4.ia64.rpm updates/ia64/RPMS/perl-CGI-2.89-90.4.ia64.rpm updates/ia64/RPMS/perl-CPAN-1.61-90.4.ia64.rpm updates/ia64/RPMS/perl-DB_File-1.806-90.4.ia64.rpm
2012 Mar 15
1
methods::trace fails when signature specified
With > R.version.string [1] "R version 2.15.0 alpha (2012-03-14 r58748)" trying to trace a method using the 'signature' argument fails rather than enabling the trace: > trace(initialize, signature="ANY") Error in matchSignature(signature, fdef, where) : trying to match a method signature of class ?signature?; expects a list or a character vector --