Re: [Asterisk-Users] wav to g729

2005-12-23 Thread Carlos Rojas
Hi, Kris, 
 
It is possible to add mysql serber to astlinux?
 
Carlos R. 
On 12/22/05, Kristian Kielhofner <[EMAIL PROTECTED]> wrote:
John Reynolds wrote:> Kris,>> has this module been added to Astlinux? will it be?
>> John R.>John,   It's in -testing.  You should have gotten it when you pulled -testingdown for chan_sccp.  If not, try "astup testing".  cat/etc/astlinux-release should show 
0.3.4.--Kristian Kielhofner___--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:  http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-23 Thread Max Blackmer
It may save on space but at the cost of transcoding cpu usage you might 
want to reconsider leaving it gsm or go to wav format especially if you 
are using a voip provider. Most limit there codecs to G.711. which 
require transcoding with a loss of sound quality. If you have all g729 
then it will do well. once you get involved with transcoding you eat cpu 
cycles.


Innocent Evil wrote:


hello,

how can I convert my existing wav file to g729.
Currently, i have all of them converted to gsm.
Isn't it right, If I had all my sound files in g729 format, my server would use 
less resource and less channels.

I have couple of g729 liscences from digium.

 



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread Kristian Kielhofner

John Reynolds wrote:

Kris,

has this module been added to Astlinux? will it be?

John R.



John,

	It's in -testing.  You should have gotten it when you pulled -testing 
down for chan_sccp.  If not, try "astup testing".  cat 
/etc/astlinux-release should show 0.3.4.


--
Kristian Kielhofner
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread John Reynolds
Kris,

has this module been added to Astlinux? will it be?

John R.

On 12/22/05, Kristian Kielhofner <[EMAIL PROTECTED]> wrote:
Innocent Evil wrote:> how?> where can I get more documentation.>> Thanks,>>> --> You don't have any choice, you already made it before you came here.>
There are instructions at the site.  You will probably need to convertthe wav files to slinear before you use it:sox $INFILE -t raw -r 8000 -s -w -c 1 $OUTFILE resample -qlThat will output in the proper format for Asterisk (and res_conv).
--Kristian Kielhofner___--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread Kristian Kielhofner

Innocent Evil wrote:

how?
where can I get more documentation.

Thanks,


--
You don't have any choice, you already made it before you came here.



There are instructions at the site.  You will probably need to convert 
the wav files to slinear before you use it:


sox $INFILE -t raw -r 8000 -s -w -c 1 $OUTFILE resample -ql

That will output in the proper format for Asterisk (and res_conv).

--
Kristian Kielhofner
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread Innocent Evil
never mind !
I got the starting point.
Looks like a good stuff !!!


Thanks for helping


--
You don't have any choice, you already made it before you came here.


> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Thu, 22 Dec 2005 13:52:03 -0600
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] wav to g729
> 
> Innocent Evil wrote:
>> I prefer something 'sox' like program.
>> 
>> 
>> 
>> --
>> You don't have any choice, you already made it before you came here.
> 
> redice.krisk.org
> 
> Do it from Asterisk!
> 
> --
> Kristian Kielhofner
> ___
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread Innocent Evil
how?
where can I get more documentation.

Thanks,


--
You don't have any choice, you already made it before you came here.


> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Thu, 22 Dec 2005 13:52:03 -0600
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] wav to g729
> 
> Innocent Evil wrote:
>> I prefer something 'sox' like program.
>> 
>> 
>> 
>> --
>> You don't have any choice, you already made it before you came here.
> 
> redice.krisk.org
> 
> Do it from Asterisk!
> 
> --
> Kristian Kielhofner
> ___
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread Kristian Kielhofner

Innocent Evil wrote:

I prefer something 'sox' like program.



--
You don't have any choice, you already made it before you came here.


redice.krisk.org

Do it from Asterisk!

--
Kristian Kielhofner
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread Innocent Evil
Where can I find it.

Thanks,



--
You don't have any choice, you already made it before you came here.


> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Thu, 22 Dec 2005 17:20:39 -0200
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] wav to g729
> 
> 
> Try the new conversion module from redice li ..it is greate!
> 
> Miklos
> 
> 
> IPFONE TELEFONIA IP
> Rua Caio Graco 735 São Paulo SP
> IPBX - +55 11 3488-3800
> http://www.ipfone.com.br
> [EMAIL PROTECTED]
> 
> Balbus balbum intellegit
> - Original Message -
> From: "Innocent Evil" <[EMAIL PROTECTED]>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion"
> 
> Sent: Thursday, December 22, 2005 5:00 PM
> Subject: Re: [Asterisk-Users] wav to g729
> 
> 
> 
> I prefer something 'sox' like program.
> 
> 
> 
> --
> You don't have any choice, you already made it before you came here.
> 
> 
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> Sent: Thu, 22 Dec 2005 19:44:36 +0100
>> To: asterisk-users@lists.digium.com
>> Subject: Re: [Asterisk-Users] wav to g729
>> 
>> Innocent Evil wrote:
>>> hello,
>>> 
>>> how can I convert my existing wav file to g729.
>>> Currently, i have all of them converted to gsm.
>>> Isn't it right, If I had all my sound files in g729 format, my server
>>> would use less resource and less channels.
>>> 
>>> I have couple of g729 liscences from digium.
>> 
>> http://www.asteriskguru.com/tools/audio_conversion.php
>> 
>> --
>> Cheers,
>> 
>> Matt Riddell
>> ___
>> 
>> http://www.sineapps.com/news.php (Daily Asterisk News - html)
>> http://freevoip.gedameurope.com (Free Asterisk Voip Community)
>> http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
>> 
>> ___
>> --Bandwidth and Colocation provided by Easynews.com --
>> 
>> Asterisk-Users mailing list
>> To UNSUBSCRIBE or update options visit:
>> 
>> http://lists.digium.com/mailman/listinfo/asterisk-users___
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> ___
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread listas iPfone


Try the new conversion module from redice li ..it is greate!

Miklos


IPFONE TELEFONIA IP
Rua Caio Graco 735 São Paulo SP
IPBX - +55 11 3488-3800
http://www.ipfone.com.br
[EMAIL PROTECTED]

Balbus balbum intellegit
- Original Message - 
From: "Innocent Evil" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 


Sent: Thursday, December 22, 2005 5:00 PM
Subject: Re: [Asterisk-Users] wav to g729



I prefer something 'sox' like program.



--
You don't have any choice, you already made it before you came here.



-Original Message-
From: [EMAIL PROTECTED]
Sent: Thu, 22 Dec 2005 19:44:36 +0100
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] wav to g729

Innocent Evil wrote:

hello,

how can I convert my existing wav file to g729.
Currently, i have all of them converted to gsm.
Isn't it right, If I had all my sound files in g729 format, my server
would use less resource and less channels.

I have couple of g729 liscences from digium.


http://www.asteriskguru.com/tools/audio_conversion.php

--
Cheers,

Matt Riddell
___

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://freevoip.gedameurope.com (Free Asterisk Voip Community)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users___

--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread Innocent Evil

I prefer something 'sox' like program.



--
You don't have any choice, you already made it before you came here.


> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Thu, 22 Dec 2005 19:44:36 +0100
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] wav to g729
> 
> Innocent Evil wrote:
>> hello,
>> 
>> how can I convert my existing wav file to g729.
>> Currently, i have all of them converted to gsm.
>> Isn't it right, If I had all my sound files in g729 format, my server
>> would use less resource and less channels.
>> 
>> I have couple of g729 liscences from digium.
> 
> http://www.asteriskguru.com/tools/audio_conversion.php
> 
> --
> Cheers,
> 
> Matt Riddell
> ___
> 
> http://www.sineapps.com/news.php (Daily Asterisk News - html)
> http://freevoip.gedameurope.com (Free Asterisk Voip Community)
> http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
> 
> ___
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] wav to g729

2005-12-22 Thread Matt Riddell
Innocent Evil wrote:
> hello,
> 
> how can I convert my existing wav file to g729.
> Currently, i have all of them converted to gsm.
> Isn't it right, If I had all my sound files in g729 format, my server would 
> use less resource and less channels.
> 
> I have couple of g729 liscences from digium.

http://www.asteriskguru.com/tools/audio_conversion.php

-- 
Cheers,

Matt Riddell
___

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://freevoip.gedameurope.com (Free Asterisk Voip Community)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] wav to g729

2005-12-22 Thread Innocent Evil
hello,

how can I convert my existing wav file to g729.
Currently, i have all of them converted to gsm.
Isn't it right, If I had all my sound files in g729 format, my server would use 
less resource and less channels.

I have couple of g729 liscences from digium.


Thanks,


--
You don't have any choice, you already made it before you came 
here.___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users