Re: convert mp3 to GSM audio

2007-10-31 Thread Eran Levy
I didn't know that. Thanks. On 10/31/07, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Tue, Oct 30, 2007 at 06:54:45PM +0200, Eran Levy wrote: Hi, Any idea how to convert .MP3 to .GSM? I could not find a good application. I figure you want this for Asterisk. Almost all audio codecs on

Sound in GNOME under CYGWIN or Xnest

2007-10-31 Thread Ori Idan
Hello all, I have a Linux server (Debian Etch). I am connecting to this server using XDMCP with either CYGWIN (from a window machine) or Xnest (From another Linux machine) When I am on the server, the sound works perfectly (ALSA) On the stations I get error device not ready or busy. Does someone

Asterisk Time and Date

2007-10-31 Thread Eran Levy
Hi, How can I set the Time and Date? It seems like it doesn't recognize the correct time when using the GotoIfTime() extension... An example of my GotoIfTime ext: exten = 4,2,GotoIfTime(09:00-12:00|Sun-Thur|*|*?open,4,6) Any idea? -- Thanks, Eran

ipconfig.py implementation (was: Re: Indirect reward)

2007-10-31 Thread Omer Zak
--Boundary_(ID_UNQQJY8oii47gg641dqzoQ) Content-type: text/plain Content-transfer-encoding: 7BIT Hello Meir, Attached please find my implementation of ipconfig.py (inside a gzipped tar file). The script is released under GPLv3. --- Omer On Tue,

ipconfig.py implementation (was: Re: Indirect reward)

2007-10-31 Thread Meir Michanie
default gateway with proc is not working, the following piece of code should help. #defaultgw=defaultgw # wlan0 #netstat is /proc/net/route a = os.popen(netstat).read().split(\n) a=a[2] b=a.split('\t') gwip=b[2]; defaultgw='%d.%d.%d.%d' % (int(gwip[6:],16), int(gwip[4:6],16) ,

RE: Asterisk Time and Date

2007-10-31 Thread Eran Levy
-- Forwarded message -- From: Eran Levy [EMAIL PROTECTED] Date: Oct 31, 2007 2:05 PM Subject: Re: Asterisk Time and Date To: ik [EMAIL PROTECTED] 6 is the priority... isn't it? On 10/31/07, ik [EMAIL PROTECTED] wrote: Hi, First of all: exten =

ipconfig.py implementation (was: Re: Indirect reward)

2007-10-31 Thread Meir Michanie
Ok, I fixed the issue of getting the gateway by adding two lines of code. here you can find the new file http://www.riunx.com/public/ipconfig.py I already donated 50 shekels (DN10114) to hamakor.org.il Thanks Omer, we should all benefit from your work.

adding a button to Thunderbird

2007-10-31 Thread Erez D
hi as gmail now lets me connect via imap, i left the web interface and moved to Thunderbird instead of 'archive' button in gmail, i now move the message to the 'all mail' folder by dragging it to the folder but instead of dragging the message, i would like to add a button to Thunderbird with

please ignore (a test to see if i get relaying denied as i did before)

2007-10-31 Thread Erez D
please ignore = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Solved: MySQL replication problem (sort of)

2007-10-31 Thread Oded Arbel
On Wed, 2007-10-17 at 21:16 +0200, Oded Arbel wrote: The problem is that on the second server everything looks peachy - information is coming in and its always up to date, but on the third server on the renamed database one of the log tables is not getting any updates - currently it is stuck

Re: Sound in GNOME under CYGWIN or Xnest

2007-10-31 Thread Oded Arbel
On Wed, 2007-10-31 at 10:44 +0200, Ori Idan wrote: I have a Linux server (Debian Etch). I am connecting to this server using XDMCP with either CYGWIN (from a window machine) or Xnest (From another Linux machine) When I am on the server, the sound works perfectly (ALSA) On the stations I get

Problem accessing a Certain Remote IP with Kernel 2.6.24-rc1

2007-10-31 Thread Shlomi Fish
Hi all! I've been having a problem with kernel 2.6.24-rc1 on Mandriva Cooker. The problem is that after using it for a while connecting through TCP to the following remote, Internet IP - 212.143.218.31 - takes a very long time. Here's what I've learned: 1. Kernel 2.6.23 does not seem to

OT: Dell GX-260

2007-10-31 Thread Yedidyah Bar-David
Hi all, Sorry for posting Off-Topic. I am considering purchasing a Dell GX-260 SFF box. Does anyone have any experience with it? Does it run Linux well? I see it sold on several Israeli sites for around 1400 NIS, many of them with a dealer named ORGANIX, which I have a hard time finding

Re: OT: Dell GX-260

2007-10-31 Thread Hetz Ben Hamo
Hi Didi, I bought mine (GX 270) from alltrade (alltrade.co.il) for 1400 NIS (Pentium 4 2.4 Ghz, 80GB disk, 512MB RAM, CDROM, Floppy). This is one of the most quite machine I have here (although I run VMWare Server on it with VM, LAMP for my blog). There are basically 2 issues, one is minor and

Re: adding a button to Thunderbird

2007-10-31 Thread Amos Shapira
On 31/10/2007, Erez D [EMAIL PROTECTED] wrote: and now to the point: how do i create a button in Thunderbird ? No direct answer but have tried looking around Thunderbird Extensions? (e.g. https://addons.mozilla.org/en-US/thunderbird/search?q=gmailstatus=4comes up with GMailUI). --Amos

Re: Problem accessing a Certain Remote IP with Kernel 2.6.24-rc1

2007-10-31 Thread Amos Shapira
On 01/11/2007, Shlomi Fish [EMAIL PROTECTED] wrote: I've been having a problem with kernel 2.6.24-rc1 on Mandriva Cooker. The It's a bleeding-edge release candidate development kernel. What do you expect? This sounds like the kind of problem to report on the linux kernel developers mailing

Re: Asterisk Time and Date

2007-10-31 Thread Martha Greenberg
That should be: exten = 4,2,GotoIfTime(09:00-12:00|sun-thu|*|*?open,4,6) Eran Levy wrote: Hi, How can I set the Time and Date? It seems like it doesn't recognize the correct time when using the GotoIfTime() extension... An example of my GotoIfTime ext: exten =