search for: kunden

Displaying 20 results from an estimated 59 matches for "kunden".

2016 Apr 20
2
Merging Data Sets with Full Outer Join
Hi All, I would like to match some datasets. Both deliver variables AND cases which might or might not be present in all datasets: This sequence Kunden <- Kunden_2011 Kunden <- merge(Kunden, Kunden_2012, by.x = "Debitor", by.y = "Debitor") Kunden <- merge(Kunden, Kunden_2013, by.x = "Debitor", by.y = "Debitor") Kunden <- merge(Kunden, Kunden_2014,...
2016 Apr 22
4
Creating variables on the fly
Hi all, I would like to use a loop for tasks that occurs repeatedly: # Groups # Umsatz <= 0: 1 (NICHT kaufend) # Umsatz > 0: 2 (kaufend) for (year in c("2011", "2012", "2013", "2014", "2015")) { paste0("Kunden$Kunde_real_", year) <- (paste0("Kunden$Umsatz_", year) <= 0) * 1 + (paste0("Kunden$Umsatz_", year) > 0) * 2 paste0("Kunden$Kunde_real_", year) <- factor(paste0("Kunden$Umsatz_", year),...
2010 Sep 09
4
Capistrano Deploy with SVN over SSH - Network connection closed unexpectedly
...osed unexpectedly" Here is the output after the deploy: cap deploy:update * executing `deploy:update'' ** transaction: start * executing `deploy:update_code'' executing locally: "svn info svn+ssh://sshloginname-LuuGFW4anxJsqSCBsoyqvtBPR1lH4CV8@public.gmane.org/kunden/*******/svn/*******/trunk --username ssh-username --password passwort --no-auth-cache -rHEAD" Password: * executing "svn checkout -q --username username --password passwort --no-auth-cache -r74 svn+ssh://ssh-username-LuuGFW4anxJsqSCBsoyqvtBPR1lH4CV8@public.gmane.org/kunden/*******/sv...
2016 Apr 26
0
Antwort: Fw: Re: Creating variables on the fly (SOLVED)
Hi Don, Hi to all readers, many thanks for all your answers and all your help. I adapted Don's code to my data and Don's code does the trick: str(Kunden01) for (year in 2011:2015) { Reeller_Kunde <- paste0("Reeller_Kunde_", year) Umsatz <- paste0("Umsatz_", year) cat('Creating', Reeller_Kunde,'from', Umsatz,'\n') Kunden01[[ Reeller_Kunde ]] <- ifelse( Kunden01[[ Umsatz ]] >= 0, 1, 2)...
2006 Oct 16
1
rsync: mkstemp ... No such file or directory mangled dirname
...e is /data/gl. Also some time back I found a similar message where one letter in the path was changed. Why is this one letter changed and what is going on on a Saturday evening? Thanks for your support Error 1: there is no directory /data/wl, but there is /data/gl rsync: mkstemp "//data/wl/Kunden/XXXXXX/Angebote_Auftragsbestaetigungen/.AB_200806.doc.FFD9fg" failed: No such file or directory (2) rsync: mkstemp "//data/wl/Kunden/XXXXXX/Angebote_Auftragsbestaetigungen/.Angebot_Baustellenleiter_040624.doc.kuebxP" failed: No such file or directory (2) ... rsync: mkstemp "//da...
2014 Sep 03
0
Setup sieve failed
Hi, I try to setup sieve but I have some trouble. Using dovecot 2.2.9 on Ubuntu 14.04.1 LTS. I replaced my correct domain with ?domain.tld?. I am able to create sieve scripts using SOGo. The scripts are created in my mailbox. For example in /var/www/kunden/mail/domain.tld/testuser/sieve/sogo.sieve I have the following script and in same ~/sieve folder is a subdirectory available that?s called "tmp?: ~/sieve ~/sieve/tmp require ["vacation"]; if allof ( not exists ["list-help", "list-unsubscribe", "list-subscri...
2004 May 11
3
rsync output -vv differs with dry-run option
I'm trying to figure out if a file has changed since the last rsync call. I use the following command line: rsync -cvv /mnt/xxx/vol1/dbase/100/kunden.dbf /mnt/label | grep "^total: " | sed -e 's/.* data=//' This gives a 0 if the file is unchanged and the file size if the file has changed. Adding the "dry-run" option "n" to the command line always gives a 0. I wonder if this is a expected behaviour? --...
2019 Nov 18
4
On Register, run a script, validate source IP
...or something like On Register: If check_allowed_ip(auth_username) { return; } else { Reply(403 Wrong IP for this user); } Any ideas how to do that? (Yes, I asked Google and found nothing useful yet) Mit freundlichen Grüssen -Benoît Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2018 Jan 09
2
PJSIP: identify endpoint by authentication username?
...enge and getting a proper reply from the patton, but then stills complains about the endpoint not matching. According to the manual there is no type=identify match=authentication_username or similar. Mit freundlichen Gr?ssen -Beno?t Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2019 Nov 29
2
pjsip: How is asterisk choosing the IP address to put in the Contact header?
...ontain the wrong IP Address. Is this a known issue 13.18.3? Or is there a way to make absolutely sure the IP addresses within the Contact header is corresponding to the endpoint the packet is sent out? Mit freundlichen Grüssen -Benoît Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2020 Jan 13
3
Solved: Re: Asterisk 13.18.3 PJSIP. Wrong Port in Contact Header in Reply to REGISTER?
...ce IP that would be told to external endpoints was obviously wrong. In the end this caused the Proxy-SBC to believe it was not getting an OK to it's forwarded registration and discard this session. Mit freundlichen Grüssen -Benoît Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2017 Nov 27
2
pjsip Transfer 'Failed to parse destination uri'
...is results in: Failed to parse destination URI '[destnumber scrubber]' for channel PJSIP/trunk-00000011 Do I have to specify the destination number differently when using Transfer with pjsip that I used it in chan_sip? -Beno?t Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2018 Feb 02
2
Weird 'hairpin' call rtp audio problem
...> The "rtp_keepalive" option can be used to have the RTP stack send an > RTP packet out. Try that and see what happens. Once again 'bullseye' that fixed the problem. Thank you! Mit freundlichen Gr?ssen -Beno?t Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2020 Jan 14
1
res_pjsip.c:3461 ast_sip_set_tpselector_from_transport_name: Unable to retrieve PJSIP transport 'transport-name'
...' I did a grep on /etc/asterisk for that transport name. It's in any file anymore. Restarted asterisk. Error is still there. Is there any kind of config cache somewhere which I need to clear? Mit freundlichen Grüssen -Benoît Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2023 May 02
1
DUNDI anyone?
...use DUNDI? I know that in some Hamradio communities, DUNDI is used to interconnect PBXes, but that is with private phone number ranges, not connected to the public. Want some DUNDI peering? DM me :-) Mit freundlichen Grüssen -Benoît Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2012 Nov 26
1
Word missing after stemmed with Norwegian in Search::Xapian::TermGenerator
...an-devel, Gist: https://gist.github.com/10d2222d8bffe8d7631d I'm using Xapian-TermGenerator to extract Norwegian sentences to vsm (vector space model) using TermGenerator. But when I test generating vsm from 'Truet med ? stevne misforn?yd PC-kunde - PC-leverand?ren Asus likte sv?rt d?rlig kundens misforn?yde leserbrev.' It doen't return 'asus' result in vsm. So I've tried to replace 'Asus' with other word such as Acer, Apple, Dell, Fujitsu, HP, Lenovo, LG, NEC, Samsung, Sony and Toshiba. Most brand words I tried are able to get a result except Acer, Apple and...
2009 Apr 23
0
rsync- buffer overflow/broken pipe with critical filename-lenght using cwrsync at server-side
...hine (without cygwin-beta against long filename-problem), client is a linux-ubuntu box. log from the server: (i just change names with xxx, no special charakters) this error happens all the time again, /overflow: flags=0xba l1=240 l2=22 lastname=transfer/stasql/Transfer/xxxxxDB/Paletten-Service/Kunden/xxxxxxxxx xxxxxxx Care neu/Sonstiges/Additional agreement xx. xxxxxx-Dateien/WG Vereinfachung Handling von gebrauchten u. defekten Paletten - neuer Palettenpreis 750 ?,?Stck.-Dateien/themedata.thmx/ /2009/04/15 12:43:18 [2280] ERROR: buffer overflow in receive_file_entry [receiver]/ /2009/04/...
2013 Jul 05
5
popup to all users ?
Hello I need to have a information popup will be send when my thunderbird's users connect to our server. Is there a function in Dovecot to do so ? Thank you
2019 Nov 19
2
Global number rewriting rules affecting ALL headers?
...n example how to do that? PS: CONNECTED_LINE_CALLER_SEND_MACRO is depreciated and should be replaced by: CONNECTED_LINE_CALLER_SEND_SUB Do I have to call my routine [sub-routine] and end with ExitSub? Mit freundlichen Grüssen -Benoît Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
2017 May 22
3
SIP Trunk over Proxy (matching ip of outbound proxy in incomming calls)
...[default] and challenged. Of course, I could allow guests, but that would bring back the problem of having unwanted calls from sip scanners. So how do I tell the asterisk to also match calls from the ip of the outbound proxy? -Beno?t Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________