Archives : May-2016
I am working on a project that we are seeing a 100% CPU spike when we move 50 calls files to the folder. We are running pjsip and asterisk 13..It holds the spike for several minutes Are there any tunable that may help with this?Tha..
,is asterisk capable to make a call for 24 hour without break ?My dial string in extension.conf is :Dial(SIP/[ext_no]@[pbx_name])I dont use any dial parameter.The problemm is, my customer complain that the call was cut after 4 hours.Thanks in advance,I..
Does anyone know who did the prompts for French and Russian for Asterisk? Ineed some custom prompts.Reg..
IsraelIf you are referring to the output of the queue showcommand then this is the response I received when asking this question previously:Welcome to business logic embedded into app_queue.The issue with the queue show command rendering stats, is w..
VoipRaider the site, says calls to landlines in Brazil is FREE within the freedays period. Log in to the website and hire the service, it says that I have 90 days of freedays paying for cheaper service is $10.. That is from what I understand, I w..
all,Our company is working with a third party predictive dialer application that uses Asterisk 10.8.0 as its underlying telephony engine.For several months, we have had issues with the execution of the dialplan due to early media packets being sent f..
Mamadou NGOM wrote:Kia ora,This can be configured in voicemail.conf using the maxsecs configuration option. I dont believe this is exposed using the Voicemail application options, just using the config fi..
CarlosI have experienced something similar starting Asterisk 1.8.32.3 on CentOS 7on commodity / whitebox hardware.The problem was that Asterisk was starting too quickly in the systemd startup sequence, before the required services it needs to run w..
Id like multiple people to be able to dial in and listen to various live radio streams.I was told that the correct resource-friendly way would be to setup a MoH class, and then select that from the dialplan.This works well, but how do I switch betw..
bro,Set maxduration equals to silence and then check if the recorded file exists with something like this :GotoIf ( $[${STAT(e,/var/lib/asterisk/sounds/${RECORDED_FILE)}=1]?3:7 )Best regards,2016-05-07 19:19 GMT+02:00 Mama..