Merge pull request #1475 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-10969 to master
* commit '834132d1283570ec6a9cca9288a1dc82db7b1305': FS-10969 [mod_spandsp] increase tone limit to 128
This commit is contained in:
commit
93db053bac
|
@ -110,7 +110,7 @@ typedef enum {
|
|||
* TONE DETECTION WITH CADENCE
|
||||
*/
|
||||
|
||||
#define MAX_TONES 32
|
||||
#define MAX_TONES 128
|
||||
#define STRLEN 128
|
||||
/**
|
||||
* Tone descriptor
|
||||
|
|
Loading…
Reference in New Issue