Category : Asterisk Users
Pleased to announce the release of asterisk based auto dialer and call center software solution https://www.ictbroadcast.com/ICTBroadcast-version-4.2-released-contact-center-softwareICTBroadcast is a complete inbound and outbound call center softw..
I had a different thread going about about no audio with asterisk – Ithought it was due to two network cards – but I dont think so any more. The endpoint is microsoft teams – and I think that might be the issue.Does Asterisk 18.6.0 work with Micros..
HiI saw the example of asterisk18 log as follows:logger.conf.sample If the verbose level is not specified, it; will log verbose messages following the current level of the root console.so my asterisk CLI> core show settingsisRoot console verbosity: ..
The Asterisk Development Team would like to announce the release of Certified Asterisk 16.8-cert11. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/certified-asteriskThe release of Certified Asterisk 16.8-cer..
The Asterisk Development Team would like to announce the release of Asterisk 18.6.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asteriskThe release of Asterisk 18.6.0 resolves several issues repor..
The Asterisk Development Team would like to announce the release of Asterisk 16.20.0. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/asteriskThe release of Asterisk 16.20.0 resolves several issues repor..
Is there any way in Asterisk to say an ordinal number? For instance if Iwere to pass the application 1 it would say first. If I were to pass it 2it would say Second etc.? I know that Voicemail has this when hearing your message count but I have not s..
I have defined macro for recording: [macro-record] exten => s,1,Set(FILE=${CDR(src)}-${CDR(dst)}.wav) same => n,MixMonitor(/tmp/${FILE},b,) same => n,MacroExit and use it in my dialplan as such: exten => 1234,1,Macro(record) …. same => n,Hangup()..
I am not using a SIP trunk as I normally do.I have an extensions 3382 setup that my server registers to the other SIPsystem. When the other system calls 3381 on my system I am getting this error:[Jul 27 10:08:50] WARNING[89791][C-00000068] chan_sip..
I have this in my voicemail.conf: attach=yes delete=yes I do get an email when new voicemail is received, and I do get the voicemail message as attachment. However, the original message is not deleted from the sevber. How do I delete the message, af..