[Asterisk-Users] codecs order and so on
Olivier Taylor
olivier.taylor at gmail.com
Tue Jan 10 10:49:03 MST 2006
The problem :
an asterisk box with 2 fxo
* First fxo just receive calls from pstn (ulaw)
* Second fxo receive and send call to mobile network thru a
sipbox(ulaw)
* Calls to pstn are sent to a pstn provider accepting only g729
* Internal calls doesn't care of codecs
* All Uas have g729 (g729 is then pass-thru when needed)
* All Uas have ulaw(of course)
If I have in [general]
disallow=all
allow=g729
allow=ulaw
In this case:
all calls to pstn providers works
all calls to and from fxo fails because of : No translator path exists for
....
If I have in [general]
disallow= all
allow= ulaw
allow= g729
In this case:
all calls to and from fxo works
all calls to pstn providers fails because of : No translator path exists for
....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060110/67e09c5a/attachment.htm
More information about the asterisk-users
mailing list