search for: 1gnxic

Displaying 18 results from an estimated 18 matches for "1gnxic".

2007 Jun 20
2
iptables question
...eebsd ipfw. eg: ipfw add 22 deny log all from any to x.x.x.x thank you ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC
2007 Jul 01
1
How can we block the calls for specific code
...849460 Yahoo ID: bilmar_gh at yahoo.com MSN ID: bghayad at hotmail.com ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC
2007 Aug 09
1
FLAC 1.2.0 won't build without ogg
Hello, Apologies if this has already been covered. I'm trying to compile FLAC 1.2.0 under FreeBSD without ogg support: when I run gmake, I get: encode.c: In function `convert_to_seek_table_template': encode.c:2181: error: structure has no member named `use_ogg' the following appears to fix the problem for me, although I've not checked it fully: ---
2007 Sep 14
1
general question
hi is it true flac began on *nix systems and development is still being done on that platform because i never read things about windows compilers on the mailing list? thx
2007 Aug 16
1
Flac has a problem testing with the "Ø" and "ø" characters
Whenever Flac does a test (-t) against a file with the special character indicated by a upper or lower case o with a diagonal line/forward slash through it, it fails with a ERROR INITIALIZING DECODER - INIT STATUS ERROR OPENING FILE. http://en.wikipedia.org/wiki/%C3%98 An example of actual failing file names are: 02 Tl?n.flac 05 ?rnen.flac The files test out OK with the flactester application
2007 Oct 16
2
what is GLX
wine errors with: Xlib: extension "GLX" missing on display ":2.0". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems What is this?
2007 Sep 05
0
Tone detection while Dialing
...al tone(eg, #), I want to send the call to another extenison. Regards. ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC
2007 Aug 26
1
Is it possible to register without sending the password?
...al_sip is configured in the sip.conf). Any help? Regards Bilal Ghayad ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC
2007 Jul 13
3
Macro: s-NOANSWER, _s-.
Hi List; I have this example for Macro and I am not able to understand some line, if any one can help me plz :)- [macro-voicemail] exten => s,1,Dial(${ARG1},20) exten => s,2,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(u${MACRO_EXTEN}) exten => s-NOANSWER,2,Goto(incoming,s,1) exten => s-BUSY,1,Voicemail(b${MACRO_EXTEN}) exten => s-BUSY,2,Goto(incoming,s,1) exten
2007 Jul 13
1
Media Proxy Mode in Asterik: SIP and
...www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671 ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC
2007 Jul 03
2
Can someone explain this statement?
...element to whatever is meant by "native elements"? Thanks! ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Sep 18
0
Short how to for RHEL5 as dom0 and RHEL5 as domU
...and you should be all set !. Enjoy! -Valdas ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Sep 21
4
Polycom 501 Phones Rebooting
Hello, At one of our locations, we have started to see Polycom 501s (running 1.6.7 firmware) randomly reboot. We have taken packet traces of the phones to determine if there is something odd in the Layer 2 or 3 of the network that might cause it, and have not seen anything strange. There are no errors on the ports. This appears to be affecting POE powered as well as AC powered phones. The Polycom
2007 Jul 22
2
Data Set
Hi Sir I have made a data set having 23 stations of rainfall. when I use the attach function to approach indevidual stations then following error occurr. *>attach(data)* *>S.Sharif #S.Sharif is the station name which has 50 data values* *Error: object "S.Sharif" not found* Now how to solve this problem. Thank You Regards -- AMINA SHAHZADI Department of Statistics GC
2007 Sep 28
4
re-encode tool win32
2007/9/28, Aaron Whitehouse <lists@whitehouse.org.nz>: > > > Under linux/bash, it would be something like.... > > cd /MusicDirectory > > find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}' > \; > > Wouldn't it be nice if it was something closer to: > flac --reencode --recursive -8 *.flac I think this would
2007 Oct 15
9
POST with huge HTTP body
Hi, I found the following page describing how to stream data from the server to the client: http://api.rubyonrails.com/classes/ActionController/Streaming.html I want to do the opposite, streaming data from the client to the server, letting the controller saving the data while it''s being received. In particular, I want to upload large files to the RailsDav
2007 Aug 29
2
sip authorization problem
Hi, I am trying to setup a simple home voip service w/ * I have compiled and installed the svn source as a first step I am trying to configure SIP for inside my network. I have a handful of softphones and a few hardphones that I want to all be able to call each other I have configured users.conf with a single softphone(kphone) and have tried calling itself (ext 6000) and the demo from the
2007 Sep 07
6
Re: multiple core support
it actually is complicated. the libFLAC api is not suited to a multithreaded design because the i/o is stream-based, not file- based. flac(.exe) is the file-based wrapper around libFLAC that allows it to work on files. the way libFLAC buffers data is also impossible to parallelize without significantly changing the api. it would take a specialty file-based encoder using an independent frame