My preferred LD vendor requires g729 and SIP. Is there a method to test, prior to initiating a call, whether a g729 codec is available? Will ChanIsAvail test g729 availability?
On Wednesday 07 September 2005 18:32, Michael Welter wrote:> Is there a method to test, prior to initiating a call, whether a g729 > codec is available? Will ChanIsAvail test g729 availability?Only if you do your own refcounting with a DB variable, I think. It's on my personal wishlist. -A.
Michael Welter wrote:> My preferred LD vendor requires g729 and SIP. > > Is there a method to test, prior to initiating a call, whether a g729 > codec is available? Will ChanIsAvail test g729 availability? >To clarify: I have <n> g729 licenses for my system. If I have <n> g729 calls in process then I don't want to attempt another g729 call. Is there a method to test whether a g729 codec license is available? Thanks