Author : Pavel Espinal

Home » Articles posted by Pavel Espinal (paged 14)









Ive been working with a set of SlackBuilds that might be helpful for people that want to install Asterisk 1.4/1.8 from source, but,maintaining the possibility to easily (painlessly) update/upgrade/uninstall/patch/recompile Asterisk.The Scripts are loca..

Read more



__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..

Read more



I am trying to configure the meetme conference (asterisk 1.8) to play a random sound file from a specific directory prior to it dropping the caller into the conference itself. i am able to successfully get it to play a specific file prior to enter..

Read more



In order to know the current call details you can follow one of the following suggestions that were discussed on the Asterisk Users mailing list:Parse the output of core show channels verbose. Remember that the field Channel should be unique, in ..

Read more



Is echo cancellation automatically disabled upon recognition of CNG tone? Does faxdetect=incoming sends a call to fax extension when CNG tone is detected? Whats the purpose of faxdetect=ou..

Read more



Sometimes, when using Asterisk server and XLite softphones, if Asterisk and the local XLite phone are located in a LAN behind a NAT router, and the remote XLite phone is located elsewhere on the Net behind its own NAT router, you will notice that w..

Read more