Category : Asterisk Tips

Home » Archive by category : Asterisk Tips (paged 3)

Is it possible to make Asterisk jump into action and play a sound file as soon as a handset is lifted, instead of providing a Dial Tone and waiting for the user to dial an extension.With analog phones (chan_dahdi) – you just have to set ‘immedi..

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

Asterisk is able to handle video calls in the core infrastructure. Under the hood, what we really have is one (1) video and one (1)  audio stream in the same call. There are channel drivers and applications that support video, but not all.The follow..

Read more