search for: busydetect_toneon

Displaying 4 results from an estimated 4 matches for "busydetect_toneon".

Did you mean: busydetect_toneonly
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...[ ] LOW_MEMORY [ ] DISABLE_INLINE [*] OPTIONAL_API XXX USE_HOARD_ALLOCATOR [ ] RADIO_RELAX [ ] G711_NEW_ALGORITHM < > G711_REDUCED_BRANCHING < > TEST_CODING_TABLES < > TEST_TANDEM_TRANSCODING [ ] ADDRESS_SANITIZER [ ] THREAD_SANITIZER [ ] LEAK_SANITIZER [ ] UNDEFINED_SANITIZER [ ] BUSYDETECT_TONEONLY [ ] BUSYDETECT_COMPARE_TONE_AND_SILENCE [ ] BUSYDETECT_DEBUG [ ] INTEGER_CALLERID Is there a way to read Compiler Flags from a running system without looking at source file directory ? If someone forgets to select appropriate Compiler Flags, does it prevent Asterisk to produce a core file (eve...
2009 Jun 07
0
BUSYDETECT_* flags
Hello all, I have asterisk-1.4.25, and having some problems with analog lines becouse my Telco does not have "disconnect supervision". So, i realize there are some switches on main/dsp.c: BUSYDETECT_MARTIN, BUSYDETECT_TONEONLY, and BUSYDETECT_COMPARE_TONE_AND_SILENCE. As far as i could read on the web, some people has use this to solve the "asteriks not hanging up" problem, and want to try them. I dont see anything about this on any Makefile, how do i enable thouse flags? Or is it that they are obsole...
2016 Sep 08
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...DIO_RELAX >> [ ] G711_NEW_ALGORITHM >> < > G711_REDUCED_BRANCHING >> < > TEST_CODING_TABLES >> < > TEST_TANDEM_TRANSCODING >> [ ] ADDRESS_SANITIZER >> [ ] THREAD_SANITIZER >> [ ] LEAK_SANITIZER >> [ ] UNDEFINED_SANITIZER >> [ ] BUSYDETECT_TONEONLY >> [ ] BUSYDETECT_COMPARE_TONE_AND_SILENCE >> [ ] BUSYDETECT_DEBUG >> [ ] INTEGER_CALLERID >> >> >> Is there a way to read Compiler Flags from a running system without >> looking at source file directory ? >> >> If someone forgets to select ap...
2016 Sep 06
5
[SOLVED] Re: Feature Request: what about "core stop panic" ?
On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote: > Hello, > > After testing "pkill -SEGV -f /usr/sbin/asterisk" on Debian Jessie > platform, I've got several questions : > > > 1. When I issue a "cd /tmp; asterisk -cvvvvvvvvvvvg -U asterisk -G > asterisk" command, and then issue a "pkill -SEGV asterisk" command,