View previous topic :: View next topic |
Author |
Message |
bilmar_gh at yahoo.com Guest
|
Posted: Wed Mar 05, 2008 1:39 pm Post subject: [asterisk-users] Codec Preferences |
|
|
Hi All;
I have the following configuration in my iax.conf
files at asterisk box1 and box2 (two asterisk):
At box1:
[user1]
disallow=all
codec=g729
codec=GSM
At box2:
[user2]
disallow=all
codec=g729
codec=GSM
If G729 is no more available at box1, so how can I let
user1 to select GSM codec instead of G729 to
communicate with user2 at box 2?
Any help?
Regards
Bilal
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs |
|
Back to top |
|
|
noahisaacmiller at gma... Guest
|
Posted: Wed Mar 05, 2008 5:04 pm Post subject: [asterisk-users] Codec Preferences |
|
|
Hi Bilal -
Quote: | I have the following configuration in my iax.conf
files at asterisk box1 and box2 (two asterisk):
At box1:
[user1]
disallow=all
codec=g729
codec=GSM
At box2:
[user2]
disallow=all
codec=g729
codec=GSM
If G729 is no more available at box1, so how can I let
user1 to select GSM codec instead of G729 to
communicate with user2 at box 2?
|
remove the
codec=g729
line from both configs
- Noah |
|
Back to top |
|
|
|