search for: zzz

Displaying 20 results from an estimated 610 matches for "zzz".

2013 Jan 04
0
T38MaxBitRate issue on fax passthrough
...). Is the fact that XMedius is not capitalizing the 'm' in 'T38maxBitRate' the cause of Asterisk telling the upstream provider that the 'T38MaxBitRate' is 2400? This should be the relevant sip debug. I have replaced the IP addresses with XXX.XXX.XXX.XXX (or WWW or YYY or ZZZ) as appropriate. <--- SIP read from UDP:WWW.WWW.WWW.WWW:5060 ---> INVITE sip:4803836933 at ZZZ.ZZZ.ZZZ.ZZZ:5060 SIP/2.0 Via: SIP/2.0/UDP WWW.WWW.WWW.WWW:5060;branch=z9hG4bK-40A939C7AE8C From: sip:XMFAX2.mydomain.world;tag=095775A0931E To: sip:4803836933 at ZZZ.ZZZ.ZZZ.ZZZ;tag=as09ca5622 Call-...
2006 Feb 01
1
Unable to Register to Asterisk through Proxy
...================================== sip.conf for user test [test] type=friend host=dynamic nat=yes canreinvite=no username=test secret=test ========================================================================== Failure REGISTER through Proxy: xxx.xxx.xxx.xxx = Asterisk yyy.yyy.yyy.yyy = Proxy zzz.zzz.zzz.zzz = User Agent Public IP 192.168.1.2 = User Agent Private IP <-- SIP read from yyy.yyy.yyy.yyy:5060: REGISTER sip:xxx.xxx.xxx.xxx SIP/2.0 Via: SIP/2.0/UDP yyy.yyy.yyy.yyy:5060;branch=z9hG4bKCefqJfo5hAO/paxgvw/iR7owic4= Via: SIP/2.0/UDP 192.168.1.2:5066;received=zzz.zzz.zzz.zzz:64073;r...
2005 Mar 29
4
slide show with R
...te the command, (or two or three commands) and then wait for another prompt. pale.yellow="#ffff99" par(bg=pale.yellow) plot(c(0,2*pi),c(-1,1),type="n",ylab="",yaxt="n") mirror<-function(t) { c(t,rev(2*max(t)-t)) } z<-log(1:1000)/log(1000) zz<-z*pi/2 zzz<-mirror(mirror(zz)) polygon(zzz,sin(25*zzz)*sin(zzz),border="blue") polygon(zzz,sin(5*zzz)*sin(zzz),border="green") polygon(zzz,sin(zzz),lwd=2) points(zzz,rep(0,length(zzz)),col="red",pch="|") Wrapping the following around each command works, sort of :...
2017 Jan 06
3
Issue with handling of 480 DND
...nt to 98-BUSY which is identical but then the call is hung up. This behaviour is unexpected/unwanted. We tried to figure out what the difference is and think it's how Asterisk handles the "480 Do Not Disturb" from the phone (xxx.xxx.xxx.xxx). It is passed to our main incoming server (zzz.zzz.zzz.zzz) as "181 call is being forwarded". Is this a bug or a feature? :-) How could we handle this correctly? SIP and Asterisk debug log below. Any help would be appreciated! Markus SIP: # U 2017/01/06 11:38:29.515836 xxx.xxx.xxx.xxx:45731 -> yyy.yyy.yyy.yy:5060 SIP/2.0 480...
2009 Aug 10
2
strsplit a matrix
...ke 2 matrices from this, as succinctly and efficiently as possible. I've tried such things as sapply(matrix, strsplit, "-") and tried to go from there, but I can't figure it out! So far I do it with a 2D for loop which can't be efficient! firstPartM <- matrix(ncol= dim(zzz)[2], nrow= dim(zzz)[1]) secondPartM <- matrix(ncol= dim(zzz)[2], nrow= dim(zzz)[1]) for(i in 1:dim(zzz)[1]) { for(j in 1:dim(zzz)[2]) { splitS <- strsplit(zzz[i,j],"-") firstPartM[i,j] <- splitS[[1]][1] secondPartM[i,j] <- splitS[[1]][2] } } Cheers, Jim
2010 Jun 10
1
Re :help to aggregate data
...(file='dummy.txt',sep='', header=TRUE) > dummy.data StDate Domaindesc Logins 1 05/01/10 xxx 10 2 05/01/10 xxx 45 3 05/01/10 xxx 2 4 05/01/10 yyy 45 5 05/01/10 yyy 20 6 05/01/10 yyy 22 7 05/01/10 zzz 34 8 05/01/10 zzz 54 9 05/01/10 zzz 1 10 05/01/10 zzz 0 11 05/02/10 yyy 32 12 05/02/10 xxx 40 13 05/02/10 zzz 23 14 05/02/10 yyy 5 15 05/02/10 zzz 12 16 05/02/10 xxx 19 17 05/02/10 xxx...
2005 Nov 22
1
Iproute2 src mangling problems
....9-3 (from yum) IPTables version: iptables.i386 1.2.11-3.1.RHEL4 Kernel: 2.6.9-11.EL =============== - We have two IP addresses assigned to this machine using aliases: [root@tequesta ~]# ip addr show 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 ... inet xxx.yyy.zzz.39/24 brd xxx.yyy.zzz.255 scope global eth0 inet xxx.yyy.zzz.16/24 brd xxx.yyy.zzz.255 scope global secondary eth0:0 ... - We''re marking packets that go through iptables with mark 0xf1: /sbin/iptables -I OUTPUT -t mangle -m owner --uid-owner (uid) -j MARK --set-mark 0xf1 - With ipr...
2010 May 25
2
help required to melt a data frame
I have the raw data with 9 column and 197977 row: > dummy State Months Bedroom 1 xxx Jan 1 2 xxx Jan 2 3 xxx Jan 1 4 yyy Jan 1 5 yyy Jan 2 6 yyy Jan 1 7 zzz Jan 3 8 zzz Jan 1 9 zzz Jan 2 10 xxx Feb 3 11 xxx Feb 4 12 xxx Feb 2 13 yyy Feb 1 14 yyy Feb 2 15 yyy Feb 1 16 zzz Feb 2 17 zzz Feb 3 18 zzz Feb 3 > dim(rawdata) [...
2012 Jul 25
3
creating Pivot
...I'm new to R.I have a data frame : xxx having columns color name values R XXX 10 G YYY 4 Y ZZZ 5 G XXX 2 Y XXX 3 R YYY 2 Y YY...
2019 Jun 26
2
Problem in doveadm import dovecot 2.2
Dear, I always used dovecot in version 2.0 and in the last month i update my servers to dovecot 2.2 but now i have problems with comand dovecot import, not works for me, bellow i put 2 examples used in my tests in boths cases not works for me. Someone already saw some case similar or can help me with this ? doveadm import -u teste at aaaaa.com mdbox:~/mdbox-backup "" mailbox INBOX from
2013 Jul 10
2
Replacing part of delimited string with R's regex
I have the following list of strings: name <- c("hsa-miR-555p","hsa-miR-519b-3p","hsa-let-7a") What I want to do is for each of the above strings replace the text after second delimiter with "zzz". Yielding: hsa-miR-zzz hsa-miR-zzz hsa-let-zzz What's the way to do it? [[alternative HTML version deleted]]
2011 Jan 05
1
Asterisk replying to wrong port for NOTIFY messages
See the following SIP trace. Where in the world does Asterisk get port 1025 to respond to? This is asterisk 1.6.x. Thanks. -- James <--- SIP read from zzz.zzz.zzz.44:9363 ---> NOTIFY sip:pbx1.mydomain.com SIP/2.0^M Via: SIP/2.0/UDP 192.168.1.140:9363;branch=z9hG4bK-b9a860d3^M From: "xxx-xxx-xxxx" <sip:xxxxxxxxxx at pbx1.mydomain.com>;tag=467525dd6fac949do0^M To: <sip:pbx1.mydomain.com>^M Call-ID: 707176dd-38f4779d at 192.168....
2012 Jul 08
3
list.files() find files beginning with a .
...t because of the recursive list.files parameter, for some files beginning with a . there is a path attached. I think it is not as simple as it looks because all files end with . something. .xlsx or .txt or .r... files <- list.files("~", recursive = TRUE, all.files = TRUE) files /XXX/ZZZ/.R_history /XXX/ZZZ/AAA/Script.r /XXX/ZZZ/BBB/test.xlsx /XXX/ZZZ/CCC/.xyz files <- files[grep("^.*$", files)] I want grep to return only the following to lines: /XXX/ZZZ/.R_history /XXX/ZZZ/CCC/.xyz Any ideas on how to solve that issue? Cheers syrvn -- View this message in contex...
2005 Aug 29
1
Belkin and newhidups
...120 ups.beeper.status: enabled ups.delay.restart: 0 ups.delay.shutdown: 0 ups.devicechemistry: PbAc ups.firmware: -16 ups.load: 43 ups.mfr: Belkin ups.model: UPS ups.power.nominal: 550 ups.serial: unknown ups.serial.internal: ups.status: OL CHRG ups.test.result: No test initiated ups.type: offline zzz.ups.belkinstatus.belkinbatterystatus: 00000010 zzz.ups.belkinstatus.belkinpowerstatus: 0000c000 zzz.ups.powersummary.capacitygranularity1: 1 zzz.ups.powersummary.capacitygranularity2: 1 zzz.ups.powersummary.capacitymode: 2 zzz.ups.powersummary.configvoltage: 12 zzz.ups.powersummary.current: 0 zzz.u...
2004 Jan 22
4
Problems with netfilter
...t 0x1 26 2152 MARK tcp -- lo any anywhere anywhere tcp dpt:smtp MARK set 0x1 0 0 MARK tcp -- ppp0 any anywhere anywhere tcp dpt:smtp MARK set 0x1 ip route show yyy.yyy.yyy.yyy dev ppp0 proto kernel scope link src xxx.xxx.xxx.xxx zzz.zzz.zzz.zzz dev eth0 scope link src zzz.zzz.zzz.zzz 192.168.0.0/24 dev eth2 scope link zzz.zzz.zzz.zzz/22 dev eth0 proto kernel scope link src zzz.zzz.zzz.zzz 127.0.0.0/8 dev lo scope link default via zzz.zzz.zzz.zzz dev eth0 ip rule show 0: from all lookup local 32755: from xxx.xxx....
2010 Apr 01
4
Printer Admin Difficulties
...ng samba-3.0.28a print server against that same domain controller. I have been looking at level 10 logs to compare two users, the mystery adminuser, and the feckless denieduser, when running the following command (again, both are members of the printer admin group): rpcclient -c 'setdriver ZZZ "HP LaserJet 4000 Series PS"' -U <user> localhost Following are log snippets, both beginning with SPOOLSS_OPENPRINTEREX and ending when printer access is either granted as PRINTER_ACCESS_ADMINISTER or denied outright. Whether or not in the proper printer admin group or giv...
2019 Dec 23
1
Trouble using reverse dsync backup (log in successful but almost nothing happens)
...c uid_validity=1232523592 uid_next=482711 subs=no last_change=0 last_subs=0 dsync(gerben): Debug: brain M: Local mailbox tree: Notspam_train guid=e0cc8c076b219a5dd73700009e3b11ac uid_validity=1570382188 uid_next=10 subs=no last_change=0 last_subs=0 dsync(gerben): Debug: brain S: Local mailbox tree: zzz-Old guid=c71fb29dcfd52e98ffb476033482311a uid_validity=1246525241 uid_next=1 subs=yes last_change=0 last_subs=0 dsync(gerben): Debug: brain M: Local mailbox tree: Sent guid=e8c3b0076b219a5dd73700009e3b11ac uid_validity=1570382189 uid_next=17 subs=yes last_change=0 last_subs=1570382187 dsync(gerben)...
2008 Oct 21
3
OT: Setting a CentOS to gateway a private IP address
This is mildly off topic since it has more to do with TCP/IP networking than with CentOS per se. However, at the risk of ruffling a few feathers I would like some advice on how to resolve the following routing problem: Given: dual homed host running CentOS-5.2 with eth0 = 2xx.yyy.zzz.23 eth1 = 192.168.219.1 and a Cisco gateway at 2xx.1xx.y7y.1 with the following networks: interface FastEthernet0/1 description connected to EthernetLAN ip address 10.0.0.1 255.0.0.0 secondary ip address 172.16.0.1 255.240.0.0 secondary ip address 192.168.71.1 255.255.255.0 secondary ip addr...
2011 Mar 28
0
special control 16
...en for some reason it puts on hold and then logs is full of Asked to transmit frame type ulaw, while native formats is 0x8 (alaw) read/write = 0x8 (alaw)/0x8 (alaw) Both peer and trunk have same codec priority (disallow=all then allow=alaw then alllow=ulaw) Any ideas how to fix this ? -- SIP/zzz-000001cd is making progress passing it to SIP/0010777-000001cc -- SIP/0010777-000001cc requested special control 16, passing it to SIP/zzz-000001cd -- Started music on hold, class 'default', on SIP/zzz-000001cd -- SIP/0010777-000001cc requested special control 20, passing it to SIP/zzz-0000...
2009 Nov 13
6
replace a whole word with sub()
Dear all, I cannot figure out how to solve a small problem (well, not for me), surely somebody can help me in few seconds. I have a series of strings in a vector X of the type "xxx", "yyy", "zzz", "IgA", "IgG", "kkk", "IgM", "aaa". I want to substitute every ENTIRE string beginning with "Ig" with "0". So, I'd like to have "xxx", "yyy", "zzz", "0", "0", "kk...