Re: [asterisk-users] Require only GSM Codec

2007-04-03 Thread Gordon Henderson

On Tue, 3 Apr 2007, Sanjay Rajdev wrote:


Hello All,

I would like to only use the gsm codec for all the calls, is it possible


Yes, it's possible.

I want to use minimum possible bandwidth as we have most of calls over 
Internet.


Good move if you're prepared to sacrifice call quality, however not all 
devices support GSM


I guess what you're actually asking is how to do it?

Get the book -

  http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11

it's free, or buy a paper copy from Amazon.

But to start, you need to look up the sip.conf and iax.conf files. Put 
this in them at the appropriate point


disallow=all
allow=gsm


Gordon

___
--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] Require only GSM Codec

2007-04-03 Thread Ronaldo Zacarias Afonso

Hi Sanjay,

I'm not sure about that, but I think you can configure it in, for
example, /etc/asterisk/sip.conf.
There is an option that you configure for each channel like:

only=gsm

It instructs the sip protocol, that only gsm codec must be used.

I hope it has helped you.

Regards,

Ronaldo.

On 4/3/07, Sanjay Rajdev [EMAIL PROTECTED] wrote:

Hello All,

I would like to only use the gsm codec for all the calls, is it possible I want 
to use minimum possible bandwidth as we have most of calls over Internet.

Regards,
Sanjay Rajdev

___
--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] Require only GSM Codec

2007-04-03 Thread Salvatore Giudice
Not every client supports gsm. Usually it's a good idea to put ulaw as well
or you could get errors when neither side supports the same codec.

 disallow=all
 allow=gsm
 allow=ulaw

--
Salvatore Giudice
[EMAIL PROTECTED]

VoIP Security Training, LLC
http://VoIPSecurityTraining.com

848 N. Rainbow Blvd. #1676
Las Vegas, NV 89107
Phone: (702) 979-2906
Fax: (212) 279-2906

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ronaldo
Zacarias Afonso
Sent: Tuesday, April 03, 2007 12:23 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Require only GSM Codec

Hi Sanjay,

I'm not sure about that, but I think you can configure it in, for
example, /etc/asterisk/sip.conf.
There is an option that you configure for each channel like:

only=gsm

It instructs the sip protocol, that only gsm codec must be used.

I hope it has helped you.

Regards,

Ronaldo.

On 4/3/07, Sanjay Rajdev [EMAIL PROTECTED] wrote:
 Hello All,

 I would like to only use the gsm codec for all the calls, is it possible I
want to use minimum possible bandwidth as we have most of calls over
Internet.

 Regards,
 Sanjay Rajdev

 ___
 --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