mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
ftdm: change max_path length from 255 to 4096
This commit is contained in:
parent
e7ecb4d63a
commit
edad46647b
@ -51,7 +51,7 @@
|
||||
|
||||
/* DEFINES ********************************************************************/
|
||||
#define MAX_NAME_LEN 25
|
||||
#define MAX_PATH 255
|
||||
#define MAX_PATH 4096
|
||||
|
||||
#define MAX_CIC_LENGTH 5
|
||||
#define MAX_CIC_MAP_LENGTH 1000
|
||||
|
Loading…
x
Reference in New Issue
Block a user