Archives : April-2020
1) Is there any reason why max_pseudo_channels defaults to 512? I want to increase it by default but at the same time dont want to outsmart the developers if they had a good reason for it.2) I had a look at http://lists.digium.com/pipermail/asterisk-users/2014-March/282607.h..
All,I hope someone can give me a hint.We try to reload the asterisk dialplan config using ansible command module. Using this we just trigger asterisk -rx dialplan reloadNow we want ansibe to fail if there is something wrong in the dialplan.If we ..
Im using an Asterisk 17 dialplan that currently includes:1. many DB gets calls (ie statements like Set(FOO=${DB(Foo/Bar)})2. and a couple of DB puts (ie statements like Set(DB(Foo/Bar)=Foo) or DB_DELETE(Foo/bar))I would like to add an HTTP Provisionn..