search for: tww

Displaying 14 results from an estimated 14 matches for "tww".

Did you mean: tw
2009 Dec 28
0
cannot receive new filesystem stream: invalid backup stream
I have two snv_126 systems. I''m trying to zfs send a recursive snapshot from one system to another: # zfs send -v -R tww/opt/chroots at backup-20091225 |\ ssh backupserver "zfs receive -F -d -u -v tww" ... found clone origin tww/opt/chroots/ab at ab-1.0 receiving incremental stream of tww/opt/chroots/ab-1.0 at backup-20091225 into tww/opt/chroots/ab-1.0 at backup-20091225 cannot receive new filesy...
2010 Mar 04
1
InterPBX communication using SIP
...;pbx2%3Aendopass at 172.16.200.176> [pbx1] type=friend host=dynamic trunk=yes sercret=password context=[default] deny=0.0.0.0/0.0.0.0 permit=172.16.200.176/255.255.255.128 and i get the following in pbx1: -- Executing [18021 at default:1] Dial("SIP/8029-b7413678", "SIP/pbx2/8021||TWw") in new stack -- Called pbx2/8021 [Mar 4 16:49:13] WARNING[3392]: chan_sip.c:12679 handle_response_invite: Received response: "Forbidden" from '"Khalid Touati" < sip:8029 at 172.16.200.176 <sip%3A8029 at 172.16.200.176>>;tag=as1dcf5ff2' -- SIP/...
2007 May 24
1
vmoutcall]
...exten => 80*,104,Hangup() Then you need to do a database look up every place in your dial plan where voice mail may be left, I do it as such: [macro-sip.extensions] exten => s,1,Set(CALLBACK=${DB(vmcallback/${ARG1})}) exten => s,n,SetMusicOnHold(cd) exten => s,n,Dial(SIP/${ARG1},28,tWw) exten => s,n,NoOP(Dial Status: ${DIALSTATUS}) exten => s,n,NoOP(Hangup Cause: ${HANGUPCAUSE}) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,GotoIf($["${CALLBACK}" = "YES"]?s-NOANSWER,2:s-NOANSWER,3) exten => s-NOANSWER,2,System(/usr/local/bin/vm-cal...
2004 Sep 30
4
Could not open /dev/net/tun
.... (0 for no compresion) Compression = 0 #Digest = sha1 #HMAC to be used (none for no HMAC) Digest = none #IndirectData = no Subnet = 192.168.1.0/24 #Subnet that this host is connected to. -----BEGIN RSA PUBLIC KEY----- MIGJAoGBAKsQbbC+CXd/tShV9PWhimnYBF+lJ+K2HRsCYJOmokXhETt9YmbfXcXB twW+o0bTQtKl8XORTYsCCo97im6Ofhce+hfFw7RFWMwLbSrT6LRn7I5GzE7Biv/R RSRGCBhHdoWGByKattvkO5JxeXU8O4sohxHkikIK7Z5DKG5SwMpHAgMBAAE= -----END RSA PUBLIC KEY----- I start the vpn with: tincd -n testVPN --debug=5 -D but I get: tincd -n testVPN --debug=5 -D tincd 1.0.2 (May 5 2004 14:06:12) starting, deb...
2006 Jan 05
1
Re: Has anyone tried using flash() in features.conf (applicationmap) - RESOLVED
...:948 feature_exec_app: Could not find application (flash()) Flash works within the dialplan so the application does exist. Any Ideas what I have done wrong? (or if this is possible) extensions.conf exten => s,n,Set(DYNAMIC_FEATURES=testfeature#zapflash) exten => s,n,Dial(SIP/xxxx,15,tWw) features.conf [applicationmap] testfeature => *9,caller,Playback,tt-monkeys zapflash => *3,caller,flash() -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ -- ___________________________________________________ Play 100s o...
2010 Apr 14
1
Interpbx connection
Hi Guys, i've connecting two pbx server successfully for several times using the following config: register => USPBX:mypass at 122.11.176.35 <USPBX%3Amypass at 122.11.176.35> [PBX1] type=friend host=122.11.176.35 trunk=yes sercret=mypass context=external deny=0.0.0.0/0.0.0.0 permit=122.11.176.35/255.255.255.240 insecure=very allow=all nat=yes qualify=yes canreinvite=no in the other
2007 Aug 23
1
Build error on 3.0.25c using Tru64
...rogram above this compiled okay. Now I can't even find a true "acl_common" and naturally no '.' token on line 3110 +/- a few dozen lines. I've withheld posting the ./configure run because of size. Available to anyone with some thoughts on how to fix this. I'm using TWW (The Written Word) builds of GCC and GNU tools. Previous Samba have built. Thanks in advance. -- Robert
2004 Jul 03
0
[Bug 1495] New: 2.6.x generates protocol stream error running as server daemon on HP-UX 11.11
...d 2.4.6; when the older revision is used to make the connection, the error simply reads "unexpected EOF in read_timeout"). The error does *not* appear when running the server at either revision 2.4.6 or 2.5.6. Most revisions were compiled on HP-UX 11.11 using HP's ANSI C compiler; a TWW (The Written Word) version also tested was compiled using gcc (not sure which revision), and delivered as part of their 6.1 toolset revision. $ /usr/local/bin/rsync --version rsync version 2.4.6 protocol version 24 Written by Andrew Tridgell and Paul Mackerras $ /usr/local/bin/rsync262 --vers...
2008 Aug 29
0
Asterisk cdr_mysql inexact values
...me to arange my macro to remove that s from cdr or by any advice i would be gratefull. My macro: [macro-phonesystems] exten => s,1,NoOp(We are calling=${ARG1}) exten => s,2,GotoIf($[${GROUP_COUNT(ph0)}>=1]?100:3) exten => s,3,Set(GROUP()=ph0) exten => s,4,Dial(Sip/${ARG1:1}@ovh1,40,TwW) exten => s,5,NoOP(PH0) exten => s,100,GotoIf($[${GROUP_COUNT(ph1)}>=1]?200:101) exten => s,101,Set(GROUP()=ph1) exten => s,102,Dial(Sip/${ARG1:1}@ovh2,40,Tw) exten => s,103,NoOp(PH1) exten => s,200,GotoIf($[${GROUP_COUNT(ph2)}>=2]?300:201) exten => s,201,Set(GROUP()=ph...
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
...stem-pcre \ --with-system-xz --with-recommended-packages=no the build completes successfully, but the 'gnumake check' fails with the same error "/usrX/JunqueYard/R-2.11.1/bin/Rcmd: @: not found" The second attempt was made using gcc/gfortran: # gcc --version gcc (GCC) 4.0.2 (TWW) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # gfortran --version GNU Fortran 95 (GCC 4.0.2 (TWW)) Copyright (C) 2005 Free Software Foundatio...
2004 Aug 06
4
Installing Icecast...
...up : Applications/Internet Repo : Locally Installed ...so fair enough, off I go (grumble, grumble) to find curl. But my version is the newest registered with any of the 6 or so sites I have in my yum.conf file. I download it manually and once I decompress it, I need to install curl: # rpm -i TWWcurl711-7.11.1-1.i386.rpm error: Failed dependencies: TWWopenssl097 >= 0.9.7b is needed by TWWcurl711-7.11.1-1 TWWzlib11 >= 1.1.4 is needed by TWWcurl711-7.11.1-1 ..oops. Wow. Yet more dependencies. But... once again, the most modern version of openssl registered with yum (again, across 6...
2013 Apr 10
5
Setting a CDR field from using feature codes...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to set the CDR(userfield) to a certain vaule using the application map of features.conf but I am not able to do it. When I receive a call I would like to tag it with a client code (3 digit numeric) so I can referenci it later from the CDR. I have edited features.conf with something like: code => #111,self,SET(CDR(userfield(111)) or
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...E26S;Q#0WfLb$knZ_0m2WS}EpRkcLR9Cmj)Qs?+^JNxy+t?x zR#v8+bz8xmq{_HOyi6yQima<dmJ3-ENWq<IRVqmB?7Rv)Z#?p}s=*-nG-5cfI at a;- z)vVoNy=pbPdnvp8eO|Sc-MxafuBckU?q10T9an#M>v5HMS27f-)HK8ShhrTFuVnMD z%z%s7cJMMbKa(iREr>K+cKSr+1U1tMH?!hIA!(a#D9VY-pULsQley@`5XzisJIJw) z1Ft;Y(MK*FU9I^@K|^Xa6+uC at E`nCo%tww_6CW8gh5JZ=^nf_WRjaL)GiY{nIZYp; zD29)e(UUD at 1>n&Jr%o`dL4sEHsT{@3>ISs}0bxMxF_n`Zt%zBDK=82#GaZlu3JlgJ z^i0oClw%!Fbo`5QWx0N3$E&JI3y0o`Y8kUHTyRi_R?w69=aEHZ8lTSD3@(12fK|_0 z!SfSa$!xCBRCs=hUH}gd3tg$wRHtjU3i<v_?og_JCU?&g;Vg2jSQ&hfWacR%7(9<x z&gb3*T*Mdh%0=9}m=E5nR&HUHOL...