I wrote some code that connects to the Asterisk AMI to see if the channel is up by doing an Action status followed by a Channel: $CHANNEL. Most of the time if the channel is *NOT* up I will get:line9: Response: Error line10: Message: No such channel..
Author : Dovid Bender
I am trying to install wanpipe with dahdi on a CentOS7 box and I am running in to a few issues. My setup.CentOS 7asterisk-15.5.0libpri-1.6.0dahdi linux and dahdi tools – 2.11.1There are two issues.1) For some reason dahdi_tools isnt being built.2) W..
Is there any way of telling Asteirsk to withhold answer subversion on a call till I call Answer.My DP looks like this:[incoming]Exten => 18005551212,1,Noop() same => n,Answer same => n,Mset(__uid=${SIPCALLID}) same => n,MixMonitor(/tmp/FROM_CALLER_${uid}-${START}.W..
All,I have an old system running Asterisk 11 with strictrtp=yes. I have nat=no. In the 183 the remote box sends an IPand port in the SDP and sends RTPfrom there, Asterisk in response sends RTP there and the remote box sends us RTP from that IP and po..
I have Asterisk running on a Ubuntu 18.0.4 on Digital Ocean. Every so often asterisk crashes and then restarts. I am not seeing any core dumps on the box. The only I thing I see every time is a second before Asterisk crashes there is a AAAA lookup ..
My dialplan looks like this:[from-external]Exten => _X.,1,Noop(CALL IS COMING INTO FROM EXTERNAL CONTEXT)Exten => _X.,n,Noop(IP: ${CHANNEL(recvip)})Exten => _X.,n,Noop(CALLED NUMBER: ${EXTEN})Exten => _X.,n,Ringing Exten => _X.,n,WaitExten(15)Exten..
I am working on a system where I connect to an external API and based on what it gives me I generate the Asterisk dial plan accordingly. I am thinking about my different options and wanted feedback from others on how to best do it.1) Generate conf fi..
Is there any reason why there isnt a setting for min_number_of_words+ after_greeting_silence. We have an issue where we get one ring followed by silence and Asterisk thinks its a human.from the logs:[2018-06-13 11:29:31] VERBOSE[30789][C-00034a08] app_amd..
Does anyone know if there is a way to preform a head request using the curl..
Is there any documentation for media caching other then https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Project+-+URI+Media+Playback? The documentation there seems to be a bit out of date (e.g. the commands).Also I see that there are files t..