Re: Setting up a PBX for Israel-US communication

2009-02-14 Thread Tzafrir Cohen
On Sat, Feb 14, 2009 at 08:05:06AM +1100, Amos Shapira wrote:
 2009/2/14 Tzafrir Cohen tzaf...@cohens.org.il:
  On Fri, Feb 13, 2009 at 01:54:53PM +1100, Amos Shapira wrote:
  I saw somewhere that the Xen hosts provided by VPSLink already have
  1000HTz clocks on them, saving a kernel recompilation.
 
  But is it actually 1000Hz?
 
 How can you tell without access to the kernel config? The CPU MHz is 2200.

The experiment below was for sampling the clock Asterisk would get 

 
 
  Try:
 
  Build DAHDI[*] on that system without installing it:
 
   svn co http://svn.digium.com/svn/dahdi/linux dahdi-linux
   svn co http://svn.digium.com/svn/dahdi/tools dahdi-tools

Grr Make those two:

  svn co http://svn.digium.com/svn/dahdi/linux/trunk dahdi-linux
  svn co http://svn.digium.com/svn/dahdi/tools/trunk dahdi-tools

   cd dahdi-linux
   make # maybe you also need KVERS, KSRC and such
   cd ../dahdi-tools
   configure --with-dahdi=../dahdi-linux
   make dahdi_test
   modprobe crc_ccitt
   insmod ../dahdi-linux/drivers/dahdi/dahdi.ko
   insmod ../dahdi-linux/drivers/dahdi/dahdi_dummy.ko
 
   # and now finally test:
   ./dahdi_test -v -c 5
 
   # When you're done:
   rmmod dahdi_dummy dahdi

Anyway, just did that in a Xen host I have (using Debian Lenny)

