RE : RE : [Asterisk-Users] Codec Selection

2006-02-06 Thread Abdul Lateef

What will be the g729 and g723 codec capacity from
Intel IPP liberary without License? 

Because still i am developing all billing and other
application for asterisk so first i want to use these
codecs for test once all our system become stable i
will buy the license.

S0 please let me know how many cuncurent calls can be
handel using Intel IPP?




Yours,
Abdul Lateef
Computer Programmer
HATIF COM
Mob: +974 - 5405022
ICQ: 276994704
MSN: [EMAIL PROTECTED]
GoogleTalk: [EMAIL PROTECTED]
YM!: abdul_zu
Doha Qatar
http://www.hatif.com

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--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: RE : [Asterisk-Users] Codec Selection

2006-02-05 Thread Michiel van Baak
On 12:50, Sun 05 Feb 06, Abdul Lateef wrote:
 
 Hi,
 
 Is there any special configuration for transcoding on
 asterisk? Or Asterisk will do it automatically?

If the codecs from both ends are known to asterisk, * will
do it automagically for you :)
-- 
Michiel van Baak
http://michiel.vanbaak.info
[EMAIL PROTECTED]
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7E0B9A2D

Why is it drug addicts and computer afficionados are both called 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 : RE : [Asterisk-Users] Codec Selection

2006-02-05 Thread Olivier Taylor
You will need  to buy licences for the codec you want, I don't know for
g723, but g729 costs 10$ by channel.

Cheers

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Abdul Lateef
Envoyé : dimanche 5 février 2006 21:50
À : asterisk-users@lists.digium.com
Objet : RE : [Asterisk-Users] Codec Selection



Hi,

Is there any special configuration for transcoding on
asterisk? Or Asterisk will do it automatically?




---

Olivier Taylor
Sun, 05 Feb 2006 11:51:51 -0800

Hi,

Just forget to choose the Codec on asterisk :(

Only solution is :
Disallow=all
Allow=YourCodec

If client doesn't have that codec you will need to
transcode on asterisk.
If client has that codec,asterisk will do pass-thru
and it will work.

Olivier



-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Abdul Lateef
Envoyé : dimanche 5 février 2006 20:00
À : asterisk-users@lists.digium.com
Objet : Re: [Asterisk-Users] Codec Selection



Hi,

I am using Perl AGI to dial the carrier (Gateway), i
am little experiencing how to do TRUN in Perl AGI.

this is my script how i am dialing the number to
Gateways, So before dialing the number i want to
select the codecs according to our Gateway.


my $discr = $AGI-get_variable(DIALSTATUS);
if ($discr == CONGESTION || $discr == NOANSWER ||
$discr == CHANUNAVAIL)
{
my $dialstr = $gwtype/$gwip/ . $dialednum . |30|tTL( .
($crdeit*1000) .:7000:5000);
$AGI-exec('Dial', $dialstr);
$discr = ;
}

Any idea?






Yours,
Abdul Lateef
Computer Programmer
HATIF COM
Mob: +974 - 5405022
ICQ: 276994704
MSN: [EMAIL PROTECTED]
GoogleTalk: [EMAIL PROTECTED]
YM!: abdul_zu
Doha Qatar
http://www.hatif.com

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--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