similar to: callgroup and callwaiting for IAX clients

Displaying 20 results from an estimated 1000 matches similar to: "callgroup and callwaiting for IAX clients"

2005 Mar 08
2
Incoming Fax Service question
Hi Everyone. Some time ago, I was told that it's possible to implement an incoming Fax server with extensions using only one PSTN line, like this: PSTN number: 1234567, that's the line connected, FAX numbers like: 1234567-00, 1234567-01, 1234567-02 and so on are routed to their respective recipients. I do not want real DID (which would mean buying a bunch of numbers from the telco,
2001 Nov 05
3
OpenSSH 2.3
Dear Gentlemen: a couple of months ago we ported OpenSSH 2.3 to an IBM OS/390 Mainframe machine: It ran very well until we tried to connect to an SSH server using SSH2 protocol. On the OS/390 (which is the client) it comes up with the following error messages: >ssh -v -2 somehost . . . debug: bits set: 504/1024 debug: len 55 datafellows 0 debug:
2006 Aug 07
4
CPU Usage with R 2.1.0 in Windows (and with R 2.3.1)
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20060807/7f387274/attachment.pl
2013 May 03
1
Two departments on two different locations
Hi there, like topic sais, I'd like to build a domain-system with two locations. Our users work one day here the other day in the other place. The two locations are connected via VPN (10MBit). To have one datastore in sync on both locations I was thinking about something like a distributed filesystem (e.g. ceph). Why? I hope to be able to setup the cluster between the two locations with a
2006 Feb 15
2
aggregate data.frame using column-specific functions
Dear Colleagues, does anybody know how to aggregate a data.frame using different functions for different columns? Sincerely ___________________ Markus Preisetanz Consultant Client Vela GmbH Albert-Roßhaupter-Str. 32 81369 München fon: +49 (0) 89 742 17-113 fax: +49 (0) 89 742 17-150 mailto:markus.preisetanz@clientvela.com
2006 Feb 16
1
scatterplot3d: how to show scatterpoints in 2D-space with color as 3rd dimension?
Dear Colleagues: I have 3 numeric variables (say x, y, z) in a data.frame and want to draw a 2D-scatterplot with the 3rd dimension as color, if possible without having to convert the whole thing to an appropiate matrix for image() manually. Can e.g. scatterplot3d do something like this? There's a function xyz.convert, but I couldn't find the way to use it properly. Sincerly,
2011 Mar 11
2
Using missing() in a S4 method with extra arguments
Hi all, I have a function which makes use of missing() to determine which arguments are provided in the call - basically, there are two sets of arguments that map to different strategies the function uses to fulfill its task. After conversion to an S4 generic I've run into the problem that if a method uses extra arguments that are not in the signature of the generic, usage of missing()
2006 Feb 14
2
AID / Tree Analysis in R
Dear Colleagues, I've been looking for a function that can perform a tree analysis, similar to CHAID or QUEST. The key point is that in this case the variables are not binary but nominal (10 different values), so "tree" (from the tree package) won't work. Does anybody know help? Sincerely, ___________________ Markus Preisetanz Consultant Client Vela GmbH
2007 Jan 29
1
parsing extensions
Hi all, is where a possibility for simply parsing and changing variables for bad characters ? eg. removing a '/' from a number dialed by a manager-connected application changing 123/4567890 to 1234567890 via bash you could simply use 'echo ${exten/\//}' but i couldn't find a working solution for the asterisk-extensions.conf best regards Dirk Rieger Diese E-Mail und
2006 Feb 13
1
Adding dimnames to image()
Dear Colleagues, does anybody know how to add dimnames to an image. Right now I'm using image(as.matrix(df3), col=brewer.pal(9,"Blues")) where df3 is a data.frame. dimnames(as.matrix(df3)) delivers [[1]] [1] "RFM_A1" "RFM_A2" "RFM_A4" "RFM_A5" "RFM_A7" "RFM_B3" "RFM_B6" "RFM_B7"
2011 Feb 21
1
Problem with documentation of user-defined operator (S4 method)
Dear list members, I have defined a binary operator %append% with methods for some S4 classes. In my documentation file, I want to list the methods explicitly by using e.g.: \S4method{\%append\%}{RecLinkData,RecLinkData}(x, y) In the HTML documentation this comes out right as ## S4 method for signature 'RecLinkResult,RecLinkResult' x %append% y , but R CMD check
2010 May 11
1
Problems accessing samba 3.5.7 from Windows 2008
Hi folks, i've set up a samba 3.5.7 as a ADS Memberserver (W2K3). Accessing this server from xp, vista or server 2003 is no problem. trying to access it from windows 2008 results in "network path not found" or generic network error. Last entries in logfile: [2010/05/11 12:48:01.055041, 3] smbd/sec_ctx.c:310(set_sec_ctx) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 [2010/05/11
2020 Aug 14
3
replicator: Panic: data stack: Out of memory
So nobody has any idea why this could happen? Let me know if I should provide more Information Thanks Thomas Tsiakalakis Team Applikationsbetrieb GDV Dienstleistungs-GmbH Tel: +49(40)33449-4318 Fax: E-Mail: Thomas.Tsiakalakis at gdv-dl.de<mailto:Thomas.Tsiakalakis at gdv-dl.de> GDV Dienstleistungs-GmbH Glockengie?erwall 1 D-20095 Hamburg www.gdv-dl.de<http://www.gdv-dl.de>
2001 Aug 06
1
Setting of DISPLAY Variable
Hi I'm currently testing OpenSSH_2.9p2 on AIX. Is there any reason why the hostname is used for the DISPLAY variable instead of localhost? I just had problems with X11 forwarding on a AIX test machine that has HCMP configured but not running. (the network interface has a different IP address in that state) After changing the DISPLAY variable X11 forwarding worked fine. Frank -- Diese
2001 Aug 08
0
Setting of DISPLAY Variable - Patch
Hi thanks for the answers I'm using the following Patch now (Works for AIX 4.3.3, I'll check other AIX Versions, Solaris and Linux later) configure --with-cppflags=-DLOCALHOST_IN_DISPLAY activates the change *** channels.c Wed Jun 13 21:18:05 2001 --- ../openssh-2.9p2.aix/channels.c Wed Aug 8 14:55:24 2001 *************** *** 2268,2276 **** --- 2268,2282 ----
2001 Aug 14
0
int/u_int Data Types Used
I was looking after some compiler warnings in openssh-2.9p2, same with yesterday's snap (about 15 Warnings, some for void*/function ptr warnings) IBM's compiler gives warnings, gcc on Linux doesn't complain about them. Example: "authfd.c", line 414.49: 1506-280 (W) Function argument assignment between types "unsigned int*" and "int*" is not allowed. I
2001 Sep 06
0
Antwort: Re: AIX openssh use of SRC control
Hi I've finished and tested a patch to add src routines to openssh (based on the Redbook "Writing Reliable AIX Daemons") Since a few days I have the O.K. to post it on the list, but I still want to splitt my patch file into logical parts (SRC/Logging/Datatype fixes) Frank Datum: 06.09.2001 19:04 An: Denise Genty <genty at austin.ibm.com> Kopie:
2010 Jun 18
0
OpenSSH - SFTP issue
Hello, We are having issue with SFTP for Windows server. The OpenSSH reports the "Exit Staus -1" upon exiting the sftp session ( Though the file is successfully getting transferred!!). I have opened ticket with VanDyke Software - vShell and reported this issue. Accordiong to VanDyke Software, there is no issue with vShell configuration / its debug logs. Would you
2003 May 23
0
Problem with winbind authentication on NT PDC
Hi all, i've problem with the authentication via winbind on a Windows NT PDC. Environment: Samba Server: z800 Linux SLES8 as VM guest on one LPAR SAMBA 3.0 alpha23 PDC: Windows NT 4.0 SP 6a The samba Server is member of the domain, i can check the secret with net rpc testjoin and wbinfo -t. I see the groups and user from the domain with getent group and getent passwd. When i try to
2003 Sep 29
0
Problem authenticate with a w2k3 ADS
Hello. I set up a samba 3.0.0 with ADS support. Everything is fine but authentication of incomming connections. I joined the ADS of a W2k3: linux:/ # /usr/local/samba/bin/net ads join "Computers" Using short domain name -- DOMAIN Joined 'LINUX' to realm 'DOMAIN.LOCAL' linux:/ # getent passwd root:x:0:0:root:/root:/bin/bash ...