On Wed, Oct 23, 2019, at 2:30 PM, Ahmed Chohan wrote:
> The database I'm using is MySQL v 5.6.46.2, data type I'm using for
> both parameters is int(11) the one created by the asterisk script; see
> table structure below.
If you alter it to be a varchar instead does that change the result within
The database I'm using is MySQL v 5.6.46.2, data type I'm using for both
parameters is int(11) the one created by the asterisk script; see table
structure below.
Let me know if any other information is needed.
CREATE TABLE `ps_endpoints` (
`id` varchar(40) NOT NULL,
`transport` varchar(40) D
Hello
registration time is set to low value because when a network interuption
occurs, it takes long time for the endpoint (Phone,...) to re-register.
That is my expercience.
But about my question : is there a "on peer level" setting possible ?
Op 08-10-19 om 19:40 schreef G.Jacobsen:
W
On Mon, Oct 21, 2019, at 2:34 PM, Gee Jacobs wrote:
> Hi,
>
> I am struggling with DTMF detection in Asterisk 16.3.
>
> With the Asterisk read dialplan command I get excellent detection. With
> the AGI GET DATA function the DTMF detection is however often bad.
>
> Is the underlying DTMF detec
On Tue, Oct 22, 2019, at 11:44 PM, Fourhundred Thecat wrote:
> Hello,
>
> I have Asterisk 16.2 on Debian.
>
> In the Asterisk CLI, I would like to change 2 things:
>
> 1) change the keybindings for commandline editing
> (what in bash is called "readline" editing of the command line)
>
> The C