Re: CDDB Hebrew encoding

2009-07-17 Thread Levy, Chen
OK, I found a better way to do it, that also gives a hint to the questions below: cat cddbread.2 | iconv -f utf8 -t latin1 | iconv -f hebrew -t utf8 My guess is that the data somehow along the way was encoded as windows-cp1255, and then interpreted as latin-1. From there the convention to utf8

Some Free call tricks to the USA on SIP (+asterisk trick)

2009-07-17 Thread Andrew Kaplan
1. Free calls to U.S. Toll Free numbers (1-800, 888, 877, 866). Use the following SIP registration: sip/164164$outn...@sip.tollfreegateway.com (You can create an Asterisk Trunk for all 1800/888/877/866 using this registartion string. 2. Free 5 minute calls to any US number and most Int'l

Re: CDDB Hebrew encoding

2009-07-17 Thread Yuval Hager
On Friday 17 July 2009, Levy, Chen wrote: OK, I found a better way to do it, that also gives a hint to the questions below: cat cddbread.2 | iconv -f utf8 -t latin1 | iconv -f hebrew -t utf8 My guess is that the data somehow along the way was encoded as windows-cp1255, and then interpreted