Displaying 20 results from an estimated 71 matches for "2874".
Did you mean:
2574
2006 Oct 23
0
call file mechanism
Hi list,
I have a call file as following and it works. But, I don't really understand
its mechanism.
The SIP/voipbuster is a sip trunk which I set up in freePBX with voipbuster
account. And 2874 is one of my extension which was assigned to x-lite
client.
When I place this call file in outgoing folder, it is able to dial out my
home phone at 001xxxxxxxxxx. However, the Dst in call logs show 2874 or s
instead of my phone number. Why sometimes 2874, sometimes "s"? and why not
my...
2023 Jul 22
2
plotly
ChatGPT-4:
------ Query: ----------------------------------
Thank you. The `value` in the code example is 2874. The plot shows a large number at the center and a smaller value computed as a delta relative to the `reference` of 4800. But the large value is given as 2870, and the smaller value is given as -1930 i.e. both values are rounded. Can I control the precision of these two numbers?
------ Response:...
2004 Nov 19
0
[AustinJUG] Problem calling rsync from java on OSX
.../ Execute a command with an argument that contains a space
> String[] commands = new String[] {
> "/Users/dlippolt/.azerup/rsync",
> "--daemon",
> "--config=/Users/dlippolt/.azerup/rsyncd.conf",
> "--port=2874"
> };
> Process child = Runtime.getRuntime().exec(commands);
> } catch (IOException e) {
> System.err.println (e);
> }
>
>-damon
>
>--- Drew Lippolt <lists-rsync@azera.net> wrote:
>
>
>
>>rsync and ajug lists,
>>...
2008 Aug 21
2
IP options
...ions of length 2,
value 00 00.
Would Mark Weindling's original patch
(https://bugzilla.mindrot.org/attachment.cgi?id=1105) break anything if
I incorporated it?
Platform: HP NonStop S7000 series (G-series RVU).
----
Scott Neugroschl
XYPRO Technologies
scott_n at xypro.com
805-583-2874 x121
2009 Aug 31
1
mput/mget misbehavior
...copies the first wildcard match to b.txt on
the server
"mput a.txt b.txt c.txt" copies a.txt to b.txt on the server
"mput a.txt b.txt /tmp" copies a.txt to b.txt on the server
----
Scott Neugroschl
XYPRO Technology Corporation
scott_n at xypro.com
805-583-2874
2009 Oct 26
1
SCP
...39;s my question.
When doing an scp from remote to local (e.g.: scp user at host:remote
localfile), is there any way to specify the path to the remote scp? Or
do I have to patch the code to allow it?
----
Scott Neugroschl
XYPRO Technology Corporation
scott_n at xypro.com
805-583-2874
2005 Jan 24
0
Need some help with G729 passthru
...39;m trying to get Asterisk to pass thru calls using the G729 codec.
I've got a 7960 phone and my gateway is an AS5400. I got the following
messages when debugging SIP (7778881000 is the 7960):
WARNING[1872]: channel.c:2115 ast_channel_make_compatible: No path to
translate from SIP/7778881000-2874(4) to SIP/as5400-35c1(256)
WARNING[1872]: app_dial.c:1002 dial_exec: Had to drop call because I
couldn't make SIP/7778881000-2874 compatible with SIP/as5400-35c1
I have the following setup in the AS5400:
voice class codec 1
codec preference 1 g729r8
codec preference 2 g729br8
and the follo...
2008 May 01
0
users home folders, with windbind AD auth.
...e/ce-files/users/%U
valid users = WINIX+"Domain Users"
public = yes
writeable = yes
read only = No
browseable = yes
--
Kyle Corupe
Unix Administrator
Corpedia Corporation
2020 North Central Avenue, Suite 1050
Phoenix, Arizona 85004-4576
Desk:(602)443-2148
Cell: (623)261-2874
kcorupe@corpedia.com
--
Kyle Corupe
Unix Administrator
Corpedia Corporation
2020 North Central Avenue, Suite 1050
Phoenix, Arizona 85004-4576
Desk:(602)443-2148
Cell: (623)261-2874
kcorupe@corpedia.com
2013 Sep 24
1
Port Knocking?
...rnals, I'm afraid. Does OpenSSH have support for Port Knocking?
I might be interested in looking into that, as a way of reacquainting myself with the current code base.
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2014 Mar 06
2
Without OpenSSL?
...to allow OpenSSH to be built without OpenSSL includes SHA-1 support.
Hi Iain. I haven't heard of this effort before. Can you give a few more details?
Thanks,
ScottN
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2023 Jul 21
2
plotly question
...rs,
>Bert
>
>
>On Fri, Jul 21, 2023 at 6:19?AM Thomas Subia via R-help
><r-help at r-project.org> wrote:
>>
>> Colleagues
>>
>> Here is my reproducible code
>>
>> plot_ly(
>> domain = list(x = c(0, 1), y = c(0, 1)),
>> value = 2874,
>> title = list(text = "Generic"),
>> type = "indicator",
>> mode = "gauge+number+delta",
>> delta = list(reference = 4800),
>> gauge = list(
>> axis =list(range = list(NULL, 5000)),
>> steps = list(
>>...
2023 Jul 21
1
plotly question
Colleagues
Here is my reproducible code
plot_ly(
? domain = list(x = c(0, 1), y = c(0, 1)),
? value = 2874,
? title = list(text = "Generic"),
? type = "indicator",
? mode = "gauge+number+delta",
? delta = list(reference = 4800),
? gauge = list(
??? axis =list(range = list(NULL, 5000)),
??? steps = list(
??? list(range = c(0, 4800), color = "white"),
??? list(range...
2015 Jul 22
7
Keyboard Interactive Attack?
...eforcing.
I'm afraid I have minimal understanding of what keyboard-interactive really does. What does it do, and should I have my clients set it to off in sshd_config?
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2023 Jul 22
1
plotly
What do you mean "Rounded"?
What do you expect, what do you get instead?
?
> On Jul 22, 2023, at 10:40, Thomas Subia via R-help <r-help at r-project.org> wrote:
>
> Colleagues,
> Thanks for the update.
> My colleagues at work have run this script but the resulting graph output for value is rounded. How can one turn this annoying feature off?
> I've
2023 Jul 21
1
plotly question
...my ignorance means my suggestions are useless.
Cheers,
Bert
On Fri, Jul 21, 2023 at 6:19?AM Thomas Subia via R-help
<r-help at r-project.org> wrote:
>
> Colleagues
>
> Here is my reproducible code
>
> plot_ly(
> domain = list(x = c(0, 1), y = c(0, 1)),
> value = 2874,
> title = list(text = "Generic"),
> type = "indicator",
> mode = "gauge+number+delta",
> delta = list(reference = 4800),
> gauge = list(
> axis =list(range = list(NULL, 5000)),
> steps = list(
> list(range = c(0, 4800), co...
2004 Nov 19
1
Problem calling rsync from java on OSX
...un 1.4.2 for osx)
here is example code:
/*****************************/
import java.net.*;
import java.io.*;
public class TestClass {
public static void main(String[] args) {
String cmd = "/Users/dlippolt/.azerup/rsync --daemon
--config=/Users/dlippolt/.azerup/rsyncd.conf --port=2874";
System.out.println(cmd);
try {
Process proc = Runtime.getRuntime().exec(cmd);
System.out.println("DEBUG: Rsync Processvalue: " +
proc.waitFor());
} catch (Throwable t) {
t.printStackTrace();
}
}
}
/**********************...
2004 Aug 19
3
Do you know if you can map a large minimum spanning tree in R?
...mmand, however this is not terribly map-like, so I'm looking for a
better display that can be embedded in a document.
Any assistance gratefully received!
Fiona.
> Fiona Wade
> Project Manager
> MARA
> F&A
> Telstra Corporation Limited
> Tel: 03 9634 5674
> Fax: 03 9634 2874
> Email: fiona.m.wade at team.telstra.com
>
> The information contained in this e-mail message may be confidential.
If you are not the intended recipient, any use of, interference with,
disclosure or copying of this material is unauthorised and prohibited.
If you have received this messag...
2023 Jul 26
1
plotly
...he tick marks should be set at seq(0,9600,1200)
Thanks everyone!
Thomas Subia
On Saturday, July 22, 2023 at 08:10:52 AM PDT, Boris Steipe <boris.steipe at utoronto.ca> wrote:
ChatGPT-4:
------ Query:? ----------------------------------
Thank you. The `value` in the code example is 2874. The plot shows a large number at the center and a smaller value computed as a delta relative to the `reference` of 4800. But the large value is given as 2870, and the smaller value is given as -1930 i.e. both values are rounded. Can I control the precision of these two numbers?
------ Response:?...
2014 Feb 03
3
Memory leak - how to investigate
...0 httpd
[ 2862] 48 2862 84420 3627 0 0 0 httpd
[ 2868] 48 2868 84301 804 0 0 0 httpd
[ 2869] 48 2869 84487 1268 0 0 0 httpd
[ 2870] 48 2870 84301 803 0 0 0 httpd
[ 2874] 48 2874 84422 1033 0 0 0 httpd
[ 2875] 48 2875 84301 718 0 0 0 httpd
[ 2876] 48 2876 84485 1125 0 0 0 httpd
[ 2877] 48 2877 84420 924 0 0 0 httpd
[ 2878] 48 2878 847...
2010 Apr 12
2
mysterious weekly shutdown
...answeringmachine pcscd: winscard.c:304:SCardConnect()
Reader E-Gate 0 0 Not Found
Apr 10 12:43:50 answeringmachine shutdown[2872]: shutting down for
system halt
Apr 10 12:43:50 answeringmachine mgetty[6262]: failed dev=ttyS1,
pid=6262, got signal 15, exiting
Apr 10 12:43:50 answeringmachine mgetty[2874]: failed dev=ttyS2,
pid=2874, got signal 15, exiting
Apr 10 12:43:50 answeringmachine vgetty[2877]: failed dev=ttyACM1,
pid=2877, got signal 15, exiting
Apr 10 12:43:50 answeringmachine vgetty[6183]: failed dev=ttyACM0,
pid=6183, got signal 15, exiting
Apr 10 12:43:51 answeringmachine smartd[2854]:...