Tag : alaw
Im facing strange issue while establishing inbound calls from SIP trunks. Provider A is sending (G729, Alaw, uLaw) offer and asterisk dial the peer with its preferred codec order(G729, aLaw, uLaw). The peers phone send the codec list as (uLaw, spe..
Using a T.38 termination, you can receive faxes using g729, but not while using alaw. If thats the case, your Asterisk installation will need to detect the Fax Tones so as to make the decision the incoming call is a fax and then switch to the fax extensi..
__sync_fetch_and_add is just a built in function (you dont have to include anything to use them) for managing atomic variables when developing multithread applications in C++. There are several functions for working with atomic variables.An atomic varia..