https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+AGICommand_set+autohangup Cause the channel to automatically hangup at time seconds in the future SET AUTOHANGUP TIME Looks great. Except… it doesnt. It just causes AGI to send HANGUP and any au..
Author : Jonathan H
Having been scratching my head the whole morning to find a bug, I now have an A4 poster on the wall (not joking!) saying:get data = *number*wait for digit and stream file = *ascii !!!*As you can see here:AGI Rx > 200 resultI endpos840AGI Rx > 200 result=1..
Following the playback.js ari-client example, I now need to store the current playback offsetms, either when it was skipped or hung up on. But I cant seem to find it. I know that https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Application_ControlPlayb..
Very simply, I want to pipe some external audio into a channel (bridge)using the externalMedia channel option. Running Asterisk 18 on ubuntu, heres what I did to try and test things out:open a console tab vlc -vvv https://media-ssl.musicradio.com/LB..
I want a very basic Asterisk install on a pi to play two mp3 files, which change location, one after another. I have a tiny node script which reads an rss feed and returns the first 2episodes.In this case, running a fast-agi server seems like overk..
All my other CURLOPT settings like timeout work fine. But this: same=> n,Set(CURLOPT(useragent)=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.41 Safari/537.36) give the following warning on dialp..
Im parsing ` sudo asterisk -rx core show calls | grep active | head -c 1` as an external call from within the Asterisk dialplan then passing it to agi, but this seems really hacky and ugly.However, I cannot find any ARI/AGI/AMI function (or global varia..
I wanted to store a JSON object between agi requests for the duration of a call.Turns out asterisk does NOT like a stringified JSON object! AGI complains of 520-Invalid command syntaxSo, I just base64 encode/decode it.Assuming I dont need to manipul..
Way back in 2016 the only way to allow callers to listen in to a stream at will was to do the following:moh.conf[radio]mode=custom application=/usr/bin/mplayer https://example.com/stream.mp3 -quiet -ao pcm:file=/dev/stdout -af volume=..
Hope youre all well.I know we should be usinghttps://community.asterisk.org/ but until someone lets Google know that its moved, all the search results (and Asterisks own search results) come fromhttps://forums.asterisk.org/In most browsers, its not displayi..