Asterisk 14.1Heres a bit of test dialplan, which works as expected and simulates exactly what Im doing at the top of my large dialplan…[dial-pre-test]exten => s,1,NoOp()same => n,Set(LIMIT_PLAYAUDIO_CALLER=yes)same => n,Set(LIMIT_WARNING_FILE=time_limit_reached)s..
Author : Jonathan H
The extra sound packages for en and fr have ha (home automation) and wx (weather) broken out into seperate directories, but en_GB doesnt, although the files seems to exist in the main extra folder.Theres no open ticket about this; I can just ls the..
Thanks.OK, this is the best I can come up with on Asterisk 14 to store an unknown number of user preferences in ASTDB.Is this acceptable? Is there a better way? And… whats this error about?[Nov5 16:05:56] NOTICE[1936][C-0000002b]: ast_expr2.y:763compose_func_ar..
Two VPSs. Identical setups with the exception of the extension.Same version of everything, Asterisk 14.1, Ubuntu 16.10, same firewall rules and so on -box 2 was cloned from box 1.Both VPSs run in the same datacentre.Suddenly, after weeks of OK, Im gett..
Seems I can write to an existing file, but is there really no way of creating a new file to log some data to, without reverting to AGI?(will be different for each ..
All I need is PJSIP, ulaw, alaw, wav, astdb and all the dialplan functions.I dont need any other DB layer, I have no hardware, and I was wondering what the smallest build possible was.I experimented, but everything relied on other things. And then Iwondered..
I need to store some basic caller data in ASTDB – certainly doesnt need full blown mySQL.Theres 4 or 5 bits of info per caller, and I saw that there is a json entry in ASTDB for the endpoint.Does that mean that there are accessible functions to d..
The first time I run a loop, the AGI returns a list of files.I append a path from a variable, and play out the files using SHIFT to loop them.The FIRST time I enter the system, this is what the complete list to be looped looks like:/audio/phone_service_live/menu1-eye_conditions/title,/audio/phone_service_live/menu2-benefits_concessions/title,audio/phone_service_live/menu3-living_with_sight_loss/title,/audio/phone_service_live/menu4…(etc)W..
I loop through a list in Asterisk which is generated by a Python AGIand Ive just been bitten by a variable limit I didnt realise existed before.The only way I can think of working around this is to get Python to write the list to file, then do a FILE_COUNT_L..
I thought dialplan flow was that (normal!) agi was called, it did its thing (which include returning some dialplan variables/lists), and then when agi finished it returned to the dialplan which then reliably carried the product of agi.But Im call..