Re: [Asterisk-Users] G723.1 and G729 on Athlon 64

2005-04-20 Thread CM Rahman Jr.
You need to do this on intel chipset. You can not do it on AMD.
I guess digium has it.

Thanks

Quoting Ronald Wiplinger <[EMAIL PROTECTED]>:

> I would like to install G723.1 and G729 on an Athlon 64.
> 
> I looked at http://readytechnology.co.uk but I could not get a clue how 
> to compile / get all the things for an Athlon. It seems it is only for 
> Intel architecture, ...
> 
> Has anybody a clue how to get G723.1 and G729 on an Athlon 64 to work?
> 
> 
> bye
> 
> Ronald
> 
> ___
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 


CM Rahman Jr.
CTO
CCS Internet
www.ccsi.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] G723.1 and G729 on Athlon 64

2005-04-20 Thread Michael Bielicki
Inband DTMF is not supposed to work on compressed voice. And
you can get a X86_64 optimised g729 from digium.

On 4/20/05, Marcin Kwiatkowski <[EMAIL PROTECTED]> wrote:
> Ronald Wiplinger napisał(a):
> 
> > I would like to install G723.1 and G729 on an Athlon 64.
> >
> > I looked at http://readytechnology.co.uk but I could not get a clue
> > how to compile / get all the things for an Athlon. It seems it is only
> > for Intel architecture, ...
> >
> > Has anybody a clue how to get G723.1 and G729 on an Athlon 64 to work?
> >
> >
> 
> It isn't possible, because this patch depends on Intel's proprietary
> code - IPP. Another platforms performs cold restart after loading codec.
> On the other hand even on Intel platform inband DTMF doesn't work.
> 
> --
> Marcin Kwiatkowski
> Senior IT Specialist
> Telebonus Sp. z o.o.
> Legionow 30
> 43-300 Bielsko-Biala
> pho/fax: +48 (33) 828 25 21
> mob: +48 605 923 944
> 
> 
> ___
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 


-- 
Michal Bielicki
http://www.aefirion.org/
http://www.asterisk.com.pl/
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] G723.1 and G729 on Athlon 64

2005-04-20 Thread Marcin Kwiatkowski
Ronald Wiplinger napisał(a):
I would like to install G723.1 and G729 on an Athlon 64.
I looked at http://readytechnology.co.uk but I could not get a clue 
how to compile / get all the things for an Athlon. It seems it is only 
for Intel architecture, ...

Has anybody a clue how to get G723.1 and G729 on an Athlon 64 to work?

It isn't possible, because this patch depends on Intel's proprietary 
code - IPP. Another platforms performs cold restart after loading codec. 
On the other hand even on Intel platform inband DTMF doesn't work.

--
Marcin Kwiatkowski
Senior IT Specialist
Telebonus Sp. z o.o.
Legionow 30
43-300 Bielsko-Biala
pho/fax: +48 (33) 828 25 21
mob: +48 605 923 944
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] G723.1 and G729 on Athlon 64

2005-04-20 Thread Kanuri, Seshu (Company IT)
Ron,

Here is what I think. 

Ready technology code will compile only with Intel IPPs. But there are
two options, either 1) you compile the codec using Intel IPPs to provide
the C and other base library functions, in which case you have to have
the Intel libraries and license available on each system, you are
running the .so Codec file. In this case the .so file size will remain
smaller. When I did this the codec_g729X.so file size is  300k on a
Redhat9. G723 is about the same.

2) In the second option you can chose to compile the codec by opting to
embed the libraries into the .so file itself. This way when the module
is loaded, it will not look for intel libraries. But the file size will
be larger. When I did this the G729 codec file size 418,653 bytes. 

Probably the second option can be used and the module file copied to
Athlon based Asterisk box and that might work. I don't use AMD hence I
did not test this. But if you test it, please let me know, one way or
the other.

Seshu




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ronald
Wiplinger
Sent: Wednesday, April 20, 2005 9:57 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] G723.1 and G729 on Athlon 64

I would like to install G723.1 and G729 on an Athlon 64.

I looked at http://readytechnology.co.uk but I could not get a clue how
to compile / get all the things for an Athlon. It seems it is only for
Intel architecture, ...

Has anybody a clue how to get G723.1 and G729 on an Athlon 64 to work?


bye

Ronald 

 
NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited. 
 
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] G723.1 and G729 on Athlon 64

2005-04-20 Thread Ronald Wiplinger
I would like to install G723.1 and G729 on an Athlon 64.
I looked at http://readytechnology.co.uk but I could not get a clue how 
to compile / get all the things for an Athlon. It seems it is only for 
Intel architecture, ...

Has anybody a clue how to get G723.1 and G729 on an Athlon 64 to work?
bye
Ronald
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users