The Xen kernel does not have CONFIG_HIGH_RES_TIMERS set, I could not
find a working RTC driver, and HZ is set to 250 .

   1. Debian :-) (As I package Asterisk for it)
 
  I used Debian for over 10 years but now I got used to CentOS (simply
  because it's so much easier to find hosts which support it for my work
  needs).
 
  I recently looked for unmanaged hosts and there Debian was generally as
  common as Centos. Most managed hosts used cPanel and alike that I simply
  can't stand.
 
 I can't stand cPanel either. With Debian hosting at least on one place
 (I think Spry, the parent of VPSLink) I got stuck with an old Debian
 on a Virtuozo VPS which I can't upgrade without just installing the
 machine from scratch (I know Debian supports in-place upgrades, but
 the virtual host setup won't allow this).

This is why I go for unmanaged. The box from which I'm writing this got
upgraded from Etch to Lenny. Generally each Debian system supports the
kernel of the previous distribution.

 
 
 
   2. Do consider Asterisk SVN trunk. At least if this is a home PBX.
   Specifically The extra timing source stuff might be of direct interest
   to you.
 
  I don't know Asterisk at all so not sure I should try the latest and
  greatest where I'll never know whether something is broken because I
  did it wrong or because it's really broken.
 
  In that case, latest stable is now branch 1.6.0 (e.g. 1.6.0.5).
 
 It was 1.6rc1 

That's 1.6.1-rc1 . That is: a release candidate for the branch 1.6.1 . 
A while before that 1.6.0.5 was released, which is the fifth maintinance
release of branch 1.6.0 .

 about three days ago when I looked . I'd rather stick to
 something which reached .23 for now.
 
 
  1.4 is still being maintained, but not sure for how long.
 
 1.6 was rc1 just this week.
 
 Are you saying that once I decide to go with Asterisk I also have to
 keep close chase of their latest release in order to have it supported
 (i.e. bug and security fixes)?

The closest thing I found for describing it is:
http://www.asterisk.org/node/48539

At the moment 1.4 is still supported, but I'm not sure I'd use it for
new installations.

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
ICQ# 16849754 || friend

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Setting up a PBX for Israel-US communication

2009-02-14 Thread Amos Shapira
2009/2/14 Tzafrir Cohen tzaf...@cohens.org.il:
 On Sat, Feb 14, 2009 at 08:05:06AM +1100, Amos Shapira wrote:
 2009/2/14 Tzafrir Cohen tzaf...@cohens.org.il:
  On Fri, Feb 13, 2009 at 01:54:53PM +1100, Amos Shapira wrote:
  I saw somewhere that the Xen hosts provided by VPSLink already have
  1000HTz clocks on them, saving a kernel recompilation.
 
  But is it actually 1000Hz?

 How can you tell without access to the kernel config? The CPU MHz is 2200.

 The experiment below was for sampling the clock Asterisk would get

OK, I didn't realize that. Will try it later then.


 Anyway, just did that in a Xen host I have (using Debian Lenny)

 The Xen kernel does not have CONFIG_HIGH_RES_TIMERS set, I could not
 find a working RTC driver, and HZ is set to 250 .

It doesn't necessarily mean that it's the same on my Xen host. As far
as I follow it's a per-kernel-compilation setting.


   1. Debian :-) (As I package Asterisk for it)
 
  I used Debian for over 10 years but now I got used to CentOS (simply
  because it's so much easier to find hosts which support it for my work
  needs).
 
  I recently looked for unmanaged hosts and there Debian was generally as
  common as Centos. Most managed hosts used cPanel and alike that I simply
  can't stand.

 I can't stand cPanel either. With Debian hosting at least on one place
 (I think Spry, the parent of VPSLink) I got stuck with an old Debian
 on a Virtuozo VPS which I can't upgrade without just installing the
 machine from scratch (I know Debian supports in-place upgrades, but
 the virtual host setup won't allow this).

 This is why I go for unmanaged. The box from which I'm writing this got
 upgraded from Etch to Lenny. Generally each Debian system supports the
 kernel of the previous distribution.

What do you call unmanaged? It's a Virtuozo-style host, so the
kernel is dictated by the hosting env.

The VPSLink service I have is Xen so although they control the kernel
I can pick one of few and probably switch to a new one.

 It was 1.6rc1

 That's 1.6.1-rc1 . That is: a release candidate for the branch 1.6.1 .
 A while before that 1.6.0.5 was released, which is the fifth maintinance
 release of branch 1.6.0 .

OK, I missed that.


 about three days ago when I looked . I'd rather stick to
 something which reached .23 for now.

 
  1.4 is still being maintained, but not sure for how long.

 1.6 was rc1 just this week.

 Are you saying that once I decide to go with Asterisk I also have to
 keep close chase of their latest release in order to have it supported
 (i.e. bug and security fixes)?

 The closest thing I found for describing it is:
 http://www.asterisk.org/node/48539

 At the moment 1.4 is still supported, but I'm not sure I'd use it for
 new installations.

Thanks for the pointer. It looks like the relevant sentence was cut in
the middle:

With Asterisk 1.4, once Asterisk 1.4.N is released, Asterisk 1.4.X is
no longer supported, where X
http://downloads.digium.com/pub/telephony/asterisk/asterisk-1.6.0.tar.gz;
?

--Amos

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Setting up a PBX for Israel-US communication

2009-02-14 Thread Amos Shapira
BTW - About Israeli DID's - I just received an ad from Gizmo5 (I
probably registered with them a while ago) advertising their new free
SIP-to-Skype gateway. So I went to their web site and found that they
offer a callin number for $12/3-months or $35/12-months, which is
very close to the lost 077 numbers for $3/month with DIDWW. These are
03 numbers (http://gizmo5.com/pc/network/callin-numbers/).

They explicitly support SIP and Asterisk (see the FAQ:
http://support.gizmoproject.com/index.php?_m=knowledgebase_a=viewarticlekbarticleid=325nav=0).

Does anyone have experience with them?

Thanks,

--Amos

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: ??????????: ??????????????

2009-02-14 Thread Dotan Cohen
 If you have the Rotal/Seimens router that Bezeq gives out, there is a
 firmware upgrade for it.


Thanks, but the updated firmware did not help.

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: [WEB STANDARDS COMPLIANCE] Bituach Leumi - an Internet Explorer Holdout

2009-02-14 Thread Dotan Cohen
 Thanks, I was able to fill the feedback form and finally get the
 feedback that it was submitted.  If it was actually submitted and will
 be acted upon, that's different matter altogether...


That is true, which is why I try to follow up my emails about broken
websites with with phone calls. However, I do not make it obvious that
I am the same person who wrote the email.

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Setting up a PBX for Israel-US communication

2009-02-14 Thread Ori Berger

Amos Shapira wrote:

which is very close to the lost 077 numbers for
$3/month with DIDWW. These are
03 numbers (http://gizmo5.com/pc/network/callin-numbers/).


FWIW, I asked DIDWW about the disappearing numbers (03 numbers are not 
there either at this moment), and they replied both 077 and 03 be back 
shortly (but I don't know what shortly means). Diamondcard still 
offers 03 numbers for $10/year. (Do note that their DID costs are 
competitive, but their termination rates are not).




___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Ubuntu Dok

2009-02-14 Thread Amichai Rotman
Hi Again,

I am still not sure what exactly you need from me.

Do you mean step-by-step instructions to make a bootable USB stick to
re-flash a BIOS?

Kind of a case study for what I did?

.::.

Amichai Rotman

UIN#: 6401746
Registered Linux User#: 201192 [http://counter.li.org/]
Registered Ubuntu User #12851 [http://ubuntucounter.geekosophical.net]



PLEASE READ: http://www.gnu.org/philosophy/no-word-attachments.html



.::.


On Thu, Feb 12, 2009 at 22:14, Dotan Cohen dotanco...@gmail.com wrote:

 2009/2/12 Amichai Rotman amic...@iglu.org.il:
  Hi Dotan,
 
  Just read what you sent me...
 
  I don't mind if you post it on a Wiki - but I did not understand - what
  would you like to post there?
 
  As long as you send me a link to the post and mention my name as
  contributor... :-)
 
  BTW - where you successful?
 

 I did not need to flash the BIOS of my laptop. But I would like the
 info to be in a public place so that it will be easy to find. Put it
 on some Linux wiki, or write the instructions to me and I will post it
 to dotancohen.com. Of course, you will be given credit! I'm an
 engineer, not a politician :)

 --
 Dotan Cohen

 http://what-is-what.com
 http://gibberish.co.il

 א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
 ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
 А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
 а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
 ä-ö-ü-ß-Ä-Ö-Ü

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Ubuntu Dok

2009-02-14 Thread Dotan Cohen
2009/2/14 Amichai Rotman amic...@iglu.org.il:
 Hi Again,

 I am still not sure what exactly you need from me.

 Do you mean step-by-step instructions to make a bootable USB stick to
 re-flash a BIOS?


Yes, I think that it would help people in the community. I don't need
it for myself.

 Kind of a case study for what I did?


No, just instructions.

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Ubuntu Dok

2009-02-14 Thread Amichai Rotman
K.

So I'll try and write it down tomorrow. I'll e-mail you when it's ready.

.::.

Amichai Rotman

UIN#: 6401746
Registered Linux User#: 201192 [http://counter.li.org/]
Registered Ubuntu User #12851 [http://ubuntucounter.geekosophical.net]



PLEASE READ: http://www.gnu.org/philosophy/no-word-attachments.html



.::.


On Sat, Feb 14, 2009 at 14:39, Dotan Cohen dotanco...@gmail.com wrote:

 2009/2/14 Amichai Rotman amic...@iglu.org.il:
  Hi Again,
 
  I am still not sure what exactly you need from me.
 
  Do you mean step-by-step instructions to make a bootable USB stick to
  re-flash a BIOS?
 

 Yes, I think that it would help people in the community. I don't need
 it for myself.

  Kind of a case study for what I did?
 

 No, just instructions.

 --
 Dotan Cohen

 http://what-is-what.com
 http://gibberish.co.il

 א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
 ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
 А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
 а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
 ä-ö-ü-ß-Ä-Ö-Ü

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Last Day Reminder - Re: [Telux] Next Meeting: Zvi Devir about Windows Refund HOWTO on 15-Feb-2009

2009-02-14 Thread Shlomi Fish
Hi all!

This is a last day reminder that we are going to hold a talk tomorrow. More 
information can be found in the quoted message and in the links.

Regards,

Shlomi Fish

On Sunday 08 February 2009 11:31:57 Shlomi Fish wrote:
 Hi all!

 The Tel Aviv Open Source Club will host a talk by Zvi Devir about Windows
 Refund HOWTO - how to get a refund for a copy of Microsoft Windows that
 ships as part of a new computer - on 15-February-2009.

 The meeting will take place at Tel Aviv University, at the Schreiber
 MathsCS building, room 008 on 18:30. So mark your calendars. For more
 information can be found at:

 * http://www.cs.tau.ac.il/telux/

 * http://wiki.osdc.org.il/index.php/Tel_Aviv_Meeting_on_15_February_2009

 With any other problems, feel free to contact me:

 http://www.shlomifish.org/me/contact-me/

 Regards,

   Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/
http://www.shlomifish.org/humour/ways_to_do_it.html

maukeI'm not interested in what you're doing; what are you trying to 
   achieve?
PerlJam  mauke: I'm trying to achieve world peace and this regex is
   the last thing standing in my way! ;)


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Rotal Seimens Router Firmware.

2009-02-14 Thread Geoffrey S. Mendelson

On Fri, Feb 13, 2009 at 01:39:04PM +, Moshe Brace using Yahoo wrote:

Where do we find this upgrade?


I'm on the Israel Mac user's list. Someone there found it, and put it the
files section. I think he got it from BEZEQ.

Geoff.
--
Geoffrey S. Mendelson, Jerusalem, Israel g...@mendelson.com  N3OWJ/4X1GM

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: ??????????: ??????????????

2009-02-14 Thread Micha Feigin
On Sat, 14 Feb 2009 12:17:11 +0200
Dotan Cohen dotanco...@gmail.com wrote:

  If you have the Rotal/Seimens router that Bezeq gives out, there is a
  firmware upgrade for it.
 
 
 Thanks, but the updated firmware did not help.
 

MY neighbor is having serious disconnect problems with her ADSL, problem is
that she knows very little about computers. They checked the lines, the guy
tried to convince me over the phone that it's because her machine is connected
wirelessly to the router (no idea why the bezeq tech did that). Then they said
that the modem needs to be replaced (the ADSL light kept going out). Don't know
if she did that though. Could be the same problem with you, although in this
case we are talking a disconnect every five minutes or so.

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: ??????????: ??????????????

2009-02-14 Thread Dotan Cohen
 MY neighbor is having serious disconnect problems with her ADSL, problem is
 that she knows very little about computers. They checked the lines, the guy
 tried to convince me over the phone that it's because her machine is connected
 wirelessly to the router (no idea why the bezeq tech did that). Then they said
 that the modem needs to be replaced (the ADSL light kept going out). Don't 
 know
 if she did that though. Could be the same problem with you, although in this
 case we are talking a disconnect every five minutes or so.


I am connected with a AT5 cable, same symptom: disconnects every few
minutes. What ISP does she have?

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Rotal Seimens Router Firmware.

2009-02-14 Thread Dotan Cohen
 I'm on the Israel Mac user's list. Someone there found it, and put it the
 files section. I think he got it from BEZEQ.


Yes, Bezeq sends it in an email to customers who suffer from problems.

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Rotal Seimens Router Firmware.

2009-02-14 Thread Moshe Brace using Yahoo
shavuah tov,I talked in shool with a Bezeq technician and he says it's on their 
site under support. However, he says use with great caution. If the Router 
works OK leave well alone. It is a procedure like flashing the Bios - do with 
caution.
Moshe
--- On Sat, 14/2/09, Dotan Cohen dotanco...@gmail.com wrote:
From: Dotan Cohen dotanco...@gmail.com
Subject: Re: Rotal Seimens Router Firmware.
To: g...@mendelson.com
Cc: Moshe Brace using Yahoo mbrace...@yahoo.co.uk, linux-il. 
linux-il@cs.huji.ac.il
Date: Saturday, 14 February, 2009, 7:50 PM

 I'm on the Israel Mac user's list. Someone there found it, and put
it the
 files section. I think he got it from BEZEQ.


Yes, Bezeq sends it in an email to customers who suffer from problems.

-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-ط-ظ-ع-غ-ف-ق-ك-ل-م-ن-ه‍-و-ي
А-Б-В-Г-Д-Е-Ё-Ж-З-И-Й-К-Л-М-Н-О-П-Р-С-Т-У-Ф-Х-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-ё-ж-з-и-й-к-л-м-н-о-п-р-с-т-у-ф-х-ц-ч-ш-щ-ъ-ы-ь-э-ю-я
ä-ö-ü-ß-Ä-Ö-Ü



  ___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Rotal Seimens Router Firmware.

2009-02-14 Thread Geoffrey S. Mendelson

On Sat, Feb 14, 2009 at 06:36:32PM +, Moshe Brace using Yahoo wrote:


shavuah tov,I talked in shool with a Bezeq technician and he says it's
on their site under support. However, he says use with great caution. If
the Router works OK leave well alone. It is a procedure like flashing
the Bios - do with caution.


It went on perfectly fine. The big caution is that if you do it over 
WIFI, there is a big chance that it will fail and leave you stuck.


If you do it over a wired connection, you should be ok.

If it fails you will have a paperweight, so they don't want you to
do it and then have to send someone out with a new router. Note that
when I did it, I found my WIFI password changed. :-(

I don't actually have an aDSL line, so I can't tell you if it affected
things.

Geoff.

--
Geoffrey S. Mendelson, Jerusalem, Israel g...@mendelson.com  N3OWJ/4X1GM

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: ??????????: ??????????????

2009-02-14 Thread Micha Feigin
On Sat, 14 Feb 2009 19:49:56 +0200
Dotan Cohen dotanco...@gmail.com wrote:

  MY neighbor is having serious disconnect problems with her ADSL, problem is
  that she knows very little about computers. They checked the lines, the guy
  tried to convince me over the phone that it's because her machine is
  connected wirelessly to the router (no idea why the bezeq tech did that).
  Then they said that the modem needs to be replaced (the ADSL light kept
  going out). Don't know if she did that though. Could be the same problem
  with you, although in this case we are talking a disconnect every five
  minutes or so.
 
 
 I am connected with a AT5 cable, same symptom: disconnects every few
 minutes. What ISP does she have?
 

The wireless stuff is to say that the support was useless. It can't be
that wireless disconnects with the router are causing the modem to loose atm
connection. It's either a bad line or a bad modem. AFAIK we have a switchboard
in our village so it shouldn't be a distance problem, could be bad wiring
outside the house but the test they ran showed a good connection, so my guess
is a bad modem. I'm on cable so I can't bring another modem to test (although
that is an idea, maybe I can borrow from a different neighbour).

See if you have someone to borrow a modem from to make sure that it is not the
modem. What are the simptoms that you are seeing. Is the atm constantly on or
does it go out. The moment it disconnects, does attempting to reconnect works
or does it take some time.

I can't recall the ISP at the moment (I think that it was either barak or
bezeq int.), my talk was with bezeq, not the ISP. 

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Setting up a PBX for Israel-US communication

2009-02-14 Thread Tzafrir Cohen
On Sat, Feb 14, 2009 at 09:04:08PM +1100, Amos Shapira wrote:
 2009/2/14 Tzafrir Cohen tzaf...@cohens.org.il:
  On Sat, Feb 14, 2009 at 08:05:06AM +1100, Amos Shapira wrote:
  2009/2/14 Tzafrir Cohen tzaf...@cohens.org.il:
   On Fri, Feb 13, 2009 at 01:54:53PM +1100, Amos Shapira wrote:
   I saw somewhere that the Xen hosts provided by VPSLink already have
   1000HTz clocks on them, saving a kernel recompilation.
  
   But is it actually 1000Hz?
 
  How can you tell without access to the kernel config? The CPU MHz is 2200.
 
  The experiment below was for sampling the clock Asterisk would get
 
 OK, I didn't realize that. Will try it later then.
 
 
  Anyway, just did that in a Xen host I have (using Debian Lenny)
 
  The Xen kernel does not have CONFIG_HIGH_RES_TIMERS set, I could not
  find a working RTC driver, and HZ is set to 250 .
 
 It doesn't necessarily mean that it's the same on my Xen host. As far
 as I follow it's a per-kernel-compilation setting.
 
 
1. Debian :-) (As I package Asterisk for it)
  
   I used Debian for over 10 years but now I got used to CentOS (simply
   because it's so much easier to find hosts which support it for my work
   needs).
  
   I recently looked for unmanaged hosts and there Debian was generally as
   common as Centos. Most managed hosts used cPanel and alike that I simply
   can't stand.
 
  I can't stand cPanel either. With Debian hosting at least on one place
  (I think Spry, the parent of VPSLink) I got stuck with an old Debian
  on a Virtuozo VPS which I can't upgrade without just installing the
  machine from scratch (I know Debian supports in-place upgrades, but
  the virtual host setup won't allow this).
 
  This is why I go for unmanaged. The box from which I'm writing this got
  upgraded from Etch to Lenny. Generally each Debian system supports the
  kernel of the previous distribution.
 
 What do you call unmanaged? It's a Virtuozo-style host, so the
 kernel is dictated by the hosting env.
 
 The VPSLink service I have is Xen so although they control the kernel
 I can pick one of few and probably switch to a new one.
 
  It was 1.6rc1
 
  That's 1.6.1-rc1 . That is: a release candidate for the branch 1.6.1 .
  A while before that 1.6.0.5 was released, which is the fifth maintinance
  release of branch 1.6.0 .
 
 OK, I missed that.
 
 
  about three days ago when I looked . I'd rather stick to
  something which reached .23 for now.
 
  
   1.4 is still being maintained, but not sure for how long.
 
  1.6 was rc1 just this week.
 
  Are you saying that once I decide to go with Asterisk I also have to
  keep close chase of their latest release in order to have it supported
  (i.e. bug and security fixes)?
 
  The closest thing I found for describing it is:
  http://www.asterisk.org/node/48539
 
  At the moment 1.4 is still supported, but I'm not sure I'd use it for
  new installations.
 
 Thanks for the pointer. It looks like the relevant sentence was cut in
 the middle:
 
 With Asterisk 1.4, once Asterisk 1.4.N is released, Asterisk 1.4.X is
 no longer supported, where X
 http://downloads.digium.com/pub/telephony/asterisk/asterisk-1.6.0.tar.gz;
 ?

Since then 1.4.23 has been published, and I saw a number of fixes
scheduled for 1.4.24 .

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
ICQ# 16849754 || friend

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Linux spam on wikipedia.

2009-02-14 Thread Ira Abramov
FYI and FWIMC, I just removed two links from the Hebrew Wikipedia
article Linux that pointed to a little consultancy firm called Jaya
who seems to be all into SAP and hates RHAT for some odd reason. The
website seems two weeks old, based on the Forum entries.

Times are tough, competition is fearce, but spamming is not an option.
If anyone asks you about Jaya, The Linux Group, Miky Barzilay or the
little community conference he's organizing, just give them a heads
up. It may be a legitimate, professional business, but the guy practices
dirty marketing, so he's got a black point in my book.

BTW, his links box hints he's cooperating with Hamakor, What'sup,
Penguin, IGLU and others. umm

-- 
Barman! Double shot of
Ira Abramov
http://ira.abramov.org/email/

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Linux spam on wikipedia.

2009-02-14 Thread Tomer Cohen
Here is what they posted about two weeks ago -
http://whatsup.org.il/modules.php?op=modloadname=Newsfile=articlesid=6258

Jaya is the same of linux-israel. Don't look too confused, I don't know
anyone who is using their website, but seems that someone actually using
their services. Still, I am agreeing with you that they should not place
link to thier website in Wikipedia unless it is really worth it.

P.S., exteranl links in Wikipedia are always nofollow'ed.


Tomer.


On Sun, Feb 15, 2009 at 01:20, Ira Abramov
lists-linux...@ira.abramov.orgwrote:

 FYI and FWIMC, I just removed two links from the Hebrew Wikipedia
 article Linux that pointed to a little consultancy firm called Jaya
 who seems to be all into SAP and hates RHAT for some odd reason. The
 website seems two weeks old, based on the Forum entries.

 Times are tough, competition is fearce, but spamming is not an option.
 If anyone asks you about Jaya, The Linux Group, Miky Barzilay or the
 little community conference he's organizing, just give them a heads
 up. It may be a legitimate, professional business, but the guy practices
 dirty marketing, so he's got a black point in my book.

 BTW, his links box hints he's cooperating with Hamakor, What'sup,
 Penguin, IGLU and others. umm



-- 
Tomer Cohen
http://tomercohen.com
Jay London  - My father would take me to the playground, and put me on mood
swings.
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Linux spam on wikipedia.

2009-02-14 Thread Gilad Ben-Yossef

Ira,


Ira Abramov wrote:


FYI and FWIMC, I just removed two links from the Hebrew Wikipedia
article Linux that pointed to a little consultancy firm called Jaya
who seems to be all into SAP and hates RHAT for some odd reason. The
website seems two weeks old, based on the Forum entries.

  
I know Miki personally and he is not a bad person. A little misguided 
about marketing it seems, but I don't think he is a spammer.


I forwarded your email to him and I do believe this is a mistake rather 
then a habit.



Cheers,
Gilad


--
Gilad Ben-Yossef 
Chief Coffee Drinker


Codefidence Ltd.
The code is free, your time isn't.(TM)

Web:http://codefidence.com
Email:  gi...@codefidence.com
Office: +972-8-9316883 ext. 201
Fax:+972-8-9316885
Mobile: +972-52-8260388

	The Doctor: Don't worry, Reinette, just a nightmare. 
	Everyone has nightmares. Even monsters from under the 
	bed have nightmares, don't you, monster?

Reinette: What do monsters have nightmares about?
	The Doctor: Me! 

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il